Skip to content

Commit

Permalink
Merge branch 'tickets/DM-44592'
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Sep 16, 2024
2 parents 72184ef + 6e736d7 commit 3e756c4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 262 deletions.
2 changes: 1 addition & 1 deletion doc/ap_verify_ci_hits2015/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is intended for continuous integration.
Using ap_verify_ci_hits2015
===========================

This dataset is intended for fast integration testing of difference imaging analysis, using "deep" coadd templates, by ``ap_verify``.
This dataset is intended for fast integration testing of difference imaging analysis, using "goodSeeing" coadd templates, by ``ap_verify``.
Because of the small data volume it is not recommended for "stress tests" or other large-scale testing.

.. _ap_verify_ci_hits2015-contents:
Expand Down
8 changes: 0 additions & 8 deletions pipelines/ApTemplate.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/generate_all_gen3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ INJECTION_CATALOG_COLLECTION="fake-injection-catalog"
"${SCRIPT_DIR}/generate_calibs_gen3_science.sh" -b ${SCRATCH_REPO} -c "${CALIB_COLLECTION_SCI}"


########################################
# Prepare templates

"${SCRIPT_DIR}/generate_calibs_gen3_template.sh" -b ${SCRATCH_REPO} -c "${CALIB_COLLECTION_TMP}"
"${SCRIPT_DIR}/generate_templates_gen3.sh" -b ${SCRATCH_REPO} -c "${CALIB_COLLECTION_TMP}-calib" \
-o "${TEMPLATE_COLLECTION}"


########################################
# Repository creation

Expand Down
107 changes: 0 additions & 107 deletions scripts/generate_calibs_gen3_template.sh

This file was deleted.

133 changes: 0 additions & 133 deletions scripts/generate_templates_gen3.sh

This file was deleted.

6 changes: 1 addition & 5 deletions scripts/import_templates_gen3.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@

"""Script for copying templates appropriate for these fields.
The datasets can be from any source, including the generate_templates_gen3.sh
script in this directory.
Example:
$ python import_templates_gen3.py -t "u/me/DM-123456-template"
imports goodSeeing templates from u/me/DM-123456-template in /repo/main to
templates/goodSeeing in this dataset's preloaded repo. See
generate_templates_gen3.sh -h for more options.
templates/goodSeeing in this dataset's preloaded repo.
"""

import argparse
Expand Down

0 comments on commit 3e756c4

Please sign in to comment.