From c54b712de4c6621be764bd1bcdcec037f95720d0 Mon Sep 17 00:00:00 2001 From: swagner-astro <80106004+swagner-astro@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:53:41 +0200 Subject: [PATCH] Update LC_Set.py --- LC_Set.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LC_Set.py b/LC_Set.py index 84d1acc..58705d9 100644 --- a/LC_Set.py +++ b/LC_Set.py @@ -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]