Skip to content
Snippets Groups Projects

Support for saving metadata fragments & merging into calibration_metadata.yml

Merged Thomas Kluyver requested to merge feat/metadata-fragments into master
1 unresolved thread
Files
6
@@ -1311,7 +1311,7 @@
"cm = np.copy(mask)\n",
"cm[cm > BadPixels.NO_DARK_DATA.value] = 0\n",
"ax = geom.plot_data_fast(np.mean(cm>0, axis=0),\n",
" vmin=0, ax=ax, vmax=1, cmap=\"jet\")\n"
" vmin=0, ax=ax, vmax=1, cmap=\"jet\")"
]
}
],
Loading