Skip to content
Snippets Groups Projects

Feat: Add range for integration time

Merged Mikhail Karnevskiy requested to merge feat/time_range into master
1 unresolved thread

@mramilli @ahmedk

  • Add time range for integration time
  • Add raw data location
  • Delete unused notebook

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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",
  • mentioned in commit 7cf21e93

  • Please register or sign in to reply
    Loading