Skip to content
Snippets Groups Projects
Commit db9b6bda authored by Hal Simpson's avatar Hal Simpson
Browse files

Added some debug checkprint I'm using in production. Changed the starttime to...

Added some debug checkprint I'm using in production.  Changed the starttime to subtract 2200 seconds, seems to work better
parent bf4f9fe9
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,10 @@ class GOESIMFV283Factory(IMFV283Factory):
self._post_process(timeseries)
if observatory is not None:
timeseries = timeseries.select(station=observatory)
#DEBUG
print timeseries
return timeseries
def _retrieve_goes_messages(self, starttime, endtime, observatory):
......@@ -154,7 +158,7 @@ class GOESIMFV283Factory(IMFV283Factory):
ASCENDING_TIME: Do Not sort messages into ascending time.
RT_SETTLE_DELAY: Do wait to prevent duplicate messages.
"""
start = starttime - 1800
start = starttime - 2200
end = endtime + 1800
criteria_file = self.directory + '/' + self.criteria_file_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment