Skip to content

Commit

Permalink
add sodetlib version to metadata (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner authored Aug 13, 2024
1 parent d58ecd5 commit 52f8a47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sodetlib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import time
import os
from collections import namedtuple
import sodetlib
from sodetlib import det_config
from sodetlib.constants import *
from sotodlib.tod_ops.fft_ops import calc_psd
Expand Down Expand Up @@ -209,6 +210,7 @@ def get_metadata(S, cfg):
'pysmurf_client_version': pysmurf.__version__,
'rogue_version': S._caget(f'{S.epics_root}:AMCc:RogueVersion'),
'smurf_core_version': S._caget(f'{S.epics_root}:AMCc:SmurfApplication:SmurfVersion'),
'sodetlib_version': sodetlib.__version__,
'fpga_git_hash': S.get_fpga_git_hash_short(),
'cryocard_fw_version': S.C.get_fw_version(),
'crate_id': cfg.sys['crate_id'],
Expand Down

0 comments on commit 52f8a47

Please sign in to comment.