Changeset 5768 for branches/rel9/psModules/src/astrom/pmAstrometry.h
- Timestamp:
- Dec 12, 2005, 11:52:24 AM (21 years ago)
- File:
-
- 1 edited
-
branches/rel9/psModules/src/astrom/pmAstrometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel9/psModules/src/astrom/pmAstrometry.h
r5681 r5768 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $11 * @date $Date: 2005-12- 05 21:28:55$10 * @version $Revision: 1.4.2.1 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-12-12 21:52:17 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 423 423 ); 424 424 425 /** 426 * 427 * pmFPASelectChip shall set valid to true for the specified chip number 428 * (chipNum), and all other chips shall have valid set to false. In the event 429 * that the specified chip number does not exist within the fpa, the function 430 * shall return false. 431 * 432 */ 433 bool pmFPASelectChip( 434 pmFPA *fpa, 435 int chipNum 436 ); 437 438 /** 439 * 440 * pmFPAExcludeChip shall set valid to false only for the specified chip 441 * number (chipNum). In the event that the specified chip number does not exist 442 * within the fpa, the function shall generate a warning, and perform no action. 443 * The function shall return the number of chips within the fpa that have valid 444 * set to true. 445 * 446 */ 447 int pmFPAExcludeChip( 448 pmFPA *fpa, 449 int chipNum 450 ); 451 452 425 453 #endif // #ifndef PS_ASTROMETRY_H 454
Note:
See TracChangeset
for help on using the changeset viewer.
