Skip to content

WIP: Removing EdfFile usage from phaseretreival.py and propagator.py

Diogo Figueirinhas requested to merge writerToDataset into develop

Created the following methods in the dataset.CTF class:

  • WriteImage() that replaces the EdfFile.WriteImage()
  • GetPhase()
  • GetAttenuation()

All references to EdfFile.py or edf-files in phaseretreival.py and propagator.py are thus eliminated.

This still needs improvement!

Merge request reports