Skip to content

Commit

Permalink
Add interp_method to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Nov 4, 2017
1 parent 054f1e4 commit 6486fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spectrum_overload/spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def __init__(self, flux=None, xaxis=None, calibrated=True, header=None, interp_m
self.header = {}
else:
self.header = header # Access header with a dictionary call.
self.interp_method = interp_method

@property
def interp_method(self):
Expand Down

0 comments on commit 6486fce

Please sign in to comment.