- Timestamp:
- Mar 29, 2006, 10:55:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmFPAviewReadObjects.c
r6712 r6726 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.1.2. 4$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-03-2 8 02:14:56$5 * @version $Revision: 1.1.2.5 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-03-29 20:55:42 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 29 29 // Given a FITS file pointer, read the table of object data 30 bool pmFPAviewReadObjects ( pmFPAview *view, pmFPAfile *file)30 bool pmFPAviewReadObjects (const pmFPAview *view, pmFPAfile *file) 31 31 { 32 32 pmFPA *fpa = file->fpa; … … 67 67 68 68 // read in all chip-level Objects files for this FPA 69 bool pmFPAReadObjects (pmFPA *fpa, pmFPAview *view, pmFPAfile *file)69 bool pmFPAReadObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file) 70 70 { 71 71 … … 79 79 80 80 // read in all cell-level Objects files for this chip 81 bool pmChipReadObjects (pmChip *chip, pmFPAview *view, pmFPAfile *file)81 bool pmChipReadObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file) 82 82 { 83 83 … … 91 91 92 92 // read in all readout-level Objects files for this cell 93 bool pmCellReadObjects (pmCell *cell, pmFPAview *view, pmFPAfile *file)93 bool pmCellReadObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file) 94 94 { 95 95 … … 103 103 104 104 // read in all readout-level Objects files for this cell 105 bool pmReadoutReadObjects (pmReadout *readout, pmFPAview *view, pmFPAfile *file)105 bool pmReadoutReadObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file) 106 106 { 107 107
Note:
See TracChangeset
for help on using the changeset viewer.
