Option to turn off A-Team clipping
A-Team clipping and demixing can be very slow at high time and/or frequency resolution. With HBA data, these steps are not always required if the A-Team are sufficiently far away from the target field.
Demixing can be turned off using "demix": false
.
The A-Team clipping is determined using "clip_sources": ["CasA_4_patch"]
, however there needs to be a minimum of one source in the list. If an empty list, i.e. "clip_sources": []
, is used then all sources are selected (instead of none as expected).
Could LINC have an option to turn off the A-Team clipping when it is not required? Either by sending an empty list ("clip_sources": []
) or as a true/false option as used for demixing.