Skip to content
forked from so-artn/ARTN

Arizona Robotic Telescope Network

License

Notifications You must be signed in to change notification settings

tepickering/ARTN

This branch is 13 commits behind so-artn/ARTN:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0cb934d · Jan 11, 2019
Jun 8, 2018
Jun 19, 2018
Mar 7, 2018
Jun 22, 2018
Aug 27, 2018
Mar 2, 2018
Jun 20, 2018
Jul 17, 2018
Jan 11, 2019
Jun 8, 2018
Apr 17, 2018
Jun 13, 2018
Mar 28, 2018
Mar 28, 2018
Oct 13, 2017
Dec 19, 2017
Dec 4, 2017

Repository files navigation

ARTN

Arizona Robotic Telescope Network

Documents, operating notes, requirements, observing scripts, etc for the Arizona Robotic Telescope Network - queue scheduling , remote observing, and automation of UAO telescopes.

Scott's RTS2 Forck

Helpfull Info

###Usefull links

Useful links:

RTS2 homepage

AZCam Documentation

Where does RTS2 put data

The path to the image data is defined in the rts2.ini file found in /etc/rts2/ directory. Currently you will see

Currently you will see these definitions in the file:

; %b expansion
base_path = "/home/rts2obs/rts2images"

; Images are stored on this path before they are processed.
que_path = "%b/queue/%N/%c/%t/%f"

; The following paths specify where to put images after processing. Every image is first placed
; in queue, and then renamed to target location based on image type, result of astrometry,..
;
; If the following paths are empty/not set, then the images will be not be renamed.
;
; Path for acqusition images
acq_path = "%b/%N/acq/%f"a
; Path for good images - images that were matched with the catalogue
archive_path = "%b/%N/archive/%t/%f"
; Path for bad images - images without match with catalogue.
trash_path = "%b/%N/trash/%t/%f"
; Path for raw skyflats.
flat_path = "%b/%N/skyflats/%f"
; Path for raw darks
dark_path = "%b/%N/darks/%f"

For the most part this means that objects in a queue will be stored in /home/rts2obs/rts2images/queue//C0/<object_id>/<unique_name>

About

Arizona Robotic Telescope Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.7%
  • TeX 41.2%
  • HTML 3.1%