meas_mosaic fails. See logs in /datasets/hsc/repo/rerun/private/yusra/RC2/DM-10156/logs/ The traceback isn't useful as it's just telling you that it thinks the pixel scale is 0, which means that the fit failed. Â
I linked the diagnostics here:Â https://lsst-web.ncsa.illinois.edu/~yusra/DM-10156/Â it only got as far as the coeffs.dat and ccd.dat which --> 0.Â
Also,  /datasets/hsc/repo/rerun/private/yusra/RC2/DM-10156/logs/mosaic-9615-HSC-I-151571.log is 11626 lines long, the first ~11000 of which are this repeated over and over:
[yusra@lsst-dev01 logs]$ tail -1000 mosaic-9615-HSC-I-151571.log |head
|
LoadIndexedReferenceObjectsTask WARN: run `meas_algorithms/bin/convert_refcat_to_nJy.py` to convert fluxes to nJy.
|
LoadIndexedReferenceObjectsTask WARN: See RFC-575 for more details.
|
LoadIndexedReferenceObjectsTask INFO: Converted refcat flux fields to nJy (name, units): (g_flux, ''); (r_flux, ''); (i_flux, ''); (z_flux, ''); (y_flux, ''); (i_fluxSigma, ''); (y_fluxSigma, ''); (r_fluxSigma, ''); (z_fluxSigma, ''); (g_fluxSigma, '')
|
LoadIndexedReferenceObjectsTask WARN: Found version 0 reference catalog with old style units in schema.
|
LoadIndexedReferenceObjectsTask WARN: run `meas_algorithms/bin/convert_refcat_to_nJy.py` to convert fluxes to nJy.
|
LoadIndexedReferenceObjectsTask WARN: See RFC-575 for more details.
|
Compare the first couple iterations
solveMosaic_CCD: Before fitting calcChi2: 1.123693e+05 1.229126e+05
|
solveMosaic_CCD: Before fitting matched: 2517.970 (arcsec) sources: 2674.897 (arcsec)
|
nstar: 4936
|
size : 12990
|
Allocated 1.3 GB memory
|
Number good: 229695, 18906
|
solveMatrix_Eigen: FullPivLU Relative error = 0.000829995
|
solveMosaic_CCD: 1th iteration calcChi2: 1.718002e+26 1.766372e+26
|
solveMosaic_CCD: 1th iteration matched: 98455173921704.266 (arcsec) sources: 57293993512636.641 (arcsec)
|
nreject = 1378
|
nreject = 187
|
nstar: 4912
|
size : 12942
|
Allocated 1.2 GB memory
|
Number good: 228317, 18695
|
solveMatrix_Eigen: FullPivLU Relative error = 6.03535e-05
|
solveMosaic_CCD: 2th iteration calcChi2: 3.968653e+24 4.154747e+24
|
solveMosaic_CCD: 2th iteration matched: 15009109434367.627 (arcsec) sources: 11293368742399.199 (arcsec)
|
nreject = 2329
|
nreject = 286
|
with Hsin-Fang Chiang's w_2019_10: /datasets/hsc/repo/rerun/RC/w_2019_10/DM-17940/logs/mosaic/mosaic-9615-HSC-I-150563.log:
solveMosaic_CCD: Before fitting calcChi2: 9.639419e-05 9.856314e-05
|
solveMosaic_CCD: Before fitting matched: 0.074 (arcsec) sources: 0.038 (arcsec)
|
nstar: 4936
|
size : 12990
|
Allocated 1.3 GB memory
|
Number good: 229474, 18906
|
solveMosaic_CCD: 1th iteration calcChi2: 8.147253e-05 8.165830e-05
|
solveMosaic_CCD: 1th iteration matched: 0.068 (arcsec) sources: 0.011 (arcsec)
|
nreject = 12
|
nreject = 184
|
nstar: 4915
|
size : 12948
|
Allocated 1.2 GB memory
|
Number good: 229462, 18788
|
solveMosaic_CCD: 2th iteration calcChi2: 8.135584e-05 8.144264e-05
|
solveMosaic_CCD: 2th iteration matched: 0.068 (arcsec) sources: 0.008 (arcsec)
|
nreject = 0
|
nreject = 172
|
nstar: 4895
|
size : 12908
|
Allocated 1.2 GB memory
|
Number good: 229462, 18633
|
Ideas?
You can reproduce with:
|
. /project/yusra/lsstsw/bin/setup.sh
|
setup lsst_distrib
|
|
mosaic.py /datasets/hsc/repo --calib /datasets/hsc/repo/CALIB --rerun private/<yourUsername>/DM-10156 --numCoresForReadSource=12 --id ccd=0..8^10..103 visit=1258^1262^1270^1274^1278^1280^1282^1286^1288^1290^1294^1300^1302^1306^1308^1310^1314^1316^1324^1326^1330^24494^24504^24522^24536^24538 tract=9615 --diagnostics --diagDir=/datasets/hsc/repo/rerun/private/yusra/RC2/DM-10156/mosaic_diag/HSC-I --no-versions
|
We're in the home stretch!
Jenkins run: https://ci.lsst.codes/blue/organizations/jenkins/stack-os-matrix/detail/stack-os-matrix/29541/pipeline