Once the data specification has been decoded the application will read from parameter BAD_QUALITY whether quality should be set good or bad. A `yes' answer will mark the area bad, a `no' answer will mark the area good (an area will only be good if no other QUALITY bits are set - change_quality only uses QUALITY bit 3). The section can be inverted by using the negation character at the end of the section.
SECTION
[ {b3} , {i2} ]
would supply two SECTIONS of {b3} and {i2}. Only {b3} will be used if the square brackets are not used. Care must also be taken when using commas in SCUBA sections - the parameter system will split multiple entries on commas unless the entire section is quoted:
SECTION
[ "{b3,5}" , {i2} ]
If necessary the negation character should come after a section (ie after the closing curly bracket) and that negation applies to the combined section and not just the string containing the negation character:
SECTION
[ {b3}-, {i2} ]
implies that the section consists of everything except bolometer 3 and integration 2.
This parameter is only used when no SCUBA section was specified via the IN parameter.
SURF -- SCUBA User Reduction Facility