Skip to content

Commit 5c735a2

Browse files
author
David Berry
committed
smurf: Change makemap default method to ITERATE
Why has it been REBIN for so long?
1 parent 8a311c5 commit 5c735a2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

applications/smurf/libsmurf/smurf_makemap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
* continually makes a map, constructs models for different
186186
* data components (common-mode, spikes etc.). See CONFIG for
187187
* parameters controlling the iterative map maker.
188-
* [REBIN]
188+
* [ITERATE]
189189
* MSG_FILTER = _CHAR (Read)
190190
* Control the verbosity of the application. Values can be
191191
* NONE (no messages), QUIET (minimal messages), NORMAL,

applications/smurf/smurf.ifd.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -3118,9 +3118,9 @@ package @PACKAGE@ {
31183118
parameter method {
31193119
type _CHAR
31203120
prompt {Map-making method}
3121-
vpath PROMPT
3121+
vpath DEFAULT
31223122
ppath CURRENT DEFAULT
3123-
default REBIN
3123+
default ITERATE
31243124
helpkey *
31253125
}
31263126

applications/smurf/smurf.news

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
1 SMURF_Version_1.5
22

3+
Some of the changes in this version of smurf include:
4+
35
o If multiple types of mask are requested for any of the AST, FLT
46
and COM models (e.g. ZERO_LOWHITS and ZERO_MASK both specified),
57
they will now be combined into a single mask. Previously, only one
@@ -9,6 +11,9 @@
911
REF, MASK2 and MASK3. The ZERO_MASK configuration parameter can be set
1012
for the AST, FLT or COM model, to indicate which ADAM parameter to use.
1113

14+
o When invoking MAKEMAP, the default for the METHOD parameter has been
15+
changed from REBIN to ITERATE.
16+
1217
1 SMURF_Version_1.1
1318

1419
o SC2CLEAN parameter DCBOX has been renamed DCFITBOX. DCBAD and DCFLAGALL

0 commit comments

Comments
 (0)