-
|
@ZPYin : Hi Zhenping, It doesn't have to work perfectly, but i would like to run it a little to get an idea of the workflow, variable names and so on. Is it something like: But what is the variable "PollyType"? Or do i start with a shell-script? The problem is, that I cannot wait for the final release of v3.0, since I only have spare-time on this thing for the next two/three weeks, afterwards I wont have much time :-S Greetings R. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
@ZPYin , could you give fast advise? Shall we have a short vidcon about this? |
Beta Was this translation helpful? Give feedback.
-
|
@Ropzn Hi, So far, Picasso v3.0 should be ready for further development, at least well tested with previous polly data. You can run it with any polly data by the command below (let's take arielle for example): picassoProcV3('D:\Data\PollyXT\arielle\data_zip\201903\2019_03_22_Fri_ARI_12_00_01.nc', 'arielle', 'D:\Coding\Matlab\Pollynet_Processing_Chain\config\pollynet_processing_chain_config.json')Regarding to polly type, it's the short name for different polly systems. Below is the full list of polly type so far, built for PollyNET:
You can start your implementation with Picasso v3.0. But maybe it's good to create new branch from v3.0 for hosting your implementation, see the git command below: git fetch origin v3.0:v3.0 # pull Picasso v3.0
git checkout v3.0
git checkout -b [branch_name]
# start your implementation under your new branch. I will help to merge your implementation after you finish your work.If there is anything unclear for you (or bugs), just let me know. Best greetings! |
Beta Was this translation helpful? Give feedback.
@Ropzn Hi,
So far, Picasso v3.0 should be ready for further development, at least well tested with previous polly data.
But unfortunately, there are no full documentation yet. I'm still busy with resolving the github issues associated with Picasso v3.0. So you would need spend some time reading the main program. The main program as you mentioned, is
picassoProcV3.m.You can run it with any polly data by the command below (let's take arielle for example):
Regarding to polly type, it's the short name for…