- Timestamp:
- Feb 15, 2009, 9:54:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20090208/psModules/src/objects/pmSourceIO.c
r21448 r21488 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.69.12. 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2009-02-1 2 04:42:05$5 * @version $Revision: 1.69.12.2 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2009-02-15 19:54:12 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 493 493 status = pmSourcesWrite_PS1_CAL_0 (file->fits, readout, sources, file->header, outhead, dataname); 494 494 } 495 if (!strcmp (exttype, " CMF_PS1_V1")) {495 if (!strcmp (exttype, "PS1_V1")) { 496 496 status = pmSourcesWrite_CMF_PS1_V1 (file->fits, readout, sources, file->header, outhead, dataname); 497 497 } … … 503 503 status = pmSourcesWrite_PS1_CAL_0_XSRC (file->fits, readout, sources, file->header, xsrcname, recipe); 504 504 } 505 if (!strcmp (exttype, " CMF_PS1_V1")) {505 if (!strcmp (exttype, "PS1_V1")) { 506 506 status = pmSourcesWrite_CMF_PS1_V1_XSRC (file->fits, sources, xsrcname, recipe); 507 507 } … … 514 514 status = pmSourcesWrite_PS1_CAL_0_XFIT (file->fits, readout, sources, file->header, xfitname); 515 515 } 516 if (!strcmp (exttype, " CMF_PS1_V1")) {516 if (!strcmp (exttype, "PS1_V1")) { 517 517 status = pmSourcesWrite_CMF_PS1_V1_XFIT (file->fits, sources, xfitname); 518 518 } … … 938 938 sources = pmSourcesRead_PS1_DEV_1 (file->fits, hdu->header); 939 939 } 940 if (!strcmp (exttype, "PS1_ CAL_0")) {941 sources = pmSourcesRead_ PS1_CAL_0(file->fits, hdu->header);940 if (!strcmp (exttype, "PS1_V1")) { 941 sources = pmSourcesRead_CMF_PS1_V1 (file->fits, hdu->header); 942 942 } 943 943 }
Note:
See TracChangeset
for help on using the changeset viewer.
