37 #ifndef AIMS_IO_ECATHEADER_H 
   38 #define AIMS_IO_ECATHEADER_H 
   44 #define ECAT_QUANT 100 
   45 #define ECAT_LABEL 200 
   60     EcatHeader( 
int dimx, 
int dimy, 
int dimz, 
int dimt, 
float sx, 
float sy, 
 
   61                 float sz, 
float st, 
int type, 
const std::string & 
name );
 
   68     std::string 
name()
 const { 
return _name; }
 
   70     virtual std::string 
extension()
 const { 
return( 
".v" ); }
 
virtual std::string type() const
The class for EcatSino data write operation.