Changeset 1221 in Sophya for trunk/SophyaExt/FitsIOServer/fitsfile.h
- Timestamp:
- Oct 5, 2000, 2:40:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.h
r1218 r1221 210 210 211 211 inline void firstImageOnPrimaryHeader() {imageOnPrimary_=true;} 212 void makeHeaderImageOnFits(char type, int nbdim, int* naxisn, DVList &dvl) ;212 void makeHeaderImageOnFits(char type, int nbdim, int* naxisn, DVList* dvl) ; 213 213 void PutImageToFits( int nbData, double* map) const; 214 214 void PutImageToFits(int nbData, float* map ) const; … … 223 223 224 224 225 void makeHeaderBntblOnFits ( string fieldType, vector<string> Noms, int nentries, int tfields, DVList &dvl, string extname, vector<int> taille_des_chaines) ;225 void makeHeaderBntblOnFits ( string fieldType, vector<string> Noms, int nentries, int tfields, DVList* dvl, string extname, vector<int> taille_des_chaines) ; 226 226 void PutColToFits(int nocol, int nentries, double* donnees) const; 227 227 void PutColToFits(int nocol, int nentries, float* donnees) const;
Note:
See TracChangeset
for help on using the changeset viewer.