help for working with Febus files #40
-
|
Hello, I have a problem for reading Febus files, that I think is related to the question of @Linvill a few monthes ago:
So I ran when I look at So I have tried the fix you gave to @Linvill : However, as I am a beginner with python and conda environnement, I am not completely sure I am running the fixed version of xdas or not, or what I could do next to solve the problem. Thank you for any help or tips! PS:I can share one of my data files if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
|
Hi @SoumayaLatour, Thank's for your question. Before we continue this disscussion could you try installing the dev version like this:
The thing is that maybe I should increase the version number of the dev branch at each release because otherwise with a simple Let me know if this solves your issue ! BTW, are you sure about |
Beta Was this translation helpful? Give feedback.
-
|
General comment for all users:
There might be some intermediate version with weird behaviour be carefull 😄 . |
Beta Was this translation helpful? Give feedback.
-
|
I made a new release (0.2.3) including all the Febus fixes. The following should work now:
|
Beta Was this translation helpful? Give feedback.
Hi @SoumayaLatour,
Thank's for your question. Before we continue this disscussion could you try installing the dev version like this:
pip install "git+https://github.com/xdas-dev/xdas.git@dev" --force-reinstallThe thing is that maybe I should increase the version number of the dev branch at each release because otherwise with a simple
pip installpip consider that the dev version is the same than the actual one and does nothing.Let me know if this solves your issue !
BTW, are you sure about
offset=10? With the latest version of the Febus file format i think the timestamp is in the middle sooffset=210should be correct. This is the value automatically recovered by Xdas if no offset nor …