gw.noise.asd_estimation.download_and_estimate_psds
gw.noise.asd_estimation.download_and_estimate_psds(
data_dir,
settings,
time_segments,
verbose=False,
)
Downloads strain data for the specified time segments and estimates PSDs based on these
Parameters
| data_dir |
str |
Path to the directory where the PSD dataset will be stored |
required |
| settings |
dict |
Settings that determine the segments |
required |
| time_segments |
dict |
specifying the time segments used for downloading the data |
required |
| verbose |
bool |
optional parameter determining if progress should be printed |
False |
Returns
|
A dictionary containing the paths to the dataset files |
|