x.001 to x.np maximal pixel projections, @ 10 degree intervals x.(np+1) to x.(np+ns) speed data x.(np+ns+1) to x.(np+2ns) magnitude data x.(np+2ns+1) to x.(np+3ns) x velocity, scaled by magnitude x.(np+3ns+1) to x.(np+4ns) y velocity, scaled by magnitude x.(np+4ns+1) to x.(np+5ns) z velocity, scaled by magnitude
"np" is the number of maximal pixel projection slices. "ns" is the number of logical slices in the data set. The number of actual data slices is np + 5 * ns.
number_projections is the number of maximal pixel projection slices in th data set. The default is 20.
number_projections[=?] set or get the number of maximal pixel projections in the data set.
read! generates a data set from the files that hold the data. A visage_data_group object is generated, whose name is the last element of the prefix (i.e., "<dg>"). A visage_data_set is generated named "<dg>_set", a structured point set is generated named "<dg>_set_geometry" two visage_scalars are generated named "<dg>_set_speeds" and "<dg>_set_magnitudes", and a visage vector is generated named "<dg>_set_velocities".
mio_reader class is ignored. The angio_reader class always creates a mio_signa object to read the raw data.
As with the mio_reader superclass, data set names are converted to lowercase before being used to generate LYMB objects.
Executing the above LYMB statements generates the following output to the terminal:
Created visage_data_group: i Created visage_data_set: i_set Created structured_point_set: i_set_geometry Created visage_scalar: i_set_speeds Created visage_scalar: i_set_magnitudes Created visage_vector: i_set_velocities