The code has no unit tests, but with Paul Price's help I was able to run a command that is apparently a fairly thorough test.
Here are the instructions for posterity (I am not asking the reviewer to run this):
# log into lsst-dev, then...
|
. /scratch/russello/lsstsw/bin/setup.sh
|
setup lsst
|
setup obs_subaru
|
setup pipe_drivers
|
# cd to a directory you can write to; I used this one:
|
cd /scratch/russello
|
# clear out existing data; please be sure you don't need this directory first:
|
rm -rf temp
|
constructBias.py /scratch/pprice/madcash/DATA --output temp/CALIB-rowen --id field=BIAS filter=HSC-Y --cores 24 --job rowen
|
The code has no unit tests, but with Paul Price's help I was able to run a command that is apparently a fairly thorough test.
Here are the instructions for posterity (I am not asking the reviewer to run this):
# log into lsst-dev, then...
. /scratch/russello/lsstsw/bin/setup.sh
setup lsst
setup obs_subaru
setup pipe_drivers
# cd to a directory you can write to; I used this one:
cd /scratch/russello
# clear out existing data; please be sure you don't need this directory first:
rm -rf temp
constructBias.py /scratch/pprice/madcash/DATA --output temp/CALIB-rowen --id field=BIAS filter=HSC-Y --cores 24 --job rowen