UW Astronomy

UW LSST Python Libraries


 
LSST

lsstdb

Code to ingest photometry data into our test database. To use:

Python modules

lsstmisc

Utility routines.

sdsswcs

Functions fk5FromXy and xyFromFK5 compute x,y -> FK5 RA/Dec and the inverse for SDSS images. This uses the high-accuracy WCS data from the asTrans files. However, it applies the default "cosmic" color corrections because we are not computing color. Implemented as a python interface to photo c code, using SWIG.

Note that wcs calculations on non-sdss images will use LSSTProto, the official lsst prototype wcs code.