price@pap-laptop:~/LSST/obs_subaru (tickets/DM-12979=) $ git sub
|
commit 689fea06b5e8b492e798fcdfc67de1dd2bde4547 (HEAD -> tickets/DM-12979, origin/tickets/DM-12979)
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Dec 12 13:55:12 2017 -0500
|
|
add y-band stray light removal
|
|
LEDs in an encoder in HSC are producing stray light on the detectors,
|
producing the 'Eye of Y-band' feature. It can be removed by
|
subtracting open-shutter darks. However, because the pattern of stray
|
light varies with rotator angle, many dark exposures are required.
|
To reduce the data volume for the darks, the images have been
|
compressed using wavelets.
|
|
The code here (provided by Sogo Mineo of NAOJ and only cleaned up
|
a bit) retrieves the appropriate dark, uncompresses it and uses it
|
to remove the stray light from an exposure.
|
|
Some code here (provided by Satoshi Kawanomoto) may not meet coding
|
standards, but we are accepting it as legacy code. Unfortunately, no
|
tests are available for this code yet.
|
|
policy/HscMapper.yaml | 3 +
|
python/lsst/obs/subaru/isr.py | 13 +
|
python/lsst/obs/subaru/strayLight/__init__.py | 2 +
|
python/lsst/obs/subaru/strayLight/rotatorAngle.py | 268 +++++++++++++
|
.../obs/subaru/strayLight/waveletCompression.py | 427 +++++++++++++++++++++
|
python/lsst/obs/subaru/strayLight/yStrayLight.py | 220 +++++++++++
|
6 files changed, 933 insertions(+)
|
|
|
price@pap-laptop:~/LSST/pipe_drivers (tickets/DM-12979=) $ git sub
|
commit 388cf09cfb4c36866cb6754651e0587d9790b1e2 (HEAD -> tickets/DM-12979, origin/tickets/DM-12979)
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Wed Dec 13 10:34:39 2017 -0500
|
|
add visualizeVisit
|
|
This provides a facility to produce a binned image of the entire focal
|
plane (butler product visit_camera).
|
|
bin.src/visualizeVisit.py | 3 +
|
python/lsst/pipe/drivers/skyCorrection.py | 43 +-------
|
python/lsst/pipe/drivers/visualizeVisit.py | 160 +++++++++++++++++++++++++++++
|
3 files changed, 167 insertions(+), 39 deletions(-)
|
price@pap-laptop:~/LSST/obs_subaru (tickets/DM-12979=) $ git sub
commit 689fea06b5e8b492e798fcdfc67de1dd2bde4547 (HEAD -> tickets/DM-12979, origin/tickets/DM-12979)
Author: Paul Price <price@astro.princeton.edu>
Date: Tue Dec 12 13:55:12 2017 -0500
add y-band stray light removal
LEDs in an encoder in HSC are producing stray light on the detectors,
producing the 'Eye of Y-band' feature. It can be removed by
subtracting open-shutter darks. However, because the pattern of stray
light varies with rotator angle, many dark exposures are required.
To reduce the data volume for the darks, the images have been
compressed using wavelets.
The code here (provided by Sogo Mineo of NAOJ and only cleaned up
a bit) retrieves the appropriate dark, uncompresses it and uses it
to remove the stray light from an exposure.
Some code here (provided by Satoshi Kawanomoto) may not meet coding
standards, but we are accepting it as legacy code. Unfortunately, no
tests are available for this code yet.
policy/HscMapper.yaml | 3 +
python/lsst/obs/subaru/isr.py | 13 +
python/lsst/obs/subaru/strayLight/__init__.py | 2 +
python/lsst/obs/subaru/strayLight/rotatorAngle.py | 268 +++++++++++++
.../obs/subaru/strayLight/waveletCompression.py | 427 +++++++++++++++++++++
python/lsst/obs/subaru/strayLight/yStrayLight.py | 220 +++++++++++
6 files changed, 933 insertions(+)
price@pap-laptop:~/LSST/pipe_drivers (tickets/DM-12979=) $ git sub
commit 388cf09cfb4c36866cb6754651e0587d9790b1e2 (HEAD -> tickets/DM-12979, origin/tickets/DM-12979)
Author: Paul Price <price@astro.princeton.edu>
Date: Wed Dec 13 10:34:39 2017 -0500
add visualizeVisit
This provides a facility to produce a binned image of the entire focal
plane (butler product visit_camera).
bin.src/visualizeVisit.py | 3 +
python/lsst/pipe/drivers/skyCorrection.py | 43 +-------
python/lsst/pipe/drivers/visualizeVisit.py | 160 +++++++++++++++++++++++++++++
3 files changed, 167 insertions(+), 39 deletions(-)