From 20654310af23ff64101c45d6cdd96294f558ffdb 2016-02-01 22:55:08 From: Julio Valdez Date: 2016-02-01 22:55:08 Subject: [PATCH] SkyMap new feature: tmin and tmax selection --- diff --git a/schainpy/model/graphics/jroplot_parameters.py b/schainpy/model/graphics/jroplot_parameters.py index e34404e..fc7c08d 100644 --- a/schainpy/model/graphics/jroplot_parameters.py +++ b/schainpy/model/graphics/jroplot_parameters.py @@ -300,7 +300,8 @@ class SkyMapPlot(Figure): showprofile=showprofile, show=show) - self.xmin, self.xmax = self.getTimeLim(x1, tmin, tmax, timerange) + if self.xmin is None and self.xmax is None: + self.xmin, self.xmax = self.getTimeLim(x1, tmin, tmax, timerange) if timerange != None: self.timerange = timerange