msaexp


Namemsaexp JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://github.com/gbrammer/msaexp
SummaryManual extraction of JWST NIRSpec MSA spectra directly from the telescope exposures
upload_time2024-03-04 14:31:20
maintainer
docs_urlNone
authorG. Brammer
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://github.com/gbrammer/msaexp/actions/workflows/python-package.yml/badge.svg
    :target: https://github.com/gbrammer/msaexp/actions

.. image:: https://badge.fury.io/py/msaexp.svg
    :target: https://badge.fury.io/py/msaexp
    
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7579050.svg
   :target: https://doi.org/10.5281/zenodo.7579050
   
.. image:: https://readthedocs.org/projects/msaexp/badge/?version=latest
    :target: https://msaexp.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
    
`msaexp`
===================================================================================
Tools for extracting JWST NIRSpec MSA spectra directly from the telescope exposures

Under heavy construction....

.. note::
    Please submit any questions/comments/problems you have through the `Issues <https://github.com/gbrammer/msaexp/issues>`_ interface.

~~~~~~~~~~~~~
Documentation
~~~~~~~~~~~~~

Documentation will be here: https://msaexp.readthedocs.io/, though it's essentially just the module API for now.

The overall procedure is demonstrated in these notebooks:

- `drizzled-nirspec.ipynb <https://github.com/gbrammer/msaexp/blob/main/docs/examples/drizzled-nirspec.ipynb>`_: Demo of new drizzling and combination code (`0.6.0`) with prism data from JWST program `GO-1433 <https://www.stsci.edu/cgi-bin/get-proposal-info?id=1433&observatory=JWST>`_ (PI: Dan Coe)
- `process-rxj2129.ipynb <https://github.com/gbrammer/msaexp/blob/main/docs/examples/process-rxj2129.ipynb>`_: Demo with prism data from JWST program `DD-2767 <https://www.stsci.edu/cgi-bin/get-proposal-info?id=2756&observatory=JWST>`_ (PI: Pat Kelly)
- `process-smacs0723.ipynb <https://github.com/gbrammer/msaexp/blob/main/docs/examples/process-smacs0723.ipynb>`_: Demo with medium resolution data from the JWST `ERO-2736 <https://www.stsci.edu/cgi-bin/get-proposal-info?id=2736&observatory=JWST>`_ program on the cluster SMACS-0723 (PI: Klaus Pontoppidon)

Try running the RXJ2129 demo notebook directly on GitHub in a Codespace: 
  1. Fork the repository from https://github.com/gbrammer/msaexp
  2. "<> Code" pulldown > "Codespaces" > "+" to start the codespace
  3. Wait for the initialization to complete
  4. Navigate to the "docs/examples/" directory in the codespace
  5. Open "process-rxj2129.ipynb" and run it
  6. Commit to your forked repository any changes to the notebook itself or files created that you want to save outside the codespace
  7. Profit!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Extracted spectra from public datasets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Browsable table: https://s3.amazonaws.com/msaexp-nirspec/extractions/nirspec_graded.html 

Full catalog: https://s3.amazonaws.com/msaexp-nirspec/extractions/nirspec_graded_v0.ecsv

