IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2007, 5:35:29 PM (19 years ago)
Author:
eugene
Message:

adding PS1_DEV_1 as pmSource I/O format; various cleanups of I/O operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r14938 r15039  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-09-21 00:09:05 $
     5 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-09-27 03:35:29 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    388388                status = pmSourcesWrite_PS1_DEV_0 (file->fits, sources, file->header, outhead, dataname);
    389389            }
     390            if (!strcmp (exttype, "PS1_DEV_1")) {
     391                status = pmSourcesWrite_PS1_DEV_1 (file->fits, sources, file->header, outhead, dataname);
     392            }
    390393
    391394            if (!status) {
     
    708711            sources = pmSourcesRead_PS1_DEV_0 (file->fits, hdu->header);
    709712        }
     713        if (!strcmp (exttype, "PS1_DEV_1")) {
     714            sources = pmSourcesRead_PS1_DEV_1 (file->fits, hdu->header);
     715        }
    710716
    711717        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.