IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 9:41:50 AM (17 years ago)
Author:
bills
Message:

in pmConfigRead parse -image_id and -source_id arguments, save the values
in the pmConfig structure and when createing an output pmFPAfile copy
the values to the file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.h

    r21162 r21314  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2009-01-24 20:51:57 $
     7 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2009-02-05 19:41:50 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    5656    int traceFD;                        ///< File descriptor for trace messages
    5757    int logFD;                          ///< File descriptor for log messages
     58    psS64 sourceId;                    ///< Database source id for output file
     59    psS64 imageId;                     ///< Database image id for output file
    5860} pmConfig;
    5961
Note: See TracChangeset for help on using the changeset viewer.