Skip to content

Version 2.2

Compare
Choose a tag to compare
@nicwade nicwade released this 06 Dec 15:47
· 3398 commits to master since this release

Core Updates:

  • Adds Savu runtime template option:
    • Adds syntax in configurator to choose subset of parameters
    • Adds option to create a template (yaml file) when saving process list
    • Adds option to pass template at runtime
    • Adds updates to process list in savu from template file
  • Adds Dosna (Distributed Object Store Numpy Array) transport
    • Option to replace hdf5 backend
  • Adds dockerfile
    • Updates savu_installer with --no_prompts and --PREFIX options
  • Fixes bug of multiple processing accessing the same chunk
    • wrong value updating max_frames_transfer dict entry for use in chunking calculations
    • should improve performance
  • Separates transfer of dark and flat frames that are far apart in data with image key
    • Significantly improves performance as hdf5 doesn't handle this well

Plugin Updates:

  • Adds template loaders that parse a data description from a yaml file
    • Adds hdf5_template_loader
    • Adds image_template_loader
    • Adds folder of template examples
    • Allows greater flexibility in data loading and clearer descriptions
  • Adds camera_rot_correction plugin
    • Align data with tilted cor
  • Refines nexus multi-modal loaders
  • Updates tiff saver
    • Change to output folder name
  • Updates Fabio data type (used in image loader):
    • Allows stepping over data
    • Allows stitching in any dimensions
    • Sets datatype to 32 bit
  • Refines image_loader
  • Fixes vo_centering for start_pixel values when downsampling is applied to the data
  • Updates distortion correction parameters