grizli


Namegrizli JSON
Version 1.11.6 PyPI version JSON
download
home_pagehttps://github.com/gbrammer/grizli
SummaryGrism redshift and line analysis software
upload_time2024-05-01 12:39:20
maintainerNone
docs_urlNone
authorG. Brammer
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
.. image:: examples/grizli_logo.png

.. image:: https://github.com/gbrammer/grizli/actions/workflows/python-package.yml/badge.svg
    :target: https://github.com/gbrammer/grizli/actions

.. image:: https://badge.fury.io/py/grizli.svg
    :target: https://badge.fury.io/py/grizli
    
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1146904.svg
   :target: https://doi.org/10.5281/zenodo.1146904

.. image:: https://readthedocs.org/projects/grizli/badge/?version=latest
   :target: https://grizli.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
   
*Grism redshift & line* analysis software for space-based slitless spectroscopy
========================================================================================

What is ``grizli``?
~~~~~~~~~~~~~~~~~~~

This early release of `grizli` is intended to demonstrate and
demystify some general techniques for manipulating *HST* slitless
spectroscopic observations, providing software kernels to address
questions such as

    "How does the WFC3/IR G141 grism disperse the spectrum of a
    star/galaxy at pixel position `(x,y)` in my F140W direct image?".

Much of the background related to this question in the context of the
currently available software tools was discussed in a document by
`Brammer, Pirzkal and Ryan
(2014) <https://github.com/WFC3Grism/CodeDescription/>`__. Along with a
detailed description of the format of the configuration files originally
developed for the aXe software, we provided a compact `Python
script <https://github.com/WFC3Grism/CodeDescription/blob/master/axe_disperse.py>`__
to address exactly the question above and strip away all of the many
layers of bookkeeping, file-IO, etc. in existing analysis pipelines such
as aXe (`Kummel et al.
2009 <http://adsabs.harvard.edu/abs/2009PASP..121...59K>`__) and
"THREEDHST" (`Brammer et al.
2012 <http://adsabs.harvard.edu/abs/2012ApJS..200...13B>`__, `Momcheva
et al. 2015 <http://adsabs.harvard.edu/abs/2015arXiv151002106M>`__). In
fact, that relatively simple script serves as the low-level kernel for
the way `grizli` computes the grism dispersion.

Eventually, `grizli` is intended to encourage and enable general users to move
away from simple "data reduction" (e.g., extracting a 1D spectrum of a
single object akin to standard slit spectroscopy) and toward
more quantitative and comprehensive **modeling** and fitting of slitless
spectroscopic observations, which typically involve overlapping spectra
of hundreds or thousands of objects in exposures taken with one or more
separate grisms and at multiple dispersion position angles. The products
of this type of analysis will be complete and uniform characterization
of the spectral properties (e.g., continuum shape, redshifts, line
fluxes) of all objects in a given exposure taken in the slitless
spectroscopic mode.

Installation & Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Installation instructions and documentation (in progress) can be found at http://grizli.readthedocs.io.

Working Examples
~~~~~~~~~~~~~~~~~~~~~~

The following are IPython/jupyter notebooks demonstrating various aspects of the code functionality.  They render statically in the GitHub pages or can be run locally after cloning and installing the software repository.

- `Grizli-Pipeline <https://github.com/gbrammer/grizli-notebooks/blob/main/Grizli-Pipeline.ipynb>`__ : End-to-end processing of WFC3/IR data.

  1. Query the MAST archive and automatically download files
  2. Image pre-processing  (astrometric alignment & background subtraction)
  3. Field contamination modeling
  4. Spectral extractions
  5. Redshift & emission line fits (multiple grisms)

- `Fit-with-Photometry <https://github.com/gbrammer/grizli-notebooks/blob/main/Fit-with-Photometry.ipynb>`__ : Demonstrate simultaneous fitting with grism spectra + ancillary photometry

- `NewSpectrumFits <https://github.com/gbrammer/grizli-notebooks/blob/main/NewSpectrumFits.ipynb>`__: Demonstration of the lower-level fitting tools

  1. Unify the fitting tools between the stacked and exposure-level 2D cutouts ("beams").
 
- `Fit-Optimization <https://github.com/gbrammer/grizli-notebooks/blob/main/Fit-Optimization.ipynb>`__ **(09.14.17)**: Custom fitting (hasn't been tested recently)

  1. Demonstrate some of the workings behind the fitting wrapper scripts by defining custom model functions with parameters to optimize.

The notebooks below are deprecated and haven't been tested against the master branch since perhaps late 2017.

- `Grizli Demo <https://github.com/gbrammer/grizli-notebooks/blob/main/Grizli%20Demo.ipynb>`__: Simple interaction with WFC3/IR spectra

- `Basic-Sim <https://github.com/gbrammer/grizli-notebooks/blob/main/Basic-Sim.ipynb>`__ **(5.5.16)**: Basic simulations based on single WFC3/IR grism and direct exposures

- `multimission-simulation <https://github.com/gbrammer/grizli-notebooks/blob/main/multimission-simulation.ipynb>`__ **(5.11.16)**: 
  
  1. Demonstration of more advanced simulation techniques using deep image mosaics and external catalogs/segmentation images as reference.
  2. Provide a comparison between dispersed spectra from WFC3/G141, *JWST*/NIRISS and *WFIRST*.

- `WFC3IR_Reduction <https://github.com/gbrammer/grizli-notebooks/blob/main/WFC3IR_Reduction.ipynb>`__ **(9.6.16)**: End-to-end processing of WFC3/IR data.

  1. Pre-processing of files downloaded from MAST (astrometric alignment & background subtraction)
  2. Field contamination modeling
  3. Spectral extractions
  4. Redshift & emission line fits (multiple grisms)
  
- `NIRISS-simulation <https://github.com/gbrammer/grizli-notebooks/blob/main/NIRISS-simulation.ipynb>`__ **(11.11.16)**: Simulation and analysis of JWST/NIRISS observations

  1. Simulate NIRISS spectra in three blocking filters and two orients offset by 90 degrees.
  2. Simulation field taken from the Hubble WFC3/IR Ultra-Deep Field, with the WFC3 F140W image as the morphological reference and photo-z templates taken as the spectral models. 
  3. Extract spectra and fit redshifts and emission lines from the combined six exposures.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gbrammer/grizli",
    "name": "grizli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "G. Brammer",
    "author_email": "gbrammer@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b6/ae/fc2626658f283425ada194eedf1e7eed16e4507e449f61d82faacf5ccad6/grizli-1.11.6.tar.gz",
    "platform": null,
    "description": "\n.. image:: examples/grizli_logo.png\n\n.. image:: https://github.com/gbrammer/grizli/actions/workflows/python-package.yml/badge.svg\n    :target: https://github.com/gbrammer/grizli/actions\n\n.. image:: https://badge.fury.io/py/grizli.svg\n    :target: https://badge.fury.io/py/grizli\n    \n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1146904.svg\n   :target: https://doi.org/10.5281/zenodo.1146904\n\n.. image:: https://readthedocs.org/projects/grizli/badge/?version=latest\n   :target: https://grizli.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n   \n*Grism redshift & line* analysis software for space-based slitless spectroscopy\n========================================================================================\n\nWhat is ``grizli``?\n~~~~~~~~~~~~~~~~~~~\n\nThis early release of `grizli` is intended to demonstrate and\ndemystify some general techniques for manipulating *HST* slitless\nspectroscopic observations, providing software kernels to address\nquestions such as\n\n    \"How does the WFC3/IR G141 grism disperse the spectrum of a\n    star/galaxy at pixel position `(x,y)` in my F140W direct image?\".\n\nMuch of the background related to this question in the context of the\ncurrently available software tools was discussed in a document by\n`Brammer, Pirzkal and Ryan\n(2014) <https://github.com/WFC3Grism/CodeDescription/>`__. Along with a\ndetailed description of the format of the configuration files originally\ndeveloped for the aXe software, we provided a compact `Python\nscript <https://github.com/WFC3Grism/CodeDescription/blob/master/axe_disperse.py>`__\nto address exactly the question above and strip away all of the many\nlayers of bookkeeping, file-IO, etc. in existing analysis pipelines such\nas aXe (`Kummel et al.\n2009 <http://adsabs.harvard.edu/abs/2009PASP..121...59K>`__) and\n\"THREEDHST\" (`Brammer et al.\n2012 <http://adsabs.harvard.edu/abs/2012ApJS..200...13B>`__, `Momcheva\net al. 2015 <http://adsabs.harvard.edu/abs/2015arXiv151002106M>`__). In\nfact, that relatively simple script serves as the low-level kernel for\nthe way `grizli` computes the grism dispersion.\n\nEventually, `grizli` is intended to encourage and enable general users to move\naway from simple \"data reduction\" (e.g., extracting a 1D spectrum of a\nsingle object akin to standard slit spectroscopy) and toward\nmore quantitative and comprehensive **modeling** and fitting of slitless\nspectroscopic observations, which typically involve overlapping spectra\nof hundreds or thousands of objects in exposures taken with one or more\nseparate grisms and at multiple dispersion position angles. The products\nof this type of analysis will be complete and uniform characterization\nof the spectral properties (e.g., continuum shape, redshifts, line\nfluxes) of all objects in a given exposure taken in the slitless\nspectroscopic mode.\n\nInstallation & Documentation\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nInstallation instructions and documentation (in progress) can be found at http://grizli.readthedocs.io.\n\nWorking Examples\n~~~~~~~~~~~~~~~~~~~~~~\n\nThe following are IPython/jupyter notebooks demonstrating various aspects of the code functionality.  They render statically in the GitHub pages or can be run locally after cloning and installing the software repository.\n\n- `Grizli-Pipeline <https://github.com/gbrammer/grizli-notebooks/blob/main/Grizli-Pipeline.ipynb>`__ : End-to-end processing of WFC3/IR data.\n\n  1. Query the MAST archive and automatically download files\n  2. Image pre-processing  (astrometric alignment & background subtraction)\n  3. Field contamination modeling\n  4. Spectral extractions\n  5. Redshift & emission line fits (multiple grisms)\n\n- `Fit-with-Photometry <https://github.com/gbrammer/grizli-notebooks/blob/main/Fit-with-Photometry.ipynb>`__ : Demonstrate simultaneous fitting with grism spectra + ancillary photometry\n\n- `NewSpectrumFits <https://github.com/gbrammer/grizli-notebooks/blob/main/NewSpectrumFits.ipynb>`__: Demonstration of the lower-level fitting tools\n\n  1. Unify the fitting tools between the stacked and exposure-level 2D cutouts (\"beams\").\n \n- `Fit-Optimization <https://github.com/gbrammer/grizli-notebooks/blob/main/Fit-Optimization.ipynb>`__ **(09.14.17)**: Custom fitting (hasn't been tested recently)\n\n  1. Demonstrate some of the workings behind the fitting wrapper scripts by defining custom model functions with parameters to optimize.\n\nThe notebooks below are deprecated and haven't been tested against the master branch since perhaps late 2017.\n\n- `Grizli Demo <https://github.com/gbrammer/grizli-notebooks/blob/main/Grizli%20Demo.ipynb>`__: Simple interaction with WFC3/IR spectra\n\n- `Basic-Sim <https://github.com/gbrammer/grizli-notebooks/blob/main/Basic-Sim.ipynb>`__ **(5.5.16)**: Basic simulations based on single WFC3/IR grism and direct exposures\n\n- `multimission-simulation <https://github.com/gbrammer/grizli-notebooks/blob/main/multimission-simulation.ipynb>`__ **(5.11.16)**: \n  \n  1. Demonstration of more advanced simulation techniques using deep image mosaics and external catalogs/segmentation images as reference.\n  2. Provide a comparison between dispersed spectra from WFC3/G141, *JWST*/NIRISS and *WFIRST*.\n\n- `WFC3IR_Reduction <https://github.com/gbrammer/grizli-notebooks/blob/main/WFC3IR_Reduction.ipynb>`__ **(9.6.16)**: End-to-end processing of WFC3/IR data.\n\n  1. Pre-processing of files downloaded from MAST (astrometric alignment & background subtraction)\n  2. Field contamination modeling\n  3. Spectral extractions\n  4. Redshift & emission line fits (multiple grisms)\n  \n- `NIRISS-simulation <https://github.com/gbrammer/grizli-notebooks/blob/main/NIRISS-simulation.ipynb>`__ **(11.11.16)**: Simulation and analysis of JWST/NIRISS observations\n\n  1. Simulate NIRISS spectra in three blocking filters and two orients offset by 90 degrees.\n  2. Simulation field taken from the Hubble WFC3/IR Ultra-Deep Field, with the WFC3 F140W image as the morphological reference and photo-z templates taken as the spectral models. \n  3. Extract spectra and fit redshifts and emission lines from the combined six exposures.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Grism redshift and line analysis software",
    "version": "1.11.6",
    "project_urls": {
        "Documentation": "https://grizli.readthedocs.io/",
        "Homepage": "https://github.com/gbrammer/grizli",
        "Source": "https://github.com/gbrammer/grizli",
        "Tracker": "https://github.com/gbrammer/grizli/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6aefc2626658f283425ada194eedf1e7eed16e4507e449f61d82faacf5ccad6",
                "md5": "7d952671d640a230d2711e419e95df8f",
                "sha256": "dafb4f93129fc373e749b52db72f79bb6755ab1d3c592073f1cdce62c3117095"
            },
            "downloads": -1,
            "filename": "grizli-1.11.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7d952671d640a230d2711e419e95df8f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9255029,
            "upload_time": "2024-05-01T12:39:20",
            "upload_time_iso_8601": "2024-05-01T12:39:20.366690Z",
            "url": "https://files.pythonhosted.org/packages/b6/ae/fc2626658f283425ada194eedf1e7eed16e4507e449f61d82faacf5ccad6/grizli-1.11.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 12:39:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gbrammer",
    "github_project": "grizli",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "grizli"
}
        
Elapsed time: 0.24456s