You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically for data from CDF files the time scale is often tt but most other format are utc when plotting need to make sure either use astropy time_support or convert to same scale before calling .datetime.
To Reproduce
import sunpy
sunpy.map.Map(...)
etc
Screenshots
No response
System Details
No response
Installation method
pip
The text was updated successfully, but these errors were encountered:
Describe the bug
Specifically for data from CDF files the time scale is often
tt
but most other format areutc
when plotting need to make sure either use astropytime_support
or convert to same scale before calling.datetime
.To Reproduce
import sunpy
sunpy.map.Map(...)
etc
Screenshots
No response
System Details
No response
Installation method
pip
The text was updated successfully, but these errors were encountered: