Skip to content
Snippets Groups Projects
Commit 1ff49633 authored by Sanjit Mitra's avatar Sanjit Mitra
Browse files

added an example parameter file

parent ecf8979c
No related branches found
No related tags found
No related merge requests found
[parameters]
; Channel name for real part of the Cross Spectral Density (CSD)
csd_channel_real: ReCSD
; Channel name for imaginary part of the Cross Spectral Density (CSD)
csd_channel_imaginary: ImCSD
; Whether PSD is combined (P1*P2) or separate (P1, P2)
psd_combined: False
; Channel name for PSD
psd_channel: AdjacentPSD
; Whether to use PyCBC, keep true only if in PyCBC environment
pycbc: False
; HEALPix map size, should be 2^N
nside: 16
; Whether to use multi-threading
multiprocessing: True
; If using multi-threading, how many threads to create
multi_threads: 8
; If testing with an injected map (currently inactive)
injection: False
; Beginning and end of the frequency range for which maps will be calculated
f_min: 20.0
f_max: 1726.0
; Location of the frames
frames_location: /home/bryden/test/PyStoch/frames/O3_HL/
; Location for output maps (hdf5 format and png images)
output_map_location: ../output/
; Location to store ORF seed matrices
tmp_results_location: ../tmp/
; Location of SGWB spectrum file (currently inactive)
Hf_file: ../parameters/Ha3.txt
; Spectral index of SGWB
alpha: 3.0
; Whether to perform frequency notching
notching: False
; Load notch list from file
notch_list: ../parameters/notchlist.txt
; Whether to create png images of the final map
draw_maps: False
; Whether to create png images of maps in all frequencies (currently inactive)
draw_all_narrowband_maps: False
; Make png images of maps of only these frequency bins (currently inactive)
draw_narrowband_maps: 70.3 170 270 470
; Resolution of the output maps (dots per inch)
output_map_dpi: 300
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment