diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-02-01 13:07:46 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-02-01 13:07:46 +0100 |
commit | 0ce4e8d52fd491268a56c10dbb32fd5c996e2589 (patch) | |
tree | afe5defc2a845f0b65936a1874e4658412eff2cd /docs/hardware.txt | |
parent | 44cef2cb16dd2bc55ad34d0b8313f7f314b0107a (diff) | |
download | ufo-roof-temp-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.tar.gz ufo-roof-temp-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.tar.bz2 ufo-roof-temp-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.tar.xz ufo-roof-temp-0ce4e8d52fd491268a56c10dbb32fd5c996e2589.zip |
Initial Python infrastructure to build more complex processing pipelines and the corresponding changes in ROOF filters
Diffstat (limited to 'docs/hardware.txt')
-rw-r--r-- | docs/hardware.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/hardware.txt b/docs/hardware.txt index a293887..50c3a0c 100644 --- a/docs/hardware.txt +++ b/docs/hardware.txt @@ -4,3 +4,8 @@ * With 46 packets, however, we can't split a full rotation in a whole number of packets. So, we need to find maximal number m, so that (m <= n) and (samples_per_rotation % m = 0) i.e. 40 + + +Questions +========= + - Do we need to compute 'flats' and 'darks' for each plane separately? Or just one set will work for all? |