From de0fd05ea1b745d86123935331c41dc81890b0af Mon Sep 17 00:00:00 2001 From: Elena.Budnik Date: Thu, 23 Feb 2017 18:02:11 +0100 Subject: [PATCH] 30 margin at least : sun rotation!!! --- Bin.py/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bin.py/run.py b/Bin.py/run.py index a83c602..1f7f248 100755 --- a/Bin.py/run.py +++ b/Bin.py/run.py @@ -386,7 +386,7 @@ def getMarginDays(tgtName): else: distAU = 9.0 - return np.ceil( (distAU*150000000)/(200*24*3600) ) + return np.ceil( (distAU*150000000)/(200*24*3600)) + 30 def shiftedDate(myDate, days=0, hours=0, minutes=0, seconds=0): fmt = "%Y-%m-%dT%H:%M:%S" -- libgit2 0.21.2