# STADS **Repository Path**: liujin123time/STADS ## Basic Information - **Project Name**: STADS - **Description**: This repository contains codes for open- and closed- loops for STADS (Star Tracker based Attitude Determination System) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-15 - **Last Updated**: 2021-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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* 1. 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 2. 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.