bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

Sample files don't have number of digits set up properly. #137

Closed therob762 closed 9 years ago

therob762 commented 9 years ago

By default, SIMTOI only displays one digit which makes it look like the minimization values aren't transferred to the GUI properly (but they are).

bkloppenborg commented 9 years ago

The GUI respects the number of decimal places as specified in the save file. Because floating point numbers do not always serialize cleanly when written to a file, the number decimal places are specified in a separate field. See the wiki entry for the save format for details. Could you fix the sample files and send in a pull request?

bkloppenborg commented 9 years ago

Fixed in ff5286ec2d6a0641daf6c685412542358e9b30be, merged into develop