Skip to content
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

Add planeInfo=true support to FakeReader (rebased onto develop) #806

Merged
merged 3 commits into from Nov 25, 2013

Conversation

joshmoore
Copy link
Member

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


In order to investigate recent connection lost issues, being able
to generate a large number of plane info objects and insert them
into OMERO would be useful.

See: https://www.openmicroscopy.org/community/viewtopic.php?f=5&t=7351&start=20

In order to investigate recent connection lost issues, being able
to generate a large number of plane info objects and insert them
into OMERO would be useful.

See: https://www.openmicroscopy.org/community/viewtopic.php?f=5&t=7351&start=20
In order to have the planeInfo elements actually filled
in OMERO, an of the fields need be non-null making the
planeInfo boolean unnecessary.
@joshmoore
Copy link
Member Author

--rebased-from #795

@joshmoore joshmoore restored the rebased/develop/fake-plane-info branch November 25, 2013 07:55
@@ -463,6 +466,8 @@ else if (key.equals("pixelType")) {
else if (key.equals("series")) seriesCount = intValue;
else if (key.equals("lutLength")) lutLength = intValue;
else if (key.equals("scaleFactor")) scaleFactor = doubleValue;
else if (key.equals("exposureTime")) exposureTime = (float) doubleValue;
else if (key.equals("planeInfo")) planeInfo = boolValue;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line needs to be removed, as it causes a compile error.

@joshmoore
Copy link
Member Author

Corrected line. Removing exclude

melissalinkert added a commit that referenced this pull request Nov 25, 2013
Add planeInfo=true support to FakeReader (rebased onto develop)
@melissalinkert melissalinkert merged commit c3ca6b4 into ome:develop Nov 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants