diff --git a/geomagio/ObservatoryMetadata.py b/geomagio/ObservatoryMetadata.py index 6b677b27b35a09636623fdfb9d7ea83471acf50c..e5addce7412bce7f50cae7b005dc78744d6134b6 100644 --- a/geomagio/ObservatoryMetadata.py +++ b/geomagio/ObservatoryMetadata.py @@ -63,6 +63,36 @@ DEFAULT_METADATA = { } } }, + 'TST': { + 'metadata': { + 'station_name': 'Boulder Test', + 'agency_name': 'United States Geological Survey (USGS)', + 'geodetic_latitude': '40.137', + 'geodetic_longitude': '254.764', + 'elevation': '1682', + 'sensor_orientation': 'HDZF', + 'sensor_sampling_rate': 0.01, + 'declination_base': 5527, + 'is_gin': False, + 'is_intermagnet': False, + 'conditions_of_use': 'The Conditions of Use for data provided' + + ' through INTERMAGNET and acknowledgement templates' + + ' can be found at www.intermagnet.org' + }, + 'interval_specific': { + 'minute': { + 'data_interval_type': 'filtered 1-minute (00:15-01:45) ', + 'filter_comments': ['Vector 1-minute values are computed' + + ' from 1-second values using the INTERMAGNET gaussian' + + ' filter centered on the minute. Scalar 1-minute values' + + ' are computed from 1-second values using the' + + ' INTERMAGNET gaussian filter centered on the minute. '] + }, + 'second': { + 'data_interval_type': 'Average 1-Second' + } + } + }, 'BRW': { 'metadata': { 'station_name': 'Barrow',