Changeset 12543
- Timestamp:
- Mar 22, 2007, 8:06:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r12481 r12543 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-03- 18 22:03:08$5 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-03-22 18:06:37 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 164 164 } 165 165 166 // read inall readout-level Objects files for this cell166 // write out all readout-level Objects files for this cell 167 167 bool pmReadoutWriteObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config) 168 168 { … … 179 179 psMetadata *outhead; 180 180 181 // XXX if sources is NULL, skip the cell or write out empty tables? 181 182 psArray *sources = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.SOURCES"); 182 183 if (sources == NULL) 183 return false;184 return true; 184 185 185 186 bool create = file->mode == PM_FPA_MODE_WRITE ? true : false;
Note:
See TracChangeset
for help on using the changeset viewer.
