Ignore:
Timestamp:
Jun 1, 2005, 11:41:07 AM (20 years ago)
Author:
cmv
Message:

add class FitsImg2DRead cmv 01/06/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fabtcolread.h

    r2591 r2791  
    232232};
    233233
     234///////////////////////////////////////////////////////////////////
     235//! Class for reading a 2D image from a FITS file
     236class FitsImg2DRead : public FitsImg2DRd {
     237public:
     238  FitsImg2DRead(string fname,int ihdu=0,int lp=0);
     239  FitsImg2DRead(const char *cfname,int ihdu=0,int lp=0);
     240  FitsImg2DRead(FitsImg2DRead& fbt);
     241  FitsImg2DRead();
     242  virtual ~FitsImg2DRead();
     243};
     244
    234245} // namespace SOPHYA
    235246#endif    /* FABTCOLREAD_H_SEEN */
Note: See TracChangeset for help on using the changeset viewer.