Changeset 610 in Sophya for trunk/SophyaLib/SkyT/skm.d


Ignore:
Timestamp:
Nov 22, 1999, 12:25:47 AM (26 years ago)
Author:
ansari
Message:

Corrections diverses - programme tgsky.cc (generation aleatoire de ciel)

et skymixer.cc completee - Reza 21/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/skm.d

    r607 r610  
    1 #  MAPPATH  PathForFITS files
    2 @MAPPATH /exp/eros/Reza/CartesRT
    3 #  SKYMIX  NbComponents  M_Gorski
     1#  SKYMIX  NbComponents  NSide_HealPix
    42@SKYMIX  2  64
    5 #  FILTER  Nu0 Sigma_Nu Tmax NuMin NuMax
    6 @FILTER 143 12 0.84 50. 300.
    73
    8 #  Sky components
    9 #  MAPFITSFILEi FITSfilename [Normalisation]
    10 @MAPFITSFILE1  map_essai.fits
     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
     7READMAP 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
     20MAPPATH /exp/eros/Reza/CartesRT
     21
     22
     23#  ----        Sky components  ---------
     24#      ----     HealPix maps   ----
     25#  MAPFITSFILEi FITSfilename Normalisation
     26@MAPFITSFILE1  map_essai.fits  1.0
    1127@MAPFITSFILE2    comp2.fits    0.25
    1228
     29#      ---   Emission Spectra definition -----
    1330#   SPECTRAFITSFILEi  FITSfilename  Fmin Fmax
    1431@SPECTRAFITSFILE1  spec1.fits 
    15 @SPECTRAFUNC2  3. 4. 5.
     32
     33#   Other possible definition of emission spectra
     34#   BLACKBODYi  temperature
     35BLACKBODY1 2.726
     36#   For power-law spectra  f = a ((nu-nu0)/dnu)^b)
     37#   POWERLAWSPECTRAi  a nu0 dnu b Fmin Fmax
     38POWERLAWSPECTRA1 1. 150. 50. -0.5 100. 500.
    1639
    1740#  Define the Debug level
    18 @DEBUGLEVEL  5
     41@DEBUGLEVEL  0
     42#  Define the Print level
     43@PRINTLEVEL  0
Note: See TracChangeset for help on using the changeset viewer.