-
Notifications
You must be signed in to change notification settings - Fork 9
from_Solis
: import kinetic series type
#1030
New issue
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
Conversation
imports series working example
for more information, see https://pre-commit.ci
refactor frame detection
for more information, see https://pre-commit.ci
from_Solis
: import kinetic series type
Check failure seems unrelated to the code changes. @ksunden anything to worry about? |
Does this have any relation to #973? |
@ksunden somewhat related. In this PR, import discovers the data shape by inspecting the ascii array. One could determine the acquisition type/data shape from the metadata (fields |
does anyone know how long the method |
@kameyer226 from experience I can say that for "large" files (hundreds of MB) the whole import function can take seconds. I haven't been too concerned with run times of file opening, since they only need to be run once (after that they can be saved as wt5 files). |
@ddkohler looks like we are removing support for a previous |
@untzag I did changed the docstring, but support has not changed. I felt the docstring was misleading. Solis software exports readable files with an |
Changes
from_solis: imports "kinetic series" type data, which has multiple camera images. The camera images are stacked along the new axis "frame".
Checklist