Skip to content

Commit

Permalink
Update lamostabs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1hm committed Mar 10, 2023
1 parent d197dfe commit 43fd94c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lamostabs/lamostabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def __init__(self, effec_wave, lam, RC):
RC : 3-D np.array
responding constant of filters
"""
self.effec_wave = self.effec_wave
self.lam = self.lam
self.RC = self.RC
self.effec_wave = effec_wave
self.lam = lam
self.RC = RC



Expand Down

0 comments on commit 43fd94c

Please sign in to comment.