Changeset 3572 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
r3493 r3572 24 24 25 25 FITS_SphereHEALPix(); 26 FITS_SphereHEALPix(c har inputfile[],int hdunum=0);26 FITS_SphereHEALPix(const char inputfile[],int hdunum=0); 27 27 FITS_SphereHEALPix(const SphereHEALPix<T>& obj); 28 28 FITS_SphereHEALPix(SphereHEALPix<T>* obj); … … 35 35 virtual FitsHandlerInterface* Clone(); 36 36 37 void Mollweide_picture_projection(c har flnm[]);38 void sinus_picture_projection(c har flnm[]);37 void Mollweide_picture_projection(const char flnm[]); 38 void sinus_picture_projection(const char flnm[]); 39 39 //void ReWriteFromFitsToFits(FitsInFile& headerin, FitsOutFile& os); 40 40
Note:
See TracChangeset
for help on using the changeset viewer.