We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A SPIM Imaging workflow exists in SLIMS now. Let's pull data from it:
Acceptance Criteria:
subject-id
datetime
latest
The text was updated successfully, but these errors were encountered:
@dyf Are datetime and latest both optional? Or is at least one required?
Sorry, something went wrong.
No branches or pull requests
A SPIM Imaging workflow exists in SLIMS now. Let's pull data from it:
Acceptance Criteria:
subject-id
: string, requireddatetime
: isoformat datetime, returns session acquired at a given time, (no seconds/ms)latest
: boolean, if true only returns the most recent acquisition for the given subject.datetime
andlatest
are supplied, return an error.The text was updated successfully, but these errors were encountered: