gdas.retrieve.get_data

gdas.retrieve. get_data ( station , start_time , end_time , rep = '/GNOMEDrive/gnome/serverdata/' , resample = None , activity = False , unit = 'V' , output = 'all' , segtxt = False , channel = 'MagneticFields' ) [source]

Glob all files withing user-defined period and extract data.

Parameters
station str

Name of the station to be analysed

start_time int

GPS timestamp of the first required magnetic field data

end_time int

GPS timestamp of the last required magnetic field data

rep str

Data repository. Default is the GNOME server repository.

resample int

New sampling rate

activity bool

Output the activity of data

unit str

Output unit format (V for voltage, pT for magnetic field)

output str

Output data to be extracted. If output is equal to ‘ts’, only the time series will be given.

Returns
ts_data pycbc.types.TimeSeries

Time series data for selected time period.

ts_list dictionary

List of time series.

activity gwpy.segments.DataQualityDict

List all the segment of data retrieved

t0 astropy.time.Time

First timestamp

t1 astropy.time.Time

Last timestamp