adareau / HAL

HAL Atom Locator
GNU General Public License v3.0
2 stars 1 forks source link

Handle conversion "counts to atoms" #97

Open adareau opened 3 years ago

adareau commented 3 years ago

So far, the count_conversion_factor is a property of the Fit class only. This property should be defined in the Data class, and then passed to the Fit class ; or, alternatively, the Fit class could have access to the Data object, which would allow users to pass information from those two classes (that are handled at the user level) without having to modify the core of HAL