-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Milestone
Description
From @Sunderlandkyl on September 21, 2017 18:8
SetOutputExtentFromFrameList is called regardless of whether OutputExtent and OutputOrigin were specified in the configuration file. If this call is skipped manually during debugging, this error occurs:
|ERROR|012.849000| OptimizedInsertSlice: input ScalarType (3) must match out ScalarType (11)| in C:\Dev\plus\bin64-2015\PlusLib\src\PlusVolumeReconstruction\vtkPlusPasteSliceIntoVolume.cxx(422)
This prevents setting custom output extent to skip unwanted part of volume from being reconstructed, e.g. for quicker debugging (breakpoints with conditions slow down execution speed excruciatingly).
Migrated from https://app.assembla.com/spaces/plus/tickets/1159/details
Copied from original issue: PlusToolkit/PlusApp#21