-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_process.txt
More file actions
35 lines (35 loc) · 1.63 KB
/
config_process.txt
File metadata and controls
35 lines (35 loc) · 1.63 KB
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
## generic metric parameters
dbName alt_sched str #db name
dbExtens npy str #db extension
dbDir /sps/lsst/cadence/LSST_SN_CADENCE/cadence_db str #db dir
templateDir /sps/lsst/data/dev/pgris/Templates_final_new str #template dir
nproc 8 int #number of proc
nproc_pixels 8 int #number of proc to process pixels
remove_dithering 0 int #remove dithering for DDF
simuType 0 int #flag for new simulations
saveData 0 int #flag to dump data on disk
dirRefs reference_files str #dir of reference files for the metric
dirFake input/Fake_cadence str #dir of fake files for the metric
pixelmap_dir None str #dir where to find pixel maps
nclusters 0 int #number of clusters in data (DD only)
radius 4.0 float #radius around clusters (DD and Fakes)
pixelList None str #list of healpixIds to process
RAmin 0.0 float #RA min for obs area - for WDF only
RAmax 360. float #RA max for obs area - for WDF only
Decmin -90.0 float #Dec min for obs area - for WDF only
Decmax 40.0 float #Dec max for obs area - for WDF only
npixels -1 int #number of pixels to process
FoV 9.6 float #telescope field of view
# VRO_FP circular str #VRO Focal Plane
# project_FP gnomonic str #type of projection in FP
telrot 0 int #telescope rotation angle
fp_level ccd str #fp level(raft,ccd,sensor)
display 0 int #display results
fieldType DD str #field type DD or WFD
nside 64 int #healpix nside
DD_list COSMOS,CDFS,EDFS,ELAISS1,XMM-LSS str #list of DDFs
fieldName COSMOS str #fieldName - for DD only
ebvofMW_pixel -1.0 float #E(B-V) for pixel processing
lookup_ddf input/simulation/lookup_ddf.csv str #DDF lookup table
noteCol target_name str #obs col to grab field name
code new str#code to use (old/new)