diff options
Diffstat (limited to 'pkg/images/imutil/imhistogram.par')
-rw-r--r-- | pkg/images/imutil/imhistogram.par | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/images/imutil/imhistogram.par b/pkg/images/imutil/imhistogram.par new file mode 100644 index 00000000..12911e63 --- /dev/null +++ b/pkg/images/imutil/imhistogram.par @@ -0,0 +1,13 @@ +image,s,a,,,,Image name +z1,r,h,INDEF,,,Minimum histogram intensity +z2,r,h,INDEF,,,Maximum histogram intensity +binwidth,r,h,INDEF,,,Resolution of histogram in intensity units +nbins,i,h,512,1,,Number of bins in histogram +autoscale,b,h,yes,,,Adjust nbins and z2 for integer data? +top_closed,b,h,no,,,Include z2 in the top bin? +hist_type,s,h,"normal","normal|cumulative|difference|second_difference",,"Type of histogram" +listout,b,h,no,,,List instead of plot histogram? +plot_type,s,h,"line","line|box",,Type of vectors to plot +logy,b,h,yes,,,Log scale y-axis? +device,s,h,"stdgraph",,,output graphics device +mode,s,h,ql,,, |