Dear all,
attached is version 0.2.0 of the Blind Solver script. The main new feature is that it now supports writing a log file of the center coordinates and some other data, as requested by Vincent Peris in
http://pixinsight.com/forum/index.php?topic=1857.msg11433#msg11433, to allow for creating pointing files. I am sure the community will find other good uses for this feature as well. The GUI allows to select the log file via a file dialog. If the file does not yet exist, Blind solver adds a header line. After this, each solver run appends to the file. Example:
filePath;viewId;parity;orientation;ra_center_hms;dec_center_dms;ra_center;dec_center;fieldw;fieldh;fieldunits
/home/georg/host/Pictures/2009_07_16_dachfenster_35mm/light (77).CR2;P7v2uLpcyj;1;171.35971;18:48:15;+1:32:10.5;282.062505381;1.53624216317;34.9;23.35;degrees
/home/georg/host/Pictures/2009_07_16_dachfenster_35mm/light (78).CR2;bIt7gqKidu;1;171.14811;18:48:54.5;+1:36:32.5;282.227113334;1.60903882256;35.38;23.43;degrees
/home/georg/host/Pictures/2009_07_16_dachfenster_35mm/light (79).CR2;ZWb8rFScfD;1;171.53073;18:50:17;+1:40:14.3;282.570871552;1.67064480014;34.95;23.61;degrees
/home/georg/host/Pictures/2009_07_16_dachfenster_35mm/light (80).CR2;dSrYMOCa7v;1;171.5969;18:51:23.2;+1:41:24.7;282.846575225;1.69018135215;34.71;23.61;degrees
/home/georg/host/Pictures/test/testleotripletprocessed3.fit;testleotripletprocessed3;1;33.150186;11:19:46.1;+13:15:25.2;169.941936086;13.2569995649;51.85;68.06;arcminutes
This CSV format can directly be read by M$ Excel -if your country uses "." as a decimal separator (as in the US or UK, Germany uses ","
). In Excel 2007, you can change the default in Excel-Options/Extended Settings.
The other changes are listed in the header of the file, copied below.
Georg
Release Notes for 0.2.0
- BugFix: Include Parity in output
- BugFix: get boolean parameters as booleans, not reals. May have affected
operation with image containers and stored instances
- BugFix: Coordinates were not retrieved if none of the annotation options was active
- BugFix: Grid-option for annotation did not work due to malformed command line
- BugFix: Parameter bPlotConstellations was not properly saved in process instance (Image Container would not work)
- Improvement: Some restructuring of sources, improved comments
- Improvement: Output of coordinates into appended file (Vincent Peris request)
- Improvement: avoid creating unnecessary plot files if no diagnostic files are requested to reduce run time
- Improvement: report exceptions to console. Were silently caught previously.