Skip to content
Ralph Bloch edited this page Mar 17, 2023 · 11 revisions

Return

The package 'steps' (GS_LV/src/main/java/org/gsusers/gsmv/steps) contains the three major work horses of GS_L: 'AnaGroups.java', 'SynthGroups.java', and 'gSetup.java'.

'AnaGroups' and 'SynthGroups' share a similar overall structure. They are based on one big 'switch case: iStep' ladder (code). The first serves data analysis, the second generates synthetic data files. Both use the same graphical input strategy for collecting the design information.

On the other hand, 'gSetup' is a little runt, mainly used for the init setup.

Clone this wiki locally