Datalogger keys

Hello everyone,
I’m creating a station xml from scratch for the first time using this tutorial. They have a list of datalogger keys for getting the response but I don’t know what some of them are.
From the tutorial: datalogger_keys=[‘REF TEK’, ‘RT 130 & 130-SMA’, ‘1’, ‘200’])
What are the ‘1’ and ‘200’?

Hi Amy!

1 is the gain setting of the digitizer and 200 is the sampling rate in Hz.

You can check out the IRIS NRL for more information and a list of possible values.

Also read the ObsPy NRL doc about how to use the NRL object:

https://docs.obspy.org/packages/obspy.clients.nrl.html

1 Like

Thank you very much Trichter!