Giter Site home page Giter Site logo

jwst-calibration-field's Introduction

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

jwst-calibration-field's People

Contributors

johannes-sahlmann avatar tonysohn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

jwst-calibration-field's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.