Skip to content

Commit aa34ad4

Browse files
author
munrojm
committed
Fix period column name
1 parent 178e4e8 commit aa34ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/atomicds/timeseries/metrology.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class MetrologyProvider(TimeseriesProvider[MetrologyResult]):
2121
"sc_pyrometer": "SC Pyrometer",
2222
"decay_constant_minutes": "Decay Constant",
2323
"median_period": "Median Period",
24+
"median_period_seconds": "Median Period",
2425
}
2526
INDEX_COLS: Sequence[str] = ["Frame Number"]
2627

0 commit comments

Comments
 (0)