### System-wide Installation Link Source: https://gitlab.com/sofia-admin/busyfit/-/blob/master/README.md Command to create a symbolic link for the busyfit executable to make it accessible system-wide. ```bash sudo ln -s [installation directory]/busyfit /usr/bin/busyfit ``` -------------------------------- ### BusyFit Output Parameters Source: https://gitlab.com/sofia-admin/busyfit/-/blob/master/README.md Example of the best-fit parameters and goodness-of-fit values expected from running the basic BusyFit example. ```text A = 0.7715 ± 0.02985 B1 = 0.7418 ± 0.1352 B2 = 1.408 ± 0.5764 C = 8.816e-06 ± 2.402e-05 XE0 = 56.91 ± 0.1146 XP0 = 58.28 ± 0.3433 W = 15.21 ± 0.1466 N = 4.347 ± 1.046 with a goodness-of-fit of χ² = 104.7 and χ²/dof = 1.017. ``` -------------------------------- ### Basic BusyFit Usage Source: https://gitlab.com/sofia-admin/busyfit/-/blob/master/README.md Illustrates the most basic form of using BusyFit with an example spectrum file and column specifications. ```bash busyfit -c 2 3 4 spectrum.dat ``` -------------------------------- ### Compile BusyFit Source: https://gitlab.com/sofia-admin/busyfit/-/blob/master/README.md Commands to compile the BusyFit software after unpacking the archive. ```bash chmod 764 compile.sh ./compile.sh ``` -------------------------------- ### Unpack Archive Source: https://gitlab.com/sofia-admin/busyfit/-/blob/master/README.md Commands to unpack the BusyFit archive using either unzip or tar. ```bash unzip BusyFit-[version].zip ``` ```bash tar -zxvf BusyFit-[version].tar.gz ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.