Skip to content
Snippets Groups Projects
Commit f8ff465e authored by Kien Le's avatar Kien Le
Browse files

Add documentation

parent 1478ea43
No related branches found
No related tags found
No related merge requests found
Pipeline #4322 failed with stage
in 2 minutes and 49 seconds
......@@ -37,6 +37,8 @@ class MSeed(GeneralData):
f"WHERE dataType='{self.data_type}'"
)
channels_db_info = execute_db_dict(channels_sql)
# dict containing some additional information about each channel. An
# example is whether to read all data points from a channel.
self.channels_db_info = {
channel_info['channel']: int(channel_info['readAllPoints'])
for channel_info in channels_db_info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment