Dear Huang Yingzhu,

As your question is more of a qarts/qpack matter, I also send this to 
the qpack list.

The standard usage of qarts expectes that yCalc is used. That is why 
there is no Q.RTE_POS. But there is a solution here. You need to set 
rte_pos and rte_los in a more direct manner. For example

Q.WSMS_BEFORE_RTE{end+1} = 'VectorSet(rte_pos,[0]);
Q.WSMS_BEFORE_RTE{end+1} = 'VectorSet(rte_los,[30])

This is a very simple example. You can of course save rte_pos and 
rte_los to files, and replace the code above with reading of those files.

However, this is just a start. You can not use the arts_y function. You 
need to manually add code for saving the output from iyCalc, and create 
a cfile as done inside arts_y, and import the result files.

In fact, it is my ToDo list since long to make a arts_iy functon, doing 
all this automatically. I will try to fix now. But probably just in 
v2.3. Are you using 2.2 or 2.3?

Kind regards,

Patrick



On 2015-04-17 12:09, 黄莹珠 wrote:
> Hi,all
> I want to get the iy_aux information of Absorption,summed from
> the function art_y ,and I set the Q.YCALC_WSMS          = { 'iyCalc' };
>
> BUt the errors is alway happens and tell that the rte_pos is need to run
> the function
>
> and I check the qarts.m I can't find how to set the rte_pos value.
>
> what's the problem?
>
> Thanks for reply.
>
> Huang Yingzhu
>
>
>
>
>
>
>
> _______________________________________________
> arts-users mailing list
> [email protected]
> https://www.sat.ltu.se/mailman/listinfo/arts-users
>
_______________________________________________
qpack mailing list
[email protected]
https://www.sat.ltu.se/mailman/listinfo/qpack

Reply via email to