Changeset 32633 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Nov 8, 2011, 2:56:56 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r31670 r32633 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.
