The outputs are added to /datasets/hsc/repo/rerun/RC/w_2018_04/DM-13256/
and logs are at /datasets/hsc/repo/rerun/RC/w_2018_04/DM-13256/qaLogs
visitAnalysis was run for each visit; 432 logs for 432 visits are at /datasets/hsc/repo/rerun/RC/w_2018_04/DM-13256/qaLogs/visitAnalysis/. I utilized slurm --multi-prog option to execute multiple visits on each worker node. The visit IDs are not in the log filenames because I didn't find a way (yet) to directly name the logs with the visit IDs.
coaddAnalysis and compareCoaddAnalysis were run one job for each tract+filter. So in total 16 jobs/logs for coaddAnalysis and 16 for compareCoaddAnalysis.
colorAnalysis was run for each tract; 3 logs available.
compareVisitAnalysis was done in a mixed way; some were grouped but some were done per visit. Logs are copied to /datasets/hsc/repo/rerun/RC/w_2018_04/DM-13256/qaLogs/compareVisitAnalysis/. Sorry for the nonuniform logs; this will be improved next time DM-13523.
The pipe_analysis version is 10a03bd with the w_2018_04 stack. fastparquet has been pip-intalled.
Following the scripts in /scratch/lauren/
DM-11345/slurm/, some example commands are:visitAnalysis.py /datasets/hsc/repo --rerun RC/w_2018_04/DM-13256 --tract=9615 --id visit=26024
coaddAnalysis.py /datasets/hsc/repo/ --rerun RC/w_2018_04/DM-13256 --id tract=9813 filter=NB0921 -c doWriteParquetTables=True
colorAnalysis.py /datasets/hsc/repo/ --rerun RC/w_2018_04/DM-13256 --id tract=9813 filter=HSC-G^HSC-R^HSC-I^HSC-Z^HSC-Y^NB0921 -c doWriteParquetTables=True
compareVisitAnalysis.py /datasets/hsc/repo --rerun RC/w_2018_04/DM-13256 --rerun2 private/lauren/DM-11345/w51/UD_COSMOS_9813 --tract=9813 --id visit=25816
compareCoaddAnalysis.py /datasets/hsc/repo --rerun RC/w_2018_04/DM-13256 --rerun2 private/lauren/DM-11345/w51/WIDE_GAMA15H_9615 --id tract=9615 filter=HSC-Z
As the HSC RC2 dataset was not included in w_2018_02
DM-13066, the comparison is against Lauren MacArthur's repos from w_2017_51.The visit ones need mosaic ouputs and can be executed per visit; the coadd ones need multiband outputs and can be executed per filter/tract/patch. colorAnalysis is per tract/patch.
Also starting my own notes at https://confluence.lsstcorp.org/display/~hchiang2/Notes+on+pipe_analysis