Changeset 15562 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- Nov 9, 2007, 3:09:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r15217 r15562 438 438 return NULL; 439 439 } 440 // EXTWORD (fits->extword) is not relevant to the PHU 440 441 fits = psFitsOpen (realName, "r"); 441 442 if (!fits) { … … 556 557 return NULL; 557 558 } 559 // EXTWORD (fits->extword) is not relevant to the PHU 558 560 fits = psFitsOpen (realName, "r"); 559 561 if (!fits) { … … 665 667 // associated each filename with an element of the FPA 666 668 // save the association on file->names 669 // EXTWORD (fits->extword) is not relevant to the PHU 667 670 fits = psFitsOpen (infiles->data[entry], "r"); 668 671 phu = psFitsReadHeader (NULL, fits);
Note:
See TracChangeset
for help on using the changeset viewer.