Updated and additional extractions (2024-Feb): https://s3.amazonaws.com/msaexp-nirspec/extractions/nirspec_graded_v2.html
(Though see https://github.com/gbrammer/msaexp/pull/54)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gbrammer/msaexp",
    "name": "msaexp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "G. Brammer",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/be/0a/97bb319309a78dc20e6a502d9548b68ee0625fb8aff3a919c230c3761a36/msaexp-0.7.3.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/gbrammer/msaexp/actions/workflows/python-package.yml/badge.svg\n    :target: https://github.com/gbrammer/msaexp/actions\n\n.. image:: https://badge.fury.io/py/msaexp.svg\n    :target: https://badge.fury.io/py/msaexp\n    \n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7579050.svg\n   :target: https://doi.org/10.5281/zenodo.7579050\n   \n.. image:: https://readthedocs.org/projects/msaexp/badge/?version=latest\n    :target: https://msaexp.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n    \n`msaexp`\n===================================================================================\nTools for extracting JWST NIRSpec MSA spectra directly from the telescope exposures\n\nUnder heavy construction....\n\n.. note::\n    Please submit any questions/comments/problems you have through the `Issues <https://github.com/gbrammer/msaexp/issues>`_ interface.\n\n~~~~~~~~~~~~~\nDocumentation\n~~~~~~~~~~~~~\n\nDocumentation will be here: https://msaexp.readthedocs.io/, though it's essentially just the module API for now.\n\nThe overall procedure is demonstrated in these notebooks:\n\n- `drizzled-nirspec.ipynb <https://github.com/gbrammer/msaexp/blob/main/docs/examples/drizzled-nirspec.ipynb>`_: Demo of new drizzling and combination code (`0.6.0`) with prism data from JWST program `GO-1433 <https://www.stsci.edu/cgi-bin/get-proposal-info?id=1433&observatory=JWST>`_ (PI: Dan Coe)\n- `process-rxj2129.ipynb <https://github.com/gbrammer/msaexp/blob/main/docs/examples/process-rxj2129.ipynb>`_: Demo with prism data from JWST program `DD-2767 <https://www.stsci.edu/cgi-bin/get-proposal-info?id=2756&observatory=JWST>`_ (PI: Pat Kelly)\n- `process-smacs0723.ipynb <https://github.com/gbrammer/msaexp/blob/main/docs/examples/process-smacs0723.ipynb>`_: Demo with medium resolution data from the JWST `ERO-2736 <https://www.stsci.edu/cgi-bin/get-proposal-info?id=2736&observatory=JWST>`_ program on the cluster SMACS-0723 (PI: Klaus Pontoppidon)\n\nTry running the RXJ2129 demo notebook directly on GitHub in a Codespace: \n  1. Fork the repository from https://github.com/gbrammer/msaexp\n  2. \"<> Code\" pulldown > \"Codespaces\" > \"+\" to start the codespace\n  3. Wait for the initialization to complete\n  4. Navigate to the \"docs/examples/\" directory in the codespace\n  5. Open \"process-rxj2129.ipynb\" and run it\n  6. Commit to your forked repository any changes to the notebook itself or files created that you want to save outside the codespace\n  7. Profit!\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nExtracted spectra from public datasets\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nBrowsable table: https://s3.amazonaws.com/msaexp-nirspec/extractions/nirspec_graded.html \n\nFull catalog: https://s3.amazonaws.com/msaexp-nirspec/extractions/nirspec_graded_v0.ecsv\n\nUpdated and additional extractions (2024-Feb): https://s3.amazonaws.com/msaexp-nirspec/extractions/nirspec_graded_v2.html\n(Though see https://github.com/gbrammer/msaexp/pull/54)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Manual extraction of JWST NIRSpec MSA spectra directly from the telescope exposures",
    "version": "0.7.3",
    "project_urls": {
        "Homepage": "https://github.com/gbrammer/msaexp",
        "Source": "https://github.com/gbrammer/msaexp",
        "Tracker": "https://github.com/gbrammer/msaexp/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be0a97bb319309a78dc20e6a502d9548b68ee0625fb8aff3a919c230c3761a36",
                "md5": "0ac3e4af908fc6fc0cb74249dd562b6a",
                "sha256": "f489941f9d71ee6589bafd62c724dc9758a6e2c042a8e97c8cef21eb195bb8e8"
            },
            "downloads": -1,
            "filename": "msaexp-0.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0ac3e4af908fc6fc0cb74249dd562b6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 15688123,
            "upload_time": "2024-03-04T14:31:20",
            "upload_time_iso_8601": "2024-03-04T14:31:20.288501Z",
            "url": "https://files.pythonhosted.org/packages/be/0a/97bb319309a78dc20e6a502d9548b68ee0625fb8aff3a919c230c3761a36/msaexp-0.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 14:31:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gbrammer",
    "github_project": "msaexp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "msaexp"
}
        
Elapsed time: 0.21064s