This line:
|
beam, driver = upramp.main_tracking_procedure(beam0, driver0, shot_path, tmpfolder=None) |
won't work if this line has executed:
|
upramp = self.upramp # Allow for other types of ramps |
because main_tracking_procedure is a method that only exists in StageReducedModels.
This line:
ABEL/abel/classes/stage/impl/stage_reduced_models.py
Line 705 in c3a5a4a
won't work if this line has executed:
ABEL/abel/classes/stage/impl/stage_reduced_models.py
Line 677 in c3a5a4a
because
main_tracking_procedureis a method that only exists inStageReducedModels.