- Jun 13, 2016
-
-
Paul McCarthy authored
also skips __getitem__ coverage update if the full image data range has been calculated.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 12, 2016
-
-
Paul McCarthy authored
imagewrapper module.
-
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
-
Paul McCarthy authored
arg. When a Notifier listener is registered, it can be specified to run on async.idle (to avoid threading issues). As an aside, I have just realised that there is a naming collision between Notifier.notify and HasProperties.notify, for anything which sub-classes both. I don't think anything does, but this will probably bite me in the future.
-
- Jun 07, 2016
-
-
Paul McCarthy authored
files. Log messages added to memoize functions.
-
- Jun 06, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 05, 2016
-
-
Paul McCarthy authored
HasProperties type).
-
Paul McCarthy authored
initialisation. Image.name property turned into a regular (writeable) attribute.
-
Paul McCarthy authored
changes. Bugfix in Image.__getitem__ - was potentially returning data with trailing dimensions of size 1.
-
Paul McCarthy authored
function.
-
- 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
completely controlled by calling code. The partial data range calculation behaviour should be decided by FSLeyes (or whatever is working with the Image object).
-
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.
-
Paul McCarthy authored
and allows caller to specify which arguments to use.
-
- Jun 01, 2016
-
-
Paul McCarthy authored
things.
-
Paul McCarthy authored
-
- May 25, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
settings).
-
Paul McCarthy authored
button.
-
- May 23, 2016
-
-
Paul McCarthy authored
duplicating functionality provided by the props.callqueue module.
-
- May 13, 2016
-
-
Paul McCarthy authored
-
Paul McCarthy authored
we're running locally or over ssh.
-
- May 12, 2016
-
-
Paul McCarthy authored
error.
-
Paul McCarthy authored
-
Paul McCarthy authored
habit of calling it mutliple times from different threads. Some updates to AtlasDescription class - am intending to allow users to select atlas resolution.
-