Skip to content
Snippets Groups Projects
Commit c4d0daf8 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Merge branch 'Kianas_Corrections' into 'master'

Fix: Modified and corrected the pnccd dark notebook.

See merge request detectors/pycalibration!235
parents 795bcece 1fb20397
No related branches found
No related tags found
1 merge request!235Fix: Modified and corrected the pnccd dark notebook.
This diff is collapsed.
...@@ -788,7 +788,7 @@ def run(): ...@@ -788,7 +788,7 @@ def run():
title, author, version = extract_title_author_version(nb) title, author, version = extract_title_author_version(nb)
if not title: if not title:
title = "{}: {} Calibration".format(detector, caltype) title = "{} {} Calibration".format(detector, caltype)
if not author: if not author:
author = "anonymous" author = "anonymous"
if not version: if not version:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment