IXFrebunch y dataset 2d

From LIBISIS
Jump to navigation Jump to search

This function will rebunch an IXTdataset_2d object along the y 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=5

call IXFrebunch_y_dataset_2d(result_d2d,dataset_2d,nbins,status)