Skip to content

Commit

Permalink
Remove unneeded spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Oct 20, 2022
1 parent 2c06d7b commit d615d1f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pygac/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
# rpy values from
# here:http://yyy.rsmas.miami.edu/groups/rrsl/pathfinder/Processing/proc_app_a.html
rpy_coeffs = {
'noaa7': {'roll': 0.000,
'pitch': 0.000,
'yaw': 0.000,
},
'noaa9': {'roll': 0.000,
'pitch': 0.0025,
'yaw': 0.000,
},
'noaa7': {'roll': 0.000,
'pitch': 0.000,
'yaw': 0.000,
},
'noaa9': {'roll': 0.000,
'pitch': 0.0025,
'yaw': 0.000,
},
'noaa10': {'roll': 0.000,
'pitch': 0.000,
'yaw': 0.000,
Expand Down

0 comments on commit d615d1f

Please sign in to comment.