Skip to content

Instantly share code, notes, and snippets.

@wadawson
Last active August 29, 2015 14:15
Show Gist options
  • Save wadawson/e1f6ebc1a690a4a3d5a4 to your computer and use it in GitHub Desktop.
Save wadawson/e1f6ebc1a690a4a3d5a4 to your computer and use it in GitHub Desktop.
pipe_tashs-10.0+1 build error
tests/testProcessCcd.py
Unable to find obs_sdss 9.0+11 although it is seen in the environment
Unable to find meas_extensions_multiShapelet 9.0+10 although it is seen in the environment
: Loading config overrride file '/Users/dawson/lsst/DarwinX86/obs_test/10.0+2/config/processCcd.py'
: Config override file does not exist: '/Users/dawson/lsst/DarwinX86/obs_test/10.0+2/config/test/processCcd.py'
: input=/Users/dawson/lsst/DarwinX86/obs_test/10.0+2/data/input
: calib=None
: output=/var/folders/fd/6jnv87p9199cz4n4hvfv_3fc000112/T/tmpBQmI2U
CameraMapper: Loading registry registry from /var/folders/fd/6jnv87p9199cz4n4hvfv_3fc000112/T/tmpBQmI2U/_parent/registry.sqlite3
processCcd: Processing {'filter': 'g', 'visit': 1}
processCcd.isr: Performing ISR on sensor {'filter': 'g', 'visit': 1}
processCcd.calibrate: installInitialPsf fwhm=5.00000203278 pixels; size=15 pixels
processCcd.calibrate.repair: Identified 2 cosmic rays.
processCcd.calibrate.detection: Detected 28 positive sources to 5 sigma.
processCcd.calibrate.detection: Resubtracting the background after object detection
processCcd.calibrate.initialMeasurement: Measuring 28 sources (28 parents, 0 children)
processCcd.calibrate.measurePsf: Measuring PSF
measurement: Measuring 1 sources (1 parents, 0 children)
processCcd.calibrate.measurePsf: PSF star selector found 20 candidates
meas.algorithms.psfDeterminer WARNING: You only have 1 eigen images (you asked for 4): reducing number of eigen components
meas.algorithms.psfDeterminer WARNING: You only have 1 eigen images (you asked for 3): reducing number of eigen components
meas.algorithms.psfDeterminer WARNING: You only have 1 eigen images (you asked for 2): reducing number of eigen components
processCcd.calibrate.measurePsf: PSF determination using 1/20 stars.
processCcd.calibrate.repair: Identified 3 cosmic rays.
processCcd.calibrate: Fit and subtracted background
processCcd.calibrate.measurement: Measuring 28 sources (28 parents, 0 children)
processCcd.detection: Detected 167 positive sources to 5 sigma.
processCcd.detection: Resubtracting the background after object detection
processCcd.measurement: Measuring 167 sources (167 parents, 0 children)
processCcd WARNING: Persisting background models
processCcd: Matching icSource and Source catalogs to propagate flags.
F.
======================================================================
FAIL: testProcessCcd (__main__.ProcessCcdTestCase)
test ProcessCcdTask
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/testProcessCcd.py", line 73, in testProcessCcd
self.assertAlmostEqual(bg0Arr.mean(), 325.4484, places=1)
AssertionError: 321.26694 != 325.4484 within 1 places
----------------------------------------------------------------------
Ran 2 tests in 5.142s
FAILED (failures=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment