I’m attempting to use LSST Science Pipeline configure for HSC data to create an image template. I have good success to the point of making the stacked image.
When using the assembleCoadd.py tasks I get a coadded image that clearly hasn’t clipped outliers.
Here is my command:
assembleCoadd.py basedir --rerun 03093_coadd:plantOutputs --selectId filter=HSC-R2 visit=220416^220414^220412^220410^220406^220392^220390^220388^220386^220384^220382^220380^220378^220376^220374^220364^220362^220360^220358^220356^220354^220352^220350^220348^220344^220342^220340^220334^220332^220330^220328^220326^220324^220322^220320^220318^220314^220302^220300^220298^220296^220294^220292^220290^220288^220286^220284^220282^220280^220278^220276^220274^220272^220270^220268^220266^220264^220262^220260 --id filter=HSC-R2 tract=0 patch=4,4
but the coadded image has satelite streaks which I expected the safeClipAssembleCoadd task would clip out.
Clearly I’m missing something about how this task works…
help,
JJ