I've used Lauren's installation of sims_catUtils (-t sims), the tickets/DM-13519 branches (baf46a9 and 7a430b3), and lsst_distrib at w_2018_21.
In an earlier attempt I got 8 wide tracts failed with AssertionError on assert all(len(cat) == num for cat in catalogs.values()). I reran them and wasn't able to reproduce; all other attempts were successful and gave identical statistics numbers. The failed ones had smaller "num" in this "statistics" log message e.g. in
colorAnalysis INFO: Statistics from DataId(initialdata={'tract': 8525, 'filter'
|
: 'HSC-I', 'patch': '0,0'}, tag=set()) of Galactic Extinction: A_HSC-Y (mag): {'
|
all': Stats(mean=0.0287; stdev=0.0025; num=1357959; total=1414473; median=0.0285;
|
clip=0.0090; forcedMean=None)}
|
The guess is somehow the deepCoadd_forced_src catalogs for all patches or bands didn’t get read in properly. That could have happened if the multiband processing hadn't finished, but that's not the case here. We don't know what happened but haven't seen the error again.. New attempts completed fine.
While
DM-13519is in progress, use the tickets/DM-13519branch (obs_subaru and pipe_analysis). It currently needs sims_catUtils and its dependencies.