ID I 'id:' CHTITL C 'title:' NX I 'number of x-bins:' XMI R 'x lower edge of first bin:' XMA R 'x upper edge of last bin:' NY I 'number of y-bins:' YMI R 'y lower edge of first bin:' YMA R 'y upper edge of last bin:' VMX R 'vmx:' DIR C 'Hist Dir:' D=' '
Book histogram using HBOOK2.
This can be used to rebin a histogram after HIST/DELETE. See HBOOK2 in
the HBOOK manual for more detail. Optional DIR will book the histogram in
the specified directory.
Example: rebin a histogram without recompiling and relinking
DASH> book myana * DASH> h/delete 2010 MYANA DASH> h/book2 2010 "delta x vs delta y" 100 -5. 5. 100 -5. 5. 0. MYANA