Skip to content

This is the repository containing the code for the LSPE-SWIPE Telescope Control System.

Notifications You must be signed in to change notification settings

lspestrip/LSPE_STRIP_TCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

LSPE_STRIP_TCS

This is the repository containing the code for the LSPE-STRIP Telescope Control System.

The code is used to move the telescope of the STRIP instruent.

Installation

To install the code create a virtual envirnment running python>=3.8

then append at the end of the bin/activate script the following code:

MOTORS_PATH="/path/to/drivers/folder"
if ! [[ "$PYTHONPATH" =~ (^|:)$MOTORS_PATH(|/)(:|$) ]]; then
    export PYTHONPATH=$PYTHONPATH:$MOTORS_PATH
    echo drivers path added to PYTHONPATH
else
    echo drivers path already present in PYTHONPATH
fi

About

This is the repository containing the code for the LSPE-SWIPE Telescope Control System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published