Skip to content
Snippets Groups Projects
  • Stephan Hilb's avatar
    c2e24364
    don't magically convert from/to image coordinates · c2e24364
    Stephan Hilb authored
    Previously I thought it'd be nice to accept images in their own
    coordinate system and convert on the fly. Sadly this leads to more
    confusion than it is worth.
    It is better to talk of arrays instead of images and not do any
    conversion.
    Please permute your inputs in advance if you care about the internal
    coordinate system used (e.g. for vtk output data).
    c2e24364
    History
    don't magically convert from/to image coordinates
    Stephan Hilb authored
    Previously I thought it'd be nice to accept images in their own
    coordinate system and convert on the fly. Sadly this leads to more
    confusion than it is worth.
    It is better to talk of arrays instead of images and not do any
    conversion.
    Please permute your inputs in advance if you care about the internal
    coordinate system used (e.g. for vtk output data).