Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary

Keywords

astrometry calibration focal-plane gaia jwst
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: spacetelescope
  • Language: Python
  • Default Branch: master
  • Size: 59.6 KB
Statistics
  • Stars: 1
  • Watchers: 4
  • Forks: 4
  • Open Issues: 3
  • Releases: 0
Topics
astrometry calibration focal-plane gaia jwst
Created over 6 years ago · Last pushed about 4 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.md

Build Status Documentation Status PyPI version PyPI - License

jwcf - JWST calibration field catalogs

Python interface to the HAWK-I and HST-based JWST calibration field catalogs. Both of these catalogs have RA, Dec positions as well as estimated magnitudes for most JWST instruments+filters.

Example usage

Access HAWK-I based catalog:
from jwcf import hawki catalog = hawki.hawki_catalog()

Access HST based catalog: from jwcf import hst catalog = hst.hst_catalog(decimal_year_of_observation=2022.50) decimal_year_of_observation above provides the RA, Dec locations at the desired epoch. These locations are projected based on accurate HST proper motions derived using dual-epoch data obtained in 2006.39 and 2017.38. If decimal_year_of_observation is not provided, the output catalog will default to 2017.38 positions.

The resulting catalog above is an astropy table (class). Available columns can be accessed by catalog.colnames. To extract a specific column: e.g., catalog['ra_deg'] as a table column or catalog['ra_deg'].data as a (masked) array.

Documentation

Anderson, J., Fall, M., and the Astrometry Working Group, The JWST Calibration Field: Absolute Astrometry and Proper Motions with GAIA and a Second HST Epoch, Technical Report JWST-STScI-007716, STScI

Sahlmann, J., 2019, Astrometric catalog for JWST focal plane geometric calibration, Technical Report JWST-STScI-006828 STScI

Sahlmann, J., 2017, Astrometric accuracy of the JWST calibration field astrometric catalog examined with the first Gaia data release, Technical Report JWST-STScI-005492, STScI

Contributing

Please open a new issue or new pull request for bugs, feedback, or new features you would like to see. If there is an issue you would like to work on, please leave a comment and we will be happy to assist. New contributions and contributors are very welcome!

References

Owner

  • Name: Space Telescope Science Institute
  • Login: spacetelescope
  • Kind: organization
  • Email: help@stsci.edu
  • Location: Baltimore, MD

STScI is operated by AURA for NASA

Citation (CITATION)

See http://journals.aas.org/authors/references.html#Software on how to
cite software.

GitHub has Zenodo DOI integration:
https://guides.github.com/activities/citable-code/

Also see https://swcarpentry.github.io/git-novice/12-citation/
for further reading.

GitHub Events

Total
  • Issues event: 1
  • Pull request event: 1
Last Year
  • Issues event: 1
  • Pull request event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pllim (1)
Pull Request Authors
  • pllim (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi
  • astropy *
  • s.strip *