Skip to content

Commit cae4cde

Browse files
committed
Fix the spatial grid for B335 settings 1, 3, 5 and 8
1 parent fc7ed5f commit cae4cde

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

scripts/b335/redu_set1.ima

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ let redu%basename b335
88
let redu%setting 1
99
@ set_redu_params
1010

11+
! Use the same spatial grid for all spectral windows
12+
let redu%map_size 576 576
13+
let redu%map_cell 0.07 0.07
14+
1115
@ ../common/redu run
1216
@ ../common/redu clean

scripts/b335/redu_set3.ima

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ let redu%setting 3
1111
! Increase clipping value for line detection
1212
let redu%uv_preview_clip 5
1313

14+
! Use the same spatial grid for all spectral windows
15+
let redu%map_size 720 720
16+
let redu%map_cell 0.06 0.06
17+
1418
@ ../common/redu run
1519
@ ../common/redu clean

scripts/b335/redu_set5.ima

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ let redu%basename b335
88
let redu%setting 5
99
@ set_redu_params
1010

11+
! Use the same spatial grid for all spectral windows
12+
let redu%map_size 768 768
13+
let redu%map_cell 0.05 0.05
14+
1115
@ ../common/redu run
1216
@ ../common/redu clean

scripts/b335/redu_set8.ima

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ let redu%basename b335
88
let redu%setting 8
99
@ set_redu_params
1010

11+
! Use the same spatial grid for all spectral windows
12+
let redu%map_size 640 640
13+
let redu%map_cell 0.06 0.06
14+
1115
@ ../common/redu run
1216
@ ../common/redu clean

0 commit comments

Comments
 (0)