NuSTAR / nustar_pysolar

Python scripts for NuSTAR Solar analysis
MIT License
7 stars 6 forks source link

Bug fix for map grid #40

Closed ianan closed 7 years ago

ianan commented 7 years ago

Fixed the bug in map.py that resulted in the lat-lon grid not plotting properly. Problem was with dsun_obs in map header. If no units specified, sunpy assumes in metres. We were giving number of AU, without specifing units. Fixed by giving dsun_obs AU units.