From 804223271862fe393aaed43e8d7dd1189f578530 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Mon, 28 Oct 2019 14:51:58 -0800 Subject: [PATCH] Property is not callable --- components/isceobj/Orbit/Orbit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/isceobj/Orbit/Orbit.py b/components/isceobj/Orbit/Orbit.py index 548ade6..e3cdc1f 100644 --- a/components/isceobj/Orbit/Orbit.py +++ b/components/isceobj/Orbit/Orbit.py @@ -1061,7 +1061,7 @@ class Orbit(Component): ###This wont break the old interface but could cause ###issues at midnight crossing if reference is None: - reference = self.minTime() + reference = self.minTime refEpoch = reference.replace(hour=0, minute=0, second=0, microsecond=0)