Skip to content

censor_thresh in plot_data_plane and grid_stat #2892

Closed Locked Answered by CPKalb
fearon10 asked this question in Configuration
Discussion options

You must be logged in to vote

Hi Matt:

I see two things in the second command above that may be causing the issue. The first is that although censor_thresh is added in the second command, censor_val is not part of that command. For censor_thresh to work, you need both the censor_thresh and censor_val set. The censor_thresh provides a threshold for data that you want to censor, while censor_val is the value that these values should be changed to. Since no censor_val was provided, the censor_thresh option should produce no change.

The second is that the censor_thresh and censor_val need to be inside the single quote with the name variable for the Plot-Data-Plane command.

If you want to set your missing data to 0, as is …

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@CPKalb
Comment options

CPKalb Feb 6, 2025
Collaborator

Answer selected by CPKalb
Comment options

You must be logged in to vote
1 reply
@CPKalb
Comment options

CPKalb Feb 6, 2025
Collaborator

Comment options

You must be logged in to vote
1 reply
@CPKalb
Comment options

CPKalb Feb 7, 2025
Collaborator

Comment options

You must be logged in to vote
1 reply
@CPKalb
Comment options

CPKalb Feb 10, 2025
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment