Changeset 878 in Sophya


Ignore:
Timestamp:
Apr 11, 2000, 3:25:14 PM (25 years ago)
Author:
ansari
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/skm.d

    r761 r878  
    11#  SKYMIX  NbComponents  NSide_HealPix
    2 @SKYMIX  2  64
     2@SKYMIX  1 16
    33
    44#  READMAP  FitsName
     
    1818#  MAPPATH  PathForFITS   
    1919#  path for input Sky Component FITS files , and EmissionSpectra files
    20 MAPPATH /exp/eros/Reza/CartesRT
    21 
     20MAPPATH /data/opus/Rz/SOPHYA/
    2221
    2322#  ----        Sky components  ---------
    2423#      ----     HealPix maps   ----
    2524#  MAPFITSFILEi FITSfilename Normalisation
    26 @MAPFITSFILE1  map_essai.fits  1.0
    27 @MAPFITSFILE2    comp2.fits    0.25
     25@MAPFITSFILE4  gauss.fits  1.0
    2826
    2927#      ---   Emission Spectra definition -----
    3028#   SPECTRAFITSFILEi  FITSfilename  Fmin Fmax
    31 @SPECTRAFITSFILE1  spec1.fits 
     29@SPECTRAFITSFILE4  pl.fits 100 600 
    3230
    3331#   Other possible definition of emission spectra
    3432#   BLACKBODYi  temperature
    35 BLACKBODY1 2.726
     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@DIPOLE1 2.726
     37
    3638#   For power-law spectra  f = a ((nu-nu0)/dnu)^b)
    3739#   POWERLAWSPECTRAi  a nu0 dnu b Fmin Fmax
    38 POWERLAWSPECTRA1 1. 150. 50. -0.5 100. 500.
     40@MAPFITSFILE2  noise.fits    0.1
     41@POWERLAWSPECTRA2 1. 150. 50. -0.5 100. 500.
     42
     43#  For an emission spectrum which depends on the position
     44#  in the map -> synchrotron for instance nu^(-beta(theta,phi))
     45#  MAPFITSFILE will still correspond to the brightness temperature
     46@MAPFITSFILE3 /exp/planck/Sync/Template408MHz.fits 0.2
     47#@MAPFITSFILE1 gauss.fits 0.2
     48# and the BETAFITSFILE will correspond to a map with the spectral
     49# index beta(theta,phi)
     50# 408 is the normalisation frequency of the map
     51# 32 is the nside of the map on which the integration over the
     52#       spectralResponse of the detector will be performed
     53#       for the full resolution, write the nside of the map
     54#       or a negative value.
     55@BETAFITSFILE3 /exp/planck/Sync/SpectralIndex.fits  408e-3 16
     56#@BETAFITSFILE1 gauss.fits  408e-3 32
    3957
    4058#  Define the Debug level
    4159@DEBUGLEVEL  0
    4260#  Define the Print level
    43 @PRINTLEVEL  0
     61@PRINTLEVEL  5
Note: See TracChangeset for help on using the changeset viewer.