- Timestamp:
- Nov 5, 2011, 2:32:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/psModules/src/objects/pmSourceIO.c
r31670 r32617 569 569 PM_SOURCES_WRITE("PS1_V2", CMF_PS1_V2); 570 570 PM_SOURCES_WRITE("PS1_V3", CMF_PS1_V3); 571 PM_SOURCES_WRITE("PS1_V4", CMF_PS1_V4); 571 572 PM_SOURCES_WRITE("PS1_SV1", CMF_PS1_SV1); 572 573 PM_SOURCES_WRITE("PS1_DV1", CMF_PS1_DV1); … … 1025 1026 sources = pmSourcesRead_CMF_PS1_V3 (file->fits, hdu->header); 1026 1027 } 1028 if (!strcmp (exttype, "PS1_V4")) { 1029 sources = pmSourcesRead_CMF_PS1_V4 (file->fits, hdu->header); 1030 } 1027 1031 if (!strcmp (exttype, "PS1_SV1")) { 1028 1032 sources = pmSourcesRead_CMF_PS1_SV1 (file->fits, hdu->header);
Note:
See TracChangeset
for help on using the changeset viewer.
