org.das2.qds.WritableJoinDataSet

Join of WritableDataSets where each dataset is writable. Note type checking is only done when the constructor that accepts a dataset, otherwise type checking is not done until the data is accessed. This was introduced to properly support Ops.copy.

WritableJoinDataSet( int rank )

WritableJoinDataSet( QDataSet ds )


copy

copy( QDataSet src ) → WritableDataSet

create a copy of the dataset src, which can be a join of qubes. Note this assumes that each slice is a qube, which was not asserted until now.

Parameters

src - a QDataSet

Returns:

an org.das2.qds.WritableDataSet

[search for examples] [view on GitHub] [view on old javadoc] [view source]


putValue

putValue( double d ) → void

Parameters

d - a double

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]

putValue( int i0, double d ) → void
putValue( int i0, int i1, double d ) → void
putValue( int i0, int i1, int i2, double d ) → void
putValue( int i0, int i1, int i2, int i3, double d ) → void