Changeset 878 in Sophya
- Timestamp:
- Apr 11, 2000, 3:25:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/skm.d
r761 r878 1 1 # SKYMIX NbComponents NSide_HealPix 2 @SKYMIX 2 642 @SKYMIX 1 16 3 3 4 4 # READMAP FitsName … … 18 18 # MAPPATH PathForFITS 19 19 # path for input Sky Component FITS files , and EmissionSpectra files 20 MAPPATH /exp/eros/Reza/CartesRT 21 20 MAPPATH /data/opus/Rz/SOPHYA/ 22 21 23 22 # ---- Sky components --------- 24 23 # ---- HealPix maps ---- 25 24 # MAPFITSFILEi FITSfilename Normalisation 26 @MAPFITSFILE1 map_essai.fits 1.0 27 @MAPFITSFILE2 comp2.fits 0.25 25 @MAPFITSFILE4 gauss.fits 1.0 28 26 29 27 # --- Emission Spectra definition ----- 30 28 # SPECTRAFITSFILEi FITSfilename Fmin Fmax 31 @SPECTRAFITSFILE 1 spec1.fits29 @SPECTRAFITSFILE4 pl.fits 100 600 32 30 33 31 # Other possible definition of emission spectra 34 32 # 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 36 38 # For power-law spectra f = a ((nu-nu0)/dnu)^b) 37 39 # 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 39 57 40 58 # Define the Debug level 41 59 @DEBUGLEVEL 0 42 60 # Define the Print level 43 @PRINTLEVEL 061 @PRINTLEVEL 5
Note:
See TracChangeset
for help on using the changeset viewer.