Skip to content

Commit

Permalink
Update LC_Set.py
Browse files Browse the repository at this point in the history
  • Loading branch information
swagner-astro authored Jun 21, 2023
1 parent e7bd3ac commit c54b712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LC_Set.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __init__(self, lcs, hop_method='flip', lc_edges='neglect', baseline='mean',
self.z = np.array([h.z for h in hopjects])[mask]

#self.exp_tr = np.array([h.exp_tr for h in hopjects if not h.exp_tr is None])[mask]
self.exp_td = np.array([h.exp_td for h in hopjects])[mask]
#self.exp_td = np.array([h.exp_td for h in hopjects])[mask]
self.exp_amp = np.array([h.exp_amp for h in hopjects])[mask]
self.exp_t0 = np.array([h.exp_t0 for h in hopjects])[mask]
self.exp_chisqr = np.array([h.exp_chisqr for h in hopjects])[mask]
Expand Down

0 comments on commit c54b712

Please sign in to comment.