Skip to content
Snippets Groups Projects
  1. Jan 17, 2023
    • Arin Wongprommoon's avatar
      fix!(aliby): dummy tiler object has shape attributes · f1500426
      Arin Wongprommoon authored
      WHY IS THIS CHANGE NEEDED?:
      - it complained that ImageDummy object has no .shape attribute when
        Tiler methods like ._run_tp() were called
      
      HOW DOES THE CHANGE SOLVE THE PROBLEM?:
      - first argument of the object to be returned by .dummy() is mistakenly
        an Image instance (i.e. ImageDummy); it should be a dask array like
        those returned by e.g. .from_image(), .from_h5()
      - fixed by using the .data attribute, consistent with the other methods mentioned
      
      WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?:
      - order of dimensions is inconsistent: it is tczxy in io.image.py but
        ctzxy in the .shape() method in tiler.py.  this may break things down
        the line
      f1500426
    • Arin Wongprommoon's avatar
      fix(aliby): list of channels in dummy tiler matches number of channels · 03aa7afc
      Arin Wongprommoon authored
      WHY IS THIS CHANGE NEEDED?:
      - consistency
      
      HOW DOES THE CHANGE SOLVE THE PROBLEM?:
      - fill in unspecified channels with 'nil' -- normally this information
        is fetched from metadata, which we don't have for this dummy
      03aa7afc
  2. Jan 16, 2023
  3. Jan 13, 2023
  4. Jan 12, 2023
  5. Jan 11, 2023
  6. Jan 10, 2023
Loading