IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2005, 11:22:22 AM (21 years ago)
Author:
drobbin
Message:

Minor changes from new SDRS, prototype code for psArguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.h

    r4898 r5057  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-08-30 01:14:13 $
     9 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-09-15 21:22:21 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4848typedef struct
    4949{
    50     fitsfile* p_fd;                    ///< the CFITSIO fits files handle.
     50    fitsfile* fd;                      ///< the CFITSIO fits files handle.
    5151    const char* filename;              ///< the filename of the fits file
     52    bool writable;                     ///< Is the file writable?
    5253}
    5354psFits;
Note: See TracChangeset for help on using the changeset viewer.