Jordi Figueras i Ventura

Results 8 comments of Jordi Figueras i Ventura

Be aware that in some cases the number of pulses used to compute the spectra may vary slighly from ray to ray (such as if you just collect all the...

diam_min = 0.1 diam_max = 7. step = 0.1 diam = np.arange(diam_min, diam_max+step, step) num_points = diam.size canting_angle = 10. geom_back = (90.0, 90.0, 0.0, 180.0, 0.0, 0.0) geom_forw =...

@jleinonen, radar.Ai(scatterer, h_pol=True) calls scatter.ext_xsect(scatterer, h_pol=h_pol) If the PSD integrator is not None ext_xsect returns: scatterer.psd_integrator.get_angular_integrated( scatterer.psd, scatterer.get_geometry(), "sca_xsect") but in this call the information of which polarization you want...

Hi @jleinonen , It works for me now. See the output: ![psd_rain_C_2000_ele00000_refl_h-A](https://github.com/jleinonen/pytmatrix/assets/20207535/ba287d31-222f-48d6-adcc-bafbe6168756) ![psd_rain_C_2000_ele00000_refl_h-Adp](https://github.com/jleinonen/pytmatrix/assets/20207535/f8a47009-48f6-4ded-b85e-b6ae647a4f9c) Could you make a new release soon? I work with the pypi package usually

I think if you create a new Pypi package you should get a new conda package at some point. At least this is how it works for us using conda-forge

Thanks for being so reactive. Let me know when the new release is ready

Great! Thanks a lot for being so reactive. For info I am using pytmatrix in a software package to compute the scattering properties of different hydrometeors. The code is now...