XRT DEM Iterative Solver Module#367
Open
joyvelasquez wants to merge 244 commits into
Open
Conversation
Contributor
Author
|
Ensure the function checks for minimum required inputs (filters, observed intensities, etc.) and validates that all observation values are non-zero before proceeding. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #367 +/- ##
===========================================
- Coverage 87.35% 36.28% -51.07%
===========================================
Files 26 40 +14
Lines 1819 4379 +2560
Branches 106 334 +228
===========================================
Hits 1589 1589
- Misses 184 2744 +2560
Partials 46 46 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
namurphy
reviewed
Jun 18, 2026
namurphy
reviewed
Jun 18, 2026
namurphy
reviewed
Jun 18, 2026
namurphy
reviewed
Jun 18, 2026
namurphy
reviewed
Jun 18, 2026
joyvelasquez
force-pushed
the
xray-plasma-decoder-dem-solver
branch
from
July 2, 2026 16:05
2041e0a to
bd4687b
Compare
This was referenced Jul 2, 2026
added 17 commits
July 2, 2026 12:42
7 tasks
Co-authored-by: Nick Murphy <namurphy@users.noreply.github.com>
Co-authored-by: Nick Murphy <namurphy@users.noreply.github.com>
Contributor
|
Thinking about compatibility with |
Co-authored-by: Nick Murphy <namurphy@users.noreply.github.com>
added 16 commits
July 13, 2026 21:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces
XRTDEMIterative, a Python implementation of the IDLroutine
xrt_dem_iterative2.profor estimating Differential EmissionMeasures (DEMs) from Hinode/XRT multi-filter observations.
What's Included
Core Solver (
dem_solver.py)XRTDEMIterativeclass with full DEM solving pipelinefitting via
lmfitmax(0.03 * intensity, 2 DN/s/pix), matching IDL default behaviormonte_carlo_runsparameterintensities, missing errors)
summary()method for diagnostic outputPlotting (
dem_plotting.py)plot_dem()— base DEM solution visualizationplot_dem_mc()— base DEM + Monte Carlo ensemble overlayTests
response interpolation, spline system, residuals, solver, and
Monte Carlo behavior
Documentation
dem_overview.rst— introduction to DEM analysis with XRTpyxrtpy.xrt_dem_iterativedocs/changelog/0.6.0.rstValidation -
xrt_dem_iterative2.proacross multiplesolar observation cases using Monte Carlo comparison