Changeset 15039 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Sep 26, 2007, 5:35:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r14938 r15039 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-09-2 1 00:09:05$5 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-09-27 03:35:29 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 388 388 status = pmSourcesWrite_PS1_DEV_0 (file->fits, sources, file->header, outhead, dataname); 389 389 } 390 if (!strcmp (exttype, "PS1_DEV_1")) { 391 status = pmSourcesWrite_PS1_DEV_1 (file->fits, sources, file->header, outhead, dataname); 392 } 390 393 391 394 if (!status) { … … 708 711 sources = pmSourcesRead_PS1_DEV_0 (file->fits, hdu->header); 709 712 } 713 if (!strcmp (exttype, "PS1_DEV_1")) { 714 sources = pmSourcesRead_PS1_DEV_1 (file->fits, hdu->header); 715 } 710 716 711 717 psTrace("psModules.objects", 6, "read CMF table from %s : %s : %s", file->filename, headname, dataname);
Note:
See TracChangeset
for help on using the changeset viewer.
