How to start up observatory (no embedded images)


How to start up observatory (embedded images)


How to start up GOWI


How to start up GOWI using chimera

# fixes broken sbig library (required.. otherwise you will get camera not found or something like that!)
export LD_PRELOAD=/home/welterde/libwrap.so
# launch chimera (connects to camera and telescope mount)
chimera

# -T <target temp>   -w waits for it to complete
chimera-cam -T -25 -w

export RTD_CAMERA=0
skycat -rtd 1 &
# then click Real-Time -> Attach camera

# creates new database (use --append if you want to append instead of overwrite)
chimera-sched -f programfile.sched --new
# start scheduler
chimera-sched --start
# stopping scheduler (just doing control-c on the previous command will not stop scheduler!)
chimera-sched --stop

cogwiki: HowTo/Startup (last edited 2022-10-08 17:04:36 by VadimBurwitz)