- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/psModules
- Property svn:mergeinfo changed
/trunk/psModules (added) merged: 27818,27832,27862,27903,27989,27992,28006 /branches/eam_branches/stackphot.20100406/psModules removed
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/psModules/src/camera/pmFPAfileFitsIO.c
r25878 r28017 75 75 } 76 76 77 pmFPA *nameSource = file->src; // Source of FPA.OBS78 if (!nameSource) {79 nameSource = file->fpa;80 }81 bool mdok; // Status of MD lookup82 const char *fpaObs = psMetadataLookupStr(&mdok, nameSource->concepts, "FPA.OBS"); // Observation id83 84 77 pmFPA *copy = pmFPAConstruct(file->camera, file->cameraName); // FPA to return 85 if (!pmFPAAddSourceFromView(copy, fpaObs,phuView, file->format)) {78 if (!pmFPAAddSourceFromView(copy, phuView, file->format)) { 86 79 psError(PS_ERR_UNKNOWN, false, "Unable to insert HDU into FPA for writing.\n"); 87 80 psFree(copy);
Note:
See TracChangeset
for help on using the changeset viewer.
