Giter Club home page Giter Club logo

Comments (7)

josephhardinee avatar josephhardinee commented on June 15, 2024

Can you add a plot of Phi_dp and K_dp?

from pyart.

kirknorth avatar kirknorth commented on June 15, 2024

@josephhardinee please see updated image.

from pyart.

scollis avatar scollis commented on June 15, 2024

Hmm.. might be that thin slice of 2nd trip right at the receiver.. Did you hardset the system phase? Or did you let the algorithm try to find it?

BTW this is one of the issues we hope to address with CMAC2.0

from pyart.

josephhardinee avatar josephhardinee commented on June 15, 2024

Does Kdp go negative in that ray?

from pyart.

kirknorth avatar kirknorth commented on June 15, 2024

@scollis, here's the phase processing code snippet:

pdp_corr, kdp_corr = pyart.correct.phase_proc_lp(
                       radar, -2.0, self_const=60000.0, low_z=0.0,
                       high_z=55.0, min_phidp=0.01, min_ncp=0.3, min_rhv=0.7, 
                       fzl=3900.0, overide_sys_phase=False, sys_phase=332.0,
                       nowrap=291, LP_solver='cylp_mp', window_len=35, proc=8,
                       debug=False, really_verbose=False)

@josephhardinee, no, please see the updated image for clarity. That being said, there certainly are negative pixels...

from pyart.

scollis avatar scollis commented on June 15, 2024

Hmm.. interesting..

One workaround to keep you going is to set the ray to _FillValue and
then it will not be used in the gridding.. Is it badvalue from first
gate? Could you add a rayplot?

On 6/30/14, 2:45 PM, Kirk North wrote:

@scollis https://github.com/scollis, here's the phase processing
code snippet:

pdp_corr, kdp_corr = pyart.correct.phase_proc_lp(
radar, -2.0, self_const=60000.0, low_z=0.0,
high_z=55.0, min_phidp=0.01, min_ncp=0.3, min_rhv=0.7,
fzl=3900.0, overide_sys_phase=False, sys_phase=332.0,
nowrap=291, LP_solver='cylp_mp', window_len=35, proc=8,
debug=False, really_verbose=False)

@josephhardinee https://github.com/josephhardinee, no, please see
the updated image for clarity.


Reply to this email directly or view it on GitHub
#176 (comment).

from pyart.

kirknorth avatar kirknorth commented on June 15, 2024

@scollis, yup it's _FillValue for the entire ray(s). The May 24th case suffered from second trip echoes much more than the other cases I've processed, so my first guess is these artifacts are linked to that. That being said, these artifacts decrease the more I lower ncp_min towards 0, i.e. the more I allow second trip pixels in. Furthermore, I see this artifact on several tilts at different azimuths.

test

from pyart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.