View Issue Details

IDProjectCategoryView StatusLast Update
0002336CCdcielGeneralpublic20-05-28 20:33
ReporterKristopher Setnes Assigned ToPatrick Chevalley  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
OSRaspbianOS VersionBuster 
Product Version0.9 
Target Version1.0 
Summary0002336: Dither "Settle tolerance" configuration GUI does not match XML config
DescriptionI was having a hard time understanding the settle tolerance settings. After digging into this, I think the user interface has incorrect labels on the fields. I am using PHD2.

In the user interface, I have Settle tolerance settings as follows.

Pixels: 0.42
Timeout: 5
Min. Time: 30
Calibration delay: 300

In the XML configuration file, I have...

<Settle Pixel="0.42" MaxTime="30" MinTime="5" CalibrationDelay="300"/>

It appears to me that "Timeout" in the user interface is actually the MinTime to wait in the XML, and "Min. Time" in the user interface is actually the MaxTime to wait in the XML. I think the labels are wrong in the user interface.
TagsDither, PHD2, Settle tolerance, UI

Activities

Kristopher Setnes

20-05-28 18:50

reporter  

image.png (293,317 bytes)   
image.png (293,317 bytes)   

Patrick Chevalley

20-05-28 20:33

administrator   ~0006614

Sorry for the trouble and thank you to report the issue!

Yes, the two labels where inverted in the preferences, this is fixed by:
https://github.com/pchev/ccdciel/commit/6248931c3e2d2b145ba0282548fc51fd1fc5a25d#diff-82203b21d970ca49f27a975b28d679a3L3933

Issue History

Date Modified Username Field Change
20-05-28 18:50 Kristopher Setnes New Issue
20-05-28 18:50 Kristopher Setnes Tag Attached: Dither
20-05-28 18:50 Kristopher Setnes Tag Attached: PHD2
20-05-28 18:50 Kristopher Setnes Tag Attached: Settle tolerance
20-05-28 18:50 Kristopher Setnes Tag Attached: UI
20-05-28 18:50 Kristopher Setnes File Added: image.png
20-05-28 20:33 Patrick Chevalley Assigned To => Patrick Chevalley
20-05-28 20:33 Patrick Chevalley Status new => resolved
20-05-28 20:33 Patrick Chevalley Resolution open => fixed
20-05-28 20:33 Patrick Chevalley Target Version => 1.0
20-05-28 20:33 Patrick Chevalley Description Updated
20-05-28 20:33 Patrick Chevalley Note Added: 0006614