Ignore:
Timestamp:
Oct 20, 1999, 3:30:37 PM (26 years ago)
Author:
ansari
Message:

dans meth. sinus_picture_projection, declaration map=new... au lieu de map[...] 20-OCT-99 GLM

File:
1 edited

Legend:

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

    r479 r482  
    2626   }
    2727
     28 void load(TMatrix<double>& mat, char flnm[]);
     29 void load(NTuple& ntpl,char flnm[],int hdunum);
    2830 void load(SphericalMap<double>& sph, char flnm[]);
    2931 void load(SphericalMap<float>& sph, char flnm[]);
    30  void load(TMatrix<double>& mat, char flnm[]);
    3132 void load(LocalMap<double>& sph, char flnm[]);
     33 void load(ImageR4& DpcImg,char flnm[]);
     34 void load(ImageI4& DpcImg,char flnm[]);
     35 void save(TMatrix<double>& mat, char flnm[]);
     36 void save(NTuple& ntpl,char flnm[]);
    3237 void save(SphericalMap<double>& sph, char flnm[]);
    3338 void save(SphericalMap<float>& sph, char flnm[]);
    3439 void save(LocalMap<double>& locm, char flnm[]);
    35  void save(TMatrix<double>& mat, char flnm[]);
     40 void save(ImageR4& DpcImg,char flnm[]);
     41 void save(ImageI4& DpcImg,char flnm[]);
    3642 void sinus_picture_projection(SphericalMap<double>& sph, char flnm[]);
    3743 void sinus_picture_projection(SphericalMap<float>& sph, char flnm[]);
    3844 void picture(LocalMap<double>& lcm, char flnm[]);
    3945
    40  void load(NTuple& ntpl,char flnm[],int hdunum);
    41  void save(NTuple& ntpl,char flnm[]);
    4246
    43  void load(ImageR4& DpcImg,char flnm[]);
    44  void save(ImageR4& DpcImg,char flnm[]);
    45  void load(ImageI4& DpcImg,char flnm[]);
    46  void save(ImageI4& DpcImg,char flnm[]);
    4747
    4848 void readheader(char flnm[]);
     
    5454 // creer, ecrire une imageformat FITS, a partir des tableaux de donnees
    5555 // dtab_, ftab_ prealablement remplis
    56  void planck_write_img(fitsfile *fptr,int naxis,int n1,int n2,int n3,DVList& dvl);
     56 void planck_write_img(char flnm[],int naxis,int n1,int n2,int n3,DVList& dvl);
    5757
    58  void planck_read_img(fitsfile *fptr,long& naxis,int& n1,int& n2,int& n3,DVList& dvl);
     58 void planck_read_img(char flnm[],long& naxis,int& n1,int& n2,int& n3,DVList& dvl);
    5959 void write_picture(long* naxes,float* map,char* filename) const;
    6060
Note: See TracChangeset for help on using the changeset viewer.