Skip to content

Commit

Permalink
More test
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Aug 21, 2023
1 parent 311d4c6 commit 77ac42e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tests/test_trailedSourceFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ def setUp(self):
"dec": 0.04*idx + scatter*rng.uniform(-1, 1),
"diaSourceId": idx, "diaObjectId": 0, "trailLength": 5.5*idx}
for idx in range(self.nSources)])
exposureTime = 30.0
boresightRotAngle = 45.6 * lsst.geom.degrees
weather = Weather(1.1, 2.2, 0.3)
visitInfo = afwImage.VisitInfo(
exposureTime=exposureTime,
boresightRotAngle=boresightRotAngle,
weather=weather,
)
visitInfo = afwImage.VisitInfo(exposureTime=30.0,
weather=Weather(1.1, 2.2, 34.5),
)
exposureInfo = afwImage.ExposureInfo()
exposureInfo.setVisitInfo(visitInfo)
maskedImage = afwImage.MaskedImageF(lsst.geom.Extent2I(64, 64))
Expand Down

0 comments on commit 77ac42e

Please sign in to comment.