| [761] | 1 | #  SKYMIX  NbComponents  NSide_HealPix
 | 
|---|
| [878] | 2 | @SKYMIX  1 16
 | 
|---|
| [761] | 3 | 
 | 
|---|
 | 4 | #  READMAP  FitsName
 | 
|---|
 | 5 | #  To Read the already prepared (mixed) Output MAP from FITS file
 | 
|---|
 | 6 | #  FitsName should be the complete path to the FITS file
 | 
|---|
 | 7 | READMAP xxx.fits
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | #  Defining the Detection filter pass - band
 | 
|---|
 | 10 | #  GAUSSFILTER or FILTERFITSFILE  card
 | 
|---|
 | 11 | #  GAUSSFILTER -> Gaussian filter
 | 
|---|
 | 12 | #  FILTERFITSFILE -> Filter (nu, T(nu)) from FITS file
 | 
|---|
 | 13 | #  GAUSSFILTER  Nu0 Sigma_Nu Tmax NuMin NuMax
 | 
|---|
 | 14 | #  FILTERFITSFILE FileName NuMin NuMax
 | 
|---|
 | 15 | #       FileName should be a complete path
 | 
|---|
 | 16 | @GAUSSFILTER 143 12 0.84 50. 300.
 | 
|---|
 | 17 | 
 | 
|---|
 | 18 | #  MAPPATH  PathForFITS   
 | 
|---|
 | 19 | #  path for input Sky Component FITS files , and EmissionSpectra files 
 | 
|---|
| [878] | 20 | MAPPATH /data/opus/Rz/SOPHYA/
 | 
|---|
| [761] | 21 | 
 | 
|---|
 | 22 | #  ----        Sky components  ---------
 | 
|---|
 | 23 | #      ----     HealPix maps   ----
 | 
|---|
 | 24 | #  MAPFITSFILEi FITSfilename Normalisation
 | 
|---|
| [878] | 25 | @MAPFITSFILE4  gauss.fits  1.0 
 | 
|---|
| [761] | 26 | 
 | 
|---|
 | 27 | #      ---   Emission Spectra definition -----
 | 
|---|
 | 28 | #   SPECTRAFITSFILEi  FITSfilename  Fmin Fmax 
 | 
|---|
| [878] | 29 | @SPECTRAFITSFILE4  pl.fits 100 600  
 | 
|---|
| [761] | 30 | 
 | 
|---|
 | 31 | #   Other possible definition of emission spectra
 | 
|---|
 | 32 | #   BLACKBODYi  temperature
 | 
|---|
| [878] | 33 | #  The blackbody object returns flux in units of watt/m2/sr/hz
 | 
|---|
 | 34 | #   We thus scale the map (x 1.e17) 
 | 
|---|
 | 35 | @MAPFITSFILE1  cossin.fits  1.e17 
 | 
|---|
 | 36 | 
 | 
|---|
| [761] | 37 | #   For power-law spectra  f = a ((nu-nu0)/dnu)^b)
 | 
|---|
 | 38 | #   POWERLAWSPECTRAi  a nu0 dnu b Fmin Fmax
 | 
|---|
| [878] | 39 | @MAPFITSFILE2  noise.fits    0.1 
 | 
|---|
 | 40 | @POWERLAWSPECTRA2 1. 150. 50. -0.5 100. 500.
 | 
|---|
| [761] | 41 | 
 | 
|---|
| [878] | 42 | #  For an emission spectrum which depends on the position 
 | 
|---|
 | 43 | #  in the map -> synchrotron for instance nu^(-beta(theta,phi))
 | 
|---|
 | 44 | #  MAPFITSFILE will still correspond to the brightness temperature
 | 
|---|
 | 45 | @MAPFITSFILE3 /exp/planck/Sync/Template408MHz.fits 0.2
 | 
|---|
 | 46 | #@MAPFITSFILE1 gauss.fits 0.2
 | 
|---|
 | 47 | # and the BETAFITSFILE will correspond to a map with the spectral
 | 
|---|
 | 48 | # index beta(theta,phi) 
 | 
|---|
 | 49 | # 408 is the normalisation frequency of the map
 | 
|---|
 | 50 | # 32 is the nside of the map on which the integration over the
 | 
|---|
 | 51 | #       spectralResponse of the detector will be performed
 | 
|---|
 | 52 | #       for the full resolution, write the nside of the map
 | 
|---|
 | 53 | #       or a negative value.
 | 
|---|
 | 54 | @BETAFITSFILE3 /exp/planck/Sync/SpectralIndex.fits  408e-3 16
 | 
|---|
 | 55 | #@BETAFITSFILE1 gauss.fits  408e-3 32
 | 
|---|
 | 56 | 
 | 
|---|
| [1399] | 57 | #  For adding a dipole component
 | 
|---|
 | 58 | # @DIPOLEx Theta Phi Amplitude [Temperature=Tcmb=2.726]
 | 
|---|
 | 59 | # CMB dipole parameters , theta, phi 3.358mK
 | 
|---|
 | 60 | # @DIPOLE4 0.73 -1.67 3.358e-3
 | 
|---|
 | 61 | @DIPOLE4 2.726
 | 
|---|
 | 62 | 
 | 
|---|
| [761] | 63 | #  Define the Debug level
 | 
|---|
 | 64 | @DEBUGLEVEL  0
 | 
|---|
 | 65 | #  Define the Print level
 | 
|---|
| [878] | 66 | @PRINTLEVEL  5
 | 
|---|