The method to add a channel map now allows multiple calls to accumulate channel maps. i.e., one channel map per headstage, but multiple headstages per hub.
Now that they accumulate, there's no obvious way to clear. We can try load_channel_map("") but that's not clear; the extra method is probably fewer lines of code than the explanation that empty string clears.
The method to add a channel map now allows multiple calls to accumulate channel maps. i.e., one channel map per headstage, but multiple headstages per hub.
Now that they accumulate, there's no obvious way to clear. We can try
load_channel_map("")but that's not clear; the extra method is probably fewer lines of code than the explanation that empty string clears.