Ignore:
Timestamp:
Nov 10, 1999, 12:14:20 PM (26 years ago)
Author:
ansari
Message:

ajout methode load pour spheregorski

File:
1 edited

Legend:

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

    r488 r564  
    55#include "tvector.h"
    66#include "sphericalmap.h"
     7#include "spheregorski.h"
    78#include "localmap.h"
    89#include "ntuple.h"
     
    3334 void load(ImageR4& DpcImg,char flnm[]);
    3435 void load(ImageI4& DpcImg,char flnm[]);
     36 void load(SphereGorski<float>& sph, char flnm[], int hdunum);
    3537 void save(TMatrix<double>& mat, char flnm[]);
    3638 void save(NTuple& ntpl,char flnm[]);
     
    4244 void sinus_picture_projection(SphericalMap<double>& sph, char flnm[]);
    4345 void sinus_picture_projection(SphericalMap<float>& sph, char flnm[]);
     46 void Mollweide_picture_projection(SphericalMap<float>& sph, char flnm[]);
    4447 void picture(LocalMap<double>& lcm, char flnm[]);
    4548
     
    5659
    5760 void planck_read_img(char flnm[],long& naxis,int& n1,int& n2,int& n3,DVList& dvl);
     61 void planck_read_bntbl(char flnm[], int hdunum, int& npixels, DVList& dvl);
    5862 void write_picture(long* naxes,float* map,char* filename) const;
    5963
Note: See TracChangeset for help on using the changeset viewer.