The dataset module¶
- class grond.dataset.DatasetConfig(*args, **kwargs)[source]¶
Configuration for a Grond Dataset object.
- ♦ stations_path¶
str(grond.meta.Path), optionalList of files with station coordinates in Pyrocko format.
- ♦ stations_stationxml_paths¶
listofstr(grond.meta.Path) objects, optionalList of files with station coordinates in StationXML format.
- ♦ events_path¶
str(grond.meta.Path), optionalFile with hypocenter information and possibly reference solution
- ♦ waveform_paths¶
listofstr(grond.meta.Path) objects, optionalList of directories with raw waveform data
- ♦ clippings_path¶
str(grond.meta.Path), optional
- ♦ responses_sacpz_path¶
str(grond.meta.Path), optionalList of SACPZ response files for restitution of the raw waveform data.
- ♦ responses_stationxml_paths¶
listofstr(grond.meta.Path) objects, optionalList of StationXML response files for restitution of the raw waveform data.
- ♦ station_corrections_path¶
str(grond.meta.Path), optionalFile containing station correction informations.
- ♦ apply_correction_factors¶
bool, optional, default:TrueApply correction factors from station corrections.
- ♦ apply_correction_delays¶
bool, optional, default:TrueApply correction delays from station corrections.
- ♦ apply_displaced_sampling_workaround¶
bool, optional, default:FalseWork around displaced sampling issues.
- ♦ extend_incomplete¶
bool, default:FalseExtend incomplete seismic traces.
- ♦ picks_paths¶
listofstr(grond.meta.Path) objects, default:[]
- ♦ exclude_paths¶
listofstr(grond.meta.Path) objects, default:[]List of text files with excluded stations.
- ♦ exclude¶
listofstrobjects, default:[]Stations/components to be excluded according to their STA, NET.STA, NET.STA.LOC, or NET.STA.LOC.CHA codes.
- ♦ include_paths¶
listofstr(grond.meta.Path) objects, default:[]List of text files with included stations.
- ♦ include¶
listofstrobjects, optionalIf not None, list of stations/components to include according to their STA, NET.STA, NET.STA.LOC, or NET.STA.LOC.CHA codes. Note: when including on channel level, both, the raw and the processed channel codes have to be listed.
- ♦ synthetic_test¶
grond.synthetic_tests.SyntheticTest, optional
- ♦ kite_scene_paths¶
listofstr(grond.meta.Path) objects, optionalList of directories for the InSAR scenes.
- ♦ gnss_campaign_paths¶
listofstr(grond.meta.Path) objects, optionalList of directories for the GNSS campaign data.
- ♦ blacklist¶
listofstrobjects, optional
- ♦ whitelist¶
listofstrobjects, optional
- ♦ blacklist_paths¶
listofstr(grond.meta.Path) objects, optional
- ♦ whitelist_paths¶
listofstr(grond.meta.Path) objects, optional