IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2005, 12:25:39 PM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmAstrometry.h

    r4779 r4992  
    88*  @author GLG, MHPCC
    99*
    10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-08-16 02:29:29 $
     10*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-09-11 22:25:39 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    441441psTime *pmCellGetTime(pmCell *cell); // CELL.TIME
    442442psList *pmCellGetBiasSec(pmCell *cell); // CELL.BIASSEC
    443 psRegion *pmCellGetTrimSec(pmCell *cell); // CELL.TRIMSEC
     443psRegion pmCellGetTrimSec(pmCell *cell); // CELL.TRIMSEC
    444444float pmCellGetGain(pmCell *cell); // CELL.GAIN
    445445float pmCellGetReadNoise(pmCell *cell); // CELL.READNOISE
    446446float pmCellGetSaturation(pmCell *cell); // CELL.SATURATION
    447447float pmCellGetBad(pmCell *cell); // CELL.BAD
    448 psPixelCoord *pmCellGetBin(pmCell *cell); // CELL.BIN
    449 psPixelCoord *pmCellGetParity(pmCell *cell); // CELL.PARITY
     448psPixelCoord pmCellGetBin(pmCell *cell); // CELL.BIN
     449psPixelCoord pmCellGetParity(pmCell *cell); // CELL.PARITY
    450450float pmReadoutGetExposure(pmReadout *readout); // READOUT.EXPOSURE
    451451float pmReadoutGetDarkTime(pmReadout *readout); // READOUT.DARKTIME
Note: See TracChangeset for help on using the changeset viewer.