Skip to content

This repository contains codes for open- and closed- loops for STADS (Star Tracker based Attitude Determination System)

Notifications You must be signed in to change notification settings

TheWeepingSage/STADS

 
 

Repository files navigation

STADS

This repository contains codes for open- and closed- loops for STADS (Star Tracker based Attitude Determination System)

Note

  1. Always run from the root folder - .\

    • You can verify this by typing pwd in the command window of MATLAB.
    • The ans should read - .....\STADS
  2. Run the command: addpath(genpath(' .\ '));

    • This will add directories and sub-directories to MATLAB's search path - This is a one-time command, to be performed before you run any code!
    • Any function/script can now be called easily across the whole repository

OR

  1. Load the Project file: STADSMatlab.prj
    • This will load all the directories added to the project path previously into the path.
    • In case a directory is not added to path, go to the Projects tab and add the folders to path.

About

This repository contains codes for open- and closed- loops for STADS (Star Tracker based Attitude Determination System)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 94.6%
  • TeX 5.3%
  • Other 0.1%