source: Sophya/trunk/SophyaLib/SkyT/skm.d@ 689

Last change on this file since 689 was 610, checked in by ansari, 26 years ago

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

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

File size: 1.3 KB
Line 
1# SKYMIX NbComponents NSide_HealPix
2@SKYMIX 2 64
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
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
27@MAPFITSFILE2 comp2.fits 0.25
28
29# --- Emission Spectra definition -----
30# SPECTRAFITSFILEi FITSfilename Fmin Fmax
31@SPECTRAFITSFILE1 spec1.fits
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.
39
40# Define the Debug level
41@DEBUGLEVEL 0
42# Define the Print level
43@PRINTLEVEL 0
Note: See TracBrowser for help on using the repository browser.