Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
TestWriteOperatorSkymap.C File Reference

Functions

cout<< "skymap size : "<< L
<< endl;for(int l=0;l< L;l++)
sm.set(l, l);sm
const_cast< char * > ("skymap.dat")
 
sm const_cast< char * > ("skymap.root")
 
cout<< "healpix skymap size : "
<< eL<< endl;for(int l=0;l< L;l++)
esm.set(l, l);esm
const_cast< char * > ("skymap.fits")
 
 exit (0)
 

Variables

int eL = esm.size()
 
skymap esm (7)
 
int L = sm.size()
 

Function Documentation

cout<< "skymap size : " << L << endl; for(int l=0;l<L;l++) sm.set(l,l); sm > const_cast< char * > ( "skymap.dat"  )
sm const_cast< char * > ( "skymap.root"  )
cout<< "healpix skymap size : " << eL << endl; for(int l=0;l<L;l++) esm.set(l,l); esm > const_cast< char * > ( "skymap.fits"  )
exit ( )

Variable Documentation

int eL = esm.size()

Definition at line 17 of file TestWriteOperatorSkymap.C.

skymap esm(7)
int L = sm.size()

Definition at line 5 of file TestWriteOperatorSkymap.C.