This is a collection of NIRCam software for:
- creating reference files
- pipeline testing
- commissioning
- general tools
- training notebooks
If you want to suggest changes for anything in these repos, do the following:
- 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
)
- using SSH (
- Change to
nircam_calib
directory (cd nircam_calib
) - Install (
python setup.py install
) - Create your own branch (
git checkout -b my-new-reffile-feature
) - Commit your changes (
git commit -am 'Added some feature to reference file scripts'
) - Push to the branch (
git push origin my-new-reffile-feature
) - Create a new Pull Request
See the following for a standard package template for repositories under the "spacetelescope" organization:
If you find any problems with the scripts in these folders, do the following:
- Click on the "Issues" tab at the top of the page
- Click the green "New Issue" button on the right side of the Issues screen
- Fill out the title and description of the issue (don't assign anyone or tag it with a label if you aren't sure)
- 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.