Feat: Add range for integration time
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
653 " integration_time=integration_time)\n", 654 " \n", 655 " for parm in condition.parameters:\n", 656 " if parm.name == \"Integration Time\":\n", 657 " parm.lower_deviation = time_limits\n", 658 " parm.upper_deviation = time_limits\n", 659 " \n", 660 " device = getattr(Detectors, db_module)\n", 661 " metadata.detector_condition = condition\n", 702 662 "\n", 703 "# specify the version for this constant\n", 704 "if creation_time is None:\n", 663 " # specify the version for this constant\n", 664 " if creation_time is None:\n", 705 665 " metadata.calibration_constant_version = Versions.Now(device=device)\n", 706 " metadata.retrieve(cal_db_interface)\n", After discussion with Steffen we came to conclusion that retrieval of the constant was not intended. Therefore can be removed.
Edited by Mikhail Karnevskiy
mentioned in commit 7cf21e93
Please register or sign in to reply