Matteo Bachetti
Matteo Bachetti
Thanks @juliadeneva! I opened a sub-issue in the notebooks repository where the docs are hosted.
@gabrielb09 thanks for the issue. Does the event list have a `barytime` attribute?
@gabrielb09 I don't know what might be happening, here is a test I just ran: ```python In [5]: ev = EventList.read("file_bary.evt", fmt="ogip", additional_columns=["S_TIME"]) In [6]: ev.s_time Out[6]: array([70374954.140625, 70374950.84375 ,...
@Anithpavan If there was no change to the notebook, I will close this. Thank you for checking!
I converted to draft. There is some work to be done
I had a doubt that the QDP standard wanted at least two NOs to separate different groups, but the [QDP documentation](https://heasarc.gsfc.nasa.gov/ftools/others/qdp/qdp.pdf) seems to confirm that the important thing is the...
@lmytime thanks! The pre-commit tests complain that the code is not formatted correctly. I think this is because of the single new line before your test, and the missing newline...
@dhomeier the previous version worked perfectly for the use cases I was aware of (Xspec output, Swift light curves). @lmytime found a slightly different format, that can be easily accommodated....
No, that would be against the format specification! NO has to be the first datum in the line. I see what you mean though: if the separator is a space,...
Why don't we just, for now, prohibit starting spaces in lines starting with NO? Usually, qdp files spit out by our favorite programs do not write starting spaces, and we...