gw.noise.generate_dataset_dag.split_time_segments

gw.noise.generate_dataset_dag.split_time_segments(
    time_segments,
    condor_dir,
    num_jobs,
)

Split up all time segments used for estimating PSDs into num_jobs-many segments and save them into a condor directory

Parameters

Name Type Description Default
time_segments dict contains all time segments used for estimating PSDs required
condor_dir str path to a directory where condr-related files are stored required
num_jobs int number of jobs that should be used per detector to parallelize the PSD estimation required

Returns

Name Type Description
List of paths where the files including the subsets of all time segments are stored