lsst.obs.lsst 
The obs_lsst 
Command Line Scripts 
generateCamera.py 
Generate a camera.yaml file for a camera by assembling descriptions of
rafts, sensors, etc.
Because we have many similar cameras, the assembly uses a :-separated
search path of directories to find desired information.  The _first_
occurrence of a filename is used.
 
usage: generateCamera.py [-h] [--path PATH] [--verbose] outputFile 
positional arguments 
outputfile 
Name of generated file
 
 
optional arguments 
-h, --help 
show this help message and exit
 
--path <path> 
List of directories to search for components
 
--verbose 
How chatty should I be?
 
 
 
phossimToRafts.py 
Read phoSim headers and write the per-raft datafiles
usage: phossimToRafts.py [-h] [--id ID] [--visit VISIT] [--log LOG] 
                         [--output_dir OUTPUT_DIR] 
                         input 
positional arguments 
input 
Path to input data repository
 
 
optional arguments 
-h, --help 
show this help message and exit
 
--id <id> 
ID for data (visit=XXX)
 
--visit <visit> 
visit to read
 
--log <log> 
Specify logging level to use
 
--output_dir <output_dir> 
Path to output data directory (must exist)
 
 
 
rewrite_ts8_qe_files.py 
Rewrite native FITS files from the test stand to a standard format
usage: rewrite_ts8_qe_files.py [-h] [--out_root OUT_ROOT] 
                               [--valid_start VALID_START] 
                               picklefile 
positional arguments 
picklefile 
Pickle file to read.
 
 
optional arguments 
-h, --help 
show this help message and exit
 
--out_root <out_root> 
Root directory to which to write outputs
 
--valid_start <valid_start> 
ISO format date string stating the start of the validity range.
 
 
 
 
Python API reference 
lsst.obs.lsst Package 
Functions 
 
readRawFitsHeader Read a FITS header from a raw file and fix it up as required. 
 
 
Classes 
 
Latiss Gen3 Butler specialization for AuxTel LATISS data. 
LsstCam Gen3 Butler specialization for the LSST Main Camera. 
LsstCamImSim Gen3 Butler specialization for ImSim simulations. 
LsstCamMakeRawVisitInfo Make a VisitInfo from the FITS header of a raw image. 
LsstCamMapper The mapper for lsstCam. 
LsstCamPhoSim Gen3 Butler specialization for Phosim simulations. 
LsstComCam Gen3 Butler specialization for ComCam data. 
LsstTS3 Gen3 Butler specialization for TS3 test stand data. 
LsstTS8 Gen3 Butler specialization for raft test stand data. 
LsstUCDCam Gen3 Butler specialization for UCDCam test stand data. 
 
 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst._instrument.Latiss, lsst.obs.lsst._instrument.LsstCam, lsst.obs.lsst._instrument.LsstCamImSim, lsst.obs.lsst.lsstCamMapper.LsstCamMakeRawVisitInfo, lsst.obs.lsst.lsstCamMapper.LsstCamMapper, lsst.obs.lsst._instrument.LsstCamPhoSim, lsst.obs.lsst._instrument.LsstComCam, lsst.obs.lsst._instrument.LsstTS3, lsst.obs.lsst._instrument.LsstTS8, lsst.obs.lsst._instrument.LsstUCDCam
 
 
 
lsst.obs.lsst.latiss Module 
Classes 
 
LatissMapper The Mapper for the LATISS camera. 
LatissParseTask Parser suitable for LATISS raw data. 
 
 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst.latiss.LatissMapper, lsst.obs.lsst.latiss.LatissParseTask
 
 
 
lsst.obs.lsst.imsim Module 
Classes 
 
ImsimMapper The Mapper for the imsim simulations of the LsstCam. 
ImsimParseTask Parser suitable for imsim data. 
 
 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst.imsim.ImsimMapper, lsst.obs.lsst.imsim.ImsimParseTask
 
 
 
lsst.obs.lsst.ts8 Module 
Classes 
 
Ts8Mapper The Mapper for the ts8 camera. 
Ts8ParseTask Parser suitable for ts8 data. 
 
 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst.ts8.Ts8Mapper, lsst.obs.lsst.ts8.Ts8ParseTask
 
 
 
lsst.obs.lsst.ts3 Module 
Classes 
 
Ts3Mapper The Mapper for the ts3 camera. 
Ts3ParseTask Parser suitable for ts3 data. 
 
 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst.ts3.Ts3Mapper, lsst.obs.lsst.ts3.Ts3ParseTask
 
 
 
lsst.obs.lsst.ucd Module 
Classes 
 
UcdMapper The Mapper for the UCDavis camera. 
UcdParseTask Parser suitable for UCD data. 
 
 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst.ucd.UcdMapper, lsst.obs.lsst.ucd.UcdParseTask
 
 
 
lsst.obs.lsst.phosim Module 
Classes 
 
PhosimMapper The Mapper for the phosim simulations of the LsstCam. 
PhosimParseTask Parser suitable for phosim data. 
PhosimEimgParseTask Parser suitable for phosim eimage data. 
 
 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst.phosim.PhosimMapper, lsst.obs.lsst.phosim.PhosimParseTask, lsst.obs.lsst.phosim.PhosimEimgParseTask
 
 
 
lsst.obs.lsst.ingest Module 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst.ingest.LsstCamParseTask, lsst.obs.lsst.ingest.LsstCamEimgParseTask
 
 
 
lsst.obs.lsst.testHelper Module 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst.testHelper.ObsLsstButlerTests, lsst.obs.lsst.testHelper.ObsLsstObsBaseOverrides
 
 
 
lsst.obs.lsst.utils Module 
Functions 
 
readRawFile Read a raw file from fileName, assembling it nicely. 
 
 
 
lsst.obs.lsst.translators Package 
Class Inheritance Diagram 
            Inheritance diagram of lsst.obs.lsst.translators.latiss.LatissTranslator, lsst.obs.lsst.translators.imsim.LsstCamImSimTranslator, lsst.obs.lsst.translators.phosim.LsstCamPhoSimTranslator, lsst.obs.lsst.translators.lsstCam.LsstCamTranslator, lsst.obs.lsst.translators.comCam.LsstComCamTranslator, lsst.obs.lsst.translators.ts3.LsstTS3Translator, lsst.obs.lsst.translators.ts8.LsstTS8Translator, lsst.obs.lsst.translators.lsst_ucdcam.LsstUCDCamTranslator