Changeset 21516 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Feb 16, 2009, 12:30:50 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r20937 r21516 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.70 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2009-02-16 22:30:50 $ 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, "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, "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, "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_)")) {932 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); 933 942 } 934 943 }
Note:
See TracChangeset
for help on using the changeset viewer.
