Skip to content

Commit

Permalink
fix 'mangetic' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Nov 21, 2023
1 parent 570b4ce commit 0c3f0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarmach/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def __init__(self, date, body_list, vsw_list=[], reference_long=None, reference_
if self.reference_long is not None:
self.coord_table['Longitudinal separation between body and reference_long'] = longsep_list
self.coord_table[
"Longitudinal separation between body's mangetic footpoint and reference_long"] = footp_longsep_list
"Longitudinal separation between body's magnetic footpoint and reference_long"] = footp_longsep_list
self.pfss_table.loc[len(self.pfss_table.index)] = ["Reference Point", self.reference_long, self.reference_lat, 1, np.NaN]
if self.reference_lat is not None:
self.coord_table['Latitudinal separation between body and reference_lat'] = latsep_list
Expand Down

0 comments on commit 0c3f0a6

Please sign in to comment.