blob: 8497a699e18cd88e7476753ff4e30c4c4d209db9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Main
====
+ Add plane/frame-number/broken metadata in the UFO buffers. Check propagation trough standard ufo filters. [ propogates trough processors, but not reductors ]
+ Plane selector filter
- Handle packets with data from multiple datasets
- Filter to ingest zero-padded broken frames.
- Try UFO 'flat-field' correction filter
- Cone-beam to parallel-beam resampling ?
- Full reconstruction chain
- Try UFO visualization filter
- "Reconstructed data storage" and "Visualization + raw data storage" modes
Optional
========
- Try online compression of the ROOF data @Gregoire
- Introduce JSON schema and JSON schema validator @Zhassulan
- If neceessary, reconstruct slightly broken frames (currently dropped) @Zhassulan
- Implement fast-writer filter for quick raw data storage
* Either include plane in the file name or pass invalid frames trough (so we can compute the frame number)?
? Support multi-plane configuration in the roof.py
Ufo bugs
========
- Complain if TIF-writer is used with 1D data.
Ufo features
============
? Support non-fp data in UFO writer
|