Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-11397: Remove twinkles1 jointcal testdata and tests #126

Merged
merged 1 commit into from
Feb 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/CcdImage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ CcdImage::CcdImage(afw::table::SourceCatalog &catalog, std::shared_ptr<lsst::afw
_lstObs = visitInfo->getEra();
_hourAngle = visitInfo->getBoresightHourAngle();

// lsstSim doesn't manage ERA (and thus Hour Angle) properly, so it's going to be NaN.
// Some cameras don't manage ERA (and thus Hour Angle) properly, so it's going to be NaN.
// Because we need the refraction vector later, go with 0 HA to prevent crashes on that NaN.
if (std::isnan(_hourAngle) == true) {
_hourAngle = 0;
Expand Down
3 changes: 0 additions & 3 deletions tests/config/lsstSim-config.py

This file was deleted.

219 changes: 0 additions & 219 deletions tests/test_jointcal_lsstSim.py

This file was deleted.