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

Sprint 4 bug fixes, part 2 #328

Merged
merged 11 commits into from Jan 15, 2013

Conversation

melissalinkert
Copy link
Member

I want to add a few more commits here, but am opening the PR now in order to respond to email/forum posts.

Fixes for tickets #10040 and #10088 will be added in the next couple of days.

melissalinkert and others added 8 commits January 3, 2013 12:42
Reported by Marc Lartaud.
When a writer is 'closed', the current ifdCounts map has all present
entries reset to 0. This map is referenced in populateImage, but if you
change output files (multi-file dataset), the stored IFD count is used to
populate the TiffData elements in each series. Each subsequent file would
cause the old TiffData IFDs to be replaced with a new sequence beginning
at the old maximum.

Also, the IFDs for series 0 were being reduced by 1. This caused each IFD
in series 0 to be identical.

Signed-off-by: Luke Stuyvenberg <stuyvenberg@wisc.edu>
The global minimum and maximum values are only available if every plane
in the series has been read.  In some cases (e.g. if "Specify range..."
was specified), we need autoscaled images but have not read all of the
planes.

Fixes #10088.
Reported by Nicolas Brouilly.
@melissalinkert
Copy link
Member Author

--test tiff
--test ics
--test leica-lif

@melissalinkert
Copy link
Member Author

--test leica-tcs

That's the last of the fixes that I intended to add to this PR, so it's now ready for review.

@ghost
Copy link

ghost commented Jan 14, 2013

Looks fine, builds fine. I can't see that hudson ran the commit tests though, it looks like it failed to start the job properly.

@melissalinkert
Copy link
Member Author

I had to remove a bunch of jobs from the queue this morning (nearly everything that was scheduled to run Sunday night), as BIOFORMATS-per-commit-test build 257 got stuck and was holding everything up.

Everything should be back to green Monday evening/Tuesday morning.

@ghost
Copy link

ghost commented Jan 14, 2013

I've run all four of the above tests by hand in the meantime. Zero failures, so should be OK to merge.

@melissalinkert
Copy link
Member Author

Merging Tuesday afternoon, assuming BIOFORMATS-full-repository-4.4 goes back to green.

melissalinkert added a commit that referenced this pull request Jan 15, 2013
@melissalinkert melissalinkert merged commit ce1ce47 into ome:dev_4_4 Jan 15, 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