Changeset 4779 for trunk/psModules/src/pmAstrometry.h
- Timestamp:
- Aug 15, 2005, 4:29:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmAstrometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmAstrometry.h
r4770 r4779 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-08-16 0 1:10:34$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-08-16 02:29:29 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 417 417 418 418 419 psMetadataItem *pmCellGetConcept(pmCell *cell, const char *concept); 420 psMetadataItem *pmChipGetConcept(pmChip *chip, const char *concept); 421 psMetadataItem *pmFPAGetConcept(pmFPA *fpa, const char *concept); 422 423 /** 424 * 425 * We next specify a series of specific functions for concept lookups. These 426 * will generally be what the user utilises, so the goal is to provide a simple 427 * interface providing a single type back, so the user doesnt have to go to the 428 * trouble of checking types, etc. These functions should employ the above three 429 * general lookup functions and deal with the result appropriately. 430 * 431 */ 432 float pmFPAGetAirmass(pmFPA *fpa); // FPA.AIRMASS 433 psString pmFPAGetFilter(pmFPA *fpa); // FPA.FILTER 434 float pmFPAGetPosAngle(pmFPA *fpa); // FPA.POSANGLE 435 double pmFPAGetRA(pmFPA *fpa); // FPA.RA 436 double pmFPAGetDec(pmFPA *fpa); // FPA.DEC 437 psString pmFPAGetRADecSys(pmFPA *fpa); // FPA.RADECSYS 438 psString pmFPAGetName(pmFPA *fpa); // FPA.NAME 439 psString pmChipGetName(pmChip *chip); // CHIP.NAME 440 psString pmCellGetName(pmCell *cell); // CELL.NAME 441 psTime *pmCellGetTime(pmCell *cell); // CELL.TIME 442 psList *pmCellGetBiasSec(pmCell *cell); // CELL.BIASSEC 443 psRegion *pmCellGetTrimSec(pmCell *cell); // CELL.TRIMSEC 444 float pmCellGetGain(pmCell *cell); // CELL.GAIN 445 float pmCellGetReadNoise(pmCell *cell); // CELL.READNOISE 446 float pmCellGetSaturation(pmCell *cell); // CELL.SATURATION 447 float pmCellGetBad(pmCell *cell); // CELL.BAD 448 psPixelCoord *pmCellGetBin(pmCell *cell); // CELL.BIN 449 psPixelCoord *pmCellGetParity(pmCell *cell); // CELL.PARITY 450 float pmReadoutGetExposure(pmReadout *readout); // READOUT.EXPOSURE 451 float pmReadoutGetDarkTime(pmReadout *readout); // READOUT.DARKTIME 452 453 454 419 455 #endif // #ifndef PS_ASTROMETRY_H
Note:
See TracChangeset
for help on using the changeset viewer.
