diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/imred/quadred/src/quad/qhistogram.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/imred/quadred/src/quad/qhistogram.par')
-rw-r--r-- | noao/imred/quadred/src/quad/qhistogram.par | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/noao/imred/quadred/src/quad/qhistogram.par b/noao/imred/quadred/src/quad/qhistogram.par new file mode 100644 index 00000000..1ba40ec1 --- /dev/null +++ b/noao/imred/quadred/src/quad/qhistogram.par @@ -0,0 +1,17 @@ +image,s,a,,,,Image name +window,s,h,"datasec","|datasec|trimsec|biassec|reflect|duplicate|",,Window to apply to image +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 +plotfile,s,h,"",,,"Output graphics file +" +fdtmp,*s,h,,,,Internal use only +mode,s,h,ql,,, |