Skip to content

Commit ed03810

Browse files
committed
Add analysis tasks for injected runs.
2 parents 4b7e4eb + 8baa7f5 commit ed03810

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

SMALL_HSC/gen3.sqlite3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:86713ae78f015eca96e934da2fd822f567dd604e4b9d34491ce05430e82797f8
2+
oid sha256:28d1b4c7ddfe0693d17b6b82ef101e61b2fa48f81f76a97c551757468040af96
33
size 31420416

bin/run_injected_rc2_subset.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo "[RC2_SUBSET_INJECT_CATS] Injection catalog input collection: $RC2_SUBSET_I
3939
RC2_SUBSET_INJECT_COLL=${RC2_SUBSET_INJECT_COLL:-u/$USER/RC2_subset/injected_nightly}
4040
echo "[RC2_SUBSET_INJECT_COLL] New injected output collection : $RC2_SUBSET_INJECT_COLL"
4141

42-
RC2_SUBSET_INJECT_PIPE=${RC2_SUBSET_INJECT_PIPE:-$DRP_PIPE_DIR/pipelines/HSC/DRP-RC2_subset+injected_deepCoadd.yaml}
42+
RC2_SUBSET_INJECT_PIPE=${RC2_SUBSET_INJECT_PIPE:-$DRP_PIPE_DIR/pipelines/HSC/DRP-RC2_subset+injected_deepCoadd_stars.yaml}
4343
echo "[RC2_SUBSET_INJECT_PIPE] Source injection pipeline def YAML: $RC2_SUBSET_INJECT_PIPE"
4444

4545
# Check that required file paths exist.
@@ -94,6 +94,10 @@ injected_cmd_3="$INJECTED_PIPETASK_RUN#injected_nightlyStep3 -j $RC2_SUBSET_PROC
9494
echo -e "\nRunning injected_nightlyStep3 on tract 9813, patch 40\n$injected_cmd_3"
9595
eval $injected_cmd_3
9696

97+
injected_cmd_coadd_analysis="$INJECTED_PIPETASK_RUN#injected_stars_coadd_analysis -j $RC2_SUBSET_PROC -d \"skymap = 'hsc_rings_v1' AND tract = 9813 AND patch in (40)\""
98+
echo -e "\nRunning injected_coadd_analysis on tract 9813, patch 40\n$injected_cmd_coadd_analysis"
99+
eval $injected_cmd_coadd_analysis
100+
97101
# Capture the end time and calculate the total runtime.
98102
end_time=$(date +%s)
99103
runtime=$((end_time - start_time))

0 commit comments

Comments
 (0)