vis.revcorr.rescale_p_image
RESCALE_P_IMAGE - rescale the P-value image so that only very significant points are plotted
RESCALE = vis.revcorr.rescale_p_image(CDF_IMAGE, ...)
Rescales an image of CDF values so that highly significant pixels are colorized.
This command takes names/value pairs that modify its behavior:
-----------------------------------------------------------------------|
| Parameter (default) | Description |
-----------------------------------------------------------------------|
| low_cut_off (log10(2*1e-3) | Cut off below which P values are shown |
| | or 1-P values are shown |
| high_cut_off (log10(2*1e-10)| P-value where maximum brightness is |
| | used. |
| colortableentries (256) | Number of color table entries |
| low_entries ([1 64]) | The low entries for low p_values |
| high_entries ([193 256]) | The high entries for low 1-p_values |
-----------------------------------------------------------------------|