Skip to content

PORT: the MM 1.4 diSPIM plugin uses logical negation for this check#423

Merged
bls337 merged 1 commit into
micro-manager:mainfrom
bls337:main
Jul 3, 2026
Merged

PORT: the MM 1.4 diSPIM plugin uses logical negation for this check#423
bls337 merged 1 commit into
micro-manager:mainfrom
bls337:main

Conversation

@bls337

@bls337 bls337 commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

This is a fix for an issue identified in #421

We need to use !acqSettings_.isUsingMultiplePositions() here to match the original plugin.

      // make sure we aren't trying to collect timepoints faster than we can
      if (!acqSettings.useMultiPositions && acqSettings.numTimepoints > 1) {
         if (timepointIntervalMs < volumeDuration) {
            MyDialogUtils.showError("Time point interval shorter than" +
                  " the time to collect a single volume.", hideErrors);
            return AcquisitionStatus.FATAL_ERROR;
         }
      }

@bls337 bls337 merged commit f6a4eeb into micro-manager:main Jul 3, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant