Ignore:
Timestamp:
Apr 10, 2000, 3:03:01 PM (25 years ago)
Author:
ercodmgr
Message:

Adapatation a SphereHEALPix - Reza 10/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomskymapadapter.cc

    r815 r855  
    88
    99#include "nomskymapadapter.h"
    10 #include "spherethetaphi.h"
    11 #include "spheregorski.h"
    12 #include "localmap.h"
     10#include "skymap.h"
    1311#include "pitvmaad.h"
    1412#include "complexios.h"
     
    8381SphereThetaPhi<T>* st = dynamic_cast< SphereThetaPhi<T> * >(mMap);
    8482if (st != NULL) return( new SphereThetaPhi<T>(*st) );
    85 SphereGorski<T>* sg = dynamic_cast< SphereGorski<T> * >(mMap);
    86 if (sg != NULL) return( new SphereGorski<T>(*sg) );
     83SphereHEALPix<T>* sg = dynamic_cast< SphereHEALPix<T> * >(mMap);
     84if (sg != NULL) return( new SphereHEALPix<T>(*sg) );
    8785return(NULL);
    8886}
     
    104102  return;
    105103  }
    106 SphereGorski<T>* sg = dynamic_cast< SphereGorski<T> * >(mMap);
     104SphereHEALPix<T>* sg = dynamic_cast< SphereHEALPix<T> * >(mMap);
    107105if (sg != NULL) {
    108   FIO_SphereGorski<T> fio(sg);
     106  FIO_SphereHEALPix<T> fio(sg);
    109107  fio.Write(pos, nom);
    110108  return;
Note: See TracChangeset for help on using the changeset viewer.