Identifies and extracts coordinates where differences fall outside the simultaneous confidence corridors (SCCs),
indicating statistically significant regions. This function processes the results from
ImageSCC::scc.image() and returns the voxel locations that represent either hypo- or hyperactivity.
Interpretation depends on the order of inputs in the SCC computation.
If SCC was computed as scc.image(Ya = Y_AD, Yb = Y_CN, ...) (i.e., the Control group is the second argument).
positivePoints — Regions where Control minus Pathological is significantly above the SCC.
These correspond to areas where the Pathological group (AD) is hypoactive relative to Controls.
negativePoints — Regions where Control minus Pathological is significantly below the SCC.
These correspond to areas where the Pathological group is hyperactive relative to Controls.
Always confirm the order of Ya and Yb in the SCC computation
to interpret the directionality correctly.