IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2006, 10:55:42 AM (20 years ago)
Author:
magnier
Message:

fixed up output logic for files and views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPAview.h

    r6713 r6726  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.1.2.7 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-03-28 02:16:26 $
     9*  @version $Revision: 1.1.2.8 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-03-29 20:55:42 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    4444
    4545// determine the current view depth
    46 pmFPAdepth pmFPAviewDepth (pmFPAview *view);
     46pmFPAdepth pmFPAviewDepth (const pmFPAview *view);
    4747
    4848// return the currently selected chip for this view
    49 pmChip *pmFPAviewThisChip (pmFPAview *view, pmFPA *fpa);
     49pmChip *pmFPAviewThisChip (const pmFPAview *view, pmFPA *fpa);
    5050
    5151// advance view to the next chip
     
    5353
    5454// return the currently selected cell for this view
    55 pmCell *pmFPAviewThisCell (pmFPAview *view, pmFPA *fpa);
     55pmCell *pmFPAviewThisCell (const pmFPAview *view, pmFPA *fpa);
    5656
    5757// advance view to the next cell
     
    5959
    6060// return the currently selected readout for this view
    61 pmReadout *pmFPAviewThisReadout (pmFPAview *view, pmFPA *fpa);
     61pmReadout *pmFPAviewThisReadout (const pmFPAview *view, pmFPA *fpa);
    6262
    6363// advance view to the next readout
     
    6565
    6666// return the HDU corresponding to the current view
    67 pmHDU *pmFPAviewThisHDU (pmFPAview *view, pmFPA *fpa);
    68 pmHDU *pmFPAviewThisPHU (pmFPAview *view, pmFPA *fpa);
     67pmHDU *pmFPAviewThisHDU (const pmFPAview *view, pmFPA *fpa);
     68pmHDU *pmFPAviewThisPHU (const pmFPAview *view, pmFPA *fpa);
    6969
    7070# endif
Note: See TracChangeset for help on using the changeset viewer.