Conversation
|
The calibration constant structure is now up to date. Additionally, a new config variable @friedajkb and @martin-rdz, please have a look at my changes to see if the core physical functionality is still intact. @ulysses78, the saving procedure for the Water Vapor retrievals is still missing. Would you be able to implement it on to this branch? |
|
I have tryed to run this branch on rsd2.... but got this error: |
|
@ulysses78 the issue is that the db-file it is trying to load from already has a table called Currently the structure of the
While the structure of the db-file on rsd2 and whats used in Picasso (the Matlab version) looks like this:
The crash could be fixed by checking if the column we are trying to access exists before accessing it. However, I believe we need to discuss which structure to use. Do we want to keep the current structure (which is basically just of copy of the Which structure would you prefer @friedajkb, @martin-rdz, and @HolgerPollyNet. |
|
@HavardStridBuholdt @ulysses78 I'd prefer to keep the current structure used in PicassoPy. Then it is more consistent throughout all calibrations done in PicassoPy. And we also use a slightly different approach than in the Matlab version, for which I think the current structure makes more sense. |
|
Totally agree with frieda. |
Adressing issue #79
Already implemented:
Missing features: