Open epeisach opened 4 years ago
In save__Theoretical_cross_correlation_DD_list.ID
a) You have a loop for _item.name, etc. These should be separate save frames. You are trying to instantiate definitions.
I suspect that this is getting confused with the parent/child loop that follows.
b) Assuming you were trying to define new attributes using a loop - you need spaces between quoted names.
'_Theoretical_cross_correlation_DD_experiment.Theoretical_cross_correlation_DD_list_ID''Theoretical_cross_correlation_DD_experiment'
Corrected in code. Need to check to be sure problem is fixed in output
In save__Theoretical_cross_correlation_DD_list.ID
a) You have a loop for _item.name, etc. These should be separate save frames. You are trying to instantiate definitions.
I suspect that this is getting confused with the parent/child loop that follows.
b) Assuming you were trying to define new attributes using a loop - you need spaces between quoted names.
'_Theoretical_cross_correlation_DD_experiment.Theoretical_cross_correlation_DD_list_ID''Theoretical_cross_correlation_DD_experiment'