...
Then to use the procedure, we use the <apply>
element, with proper configuration. The procedure is used here inside a <rowmaker>
element. The <bind>
elements allow to link content (constant values or computed values) to input parameters.
Code Block | ||
---|---|---|
| ||
<apply procDef="miriadeEphemph">
<bind key="target_name">'p:jupiter'</bind>
<bind key="observer">'@568'</bind>
<bind key="obs_time">parseISODT('T'.join([@DATE_OBS,@TIME_OBS]))</bind>
</apply> |
...