Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-09-28
| ||
18:09 | + try to use ttkthemes if found Leaf check-in: d987853cec user: fabien tags: trunk | |
18:09 | + sort theme names in settings' choice check-in: a7524230c9 user: fabien tags: trunk | |
2022-11-09
| ||
13:39 | + PPA: provision LMST equations for future advice reorientation check-in: fa34a4e1ad user: fcoutant tags: trunk | |
2022-11-08
| ||
13:09 | + note as TODO the place to work for correcting indications orientation check-in: 8f3285fad0 user: fcoutant tags: trunk | |
2022-02-06
| ||
14:59 | * future: try using dcraw for post-calibration debayering x update notes check-in: ab8c1331ec user: fabien tags: trunk | |
2021-10-19
| ||
20:50 | x image labelling: use templates with single info block check-in: 130751decb user: fabien tags: trunk | |
2021-10-16
| ||
18:19 | + crop image legend to text bounds + save with optimize and explicit quality check-in: 293a670ea3 user: fabien tags: trunk | |
2021-05-23
| ||
18:51 | * convert print statements to future Python3 function calls check-in: c85228d80c user: fabien tags: trunk | |
17:28 | + repeat intersecting the center of rotation until required precision is achieved check-in: ca134d0694 user: fabien tags: trunk | |
16:31 | x invert coords of rotation center between H/V images, since it's drawn into H + document args and return value to clarify/insist check-in: 42716d9650 user: fabien tags: trunk | |
12:04 | + supports when pole / RA axis outside photo * local solver: conf made optional, set reference pixel at center, scale down plot x clarify meaning of photos' declination, broaden usage and accept shooting anywhere x complete removing of ConfigParser non-default values (occurs at load) check-in: c3c2f16c11 user: fabien tags: trunk | |
10:20 | x correct defaults for 1st-time configuration + load button icons from App directory, so it can be started from anywhere check-in: efb4d5295f user: fabien tags: trunk | |
2021-05-17
| ||
19:55 | + PPA: don't display settings at start (don't make API key mandatory) x Grey out buttons for Nova solver if API key is missing check-in: f069339b1a user: fabien tags: trunk | |
2021-05-16
| ||
16:00 | x PPA: change TTF font for one which can display greek letters + display short star codes for aUMi and lUMi (with proper greek letter) check-in: 812e6169d6 user: fabien tags: trunk | |
15:25 | + Port PhotoPolarAlign (PPA) to my environment: x put all imports at start of file + get rid of astropy / scipy dependencies - fake some astropy types + use python-fitsio to read FITS results from plate solver (- with model adaptations) x use astrometry.net WCS radec/xy converter programs, rather than a library + replace use of scipy broyden optimizer to find center of rotation, with a simpler and direct geometric computation (chords' bissectors intersection) - approximate NCP position in J2000 coords (SCP probably does not work) x pass filename to local plate solver with proper quoting - get rid of local bitmap fonts, use (plateform specific) local truetype name for labels - change docstrings to comments (idlex didn't like them, for unknown reason) - use standard "np" prefix for NumPy check-in: 3221bf075f user: fabien tags: trunk | |
2021-05-09
| ||
15:40 | * comment (prepare) where higher result precision (32 vs 16 bits) should be handled check-in: db506b13f8 user: fabien tags: trunk | |
2021-05-08
| ||
14:54 | x Normalize flats on channels max (vs mean) to max numeric precision + refactor to separate file and image handling check-in: f95cab2417 user: fabien tags: trunk | |
14:52 | x Calculate image means on 64-bit floats since imprecision is too big with 32-bits on that much data check-in: 2d8bd74242 user: fabien tags: trunk | |
2021-05-07
| ||
21:02 | + normalize flat RAW channels relative to each other before saving check-in: cf66c09d79 user: fabien tags: trunk | |
21:02 | + testing support for color flats (from JPEGs) with OpenCV check-in: d241284197 user: fabien tags: trunk | |
2021-05-01
| ||
10:08 | + factor out image filename types in a new module, and separate "ALL" from "RAW" check-in: aeb276ebd2 user: fabien tags: trunk | |
2021-04-27
| ||
19:42 | + complete wip support for JPEG images check-in: b931a7d2df user: fabien tags: trunk | |
16:56 | + remove stars with incomplete coordinates from catalogs (prevented using build-astrometry-index, made it crash with assert) check-in: 39102544d3 user: fabien tags: trunk | |
2021-04-11
| ||
20:51 | * factor out the columns used to align comet (centroid, not candidate) check-in: ad24abdf71 user: fabien tags: trunk | |
2021-04-10
| ||
16:53 | + add action to cleanup processing files (to be implemented) check-in: 0cf9bf28aa user: fabien tags: trunk | |
2021-04-08
| ||
20:25 | + implemented Comet shifting - still unsure it's working as wanted (wrt multi-reversed transforms) * refactorings: helpers check-in: 22c2dc1204 user: fabien tags: trunk | |
16:04 | x correct identify transform (occurrence 2) x make transform vectors views from the same base, to allow updating any + method comments check-in: c5370bddf7 user: fabien tags: trunk | |
2021-04-07
| ||
17:09 | x correct identity tranform (with no translation) x match (reverse) of identity in grtrans for safety, rather than detecting original + simplify checkMatch rotation vectors extraction and norm check-in: 4b8613dcba user: fabien tags: trunk | |
2020-12-06
| ||
16:26 | + add grtrans wrapper x complete Transform object with identity as initial value check-in: ef92988f3d user: fabien tags: trunk | |
16:25 | x save old provisionnal change check-in: 2754af353a user: fabien tags: trunk | |
2020-08-30
| ||
14:16 | + add "realign on comet" setting - not implemented yet x rename "have comet" label to "extract" for correctness check-in: 7c8376426b user: fabien tags: trunk | |
2020-08-29
| ||
20:16 | x factor out polynomial transformation files handling (needed for comet 2nd-pass realign) check-in: 6e6ff8c51b user: fabien tags: trunk | |
2020-08-28
| ||
15:07 | + filter out matches of stars which are geometrically irregular: - asymetric X/Y magnification - non orthogonal transformation check-in: e473ce78c6 user: fabien tags: trunk | |
14:00 | + add flux weight power parameter to UI (not very useful, after all) check-in: eee2b3df7a user: fabien tags: trunk | |
2020-08-13
| ||
19:45 | + Comet stacking: first part done = aligning on comet-less stars check-in: 65cdde4118 user: fabien tags: trunk | |
2020-08-04
| ||
19:55 | + new parallel work handler corrected and validated check-in: f0979cde2b user: fabien tags: trunk | |
2020-08-02
| ||
17:01 | x To be tested: try iter-based more fluid capture of parallel results check-in: 9cbb216498 user: fabien tags: trunk | |
14:01 | + start a comet stacking mode by detecting its bigger FWHM check-in: 9ef6508994 user: fabien tags: trunk | |
2020-07-20
| ||
20:14 | + add Comet align parameter (will need another for post-realign) check-in: 048cc41d72 user: fabien tags: trunk | |
20:13 | + mark future work: may need to drop the power a bit for comet processing check-in: e4b86b5b10 user: fabien tags: trunk | |
2020-05-23
| ||
09:41 | + save WIP: star catalog provisionning, N/S sky projections (stereographic) - to be tried: plate solving using point matching on the projections check-in: c1b5301fce user: fabien tags: trunk | |
2020-05-14
| ||
15:53 | x versions GUI: rename the label for absent package to "missing" check-in: 6ea5e5800f user: fcoutant tags: trunk | |
2020-05-12
| ||
19:26 | x UI versions: add numpy and fitsio - version capture for dcraw and fitsh: remove useless try since last command in pipe won't fail, replace with in-command fallback message check-in: 1e5b1b378c user: fabien tags: trunk | |
2020-05-08
| ||
09:59 | + enhance star detection 50-80% by scaling the q-frame to (nearly) full numeric range check-in: 74c9af326d user: fabien tags: trunk | |
09:13 | x rename debugOnError flag to just debug check-in: 27d5d53c4d user: fabien tags: trunk | |
2020-05-05
| ||
19:10 | - GUI: force dialogs background to the current Ttk theme (since toplevels are not Ttk) check-in: 2a5f332790 user: fabien tags: trunk | |
11:40 | x Refactor align settings UI with stacked blocks rather than notebook tabs check-in: d70cbe794a user: fcoutant tags: trunk | |
2020-05-04
| ||
20:02 | + debug check: trace q-intensity and raw channels min/max bounds for lights check-in: ca85f94945 user: fabien tags: trunk | |
2020-05-03
| ||
10:10 | * update notes and comments check-in: d1bdeb0e5c user: fabien tags: trunk | |
10:09 | + for checking alignment results, optionnally save result frames as jpeg check-in: 7443a41ebb user: fabien tags: trunk | |