[AstroPy] Obser_time

Dean Sayre b_eebs at hotmail.com
Sun Feb 11 18:39:15 EST 2018


Hello,


I was wondering if it's possible to print only the time, excluding the date, using observe_time.


My set up looks something like this:

I'm beginning my  observation at say,

observe_time = Time('2018-02-01 12:00:00')

and would like to make an observation approximately every minute per hour, for a whole day, i.e.

observe_time = observe_time + np.linspace(0, 24, 1400)*u.hour.


>From this, my current list shows 1400 pairs of times and dates, and I'd simply like just the times.


My underlying goal is to find a few mean anomalies of interest, so if instead there is a shortcut to that calculation, that would be preferred.


Thanks in advance,

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/astropy/attachments/20180211/b0ae2543/attachment-0001.html>


More information about the AstroPy mailing list