Parameter reference¶
PyStoch runs are configured by a parameters.ini file under a single
[parameters] section. The descriptions and defaults below are taken directly
from the code (PystochParam). The parameters nside, pixel, sph, beam,
and f_max are required.
Map basis and resolution¶
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
int |
(required) |
HEALPix |
|
bool |
(required) |
Compute maps in the pixel (HEALPix) basis. |
|
bool |
(required) |
Compute maps in the spherical-harmonic basis. |
|
int |
|
Maximum multipole for the SpH basis. |
|
bool |
|
Compute the broadband beam / full Fisher matrix. |
Frequency range and spectral index¶
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
float |
|
Minimum frequency (Hz) for which maps are made. |
|
float |
(required) |
Maximum frequency (Hz) for which maps are made. |
|
float |
|
Power-law spectral index. Either |
|
float |
|
Reference frequency (Hz) of the analysis. |
|
str |
|
Path to a text file giving |
|
str |
|
GW polarization. Tensor ( |
Notching¶
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
bool |
|
Enable frequency notching. |
|
str |
|
Path to the notch-list file (required when |
Narrowband radiometer (NBR)¶
When nbr is True, PyStoch forces pixel=True and sph=beam=injection=False,
and raHr, decDeg, and direction must all be provided.
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
bool |
|
Perform a narrowband-radiometer analysis. |
|
float |
|
Right ascension of the source (hours). |
|
float |
|
Declination of the source (degrees). |
|
str |
|
Name/label of the source direction. |
Injection¶
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
bool |
|
Perform an injection study. |
|
str |
|
Path to a text HEALPix map for injection (required when |
Threading and I/O¶
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
bool |
|
Use multithreading. |
|
int |
|
Number of threads ( |
|
str |
— |
Parent directory of the framesets (used by |
|
str |
(required) |
Directory where results are written. |
Frame conversion channels¶
These optional fields control which frame channels convert_frames reads
(defaults shown):
Parameter |
Default |
Description |
|---|---|---|
|
|
Real part of the cross-spectral density. |
|
|
Imaginary part of the cross-spectral density. |
|
|
Whether a single combined PSD channel is stored. |
|
|
PSD channel name. |