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/objects/pmFPAviewReadObjects.c

    r6712 r6726  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.1.2.4 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-28 02:14:56 $
     5 *  @version $Revision: 1.1.2.5 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-29 20:55:42 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2828
    2929// Given a FITS file pointer, read the table of object data
    30 bool pmFPAviewReadObjects (pmFPAview *view, pmFPAfile *file)
     30bool pmFPAviewReadObjects (const pmFPAview *view, pmFPAfile *file)
    3131{
    3232    pmFPA *fpa = file->fpa;
     
    6767
    6868// read in all chip-level Objects files for this FPA
    69 bool pmFPAReadObjects (pmFPA *fpa, pmFPAview *view, pmFPAfile *file)
     69bool pmFPAReadObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file)
    7070{
    7171
     
    7979
    8080// read in all cell-level Objects files for this chip
    81 bool pmChipReadObjects (pmChip *chip, pmFPAview *view, pmFPAfile *file)
     81bool pmChipReadObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file)
    8282{
    8383
     
    9191
    9292// read in all readout-level Objects files for this cell
    93 bool pmCellReadObjects (pmCell *cell, pmFPAview *view, pmFPAfile *file)
     93bool pmCellReadObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file)
    9494{
    9595
     
    103103
    104104// read in all readout-level Objects files for this cell
    105 bool pmReadoutReadObjects (pmReadout *readout, pmFPAview *view, pmFPAfile *file)
     105bool pmReadoutReadObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file)
    106106{
    107107
Note: See TracChangeset for help on using the changeset viewer.