Skip to content

Commit

Permalink
adding shell script for doing a whole imputation on one mock for ELGs…
Browse files Browse the repository at this point in the history
… and LRGs
  • Loading branch information
kfanning committed Aug 10, 2023
1 parent 3c53f38 commit db690ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/do_impute.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
python run_imputation.py -t ELG -s y1mock -v 0 -i ${1} -nb -p -f -ft dynamic -rb 1 -pb 11 -e -sc -o
python run_imputation.py -t LRG -s y1mock -v 0 -i ${1} -nb -p -f -ft dynamic -rb 1 -pb 11 -e -sc -o
python make_plots.py -t ELG -s y1mock -v 0 -i ${1} -p -e
python make_plots.py -t LRG -s y1mock -v 0 -i ${1} -p -e
python downsample_randoms.py -t ELG -s y1mock -v 0 -i ${1} -o --stitched
python downsample_randoms.py -t LRG -s y1mock -v 0 -i ${1} -o --stitched
python stitch_impute.py -t ELG -s y1mock -v 0 -i ${1} -o -c
python stitch_impute.py -t LRG -s y1mock -v 0 -i ${1} -o -c

0 comments on commit db690ca

Please sign in to comment.