sunraster icon indicating copy to clipboard operation
sunraster copied to clipboard

Required Upstream Infrastructure for SPICE Analysis

Open DanRyanIrish opened this issue 4 years ago • 6 comments

To support tools for performing instrument-specific spectral analysis on SPICE data, the following generalized infrastructure must be developed/improved with the following priority:

Functionality Use Case Package Equivalent/Generalized Infrastructure Open Issue/PR
Fast Non-linear Fitting Fitting spectral line in all pixels astropy Parallelizing non-linear fitting astropy#3670, astropy#10985
Update sunraster for ndcube 2.0 Increase code stability sunraster sunraster#177
Superpixel with method option, e.g. mean, sum etc. Increase signal-to-noise by degrading spatial, spectral of temporal resolution ndcube resampling an NDCube ndcube#155, ndcube#290
Arithmetic operations Subtract background ndcube and/or astropy Arithmetic operations astropy#11176

DanRyanIrish avatar Jan 04 '21 15:01 DanRyanIrish

Some of these issues have been closed: https://github.com/sunpy/sunraster/issues/177, https://github.com/sunpy/ndcube/issues/155 as done, https://github.com/astropy/astropy/pull/10985 as end of experiment.

ebuchlin avatar Apr 04 '23 15:04 ebuchlin

The last line "arithmetic operations" has also been completed as of sunpy/ndcube#541

wtbarnes avatar Apr 04 '23 17:04 wtbarnes

Superpixelling is now possible with ndcube v 2.1.1 via the NDCube.rebin method. (sunpy/ndcube#450). So it seems the only outstanding item is better fitting support in astropy.

DanRyanIrish avatar Apr 05 '23 08:04 DanRyanIrish

the only outstanding item is better fitting support in astropy

Trivial :facepalm:

Cadair avatar Apr 05 '23 11:04 Cadair

the only outstanding item is better fitting support in astropy

Trivial facepalm

You best fix it and soon.

nabobalis avatar Apr 05 '23 15:04 nabobalis

I have written up this: https://github.com/astropy/astropy/issues/14610 to summarise what's in my head today.

Cadair avatar Apr 05 '23 16:04 Cadair