read_Field3d node

This node reads a Bifrost volume from a Field3D file.

Inputs

filename [in]

The file name. Use # to include the input frame number. The number of occurences of # determines the amount of padding. For example, file####.f3d resolves to file0001.f3d, file0002.f3d, and so on.

directory [in]

The directory.

frame [in]

The frame number. You can connect the frame output of a time node to a to_long node, and then connect the result here.

field_name [in]

A space-delimited list of Field3D fields to read. Use * (asterisk) to specify all fields.

properties [in]

A space-delimited list of properties to read. Use * (asterisk) to specify all properties.

volume_subdivision_structure [in]

The volume subdivision structure of the output Bifrost volume.

resample [in]

If true, resamples volume to remove residual translation.

Outputs

residual_translation [out]

The offset needed to align the volume world-space coordinates with the stored Field3D transformation.

volume [out]

The output Bifrost volume.