├── Config └── ISS.ini ├── DynamicsFunctionPassive.asv ├── DynamicsFunctionPassive.m ├── Euler_Inertia_to_Body.m ├── ExternalPerturbations.m ├── Field_Vector.m ├── GUI.fig ├── GUI.m ├── GUI_Override.m ├── Harrisons_Dynamics.asv ├── Harrisons_Dynamics.m ├── Hysteresis_Rods.m ├── IGRF Model ├── Archive │ ├── ECI2ECEF.m │ ├── Field_Vector.m │ ├── Magnetic Field with Earth2.jpg │ ├── Main.asv │ ├── Orbital ECEF 1000 orbits e=0.2.jpg │ ├── OrbitalTesting.m │ ├── OrbitalTesting_True_Anomaly.m │ ├── Orbital_Model.m │ ├── SchmidtCoefficients.m │ └── untitled.jpg ├── Attitude-Control-Model │ ├── Field_Vector.m │ ├── GUI.fig │ ├── GUI.m │ ├── GUI_Override.m │ ├── IGRF12coeffs.xls │ ├── IGRF2015.txt │ ├── IGRF_Model.m │ ├── Model_Executor.m │ ├── Orbital_Model_Function.m │ ├── igrfSg2015.txt │ └── igrfSh2015.txt ├── Orbital_Model.asv └── Orbital_Model.m ├── IGRF12coeffs.xls ├── IGRF2015.txt ├── IGRF_Model.asv ├── IGRF_Model.m ├── IniConfig.m ├── Model_Executor.m ├── Mu_body_rotate.m ├── Mu_rotate.m ├── Orbital_Model_Function.m ├── Passive_Magnetic_Dynamics_Simulation.m ├── Permanent_Magnet.m ├── README.md ├── Shadow_Detection.m ├── Suns_Orbit.m ├── igrfSg2015.txt └── igrfSh2015.txt /Config/ISS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Config/ISS.ini -------------------------------------------------------------------------------- /DynamicsFunctionPassive.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/DynamicsFunctionPassive.asv -------------------------------------------------------------------------------- /DynamicsFunctionPassive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/DynamicsFunctionPassive.m -------------------------------------------------------------------------------- /Euler_Inertia_to_Body.m: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ExternalPerturbations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/ExternalPerturbations.m -------------------------------------------------------------------------------- /Field_Vector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Field_Vector.m -------------------------------------------------------------------------------- /GUI.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/GUI.fig -------------------------------------------------------------------------------- /GUI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/GUI.m -------------------------------------------------------------------------------- /GUI_Override.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/GUI_Override.m -------------------------------------------------------------------------------- /Harrisons_Dynamics.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Harrisons_Dynamics.asv -------------------------------------------------------------------------------- /Harrisons_Dynamics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Harrisons_Dynamics.m -------------------------------------------------------------------------------- /Hysteresis_Rods.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Hysteresis_Rods.m -------------------------------------------------------------------------------- /IGRF Model/Archive/ECI2ECEF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/ECI2ECEF.m -------------------------------------------------------------------------------- /IGRF Model/Archive/Field_Vector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/Field_Vector.m -------------------------------------------------------------------------------- /IGRF Model/Archive/Magnetic Field with Earth2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/Magnetic Field with Earth2.jpg -------------------------------------------------------------------------------- /IGRF Model/Archive/Main.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/Main.asv -------------------------------------------------------------------------------- /IGRF Model/Archive/Orbital ECEF 1000 orbits e=0.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/Orbital ECEF 1000 orbits e=0.2.jpg -------------------------------------------------------------------------------- /IGRF Model/Archive/OrbitalTesting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/OrbitalTesting.m -------------------------------------------------------------------------------- /IGRF Model/Archive/OrbitalTesting_True_Anomaly.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/OrbitalTesting_True_Anomaly.m -------------------------------------------------------------------------------- /IGRF Model/Archive/Orbital_Model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/Orbital_Model.m -------------------------------------------------------------------------------- /IGRF Model/Archive/SchmidtCoefficients.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/SchmidtCoefficients.m -------------------------------------------------------------------------------- /IGRF Model/Archive/untitled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Archive/untitled.jpg -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/Field_Vector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/Field_Vector.m -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/GUI.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/GUI.fig -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/GUI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/GUI.m -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/GUI_Override.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/GUI_Override.m -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/IGRF12coeffs.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/IGRF12coeffs.xls -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/IGRF2015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/IGRF2015.txt -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/IGRF_Model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/IGRF_Model.m -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/Model_Executor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/Model_Executor.m -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/Orbital_Model_Function.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/Orbital_Model_Function.m -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/igrfSg2015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/igrfSg2015.txt -------------------------------------------------------------------------------- /IGRF Model/Attitude-Control-Model/igrfSh2015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Attitude-Control-Model/igrfSh2015.txt -------------------------------------------------------------------------------- /IGRF Model/Orbital_Model.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Orbital_Model.asv -------------------------------------------------------------------------------- /IGRF Model/Orbital_Model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF Model/Orbital_Model.m -------------------------------------------------------------------------------- /IGRF12coeffs.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF12coeffs.xls -------------------------------------------------------------------------------- /IGRF2015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF2015.txt -------------------------------------------------------------------------------- /IGRF_Model.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF_Model.asv -------------------------------------------------------------------------------- /IGRF_Model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IGRF_Model.m -------------------------------------------------------------------------------- /IniConfig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/IniConfig.m -------------------------------------------------------------------------------- /Model_Executor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Model_Executor.m -------------------------------------------------------------------------------- /Mu_body_rotate.m: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Mu_rotate.m: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Orbital_Model_Function.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Orbital_Model_Function.m -------------------------------------------------------------------------------- /Passive_Magnetic_Dynamics_Simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Passive_Magnetic_Dynamics_Simulation.m -------------------------------------------------------------------------------- /Permanent_Magnet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Permanent_Magnet.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/README.md -------------------------------------------------------------------------------- /Shadow_Detection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Shadow_Detection.m -------------------------------------------------------------------------------- /Suns_Orbit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/Suns_Orbit.m -------------------------------------------------------------------------------- /igrfSg2015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/igrfSg2015.txt -------------------------------------------------------------------------------- /igrfSh2015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SFUSatClub/Attitude-Control-Model/HEAD/igrfSh2015.txt --------------------------------------------------------------------------------