PyTomography icon indicating copy to clipboard operation
PyTomography copied to clipboard

Wrong imports in dt5

Open jjgomezcadenas opened this issue 1 year ago • 0 comments

In dt5.ipynb one finds the code:

import pytomography
from pytomography.metadata import ObjectMeta, ImageMeta, PSFMeta
from pytomography.transforms import SPECTAttenuationTransform, SPECTPSFTransform
from pytomography.projections import SystemMatrix

All import fail, apparently they refer to an obsolete installation.

The same occurs in dt6.ipynb

jjgomezcadenas avatar Feb 16 '24 16:02 jjgomezcadenas