Skip to content

Commit

Permalink
xmm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed May 23, 2024
1 parent dadd014 commit 699417e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bin/cfis-u.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
img=$1

survey_dir=cfis-dir
out_dir=$SCRATCH/cfht-cosmos-u
#out_dir=$SCRATCH/cfht-cosmos-u
out_dir=$SCRATCH/cfht-xmm-u

export COSMO=/dvs_ro/cfs/cdirs/cosmo

Expand Down
9 changes: 7 additions & 2 deletions bin/runbrick-hsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,13 @@ echo "--------------------------------------------------------------------------
# --bands g \
# --coadd-bw \

python -u -O $LEGACYPIPE_DIR/legacypipe/runbrick.py \
# HSC COSMOS WIDE
# --bands g,r2,i2,z,y \


python -O $LEGACYPIPE_DIR/legacypipe/runbrick.py \
--brick $brick \
--bands g,r2,i2,z,y \
--bands g,r,i,i2,z,y \
--pixscale 0.168 \
--width 5600 --height 5600 \
--rgb-stretch 1.5 \
Expand All @@ -103,6 +107,7 @@ python -u -O $LEGACYPIPE_DIR/legacypipe/runbrick.py \
--outdir $outdir \
--threads 32 \
--stage image_coadds --minimal-coadds \
--write-stage outliers \
>> $log 2>&1

# --plots \
Expand Down

0 comments on commit 699417e

Please sign in to comment.