Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stochastic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stochastic-public
stochastic
Commits
1ff49633
Commit
1ff49633
authored
3 years ago
by
Sanjit Mitra
Browse files
Options
Downloads
Patches
Plain Diff
added an example parameter file
parent
ecf8979c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PyStoch/parameters/parameters.ini
+45
-0
45 additions, 0 deletions
PyStoch/parameters/parameters.ini
with
45 additions
and
0 deletions
PyStoch/parameters/parameters.ini
0 → 100644
+
45
−
0
View file @
1ff49633
[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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment