Question on PacketArray expand behavior on a specific example #102
Replies: 5 comments 8 replies
-
A quick update, I tried to read the number of entries given by the expand option using the fixed length option, as follow: ccsdspy.PacketArray(
name="FGX_CHANNELS", data_type="uint", bit_length=8, array_shape=1474,
), And it generates an error related to the size of the packet not matching what is expected. |
Beta Was this translation helpful? Give feedback.
-
Hi @tloubrieu-jpl, |
Beta Was this translation helpful? Give feedback.
-
Thanks @ddasilva , I was able to make |
Beta Was this translation helpful? Give feedback.
-
Thanks Daniel, I can work from main. Do you plan to have a release soon ? I can tell you later when we would need a stable version. |
Beta Was this translation helpful? Give feedback.
-
Hi @ddasilva , we have a release next February, so we'll need a stable release working for us then. I am now integrating the code the Nischay wrote last summer into our official Science Data System. That should take me overall one of 2 more months. Let's say, that should be done by the end of the calendar year. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I wanted to start using the "expand" option on PacketArray instead of a fixed shape as I used to do for my dataset but I am getting a different behavior in both case where I am seeing 34 more bytes of data using the
expand
option and I don't understand where they are coming from.The following bits after the PacketArray are used the same way in both case (expand or fixed size).
I am wondering if I am doing something wrong or missing a behavior here or if there is actually something weird happening with the expand option.
I am attaching the test data file and the code.
The use test dataset is there:
ecm_test.bin.zip
Beta Was this translation helpful? Give feedback.
All reactions