Skip to content

Commit

Permalink
Updating the TOM query to include data for laiss classifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Dec 5, 2024
1 parent f33b8ed commit f9fff86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resspect/fit_lightcurves.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def request_TOM_data(url: str = "https://desc-tom-2.lbl.gov", username: str = No
dic['mjd_now'] = mjdnow
if cheat_gentypes is not None:
dic['cheat_gentypes'] = cheat_gentypes
dic['include_hostinfo'] = True
res = tom.post('elasticc2/gethottransients', json = dic)
data_dic = res.json()
return data_dic
Expand Down

0 comments on commit f9fff86

Please sign in to comment.