Open TomLav opened 1 year ago
UPDATE: I tried the above (reproducing the example from the google collab notebook) with a local checkout of obsarray.
I get the same results as above (pip installed version) with both the main/master branch of the obsarray repo, and with the repo at v0.2.3 tag.
Hi @TomLav - I've just done a big update to the docs (which should solve your issue!). Have a look there and let me know if you still have any trouble :)
Hello,
I am starting to use punpy and obsarray as part of an ESA project. I am now at the stage where I want to create my first digital effects table. I ran the example linked from the CoMet pages, on google collab:
https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/defining_digital_effects_table.ipynb
The notebook runs without errors, but I do not understand the resulting obsarray dataset. I do not see that it contains any obsarray-specific attributes to link uncertainty variables together and describe the uncertainty model contained in the effects table.
This is the
ncdump -ch
that I get when running (a local copy of) the notebook and save the effects table in the last cell (the "more realistic example").This is with obsarray v0.4.2 and xarray 2023.8.0:
shows:
Is this as expected? As you see there are no obsarray specific attributes such as
err_corr_1_form = "random"
, etc...