bigdataviewer / bigdataviewer-core

ImgLib2-based viewer for registered SPIM stacks and more
BSD 2-Clause "Simplified" License
33 stars 35 forks source link

Init VoxelDimensions in RandomAccessibleIntervalSource4D #174

Open tischi opened 4 months ago

tischi commented 4 months ago

It would be helpful for me to

  1. Add another constructor to RandomAccessibleIntervalSource4D allowing to set VoxelDimensions
  2. For the other constructors initialise the VoxelDimensions as new FinalVoxelDimensions("pixel",1,1,1);