IXFrebunch x dataset 2d
Revision as of 09:08, 4 April 2008 by Dean Whittaker (talk | contribs)
This function will rebunch an IXTdataset_2d object along the x dimension to give an IXTdataset_2d object result. It will rebin the data by adding together nbins successive bins or point data elements (it is equivalent to the GENIE-2 command ALTER BINNING)
F90 syntax
use IXMdataset_2d type(IXTdataset_2d):: dataset_2d,result_d2d type(IXTstatus)::status integer(i4b)::nbins nbins=10 call IXFrebunch_x_dataset_2d(result_d2d,dataset_2d,nbins,status)