Set SCUBA data quality bad or good
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.
’ will mean that the selected data will be set to BAD. ‘no’ will set them to good. ’ where ndf is the filename and spec1...n are the
section specifications. The section can be read from the SECTION parameter if the SCUBA
section is omitted. 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.
’ndf{}’ BAD_QUALITY=false ’ndf{b2}’ BAD_QUALITY ’ndf{b2;i3}-’ BAD_QUALITY ’ndf{b16}{i2}’
BAD_QUALITY ’ndf{e5,16:18}’ MSG_FILTER=quiet ’["{b41,52}",{i3}]’ BAD_QUALITY ’[{b2;i2}-]’ BAD_QUALITY