From 2c863650130d2792b0c8ff86b4e2e05e9ac411f1 Mon Sep 17 00:00:00 2001 From: Krzysztof Findeisen Date: Thu, 12 Dec 2024 10:36:23 -0800 Subject: [PATCH] Remove solar system override for HSC. Turning off solar system association in the dev cluter is no longer necessary, and in fact we have demonstrated that solar system association works for mock visits as long as the ephemerides service is loaded with the original observations' dates (*not* the dates of the test, as originally assumed). --- pipelines/HSC/ApPipe.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pipelines/HSC/ApPipe.yaml b/pipelines/HSC/ApPipe.yaml index 82ea5213..7d3a061b 100644 --- a/pipelines/HSC/ApPipe.yaml +++ b/pipelines/HSC/ApPipe.yaml @@ -7,8 +7,3 @@ imports: parameters: # Use dataset's specific templates coaddName: goodSeeing -tasks: - diaPipe: - class: lsst.ap.association.DiaPipelineTask - config: - doSolarSystemAssociation: false # No "known objects" catalog for fake visits