Skip to content

Commit

Permalink
fill in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaWasserman committed Mar 13, 2024
1 parent 1eac524 commit aa9910b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resspect/fit_lightcurves.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ def _TOM_sample_fit(
light_curve_data.photometry = pd.DataFrame(dic[id]['photometry'])
light_curve_data.dataset_name = 'TOM'
light_curve_data.filters = ['u', 'g', 'r', 'i', 'z', 'Y']
light_curve_data.id = id
light_curve_data.redshift = -99
light_curve_data.sntype = 'unknown'
light_curve_data.sncode = -99
light_curve_data.sample = 'N/A'

light_curve_data.fit_all()

Expand Down

0 comments on commit aa9910b

Please sign in to comment.