Skip to content

Commit

Permalink
delete unnecessary initialisation of GlobalFittingData
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Jan 14, 2018
1 parent 8cecad7 commit b8241e9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions AegeanTools/source_finder.py
Expand Up @@ -61,18 +61,6 @@ class SourceFinder(object):

def __init__(self, **kwargs):
self.global_data = GlobalFittingData()
self.global_data.img = None
self.global_data.dcurve = None
self.global_data.rmsimg = None
self.global_data.bkgimg = None
self.global_data.hdu_header = None
self.global_data.beam = None
self.global_data.data_pix = None
self.global_data.dtype = None
self.global_data.region = None
self.global_data.wcshelper = None
self.global_data.psfhelper = None

self.sources = []
self.log = None

Expand Down

0 comments on commit b8241e9

Please sign in to comment.