-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'aronnem-oco3_L1L2_experiments'
Information from Aronne: * I did want the ability to retain that long plot title with filename and time offset info; so the behavior in the current branch, is the following: if the plot title is “auto”, then you get the long plot title as before (with filenames and time offsets in the GOES case). If the plot title is anything else, then just send that to the MPL set_title directly. So you can turn off the plot title by setting an empty string (the default). * I had to work through various things to get it to work with GOES16/17, and caught an important time bug. All SSEC linux servers have their time zones set to UTC, so I never realized the difference between datetime.utcfromtimestamp and datetime.fromtimestamp. * updated a regexp you had written in the original version, so it will deal with filenames for B10+ * updated the code to be able to plot directly from L2Std
- Loading branch information
Showing
3 changed files
with
164 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.