- Timestamp:
- Jun 5, 2008, 5:16:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimLoadForceSources.c
r17935 r17958 25 25 psAssert(srcFile, "missing PPSIM.REAL.SOURCES"); 26 26 27 // select the fpa and chip from PPSIM.REAL.SOURCES, which carries the astrometry in the headers 27 28 pmFPA *fpa = srcFile->fpa; 28 29 pmChip *chip = pmFPAviewThisChip (view, fpa); 29 // pmCell *cell = pmFPAviewThisCell (view, fpa); 30 pmReadout *readout = pmFPAviewThisReadout (view, fpa); 30 31 // we use the readout for the PPSIM.FORCE.CHIP, which contains the chip-mosaicked image(s) 32 pmReadout *readout = pmFPAfileThisReadout (config->files, view, "PPSIM.FORCE.CHIP"); 31 33 32 34 // XXX we should have only one cell and readout per chip, right? 33 35 34 36 // read WCS from existing output from psphot & psastro 35 // XXX can we be more flexible? ie, use the header of PPSIM. CHIP?37 // XXX can we be more flexible? ie, use the header of PPSIM.FORCE.CHIP? 36 38 bool bilevelAstrometry = false; 37 39 status = psastroAstromGuessSetFPA (fpa, &bilevelAstrometry);
Note:
See TracChangeset
for help on using the changeset viewer.
