Changeset 6834 for branches/rel10_ifa/psModules/src/astrom/pmFPAfile.c
- Timestamp:
- Apr 11, 2006, 4:12:24 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAfile.c
r6827 r6834 698 698 699 699 // set the view to the corresponding entry for this phu 700 pmFPAview *view = pmFPAAddSource (fpa, phu, format);700 pmFPAview *view = pmFPAAddSourceFromHeader(fpa, phu, format); 701 701 702 702 // XXX is this the correct psMD to save the filename? … … 786 786 787 787 // set the view to the corresponding entry for this phu 788 pmFPAview *view = pmFPAAddSource (fpa, phu, format);788 pmFPAview *view = pmFPAAddSourceFromHeader(fpa, phu, format); 789 789 790 790 // XXX is this the correct psMD to save the filename? … … 879 879 880 880 // set the view to the corresponding entry for this phu 881 pmFPAview *view = pmFPAAddSource (file->fpa, phu, format);881 pmFPAview *view = pmFPAAddSourceFromHeader(file->fpa, phu, format); 882 882 883 883 // XXX is this the correct psMD to save the filename?
Note:
See TracChangeset
for help on using the changeset viewer.
