Skip to content

Simple tool for summarizing JWST data files

License

Notifications You must be signed in to change notification settings

drdavella/jwstinfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

jwstinfo

jwstinfo is a small Python module and command line tool that provides a simple summary of JWST data files. It is intended to be a lightweight tool that does not require the JWST pipeline or data models.

To use the command line tool, simply run the jwstinfo command:

$ jwstinfo /path/to/jwst/data.fits

An example summary will look something like the following:

original filename : jw10001001001_01101_00001_mirifushort_s3d.fits
file creation date: 2018-11-13T14:33:33.924
pipeline version  : 0.12.2a.dev45+g91aabdd6
instrument        : MIRI
detector          : MIRIFUSHORT
model type        : IFUCubeModel
target name       : NGC 104
observation id    : M103-Q3-SHORT-6020222141

Installation

Stable releases of the package are registered at PyPi. The latest stable version can be installed using pip:

$ pip install jwstinfo

The latest development version is available from the master branch on github. To clone the project:

$ git clone https://github.com/spacetelescope/jwstinfo

To install:

$ cd jwstinfo
$ pip install .

To install in development mode:

$ pip install -e .

Contributing

We welcome feedback and contributions to the project. Contributions of code, documentation, or general feedback are all appreciated. Please follow the contributing guidelines to submit an issue or a pull request.

We strive to provide a welcoming community to all of our users by abiding to the Code of Conduct.

About

Simple tool for summarizing JWST data files

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%