ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
12 stars 32 forks source link

Allow passing extra channel rendering options to Make_Movie script (rebased onto develop) #75

Closed jburel closed 10 years ago

jburel commented 10 years ago

This is the same as gh-70 but rebased onto develop.


(see #12037)

Added new argument to script; ChannelsExtended. The accepted format to allow for passing channel window range and color, with the format 'idx|min:max' having both '|min:max' and '' optional, but when both are present order must be respected. ex: ChannelsExtended=2|0:250,3|50:100

If both Channels and ChannelsExtended are passed, the latter takes precedence.

This is the 5.0 counterpart to https://github.com/ome/scripts/pull/67

jburel commented 10 years ago

--rebased-from #70

will-moore commented 10 years ago

While testing I found that I couldn't run the script because of another bug: https://trac.openmicroscopy.org.uk/ome/ticket/12227 but eventually ran it and all seems fine. Wasn't able to check the resulting moving because the avi generated won't open in Quicktime. But that's unrelated to this PR, so good to merge.

joshmoore commented 10 years ago

Merging as a rebase. I'll bump the submodule pointer tomorrow AM for merging the parent PR.