-
Notifications
You must be signed in to change notification settings - Fork 7
/
raytrace.cfg
48 lines (38 loc) · 1.77 KB
/
raytrace.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# example config file
#CPU time limits in seconds
WallTimeLimit 15480.0 #total time limit - 43 hours here
WallTimeBetweenRestart 14400.0 #time between writing restart files - 4 hours here
#cosmology/raytrace info
OmegaM 0.27
maxComvDistance 1500.0 #in Mpc/h
NumLensPlanes 50
# lens plane info
LensPlanePath ./lensplanes
LensPlaneName
# ray output info
OutputPath ./outputs
RayOutputName raydata #comment this out to prevent rays from being written to disk
NumRayOutputFiles 1 #number of files to split ray outputs into
NumFilesIOInParallel 1 #number of files to output in parallel - must be less than both NumRayOutputFiles and NumGalOutputFiles
# controls region of rays and spacing
bundleOrder 5
rayOrder 8
minRa 0.0
maxRa 360.0
minDec -90.0
maxDec 90.0
maxRayMemImbalance 0.75
# parameters related to poisson solver
HEALPixRingWeightPath /home/beckermr/src/Healpix_2.20a/data
SHTOrder 7
ComvSmoothingScale 0.5 #in Mpc/h
#for doing galaxy grid search
# specify (i.e. uncomment line below and give path) a list of galaxy files if you want to find images for a set of galaxies
#GalsFileList ./galcatlist.txt
GalOutputName gal_images
NumGalOutputFiles 1 #will split image gals into this many files per plane
#for using input healpix particle maps
partMass 7e15
HEALPixLensPlaneMapPath
HEALPixLensPlaneMapName
HEALPixLensPlaneMapOrder 10