Changeset 22699 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Feb 26, 2009, 2:45:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r21516 r22699 29 29 #include "pmFPAfile.h" 30 30 #include "pmFPAfileFitsIO.h" 31 #include "pmConcepts .h"31 #include "pmConceptsRead.h" 32 32 33 33 #include "pmSpan.h" … … 503 503 status = pmSourcesWrite_PS1_CAL_0_XSRC (file->fits, readout, sources, file->header, xsrcname, recipe); 504 504 } 505 if (!strcmp (exttype, "PS1_V1")) {506 status = pmSourcesWrite_CMF_PS1_V1_XSRC (file->fits, sources, xsrcname, recipe);507 }505 if (!strcmp (exttype, "PS1_V1")) { 506 status = pmSourcesWrite_CMF_PS1_V1_XSRC (file->fits, sources, xsrcname, recipe); 507 } 508 508 } 509 509 if (xfitname) {
Note:
See TracChangeset
for help on using the changeset viewer.
