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]["fsc"],
|
||||||
benches[bench]["calib"],
|
benches[bench]["calib"],
|
||||||
self.get_mirror_name(bench),
|
self.get_mirror_name(bench),
|
||||||
), # FIXME: add fsc & calibration
|
),
|
||||||
TimeSeries.get(
|
TimeSeries.get(
|
||||||
Channel("V1:{}_LC_Z".format(bench)),
|
Channel("V1:{}_LC_Z".format(bench)),
|
||||||
start_time,
|
start_time,
|
||||||
|
@ -70,7 +70,7 @@ class MeasurementFactory:
|
||||||
MirrorMetadata(
|
MirrorMetadata(
|
||||||
temp_benches[-1].metadata.mirror,
|
temp_benches[-1].metadata.mirror,
|
||||||
benches[bench]["calib_mirror"],
|
benches[bench]["calib_mirror"],
|
||||||
), # FIXME: here too, add calibration
|
),
|
||||||
TimeSeries.get(
|
TimeSeries.get(
|
||||||
Channel(
|
Channel(
|
||||||
"V1:Sc_{}_MIR_Z".format(
|
"V1:Sc_{}_MIR_Z".format(
|
||||||
|
|
Loading…
Reference in a new issue