Skip to content
Snippets Groups Projects

Improved BOZ flat field

Merged Loïc Le Guyader requested to merge boz_flat_field into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -646,7 +646,8 @@ def inspect_rois(data_mean, rois, threshold=None, allrois=False):
@@ -646,7 +646,8 @@ def inspect_rois(data_mean, rois, threshold=None, allrois=False):
fig = plt.figure(figsize=(5, 3))
fig = plt.figure(figsize=(5, 3))
grid = plt.GridSpec(2, 2, width_ratios=(1, 4), height_ratios=(2, 1),
grid = plt.GridSpec(2, 2, width_ratios=(1, 4), height_ratios=(2, 1),
# left=0.1, right=0.9, bottom=0.1, top=0.9,
# left=0.1, right=0.9, bottom=0.1, top=0.9,
wspace=0.05, hspace=0.05)
wspace=0.05, hspace=0.05,
 
figure=fig)
main_ax = fig.add_subplot(grid[0, 1])
main_ax = fig.add_subplot(grid[0, 1])
y = fig.add_subplot(grid[0, 0], xticklabels=[], sharey=main_ax)
y = fig.add_subplot(grid[0, 0], xticklabels=[], sharey=main_ax)
x = fig.add_subplot(grid[1, 1], yticklabels=[], sharex=main_ax)
x = fig.add_subplot(grid[1, 1], yticklabels=[], sharex=main_ax)
Loading