OpenC3 / cosmos

OpenC3 COSMOS
https://openc3.com
Other
103 stars 30 forks source link

Data extractor time parameters can either be received time or packet time #1463

Open 321github123 opened 1 month ago

321github123 commented 1 month ago

First check out our main documentation site at https://openc3.com.

Is your feature request related to a problem? Please describe. We would like to data extraction either on received time or packet time.

Describe the solution you'd like User has a choice of received time or packet time when using data extractor. Perhaps a dropdown?

Additional context Add any other context or screenshots about the feature request here.

jmthomas commented 1 month ago

I'm not sure what you mean because Data Extractor simply extracts the fields requested. PACKET_TIMESECONDS and RECEIVED_TIMESECONDS are separate fields that can be requested in the Data Extractor output.

321github123 commented 1 month ago

Hi, data extractor contains fields that allows users to filter based on apparently PACKET_TIME

image

We would also like the ability to filter on RECEIVED_TIME

jmthomas commented 1 month ago

Got it: the time range selection.