Extracts each site's .tar.gz archive, loads the static sufficient
statistics (.static.rds) and attaches the memory-mapped FBM objects
(\(X^\top Y\) and partial sums of \(Y\)), then transposes the resulting
list-of-sites into a list-of-components ready for the aggregation step.
Value
A named list with one element per payload component. Key elements:
n_obsNamed integer vector of per-site sample sizes.
termsCharacter vector of fixed-effect term names (shared).
fs_templateFreeSurfer template name (shared).
XtXList of \(K\) matrices \(X_k^\top X_k\) (\(p \times p\)).
X1List of \(K\) vectors \(X_k^\top \mathbf{1}_{n_k}\) (length \(p\)).
XtYList of \(K\) FBMs \(X_k^\top Y_k\) (\(p \times V\)).
psumsYList of \(K\) FBMs with row 1 = \(\mathbf{1}^\top Y_k\), row 2 = \(Y_k^\top Y_k\) (\(2 \times V\)).
