-
Notifications
You must be signed in to change notification settings - Fork 58
Testing Roadmap
RFarkas edited this page Aug 6, 2018
·
4 revisions
meeting from 19 July 2018
Test loading, injecting, algos, SNR map generation at the same time with the following pipeline:
- load test cube
- inject 1 very bright FC
- run algos (LLSG, CADI, PCA, NMF, LOCI, andromeda)
- create S/N map
- run detection + verify position with injection (~ brightest pixel)
for:
- ADI
- ASDI (4D cubes, more than 2 wavelengths)
- public cubes from the datacenter?
- without a companion
- < 10Mb (resampled)
- image/cube shifting, rotation, sampling (temporal/up/down, 2D/3D)
- image filtering (use known cases,
var/filters.py
) - image fitting (2D distribution of PSF,
var/fit_2d.py
)
- Re-centering (
preproc/recentering.py
) - Bad frames (
preproc/badframes.py
) - pixel resampling
- ...