Remove FIXME
This commit is contained in:
parent
d699e15c11
commit
cbc4b24129
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ class MeasurementFactory:
|
|||
benches[bench]["fsc"],
|
||||
benches[bench]["calib"],
|
||||
self.get_mirror_name(bench),
|
||||
), # FIXME: add fsc & calibration
|
||||
),
|
||||
TimeSeries.get(
|
||||
Channel("V1:{}_LC_Z".format(bench)),
|
||||
start_time,
|
||||
|
@ -70,7 +70,7 @@ class MeasurementFactory:
|
|||
MirrorMetadata(
|
||||
temp_benches[-1].metadata.mirror,
|
||||
benches[bench]["calib_mirror"],
|
||||
), # FIXME: here too, add calibration
|
||||
),
|
||||
TimeSeries.get(
|
||||
Channel(
|
||||
"V1:Sc_{}_MIR_Z".format(
|
||||
|
|
Loading…
Reference in a new issue