WIP: Removing EdfFile usage from phaseretreival.py and propagator.py
Created the following methods in the dataset.CTF
class:
-
WriteImage()
that replaces theEdfFile.WriteImage()
GetPhase()
GetAttenuation()
All references to EdfFile.py
or edf-files in phaseretreival.py
and propagator.py
are thus eliminated.
This still needs improvement!