Skip to content

Commit de6fcaf

Browse files
committed
Updated lightcurve notation for updated PyLIMA
1 parent c175fd5 commit de6fcaf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mop/toolbox/fittools.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ def pylima_telescopes_from_datasets(datasets, emag_limit=None):
254254

255255
# Treating all sites as ground-based without coordinates
256256
tel = telescopes.Telescope(name='Tel_'+str(idx), camera_filter=name,
257-
light_curve=photometry[mask],
258-
light_curve_names=['time', 'mag', 'err_mag'],
259-
light_curve_units=['JD', 'mag', 'err_mag'])
257+
lightcurve=photometry[mask],
258+
lightcurve_names=['time', 'mag', 'err_mag'],
259+
lightcurve_units=['JD', 'mag', 'err_mag'])
260260
tel_list.append(tel)
261261

262262
return tel_list

0 commit comments

Comments
 (0)