Difference between revisions of "IXFrebunch x dataset 2d"

From LIBISIS
Jump to navigation Jump to search
m
 
(No difference)

Latest revision as of 09:08, 4 April 2008

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)