Changeset 27531 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Mar 30, 2010, 1:29:50 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r26893 r27531 539 539 status &= pmSourcesWrite_CMF_PS1_V2 (file->fits, readout, sources, file->header, outhead, dataname); 540 540 } 541 if (!strcmp (exttype, "PS1_DV1")) { 542 status &= pmSourcesWrite_CMF_PS1_DV1 (file->fits, readout, sources, file->header, outhead, dataname); 543 } 541 544 542 545 if (xsrcname) { … … 553 556 status &= pmSourcesWrite_CMF_PS1_V2_XSRC (file->fits, sources, xsrcname, recipe); 554 557 } 558 if (!strcmp (exttype, "PS1_DV1")) { 559 status &= pmSourcesWrite_CMF_PS1_DV1_XSRC (file->fits, sources, xsrcname, recipe); 560 } 555 561 } 556 562 if (xfitname) { … … 567 573 status &= pmSourcesWrite_CMF_PS1_V2_XFIT (file->fits, sources, xfitname); 568 574 } 575 if (!strcmp (exttype, "PS1_DV1")) { 576 status &= pmSourcesWrite_CMF_PS1_DV1_XFIT (file->fits, sources, xfitname); 577 } 569 578 } 570 579 psFree (outhead); … … 1015 1024 sources = pmSourcesRead_CMF_PS1_V2 (file->fits, hdu->header); 1016 1025 } 1026 if (!strcmp (exttype, "PS1_DV1")) { 1027 sources = pmSourcesRead_CMF_PS1_DV1 (file->fits, hdu->header); 1028 } 1017 1029 1018 1030 if (!pmReadoutReadDetEff(file->fits, readout, deteffname)) {
Note:
See TracChangeset
for help on using the changeset viewer.
