Ignore:
Timestamp:
Nov 22, 2001, 5:54:54 PM (24 years ago)
Author:
cecile
Message:

Includes the possibility to write FITS files without SampleNum column
ex: FITSTOIWriter wtoi(outfile); wtoi.setImplicitSN();

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/fitstoiwtr.h

    r1765 r1785  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: fitstoiwtr.h,v 1.10 2001-11-14 14:12:32 aubourg Exp $
     7// $Id: fitstoiwtr.h,v 1.11 2001-11-22 16:54:54 cecile Exp $
    88
    99
     
    2323  ~FITSTOIWriter();
    2424 
     25  void         setImplicitSN();
    2526  virtual void afterinit();
    2627
     
    3435 
    3536private:
     37  bool      implicitSN;
    3638  string fname;
    3739  fitsfile *fptr;
Note: See TracChangeset for help on using the changeset viewer.