- Timestamp:
- Feb 11, 2009, 6:42:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20090208/psModules/src/objects/pmSourceIO.c
r20937 r21448 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.69 $ $Name: not supported by cvs2svn $6 * @date $Date: 200 8-12-08 02:51:14$5 * @version $Revision: 1.69.12.1 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2009-02-12 04:42:05 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 488 488 } 489 489 if (!strcmp (exttype, "PS1_DEV_1")) { 490 status = pmSourcesWrite_PS1_DEV_1 (file->fits, sources, file->header, outhead, dataname , xsrcname);490 status = pmSourcesWrite_PS1_DEV_1 (file->fits, sources, file->header, outhead, dataname); 491 491 } 492 492 if (!strcmp (exttype, "PS1_CAL_0")) { 493 status = pmSourcesWrite_PS1_CAL_0 (file->fits, readout, sources, file->header, outhead, dataname, xsrcname); 493 status = pmSourcesWrite_PS1_CAL_0 (file->fits, readout, sources, file->header, outhead, dataname); 494 } 495 if (!strcmp (exttype, "CMF_PS1_V1")) { 496 status = pmSourcesWrite_CMF_PS1_V1 (file->fits, readout, sources, file->header, outhead, dataname); 494 497 } 495 498 if (xsrcname) { … … 500 503 status = pmSourcesWrite_PS1_CAL_0_XSRC (file->fits, readout, sources, file->header, xsrcname, recipe); 501 504 } 505 if (!strcmp (exttype, "CMF_PS1_V1")) { 506 status = pmSourcesWrite_CMF_PS1_V1_XSRC (file->fits, sources, xsrcname, recipe); 507 } 502 508 } 503 509 if (xfitname) { … … 507 513 if (!strcmp (exttype, "PS1_CAL_0")) { 508 514 status = pmSourcesWrite_PS1_CAL_0_XFIT (file->fits, readout, sources, file->header, xfitname); 515 } 516 if (!strcmp (exttype, "CMF_PS1_V1")) { 517 status = pmSourcesWrite_CMF_PS1_V1_XFIT (file->fits, sources, xfitname); 509 518 } 510 519 } … … 929 938 sources = pmSourcesRead_PS1_DEV_1 (file->fits, hdu->header); 930 939 } 931 if (!strcmp (exttype, "PS1_CAL_ )")) {940 if (!strcmp (exttype, "PS1_CAL_0")) { 932 941 sources = pmSourcesRead_PS1_CAL_0 (file->fits, hdu->header); 933 942 }
Note:
See TracChangeset
for help on using the changeset viewer.
