Skip to content

Commit

Permalink
Fix band name
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Mar 8, 2025
1 parent 92a5349 commit 877d4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light_curves/code_src/gaia_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def gaia_clean_dataframe(gaia_df):
# get time in mjd
gaia_df["time_mjd"] = gaia_df.g_transit_time + 55197.5

gaia_df["band"] = 'gaia_G'
gaia_df["band"] = 'G'

# need to rename some columns for the MultiIndexDFObject
colmap = dict(flux_mJy="flux", fluxerr_mJy="err", time_mjd="time",
Expand Down

0 comments on commit 877d4e3

Please sign in to comment.