- Sep 22, 2016
-
-
Paul McCarthy authored
-
- Sep 01, 2016
-
-
Paul McCarthy authored
of lenght 1.
-
- Aug 05, 2016
-
-
Paul McCarthy authored
-
- Jul 26, 2016
-
-
Paul McCarthy authored
keyword arguments.
-
Paul McCarthy authored
TaskThread also doesn't crash when an enqueued task raises an error.
-
- Jun 30, 2016
-
-
Paul McCarthy authored
a new thread. 2. ImageWrapper marks its expand coverage task thread as a daemon.
-
- Jun 29, 2016
-
-
Paul McCarthy authored
because __taskThread attr does not exist.
-
Paul McCarthy authored
optionally be told to calculate data ranges on a separate thread.
-
- Jun 28, 2016
-
-
Paul McCarthy authored
to collapse many little expansions (that cover individual volumes) into a few larger ones (that cover many volumes).
-
Paul McCarthy authored
equivalent expansions which pertain to adjacent vectors/slices/volumes.
-
- Jun 15, 2016
-
-
Paul McCarthy authored
Bugfix in ImageWrapper.calcExpansion - could not handle slice outside of coverage, but overlapping with some dimensions. Initial support in Image class for data editing.
-
- Jun 14, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
regions are specified with nan (which can't be represented as uint32).
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
documentation.
-
Paul McCarthy authored
-
- Jun 13, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
into a separate method, as it will probably come in handy for write support.
-
Paul McCarthy authored
offers a more fine-grained result. Adjusted sliceCovered - function it doesn't need to know the image shape. updateDataRangeOnRead is no longer memoized - slice coverage is checked before it is called, so it shouldn't need to be memoized.
-
Paul McCarthy authored
also skips __getitem__ coverage update if the full image data range has been calculated.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 12, 2016
-
-
Paul McCarthy authored
between expansions.
-
- Jun 11, 2016
-
-
Paul McCarthy authored
no sense, I know.
-
- Jun 10, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
data is read. But the dataRange property will return cal_min/cal_max if no data has been read. Some documentation added too.
-
Paul McCarthy authored
comparisons to None now testing for isnan.
-
- Jun 09, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 08, 2016
-
-
Paul McCarthy authored
ImageWrapper now maintains separate coverages for each volume (in a 4D image, or slice in a 3D image), and adjusts them individually. Lots of crazy code which seems to work ok, but has not been tested or documented. Most of the complex stuff has been turned into standalone functions, so can be unit-tested.
-
Paul McCarthy authored
-
- Jun 06, 2016
-
-
Paul McCarthy authored
-
- Jun 05, 2016
-
-
Paul McCarthy authored
changes. Bugfix in Image.__getitem__ - was potentially returning data with trailing dimensions of size 1.
-
- Jun 04, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 03, 2016
-
-
Paul McCarthy authored
future, but it's distracting me for the time being, so out it goes.
-
Paul McCarthy authored
good measure. More work to be done.
-
- Jun 02, 2016
-
-
Paul McCarthy authored
hopefully will handle writing too). Read sort of working. Major disruptive changes to Image class. Things breaking bad.
-