Changeset 4992 for trunk/psModules/src/pmAstrometry.h
- Timestamp:
- Sep 11, 2005, 12:25:39 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmAstrometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmAstrometry.h
r4779 r4992 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-0 8-16 02:29:29 $10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-09-11 22:25:39 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 441 441 psTime *pmCellGetTime(pmCell *cell); // CELL.TIME 442 442 psList *pmCellGetBiasSec(pmCell *cell); // CELL.BIASSEC 443 psRegion *pmCellGetTrimSec(pmCell *cell); // CELL.TRIMSEC443 psRegion pmCellGetTrimSec(pmCell *cell); // CELL.TRIMSEC 444 444 float pmCellGetGain(pmCell *cell); // CELL.GAIN 445 445 float pmCellGetReadNoise(pmCell *cell); // CELL.READNOISE 446 446 float pmCellGetSaturation(pmCell *cell); // CELL.SATURATION 447 447 float pmCellGetBad(pmCell *cell); // CELL.BAD 448 psPixelCoord *pmCellGetBin(pmCell *cell); // CELL.BIN449 psPixelCoord *pmCellGetParity(pmCell *cell); // CELL.PARITY448 psPixelCoord pmCellGetBin(pmCell *cell); // CELL.BIN 449 psPixelCoord pmCellGetParity(pmCell *cell); // CELL.PARITY 450 450 float pmReadoutGetExposure(pmReadout *readout); // READOUT.EXPOSURE 451 451 float pmReadoutGetDarkTime(pmReadout *readout); // READOUT.DARKTIME
Note:
See TracChangeset
for help on using the changeset viewer.
