Skip to content

Version 21.0.0

Compare
Choose a tag to compare
@gfardell gfardell released this 31 Mar 15:00
· 594 commits to master since this release
0f03a37

Install using conda from https://anaconda.org/ccpi/cil/files?version=21.0.0
conda install cil=21.0.0 -c ccpi

v21.0.0

  • Show2D now takes 4D datasets and slice infomation as input
  • TIGRE reconstruction package wrapped for cone-beam tomography
  • Datacontainers have get_slice method which returns a dataset with a single slice of the data
  • Datacontainers have reorder method which reorders the data in memory as requested, or for use with 'astra' or 'tigre'
  • Subset method has been deprecated
  • AcquisitionData and ImageData enforce requirement for a geometry on creation
  • New processors AbsorptionTransmissionConverter and TransmissionAbsorptionConverter to convert between Absorption and Transmission
  • Implemented Binner and Slicer processors
  • Implemented MaskGenerator and Masker processors