- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/camera/pmFPAfile.h
r23487 r27840 48 48 PM_FPA_FILE_ASTROM_REFSTARS, 49 49 PM_FPA_FILE_SUBKERNEL, 50 PM_FPA_FILE_SRCTEXT, 51 PM_FPA_FILE_PATTERN, 50 52 } pmFPAfileType; 51 53 … … 109 111 psString formatName; // name of the camera format 110 112 111 int index; // Index of file 113 int fileIndex; // Index of file 114 int fileID; // internal sequence number 112 115 113 116 psS64 imageId, sourceId; // Image and source identifiers … … 160 163 ); 161 164 165 /// Set strict checking when freeing file 166 /// 167 /// If true (default), freeing a pmFPAfile involves asserting that the FITS filehandle has been closed. 168 bool pmFPAfileFreeSetStrict(bool new // New state 169 ); 162 170 163 171
Note:
See TracChangeset
for help on using the changeset viewer.
