Skip to contents

Functions to extract commonly needed components from HATSA results in a user-friendly format.

Usage

get_aligned_data(x, subject = "all")

get_template(x)

get_rotations(x, subject = "all")

get_anchor_indices(x)

get_quality_metrics(x)

get_original_basis(x, subject = "all")

get_eigenvalues(x, subject = "all")

Arguments

x

A hatsa_projector or task_hatsa_projector object

subject

Optional subject index or "all"

...

Additional arguments

Functions

  • get_aligned_data(): Get aligned data for one or all subjects

  • get_template(): Get the group template (anchor alignment)

  • get_rotations(): Get rotation matrices

  • get_anchor_indices(): Get anchor indices used

  • get_quality_metrics(): Get alignment quality metrics

  • get_original_basis(): Get original (unaligned) basis functions

  • get_eigenvalues(): Get eigenvalues from spectral decomposition