- Timestamp:
- Jun 19, 2014, 4:14:54 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610/psModules
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/objects (modified) (1 prop)
-
src/objects/pmSourceIO.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/psModules
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20140423/psModules merged eligible /trunk/psModules merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/ipp-20140610/psModules/src/objects
- Property svn:ignore
-
old new 15 15 pmSourceIO_CMF_PS1_SV1.c 16 16 pmSourceIO_CMF_PS1_SV2.c 17 pmSourceIO_CMF_PS1_SV3.c 17 18 pmSourceIO_CMF_PS1_DV1.c 18 19 pmSourceIO_CMF_PS1_DV2.c 19 20 pmSourceIO_CMF_PS1_DV3.c 20 21 pmSourceIO_CMF_PS1_DV4.c
-
- Property svn:ignore
-
branches/eam_branches/ipp-20140610/psModules/src/objects/pmSourceIO.c
r36884 r36916 365 365 # define PM_SOURCES_WRITE(NAME,TYPE) \ 366 366 if (!strcmp (exttype, NAME)) { \ 367 status &= pmSourcesWrite_##TYPE(file->fits, readout, sources, file->header, outhead, dataname, recipe); \367 status = pmSourcesWrite_##TYPE(file->fits, readout, sources, file->header, outhead, dataname, recipe); \ 368 368 if (xsrcname) { \ 369 369 status &= pmSourcesWrite_##TYPE##_XSRC(file->fits, readout, sources, file->header, xsrcname, recipe); \ … … 589 589 590 590 // these are case-sensitive since the EXTYPE is case-sensitive 591 status = true;591 status = false; 592 592 PM_SOURCES_WRITE("SMPDATA", SMPDATA); 593 593 PM_SOURCES_WRITE("PS1_DEV_0", PS1_DEV_0); … … 601 601 PM_SOURCES_WRITE("PS1_SV1", CMF_PS1_SV1); 602 602 PM_SOURCES_WRITE("PS1_SV2", CMF_PS1_SV2); 603 PM_SOURCES_WRITE("PS1_SV3", CMF_PS1_SV3); 603 604 PM_SOURCES_WRITE("PS1_DV1", CMF_PS1_DV1); 604 605 PM_SOURCES_WRITE("PS1_DV2", CMF_PS1_DV2); 605 606 PM_SOURCES_WRITE("PS1_DV3", CMF_PS1_DV3); 607 PM_SOURCES_WRITE("PS1_DV4", CMF_PS1_DV4); 606 608 607 609 psFree (outhead); … … 1121 1123 PM_SOURCES_READ_PSF("PS1_SV1", CMF_PS1_SV1); 1122 1124 PM_SOURCES_READ_PSF("PS1_SV2", CMF_PS1_SV2); 1125 PM_SOURCES_READ_PSF("PS1_SV3", CMF_PS1_SV3); 1123 1126 PM_SOURCES_READ_PSF("PS1_DV1", CMF_PS1_DV1); 1124 1127 PM_SOURCES_READ_PSF("PS1_DV2", CMF_PS1_DV2); 1125 1128 PM_SOURCES_READ_PSF("PS1_DV3", CMF_PS1_DV3); 1129 PM_SOURCES_READ_PSF("PS1_DV4", CMF_PS1_DV4); 1126 1130 1127 1131 long *sourceIndex = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
