User Tools

Site Tools


jvs:fscan:manual:chapter2:subset

This is an old revision of the document!


fScan Reference Manual, Chapter 2 (CmdLineOptions): subset

Subset -- Select a subregion of a data set

usage:
-subset x0 y0 nx ny [name]
-subset x0 y0 z0 nx ny nz [name]
-subset x0 y0 z0 t0 nx ny nz nt [name]
-subset x0 y0 z0 t0 a0 nx ny nz nt na [name]
-subset x0 y0 z0 t0 a0 b0 nx ny nz nt na nb [name]
-subset
-subset name
-subset 0

The SUBSET command creates a new data set that is a subset of the input data set.

With paired numeric arguments (4, 6, 8, 10, or 12 numbers), the data set's subset parameters are set to the corresponding values. If any values are completely outside the actual data dimensions this command is ignored. If the specified region is partially outside the actual data dimensions, the subset region is clipped to fit. Missing ('-') origin (x0, y0, z0, t0, a0, b0) values are set to 0; missing or 0 size values (nx, ny, nz, nt, na, nb) are set to the maximum valid value for that dimension. If a name argument is specified, the subset name parameter is set to that value.

With a single name argument, the data set's subset name is set to the specified string.

With no argumants, the current active block ROI is used to set the data set's subset parameters. If there is no active block ROI, this command is ignored.

With a single argument of 0, the data's subset parameters are reset to the full data set.

jvs/fscan/manual/chapter2/subset.1301582953.txt.gz · Last modified: 2014/08/04 16:03 (external edit)