IXFrebunch dataset 1d
Jump to navigation
Jump to search
This function will rebunch an IXTdataset_1d object to give an IXTdataset_1d 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_1d type(IXTdataset_1d):: dataset_1d,result_d1d type(IXTstatus)::status integer(i4b)::nbins call IXFrebunch_dataset_1d(result_d1d,dataset_1d,nbins,status)