pandorafits


Namepandorafits JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryTools to work with fits files for Pandora
upload_time2024-09-19 17:07:39
maintainerNone
docs_urlNone
authorChristina Hedges
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `pandora-fits`

Tools to work with fits files from Pandora.

`pandora-fits` wraps `astropy.io.fits.HDUList` classes to ensure that files conform to Pandora FITS standards.

The standards are defined using excel files in the `src/pandorasat/fileformats/` folder. Changing these files will change the standards that this tool checks against.

## Pandora Detectors

Pandora has two detectors, VISDA and NIRDA. You can read more about each of these in [pandora-sat](https://github.com/PandoraMission/pandora-sat/tree/main).

## Pandora File Levels

Pandora will have the following levels of files for each detector

| Level | Description                                                  |
|-------|--------------------------------------------------------------|
| 0     | Raw data from spacecraft                                     |
| 1     | Reorganized raw data, with potential for additional keywords |
| 2     | Calibrated image data products                               |
| 3     | Spectral time-series data, ready for science.                |

## Exceptions

`pandora-fits` will throw exceptions if files are not in the correct format. This includes

- Files do not have the right number of extensions
- Extensions are not the correct type
- Header keywords have the wrong values when compared with the template

## Warnings

`pandora-fits` will log warnings if files are missing keyword headers, but those headers aren't valued in the excel spreadsheet.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pandorafits",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Christina Hedges",
    "author_email": "christina.l.hedges@nasa.gov",
    "download_url": "https://files.pythonhosted.org/packages/9b/69/98d4bbd2e78224d5926b1b54fa566621515bee660359225dd29b55b52241/pandorafits-0.1.0.tar.gz",
    "platform": null,
    "description": "# `pandora-fits`\n\nTools to work with fits files from Pandora.\n\n`pandora-fits` wraps `astropy.io.fits.HDUList` classes to ensure that files conform to Pandora FITS standards.\n\nThe standards are defined using excel files in the `src/pandorasat/fileformats/` folder. Changing these files will change the standards that this tool checks against.\n\n## Pandora Detectors\n\nPandora has two detectors, VISDA and NIRDA. You can read more about each of these in [pandora-sat](https://github.com/PandoraMission/pandora-sat/tree/main).\n\n## Pandora File Levels\n\nPandora will have the following levels of files for each detector\n\n| Level | Description                                                  |\n|-------|--------------------------------------------------------------|\n| 0     | Raw data from spacecraft                                     |\n| 1     | Reorganized raw data, with potential for additional keywords |\n| 2     | Calibrated image data products                               |\n| 3     | Spectral time-series data, ready for science.                |\n\n## Exceptions\n\n`pandora-fits` will throw exceptions if files are not in the correct format. This includes\n\n- Files do not have the right number of extensions\n- Extensions are not the correct type\n- Header keywords have the wrong values when compared with the template\n\n## Warnings\n\n`pandora-fits` will log warnings if files are missing keyword headers, but those headers aren't valued in the excel spreadsheet.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tools to work with fits files for Pandora",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b30470b3d7417ed9c437edb2c4037281be7857761e761b0220e724311d944a2c",
                "md5": "2a97f6e29abc833cd0a787d515810112",
                "sha256": "24b64cbcdab2e183c97a0c1d4a836890736278a1d0b5f072fa4419ac6c8d8840"
            },
            "downloads": -1,
            "filename": "pandorafits-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a97f6e29abc833cd0a787d515810112",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 77765,
            "upload_time": "2024-09-19T17:07:38",
            "upload_time_iso_8601": "2024-09-19T17:07:38.421397Z",
            "url": "https://files.pythonhosted.org/packages/b3/04/70b3d7417ed9c437edb2c4037281be7857761e761b0220e724311d944a2c/pandorafits-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b6998d4bbd2e78224d5926b1b54fa566621515bee660359225dd29b55b52241",
                "md5": "4bce82b87af2ee6ee59aad0ab6cfa48c",
                "sha256": "25e3c084914b4fc55a735474daabbcb42133a85d951b6b29db76388440726912"
            },
            "downloads": -1,
            "filename": "pandorafits-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4bce82b87af2ee6ee59aad0ab6cfa48c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 54479,
            "upload_time": "2024-09-19T17:07:39",
            "upload_time_iso_8601": "2024-09-19T17:07:39.880428Z",
            "url": "https://files.pythonhosted.org/packages/9b/69/98d4bbd2e78224d5926b1b54fa566621515bee660359225dd29b55b52241/pandorafits-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-19 17:07:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pandorafits"
}
        
Elapsed time: 0.41864s