Skip to content

Commit

Permalink
M 0.6.1
Browse files Browse the repository at this point in the history
finally merged with 0.6.1 release


git-svn-id: http://svn.code.sf.net/p/rts-2/code/trunk/rts-2@2526 65ab8f4e-f147-0410-b3a9-f14133ecfe55
  • Loading branch information
pkubanek committed Apr 14, 2006
1 parent ce9c06e commit a22a3c1
Show file tree
Hide file tree
Showing 344 changed files with 57,088 additions and 5,826 deletions.
9 changes: 9 additions & 0 deletions .cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ stamp-h
autom4te*
rts2-*.tar.gz
rts2-*.tar.bz2
autogen.sh
compile
config.guess
config.sub
depcomp
ltmain.sh
macros
stamp-h2.in

34 changes: 34 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
0.6.1
===
* native Paramount driver (used first time on Watcher telescope, SA)

0.6.0
===
* Plan observation (plan table and tables depending on plan)

0.5.2
===
* guiding support
- guiding section in config, minchange and badchange parameters
* rts2-lastnightreport script changed to rts2-nightreport, and accept
some parameters (see rts2-nightreport --help to give you some idea;
and experince with them on production system)
* rts2-targetinfo accept some more parameters.
* it's now possible to send emails to interested users on those events:
- start of observation (start of imaginign, e.g. after telescope
slew)
- end of observation (after last image taken)
- first image with astrometry
- when all images from observation group are processed
- at the end of night observations
* Users can be assigned either to observations, or to group of
observations - e.g. you can get those emails for observation 1033 and
for all GRBs (even new one, which will be generated from GRB). It's
configurable on user level.
* FLI support

0.5.1
===
* small changes in DB
* focusing

0.5.0
===
* rts2block.cpp, rts2device.cpp - new communication library
Expand Down
Loading

0 comments on commit a22a3c1

Please sign in to comment.