Skip to content
Snippets Groups Projects
  1. Feb 16, 2021
  2. Feb 12, 2021
  3. Feb 11, 2021
  4. Feb 10, 2021
  5. Feb 09, 2021
    • David Hammer's avatar
      Merge branch 'feat/202' into 'master' · 507adb34
      David Hammer authored
      Feat/202 (save calibration pipeline parameters in YAML file)
      
      See merge request detectors/pycalibration!409
      507adb34
    • David Hammer's avatar
      Introduce "calibration_metadata.yml" · 2168cc6f
      David Hammer authored
      This metadata file subsumes the old retrieved constants YAML file.  The commit includes some refactoring centered around pathlib.
      2168cc6f
    • Robert Rosca's avatar
      Merge branch 'fix/unused-variables' into 'master' · 9b6879f7
      Robert Rosca authored
      Fix/Unused Variables
      
      Going through some of the warnings my IDE is throwing up so I'll probably end up doing a couple of these tiny pull requests.
      
      - `cal_tools/cal_tools/agipdlib.py`: `corr_bools={}` setting keyword arguments to mutables isn't a great idea since the state can persist across function calls, maybe in this case that was the intention but it usually isn't. Changed it to `None` and then set it to a dict if no argument is given.
      - `cal_tools/cal_tools/lpdlib.py`: `self.cnl = True` was set, but it looks like that should have taken its value from the `correct_non_linear` argument, set it to that.
      - `cal_tools/cal_tools/metrology.py` an `offset` is defined but never applied to the coordinates. Similar code appears throughout the file so I just did the same thing there as well, think it should be correct.
      
      See merge request detectors/pycalibration!415
      9b6879f7
    • Robert Rosca's avatar
      bda046f3
  6. Feb 08, 2021
  7. Feb 03, 2021
  8. Jan 28, 2021
  9. Jan 22, 2021
  10. Jan 20, 2021
Loading