Nicolae Mihalache
Nicolae Mihalache
This functionality is not yet implemented. Can be done, when time allows...
The previous commit allows to read XTCE 1.2 files. The levels are still the old ones because modifying them requires modifications in Yamcs web and Yamcs Studio. In addition we...
Thanks for your pull request. I noticed that the CLA is not filled in, could you please do it? thx
It was indeed added but not signed as far as I can see. You could send it to SpaceApps directly because you don't necessarily want to make that public. On...
> I sended it to Space Application Services by email some days ago. Have you received it? No, to which address have you sent it? Please send it to yamcs...
> Do you mean yamcs@spaceapps email adress? yamcs at spaceapplications dot com ... we do not necessarily want to receive tons of spams there.
Correct, currently the solution would be to implement some external scripts using for example the python client: https://docs.yamcs.org/python-yamcs-client/ We have in development something called Yamcs Timeline which would allow scheduling...
> I think this line should call ParameterArchive.getIntervalEnd( > > https://github.com/yamcs/yamcs/blob/4082ce0c561bec126458b1121213d8194e7d9b35/yamcs-core/src/main/java/org/yamcs/parameterarchive/MultiSegmentIterator.java#L64 Sorry, I haven't noticed this issue until now when Leigh made a comment about it :( Your observation that...
In fact I think we need to put just req.stop (without getIntervalEnd()). Please have a look at the diagram below. The data is inserted in the archive with the segment...
But if we parse the string using double precision, then we get a number that cannot be represented on 32 bits which is the size of the argument. That doesn't...