spacetelescope / nircam_calib

A collection of software for creating NIRCam reference files, pipeline testing, etc.
2 stars 15 forks source link
astronomy calibration jwst nircam

NIRCam Calibration (nircam_calib)

This is a collection of NIRCam software for:

Contributing

If you want to suggest changes for anything in these repos, do the following:

  1. Clone the repo:
    • using SSH (git clone git@github.com:spacetelescope/nircam_calib.git)
    • using HTTPS (git clone https://github.com/spacetelescope/nircam_calib.git)
  2. Change to nircam_calib directory (cd nircam_calib)
  3. Install (python setup.py install)
  4. Create your own branch (git checkout -b my-new-reffile-feature)
  5. Commit your changes (git commit -am 'Added some feature to reference file scripts')
  6. Push to the branch (git push origin my-new-reffile-feature)
  7. Create a new Pull Request

See the following for a standard package template for repositories under the "spacetelescope" organization:

Issues

If you find any problems with the scripts in these folders, do the following:

  1. Click on the "Issues" tab at the top of the page
  2. Click the green "New Issue" button on the right side of the Issues screen
  3. Fill out the title and description of the issue (don't assign anyone or tag it with a label if you aren't sure)
  4. Click "Submit New Issue"

Collaborators on the repository will be notified of the new issue ticket and can respond or provide comments inside the ticket. Submitting issues through GitHub helps track any problems and work being done on the repository.