Closed javierggt closed 2 years ago
During the weekly run, I saw an error I had not seen before. It has to do with the astroquery cache, which we don't really need. I will add another change to this PR to disable caching in astroquery.
Also, for the comment in the PR text above, I assume "exclude observations with SIM-Z <= 4 mm" should be exclude observations where sim_z_offset > 4?
Description
This PR is to iron out any small issues left before the 1.0.0 release. After these changes, the information in the celmon web pages should correspond to what is actually done in the code.
This PR introduces two small changes in
celmon.py
that do not change results much:SIM-Z offset > 4 mm
. This is consistent with legacy astromon, and I was not doing it.There is a weekly astromon processing that is running weekly for testing and these changes are included there as I make alpha releases from this branch.
Interface impacts
This PR includes edits to the web pages:
Testing
Unit tests
Functional tests
I ran the weekly processing and the summary of the resulting log file seems ok to me (the cache error is gone):