patch_denoise.simulation.activations.add_frames#

patch_denoise.simulation.activations.add_frames(volume, n_frames)[source]#

Add Activation to ground truth volume.

Parameters:
  • volume (numpy.ndarray) – The Static volume to augment

  • n_frames (int) – The number of temporal frames to create

Returns:

The temporal sequence of volume with activations.

Return type:

numpy.ndarray