For two days in this period many people from the Data Management team were in Santa Cruz for the Joint Technical Meeting. There were many useful discussions between DM teams and also plenaries.
Accomplishments
- The HSC port continues to progress:
- Sources can now be added to empty sky during multiband processing.
- A new blendedness metric has been added to
meas_algorithms. - Heavy Footprints are no longer persisted in forced photometry.
- The integration test package
ci_hsccan now be built in Jenkins.
-
validate_drphas been extended to produce results for multiple filters and now runs much faster than before in some cases.
Documentation
- A draft of SQR-006: Documentation Deployment Service for LSST’s Eups-based Software is now available.
Other Items
- Six packages were updated to support test execution via
py.testusing standard unittest test discovery mechanisms. This is part of an ongoing investigation into updating the testing metrics for the stack. - The 5 of 12 tests in
coadd_utilsrequiringafwdatanow skip explicitly rather than skipping all tests. - The deprecated
LOGFmacros have been removed from thelogpackage. Code should now use theLOGSstream-based macros. - The build system now explicitly tests for support of the
-std=c++11compiler setting. It is no longer sufficient for a compiler to supportc++0xas that mode does not support the current codebase. - The documentation builds now generate XML as well as HTML from doxygen. This is a pre-requisite for the new documentation system.