Ignore:
Timestamp:
Nov 19, 1999, 6:33:34 PM (26 years ago)
Author:
ansari
Message:

ajout save sphereGorski

File:
1 edited

Legend:

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

    r564 r603  
    3535 void load(ImageI4& DpcImg,char flnm[]);
    3636 void load(SphereGorski<float>& sph, char flnm[], int hdunum);
     37 void load(SphereGorski<double>& sph, char flnm[], int hdunum);
    3738 void save(TMatrix<double>& mat, char flnm[]);
    3839 void save(NTuple& ntpl,char flnm[]);
    3940 void save(SphericalMap<double>& sph, char flnm[]);
    4041 void save(SphericalMap<float>& sph, char flnm[]);
     42 void save(SphereGorski<float>& sph, char filename[]);   
     43 void save(SphereGorski<double>& sph, char filename[]);   
    4144 void save(LocalMap<double>& locm, char flnm[]);
    4245 void save(const ImageR4& DpcImg,char flnm[]);
     
    4548 void sinus_picture_projection(SphericalMap<float>& sph, char flnm[]);
    4649 void Mollweide_picture_projection(SphericalMap<float>& sph, char flnm[]);
     50 void Mollweide_picture_projection(SphericalMap<double>& sph, char flnm[]);
    4751 void picture(LocalMap<double>& lcm, char flnm[]);
    4852
     
    6064 void planck_read_img(char flnm[],long& naxis,int& n1,int& n2,int& n3,DVList& dvl);
    6165 void planck_read_bntbl(char flnm[], int hdunum, int& npixels, DVList& dvl);
     66 void planck_write_bntbl(char flnm[], int npixels, char typeOfContent[], char extname[], char comment1[], DVList& dvl);
    6267 void write_picture(long* naxes,float* map,char* filename) const;
    6368
    64  void printerror(int status) const;
    65 
     69 void printerror(int& status) const;
     70 void printerror(int& status, char* texte) const;
    6671 bool check_keyword(fitsfile*,int,char keyword[]);
    6772
Note: See TracChangeset for help on using the changeset viewer.