Skip to content
Snippets Groups Projects

Feat: Add location of raw data

Merged Mikhail Karnevskiy requested to merge feat/add_rawdata_loc into master
2 unresolved threads

@ahmedk

A field for the raw data location in the calibration DB as well as corresponding interface exists for a while. However up to now it was not filled. I find it rather useful, because it is only the way to match calibration constants with characterization data.

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
949 959 " \n",
950 960 " if db_output:\n",
951 961 " metadata.send(cal_db_interface, timeout=cal_db_timeout) \n",
952 " \n",
962 " metadata.calibration_constant_version.raw_data_location = file_loc\n",
  • Karim Ahmed
  • 77 73 "import numpy as np\n",
    78 74 "import h5py\n",
    79 75 "import matplotlib.pyplot as plt\n",
    80 "% matplotlib inline\n",
    76 "%matplotlib inline\n",
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • beside the small comments LGTM

  • mentioned in commit 81340a7b

  • Please register or sign in to reply
    Loading