Skip to content

Commit

Permalink
remove extraneous fits file
Browse files Browse the repository at this point in the history
  • Loading branch information
pgee committed Feb 20, 2015
1 parent 39f3d37 commit 459943f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dipole.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ def _makeModel(self, exposure, psf, fp, negCenter, posCenter):
def testPsfDipoleFit(self, scaling=100.):
psf, psfSum, exposure, s = createDipole(self.w, self.h, self.xc, self.yc, scaling=scaling)
source = self.measureDipole(s, exposure)
exposure.writeFits("test.fits")
# Recreate the simultaneous joint Psf fit in python
fp = source.getFootprint()
peaks = fp.getPeaks()
Expand Down

0 comments on commit 459943f

Please sign in to comment.