https://github.com/lsst/obs_lsst
The obs model for the LSST cameras
https://github.com/lsst/obs_lsst
Last synced: 9 months ago
JSON representation
The obs model for the LSST cameras
- Host: GitHub
- URL: https://github.com/lsst/obs_lsst
- Owner: lsst
- License: gpl-3.0
- Created: 2018-06-20T01:53:45.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-30T16:42:55.000Z (12 months ago)
- Last Synced: 2025-06-30T17:45:34.675Z (12 months ago)
- Language: Python
- Homepage:
- Size: 99.5 MB
- Stars: 5
- Watchers: 58
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obs_lsst
A repository to hold the description for the LSST 3.2 GPix camera and other cameras which
use LSST CCDs
This package includes metadata translator plugins for the
`astro_metadata_translator` package. To see the translated header of a file
use the `-p` option to register the plugins.
For example:
```
$ translate_header.py -p lsst.obs.lsst.translators data/
```
will report translations of all the files in this repository.
## License
This package uses the GPLv3 license. The translator sub directory in
`python/lsst/obs/lsst/translators` uses a BSD 3-clause license and is
expected to be moved into `astro_metadata_translator` when the code
stabilizes.