Commit de0fd05ea1b745d86123935331c41dc81890b0af
1 parent
78130ee6
Exists in
master
30 margin at least : sun rotation!!!
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Bin.py/run.py
... | ... | @@ -386,7 +386,7 @@ def getMarginDays(tgtName): |
386 | 386 | else: |
387 | 387 | distAU = 9.0 |
388 | 388 | |
389 | - return np.ceil( (distAU*150000000)/(200*24*3600) ) | |
389 | + return np.ceil( (distAU*150000000)/(200*24*3600)) + 30 | |
390 | 390 | |
391 | 391 | def shiftedDate(myDate, days=0, hours=0, minutes=0, seconds=0): |
392 | 392 | fmt = "%Y-%m-%dT%H:%M:%S" | ... | ... |