Skip to content
RFarkas edited this page Aug 6, 2018 · 4 revisions

meeting from 19 July 2018

1. Testing the post-processing Pipeline

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)

2. Low-level image processing

  • 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)

3. High-level image processing (HCI specific)

  • Re-centering (preproc/recentering.py)
  • Bad frames (preproc/badframes.py)
  • pixel resampling

4. ROC Curves

  • ...