Skip to content

Commit

Permalink
Update pynrc_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Sep 24, 2019
1 parent f51dc47 commit 029fb62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynrc/pynrc_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,7 @@ def gen_exposures(self, sp=None, im_slope=None, file_out=None, return_results=No
# Create times indicating start of new ramp
t0 = datetime.datetime.now()
time_list = [t0] # First ramp time start
nint = self.multiaccum.nint
if nint>1: # Second ramp time start
dt = self.multiaccum_times['t_int_tot1'] if timeFileNames == True else 0
time_list.append(time_list[0] + datetime.timedelta(seconds=dt))
Expand Down

0 comments on commit 029fb62

Please sign in to comment.