Skip to content

Commit

Permalink
- OSNMA: changes applied for Test v1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokawa committed Dec 16, 2024
1 parent 2c407ce commit 0f64956
Show file tree
Hide file tree
Showing 5 changed files with 814 additions and 738 deletions.
4 changes: 2 additions & 2 deletions src/cssrlib/ewss.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,8 +1276,8 @@ def decode(self, msg, i):
self.lat = -90.0+180.0/65535*lati
self.lon = -180.0+360.0/131071*loni

self.LM = self.r_t[smai]
self.Lm = self.r_t[smii]
self.LM = self.r_t[smai] # semi-major axis [km]
self.Lm = self.r_t[smii] # semi-minor axis [km]
self.az = -90.0+180.0/64*azi

# 3.7 Main Subject for Specific Settings
Expand Down
Loading

0 comments on commit 0f64956

Please sign in to comment.