Conversation
… multi ellipse fitting before re-sampled 2d fitting with known x0(y) and bsplines for y
…ne for spectral fits (Notes_Upgrades)
…tes) => try with crystal method
…cluding local plot from geom to ellipses, to be continued
…ansform => to be tested and validated in code
…> reveals probable errors in analytical calculations in Notes/SpectroX2D... to be recalculated with an alternative method
…directions, successfull but need to check bragg vs theta and ang_param vs epsilon (axis vs center), to test and validate
…irections with proper parameters (bragg,angle) vs (xi, xj), tested and validated => optimize numerically or start testing on real data
… moved later to units tests
…annotated), for computing default geom parameters from bragg and curve radius, operational but results from calc_braggangle_from_xixj() not consistent: to be checked and then tested with experimental data
…be finished and tested
…onal => need to test with lambda => need to test crystal instanciation
… tested, surface computed, add rotation axis in dgeom and angle, add other crystals, try plotting fitted data
… nout + nin property to preserve (e1, e2, nout) direct orthonormal frame, ann to update Notes_Upgrades based on this and an arbitraty frame for the crystal
…t2d.py and start XICS data treatment in separate project, using tofu
…consistency with other classes and retor-compatibility
…rameterizing with lamb0 optionally forced
…roject/tofu into Issue202_SpectroX2DCrystal
…vide jacobian using BSplines.basis_element()
…east_squares(), but giving wrong results, maybe erro in jacobian or func ?
… data (choose indices)
…gma and delta common to same-ion lines + re-sample on less points using 2d Bsplines + adjust geometry + write same functions for 1d and 2d
…d on dlines and grouped by ions for sigma/dlamb, to be continued
…d branch into devel for release 1.4.2
|
Hello @Didou09! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-11-20 15:11:00 UTC |
Codecov Report
@@ Coverage Diff @@
## devel #267 +/- ##
==========================================
- Coverage 43.72% 41.47% -2.26%
==========================================
Files 75 79 +4
Lines 21606 23217 +1611
==========================================
+ Hits 9448 9629 +181
- Misses 12158 13588 +1430
Continue to review full report at Codecov.
|
Main changes
Incorporates the first elements of Issues #202 and #263 into devel