You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for aRegionsCreateChannel. if it is null, it gets set to a defualt but still throws an error...
that's what you asked for, isn't it ?
if (this.aRegionsCreateChannel == null) {
this.aRegionsCreateChannel = false; // it useless (as far as we know) and set to false by default imaris wizard
log.accept("aRegionsCreateChannel was set to false (Default Imaris behaviour), use isCreateRegionChannel(boolean flag) to change its status!");
throwError = true;
}
2 things
Gives error: SpotsDetector : Please specify all parameters!
Now works
Same for aRegionsCreateChannel. if it is null, it gets set to a defualt but still throws an error...
The text was updated successfully, but these errors were encountered: