Skip to content
Commit 5bb1f426 authored by Ole Koenig's avatar Ole Koenig Committed by Christian Kirsch
Browse files

read_sixte_lc: Set time default from end to center of bin

* The time column was set to dt*[1:n], which represents the end of the
  time bin
* Change it to the center, i.e. (dt*[0:n-1]+dt*[1:n])/2=dt*[1:n]-dt/2
* Also provide a time_lo, time_hi in the return struct in case the
  lightcurve shall be plottet with ISIS' hplot routine
parent e5fc38bc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment