You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am wondering why the save_and_plot functions of aestimo.py and aestimo_eh.py are slightly different. First, save_and_plot of aestimo_eh.py saves the 'potn_eh_equi_cond.dat' with an xaxis scaling factor of 1e2, so the unit of the xaxis is no longer meters and is mismatched from other '.dat' files. Is there a reason that the xaxis is has a 1e2 scaling factor for this .dat file? Also, aestimo_eh.py does not save a 'parameters.dat' file as aestimo.py does, which I think would be very useful.
The text was updated successfully, but these errors were encountered:
Hi, we changed the scale before just to have results compared to other software, we will change it back next in the repository and later in a future release.
best regards Le dimanche 27 juin 2021, 19:43:57 UTC+1, Mark ***@***.***> a écrit :
Hi, I am wondering why the save_and_plot functions of aestimo.py and aestimo_eh.py are slightly different. First, save_and_plot of aestimo_eh.py saves the 'potn_eh_equi_cond.dat' with an xaxis scaling factor of 1e2, so the unit of the xaxis is no longer meters and is mismatched from other '.dat' files. Is there a reason that the xaxis is has a 1e2 scaling factor for this .dat file? Also, aestimo_eh.py does not save a 'parameters.dat' file as aestimo.py does, which I think would be very useful.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hi, I am wondering why the
save_and_plot
functions ofaestimo.py
andaestimo_eh.py
are slightly different. First,save_and_plot
ofaestimo_eh.py
saves the 'potn_eh_equi_cond.dat' with an xaxis scaling factor of 1e2, so the unit of the xaxis is no longer meters and is mismatched from other '.dat' files. Is there a reason that the xaxis is has a 1e2 scaling factor for this .dat file? Also,aestimo_eh.py
does not save a 'parameters.dat' file asaestimo.py
does, which I think would be very useful.The text was updated successfully, but these errors were encountered: