IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2005, 11:52:24 AM (21 years ago)
Author:
desonia
Message:

merged post-release fixes from CVS main.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel9/psModules/src/astrom/pmAstrometry.h

    r5681 r5768  
    88*  @author GLG, MHPCC
    99*
    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 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    423423);
    424424
     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 */
     433bool 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 */
     447int pmFPAExcludeChip(
     448    pmFPA *fpa,
     449    int chipNum
     450);
     451
     452
    425453#endif // #ifndef PS_ASTROMETRY_H
     454
Note: See TracChangeset for help on using the changeset viewer.