orcestra-campaign / flight_segmentation

Machine readable flight segment descriptions for selected platforms participating in ORCESTRA
0 stars 6 forks source link

Add information on how to handle missing BAHAMAS data #9

Closed Lucalino closed 1 week ago

Lucalino commented 2 weeks ago

Some flights had issues with BAHAMAS and certain data (e.g. roll angle) is not available throughout the flight. It would be good to come up with a common guideline for how to handle such situations in the flight segmentation process and provide this information in the HALO segmentation notes.

d70-t commented 2 weeks ago

We plan to create a PositionAttitude product on IPFS, which for every flight should contain the best estimate for aircraft position and attitude so far in a common format. Likely that product will help to do the segmentation.

cc @lkluft

lkluft commented 1 week ago

There is now a "position and attitude" product available on IPFS. The idea is that it will always contain our "best estimate" of the aircraft position. This means that initially it includes the BAHAMAS quick look and will be updated to the 100 Hz data as soon as it becomes available.

In Python, you can use the dataset as follows:

xr.open_zarr("ipns://latest.orcestra-campaign.org/products/HALO/position_attitude/HALO-20240914a.zarr")