Caltech Optical Observatories (COO) serves the Caltech astronomy community in the administration of Palomar Observatory and Caltech participation at Keck Observatory. COO also develops advanced optical and near-IR instrumentation for these and other observatories.
If you encounter a bug or have a feature suggestion, please open a new issue in the repository. Provide as much detail as possible, including:
- Version of the software: branch name and 'git log' top commit hash
- Version of compiler (C, C++), interpreter (python) and OS
- A clear title for the issue.
- Steps to reproduce the bug (if applicable).
- Error messages, screenshots, or logs.
If you're new to GitHub, here’s a simple guide to help you contribute:
-
Sign Up for GitHub: If you don’t have an account, create one here.
-
Clone the Repository: Use the following command to clone the repo to your local machine:
git clone https://github.com/CaltechOpticalObservatories/repository-name.git
- Create a New Branch: Before making changes, create a new branch:
git checkout -b your-name/feature
- Push your changes:
git push origin your-name/feature
- Open a Pull Request.
- Describe your changes and link any related issues.
Please update any documentation accordingly if you update any functionality.