Skip to content

Commit

Permalink
Merge pull request #42 from lsst/revert-35-tickets/DM-33123
Browse files Browse the repository at this point in the history
Revert "DM-33123: Calculate RhoStatistics as part of regular QA"
  • Loading branch information
arunkannawadi committed May 19, 2022
2 parents 9c2632b + 0f9d798 commit f55fc45
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 1,284 deletions.
14 changes: 7 additions & 7 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"""Sphinx configuration file for an LSST stack package.
This configuration only affects single-package Sphinx documentation builds.
For more information, see:
https://developer.lsst.io/stack/building-single-package-docs.html
"""

from documenteer.conf.pipelinespkg import *
from documenteer.sphinxconfig.stackconf import build_package_configs
import lsst.analysis.drp


project = "analysis_drp"
html_theme_options["logotext"] = project
html_title = project
html_short_title = project
_g = globals()
_g.update(build_package_configs(
project_name='analysis_drp',
version=lsst.analysis.drp.version.__version__))
8 changes: 0 additions & 8 deletions pipelines/coaddQAEllipPlots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,11 +507,3 @@ tasks:
python: |
from lsst.analysis.drp.dataSelectors import (CoaddPlotFlagSelector, SnSelector, StarIdentifier)
from lsst.analysis.drp.calcFunctors import CalcShapeSize
plot_RhoStatistics:
# Plot the Rho statistics
class: lsst.analysis.drp.rhoPlot.RhoPlotTask
config:
rhoStatisticsAction.treecorr.nbins: 21
rhoStatisticsAction.treecorr.min_sep: 0.01
rhoStatisticsAction.treecorr.max_sep: 100
14 changes: 0 additions & 14 deletions pipelines/visitQARhoPlots.yaml

This file was deleted.

0 comments on commit f55fc45

Please sign in to comment.