rts-2-devel Mailing List for RTS2 - Remote Telescope System
Open source observatory control software
Brought to you by:
pkubanek
You can subscribe to this list here.
| 2010 |
Jan
(29) |
Feb
(42) |
Mar
(29) |
Apr
(16) |
May
(11) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
(1) |
May
(6) |
Jun
(20) |
Jul
(19) |
Aug
(1) |
Sep
(3) |
Oct
(21) |
Nov
|
Dec
(7) |
| 2012 |
Jan
(1) |
Feb
(1) |
Mar
(7) |
Apr
(13) |
May
(8) |
Jun
(10) |
Jul
(26) |
Aug
(3) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(5) |
Nov
(1) |
Dec
(1) |
| 2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
|
From: Gord T. <gor...@gm...> - 2018-11-06 17:28:35
|
Hi there - just discovered your software and it looks like what I need to create a robotic scope - tried to compile the code (after getting all the pre-requisites loaded) on Ubuntu 18.10 and there seems to be a missing file: dbfilters.cpp I cloned the git repository at: https://github.com/RTS2/rts2.git If you would like to update your install instructions I used the following apt command to install the required packages in 18.10: sudo apt install git postgresql python-psycpg2 libpq-dev python-dev libecpg-dev automake libtool libnova-dev libccfits-dev libecpg-dev gcc g++ libncurses5-dev libgraphicsmagick++-q16-12 libgraphicsmagick1-dev libx11-dev docbook-xsl xsltproc libxml2-dev libarchive-dev libjson-glib-dev libsoup2.4-dev pkg-config libwcstools-dev Also I had to run: sudo cp libwcs.a /usr/local/lib/libwcs.a That seems to be what the configure file is looking for. Regards, Gord -- Gord Tulloch, Winnipeg, MB Ph. 204-266-1845 -- |
|
From: NIcola M. <ome...@gm...> - 2017-03-03 16:17:17
|
Hello Everone, I've just subscribed to this mailing list. My name is Nicola and I own a private observatory. I currently run it by Windows but I'd like to move to Linux and rts2. I am a software programmer so I hope I can sort it out. I have seen from the web page that in theory there is a pdf of the documentation but when I try to download it it returns error. As using the online doxygen html version is sometimes not an option, would it be possible to have the current documentation in pdf for offline viewing? Best regards Nicola |
|
From: Petr K. <pe...@ku...> - 2014-12-28 20:05:53
|
Hi all, I come across SEP package, which might be interesting for you: https://github.com/kbarbary/sep it's one of the things I wanted to code for some time, and this looks great. Petr |
|
From: Markus W. <wil...@bl...> - 2014-11-21 14:58:51
|
Hello all after the RTS2 conference at Lijiang many things changed as it became clear that I'll overwinter at Dome-C (Antarctica). I'm still busy preparing my stay. Nevertheless I'm thinking about how to schedule rts2saf during the night. As it is today, every image is analyzed and if FWHM is above a threshold a focus run is scheduled if certain further conditions are met. This takes for a 60cm mirror about 90 secs to a few minutes depending on what one wants or is configured. I'm not particular happy with this scheme. If a focuser is in place, which can reproduce its absolute position within several 1/100 mm only the ambient temperature changes may affect the focus position (since it is robotic there is no one banging his/her head against the tube). These assumptions may be broken on B3 (NZ) for an unknown reason. I suggest something different: 0) I like to have a predictable amount of time spent on focusing per night. 1) define what a period is: e.g. 1 hour or 20 images or the last 20 images or ... there are more ideas 2) fetch the image filenames for a defined period from Postgres DB table images 3) and analyze them. 4) Schedule a focusing run if e.g. average FWHM is above threshold. This scheme provides a maximum duration per night on focusing (number of periods/night * duration of the run). I think this is a sensible compromise between "instant reaction" (as it is today) and maximizing scientific observing time. Please let me know your comments, suggestions or other ideas. Kind regards, bye, wildi |
|
From: Ferran C. <fer...@gm...> - 2014-10-15 10:21:54
|
Thanks Petr,
After installing libusb-dev (libcfitsio3-dev was already installed), a
plain vanilla install works ok.
My observatory is a 0.20 m telescope (with a lx200 compatible German mount,
FS2 system) a SBIG ST8 with filter wheel, robofocus focuser and maxdomeII
dome. My intended purpose make asteroid astrometry and exoplanets transits.
Best regards,
Ferran
2014-10-14 19:01 GMT+02:00 Petr Kubánek <pe...@ku...>:
>
> Hi,
>
> I looked on this. It seems you need path to fitsio.
>
> libcfitsio shall be installed on Ubuntu from package - apt-get install
> libcfitsio3-dev.
>
> libusb-dev is also needed, and shall be installed from package (apt-get
> install libusb-dev)
>
> With those two libraries installed the standart way, you don't need
> modification to configure.in
>
> cfitsio path shall be put with --with-cfitsio. I need to solve usb
> library problem, there is something already for Alta/Apogee, but that
> should be improved.
>
> Anyway, installing everything from packages, as described above, should
> solve your problems.
>
> For which telescope/instrument/purpose do you plan to use RTS2?
>
> Petr
>
> Ferran Casarramona píše v Po 13. 10. 2014 v 23:54 +0200:
> > Correction. configure.ac modification must be:
> > AC_ARG_WITH(sbig,
> > [ --with-sbig path to SBIG USB CCD driver, build SBIG USB
> > CCD driver],
> > SBIG="${withval}";
> > LIB_SBIG="-L${SBIG} -lsbigudrv $SBIG/csbigcam.o $SBIG/csbigimg.o
> > -L/usr/local/lib -L/data/fits/cfitsio/lib/";
> > INC_SBIG="-I${SBIG} -I.ls -I/usr/include/libusb-1.0/
> > -I/data/fits/cfitsio -D TARGET=7 -D ENV_LINUX=7",
> > [SBIG=no])
> >
> >
> > Kind regards,
> >
> > Ferran
> >
> > 2014-10-12 22:56 GMT+02:00 Ferran Casarramona
> > <fer...@gm...>:
> > Hi,
> >
> >
> > finally I could compile rts2-camd-sbigusb
> >
> >
> > I will reproduce all the step here for reference:
> > -Download SBIG SDK, install driver and compile test.app to get
> > csbigcam.o and csbigimg.o (needed later).
> >
> > -Modify ubuntu-rts2-install to call './configure' with
> > --with-sbig
> >
> > if [ $with_db == 1 ]; then
> > ./configure --without-wcs
> > --with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
> > else
> > ./configure --without-wcs --without-pgsql
> > --with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
> > fi
> >
> >
> > - Modify cofigure.ac file (in rts2 folder) this way (it would
> > be great if this change is include in future versions of rts2)
> >
> >
> > AC_ARG_WITH(sbig,
> > [ --with-sbig path to SBIG USB CCD driver, build
> > SBIG USB CCD driver],
> > SBIG="${withval}";
> > LIB_SBIG="-L${SBIG} -lsbigudrv $SBIG/csbigcam.o
> > $SBIG/csbigimg.o -L/usr/local/lib -L/data/fits/cfitsio/lib/";
> > INC_SBIG="-I${SBIG} -I.ls -I/usr/include/libusb-1.0/
> > -I/data/fits/cfitsio -D TARGET=ENV_LINUX",
> > [SBIG=no])
> >
> >
> >
> > Thanks,
> >
> > Ferran Casarramona
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Comprehensive Server Monitoring with Site24x7.
> > Monitor 10 servers for $9/Month.
> > Get alerted through email, SMS, voice calls or mobile push notifications.
> > Take corrective actions from your mobile device.
> > http://p.sf.net/sfu/Zoho
> > _______________________________________________
> > Rts-2-devel mailing list
> > Rts...@li...
> > https://lists.sourceforge.net/lists/listinfo/rts-2-devel
>
>
>
>
|
|
From: Petr K. <pe...@ku...> - 2014-10-14 17:01:38
|
Hi,
I looked on this. It seems you need path to fitsio.
libcfitsio shall be installed on Ubuntu from package - apt-get install
libcfitsio3-dev.
libusb-dev is also needed, and shall be installed from package (apt-get
install libusb-dev)
With those two libraries installed the standart way, you don't need
modification to configure.in
cfitsio path shall be put with --with-cfitsio. I need to solve usb
library problem, there is something already for Alta/Apogee, but that
should be improved.
Anyway, installing everything from packages, as described above, should
solve your problems.
For which telescope/instrument/purpose do you plan to use RTS2?
Petr
Ferran Casarramona píše v Po 13. 10. 2014 v 23:54 +0200:
> Correction. configure.ac modification must be:
> AC_ARG_WITH(sbig,
> [ --with-sbig path to SBIG USB CCD driver, build SBIG USB
> CCD driver],
> SBIG="${withval}";
> LIB_SBIG="-L${SBIG} -lsbigudrv $SBIG/csbigcam.o $SBIG/csbigimg.o
> -L/usr/local/lib -L/data/fits/cfitsio/lib/";
> INC_SBIG="-I${SBIG} -I.ls -I/usr/include/libusb-1.0/
> -I/data/fits/cfitsio -D TARGET=7 -D ENV_LINUX=7",
> [SBIG=no])
>
>
> Kind regards,
>
> Ferran
>
> 2014-10-12 22:56 GMT+02:00 Ferran Casarramona
> <fer...@gm...>:
> Hi,
>
>
> finally I could compile rts2-camd-sbigusb
>
>
> I will reproduce all the step here for reference:
> -Download SBIG SDK, install driver and compile test.app to get
> csbigcam.o and csbigimg.o (needed later).
>
> -Modify ubuntu-rts2-install to call './configure' with
> --with-sbig
>
> if [ $with_db == 1 ]; then
> ./configure --without-wcs
> --with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
> else
> ./configure --without-wcs --without-pgsql
> --with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
> fi
>
>
> - Modify cofigure.ac file (in rts2 folder) this way (it would
> be great if this change is include in future versions of rts2)
>
>
> AC_ARG_WITH(sbig,
> [ --with-sbig path to SBIG USB CCD driver, build
> SBIG USB CCD driver],
> SBIG="${withval}";
> LIB_SBIG="-L${SBIG} -lsbigudrv $SBIG/csbigcam.o
> $SBIG/csbigimg.o -L/usr/local/lib -L/data/fits/cfitsio/lib/";
> INC_SBIG="-I${SBIG} -I.ls -I/usr/include/libusb-1.0/
> -I/data/fits/cfitsio -D TARGET=ENV_LINUX",
> [SBIG=no])
>
>
>
> Thanks,
>
> Ferran Casarramona
>
>
>
>
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> Rts-2-devel mailing list
> Rts...@li...
> https://lists.sourceforge.net/lists/listinfo/rts-2-devel
|
|
From: Ferran C. <fer...@gm...> - 2014-10-13 21:54:21
|
Correction. configure.ac modification must be:
AC_ARG_WITH(sbig,
[ --with-sbig path to SBIG USB CCD driver, build SBIG USB CCD
driver],
SBIG="${withval}";
LIB_SBIG="-L${SBIG} -lsbigudrv $SBIG/csbigcam.o $SBIG/csbigimg.o
-L/usr/local/lib -L/data/fits/cfitsio/lib/";
INC_SBIG="-I${SBIG} -I.ls -I/usr/include/libusb-1.0/ -I/data/fits/cfitsio
-D TARGET=7 -D ENV_LINUX=7",
[SBIG=no])
Kind regards,
Ferran
2014-10-12 22:56 GMT+02:00 Ferran Casarramona <fer...@gm...>
:
> Hi,
>
> finally I could compile rts2-camd-sbigusb
>
> I will reproduce all the step here for reference:
> -Download SBIG SDK, install driver and compile test.app to get csbigcam.o
> and csbigimg.o (needed later).
> -Modify ubuntu-rts2-install to call './configure' with --with-sbig
>
> if [ $with_db == 1 ]; then
> ./configure --without-wcs
> --with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
> else
> ./configure --without-wcs --without-pgsql
> --with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
> fi
>
> - Modify cofigure.ac file (in rts2 folder) this way (it would be great
> if this change is include in future versions of rts2)
>
> AC_ARG_WITH(sbig,
> [ --with-sbig path to SBIG USB CCD driver, build SBIG USB CCD
> driver],
> SBIG="${withval}";
> LIB_SBIG="-L${SBIG} -lsbigudrv $SBIG/csbigcam.o $SBIG/csbigimg.o
> -L/usr/local/lib -L/data/fits/cfitsio/lib/";
> INC_SBIG="-I${SBIG} -I.ls -I/usr/include/libusb-1.0/ -I/data/fits/cfitsio
> -D TARGET=ENV_LINUX",
> [SBIG=no])
>
>
> Thanks,
> Ferran Casarramona
>
>
|
|
From: Ferran C. <fer...@gm...> - 2014-10-12 20:56:43
|
Hi,
finally I could compile rts2-camd-sbigusb
I will reproduce all the step here for reference:
-Download SBIG SDK, install driver and compile test.app to get csbigcam.o
and csbigimg.o (needed later).
-Modify ubuntu-rts2-install to call './configure' with --with-sbig
if [ $with_db == 1 ]; then
./configure --without-wcs
--with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
else
./configure --without-wcs --without-pgsql
--with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
fi
- Modify cofigure.ac file (in rts2 folder) this way (it would be great if
this change is include in future versions of rts2)
AC_ARG_WITH(sbig,
[ --with-sbig path to SBIG USB CCD driver, build SBIG USB CCD
driver],
SBIG="${withval}";
LIB_SBIG="-L${SBIG} -lsbigudrv $SBIG/csbigcam.o $SBIG/csbigimg.o
-L/usr/local/lib -L/data/fits/cfitsio/lib/";
INC_SBIG="-I${SBIG} -I.ls -I/usr/include/libusb-1.0/ -I/data/fits/cfitsio
-D TARGET=ENV_LINUX",
[SBIG=no])
Thanks,
Ferran Casarramona
2014-10-05 21:50 GMT+02:00 Ferran Casarramona <fer...@gm...>
:
> Thank you for the advice. However I was unable to install rts2-camd-sbigusb
>
> This are the steps I followed:
> -Download SBIG SDK, install driver and compile test.app to get csbigcam.o
> and csbigimg.o (needed later).
> -Modify ubuntu-rts2-install to call './configure' with --with-sbig
> if [ $with_db == 1 ]; then
> ./configure --without-wcs --with-sbig=../LinuxDevKit/x86/c/testapp
> else
> ./configure --without-wcs --without-pgsql
> --with-sbig=../LinuxDevKit/x86/c/testapp
> fi
> make
> sudo make install
>
> Then execute ubuntu-rts2-install
>
> rts2-camd-sbig-usb was not generated.
>
> The only reference to 'sbig' in the output during installation was:
>
> Making all in edtsao
> make[4]: se ingresa al directorio «/home/ferran/rts2/src/camd/edtsao»
> make[4]: No se hace nada para «all».
> make[4]: se sale del directorio «/home/ferran/rts2/src/camd/edtsao»
> make[4]: se ingresa al directorio «/home/ferran/rts2/src/camd»
> g++ -DHAVE_CONFIG_H -I. -I../.. -I../LinuxDevKit/x86/c/testapp
> -I../../include -Wall -Wshadow -g -MT rts2_camd_sbigusb-sbigusb.o -MD -MP
> -MF .deps/rts2_camd_sbigusb-sbigusb.Tpo -c -o rts2_camd_sbigusb-sbigusb.o
> `test -f 'sbigusb.cpp' || echo './'`sbigusb.cpp
> make[4]: se sale del directorio «/home/ferran/rts2/src/camd»
> make[3]: se sale del directorio «/home/ferran/rts2/src/camd»
> make[2]: se sale del directorio «/home/ferran/rts2/src»
> make[1]: se sale del directorio «/home/ferran/rts2»
>
> But I found no error.
> What I'm missing?
>
> Thanks
> Ferran
>
> 2014-09-28 9:09 GMT+02:00 Petr Kubánek <pe...@ku...>:
>
>> Hi,
>>
>> please read INSTALL.sbig. GIt version (http://github.com/RTS2/rts2)
>> contain correct URL for SIBG SDK.
>>
>> Petr Kubánek
>>
>> Ferran Casarramona píše v So 27. 09. 2014 v 12:57 +0200:
>> > Hi to all,
>> >
>> >
>> > After installing RTS2 on Ubuntu 14.04 with the standard procedure:
>> > wget http://rts2.org/ubuntu-rts2-install
>> > source ./ubuntu-rts2-install
>> >
>> > the binary rts2-camd-sbigusb is missing.
>> > It must be installed apart? Or maybe I need to install some library
>> before?
>> >
>> > any help will be appreciated.
>> >
>> > Regards,
>> > Ferran Casarramona
>> >
>> >
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
>> > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
>> > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
>> > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
>> >
>> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
>> > _______________________________________________
>> > Rts-2-devel mailing list
>> > Rts...@li...
>> > https://lists.sourceforge.net/lists/listinfo/rts-2-devel
>>
>>
>>
>
|
|
From: Ferran C. <fer...@gm...> - 2014-10-05 19:50:22
|
Thank you for the advice. However I was unable to install rts2-camd-sbigusb
This are the steps I followed:
-Download SBIG SDK, install driver and compile test.app to get csbigcam.o
and csbigimg.o (needed later).
-Modify ubuntu-rts2-install to call './configure' with --with-sbig
if [ $with_db == 1 ]; then
./configure --without-wcs --with-sbig=../LinuxDevKit/x86/c/testapp
else
./configure --without-wcs --without-pgsql
--with-sbig=../LinuxDevKit/x86/c/testapp
fi
make
sudo make install
Then execute ubuntu-rts2-install
rts2-camd-sbig-usb was not generated.
The only reference to 'sbig' in the output during installation was:
Making all in edtsao
make[4]: se ingresa al directorio «/home/ferran/rts2/src/camd/edtsao»
make[4]: No se hace nada para «all».
make[4]: se sale del directorio «/home/ferran/rts2/src/camd/edtsao»
make[4]: se ingresa al directorio «/home/ferran/rts2/src/camd»
g++ -DHAVE_CONFIG_H -I. -I../.. -I../LinuxDevKit/x86/c/testapp
-I../../include -Wall -Wshadow -g -MT rts2_camd_sbigusb-sbigusb.o -MD -MP
-MF .deps/rts2_camd_sbigusb-sbigusb.Tpo -c -o rts2_camd_sbigusb-sbigusb.o
`test -f 'sbigusb.cpp' || echo './'`sbigusb.cpp
make[4]: se sale del directorio «/home/ferran/rts2/src/camd»
make[3]: se sale del directorio «/home/ferran/rts2/src/camd»
make[2]: se sale del directorio «/home/ferran/rts2/src»
make[1]: se sale del directorio «/home/ferran/rts2»
But I found no error.
What I'm missing?
Thanks
Ferran
2014-09-28 9:09 GMT+02:00 Petr Kubánek <pe...@ku...>:
> Hi,
>
> please read INSTALL.sbig. GIt version (http://github.com/RTS2/rts2)
> contain correct URL for SIBG SDK.
>
> Petr Kubánek
>
> Ferran Casarramona píše v So 27. 09. 2014 v 12:57 +0200:
> > Hi to all,
> >
> >
> > After installing RTS2 on Ubuntu 14.04 with the standard procedure:
> > wget http://rts2.org/ubuntu-rts2-install
> > source ./ubuntu-rts2-install
> >
> > the binary rts2-camd-sbigusb is missing.
> > It must be installed apart? Or maybe I need to install some library
> before?
> >
> > any help will be appreciated.
> >
> > Regards,
> > Ferran Casarramona
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Rts-2-devel mailing list
> > Rts...@li...
> > https://lists.sourceforge.net/lists/listinfo/rts-2-devel
>
>
>
|
|
From: Petr K. <pe...@ku...> - 2014-09-28 07:10:08
|
Hi, please read INSTALL.sbig. GIt version (http://github.com/RTS2/rts2) contain correct URL for SIBG SDK. Petr Kubánek Ferran Casarramona píše v So 27. 09. 2014 v 12:57 +0200: > Hi to all, > > > After installing RTS2 on Ubuntu 14.04 with the standard procedure: > wget http://rts2.org/ubuntu-rts2-install > source ./ubuntu-rts2-install > > the binary rts2-camd-sbigusb is missing. > It must be installed apart? Or maybe I need to install some library before? > > any help will be appreciated. > > Regards, > Ferran Casarramona > > > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > _______________________________________________ > Rts-2-devel mailing list > Rts...@li... > https://lists.sourceforge.net/lists/listinfo/rts-2-devel |
|
From: Ferran C. <fer...@gm...> - 2014-09-27 10:57:19
|
Hi to all, After installing RTS2 on Ubuntu 14.04 with the standard procedure: wget http://rts2.org/ubuntu-rts2-install source ./ubuntu-rts2-install the binary *rts2-camd-sbigusb* is missing. It must be installed apart? Or maybe I need to install some library before? any help will be appreciated. Regards, Ferran Casarramona |
|
From: Petr K. <pe...@ku...> - 2014-03-10 10:52:11
|
Hi all, I made a change to RTS2, to LX200 handling. I tested LX200, but haven't tested LX200gps, Gemini and AptGoto. This is a summary: - there are now --match-time, --match-timezone and --set-timezone options. Please be aware that --set-timezone needs offset from locatime to UTC, e.g. -1 for CET and +5 for EST - blame Meade for this. Those options are available for all LX200 based telescopes (there are defined in TelLX200 library class) - Gemini uses primary LX200 routines Please as usual, proceed with caution while updating. Thanks, and sorry for this change - it is part of architectural evolution, was planned for a long time, and now with the introduction of generic matchTime, it was a good time to do the change. Petr |
|
From: Petr K. <pe...@ku...> - 2013-09-07 20:50:37
|
Hi, why you need svnsync? Will that work: http://sourceforge.net/apps/trac/sourceforge/wiki/Subversion Backups SourceForge.net performs routine backups for all of our servers and will restore from these backups in the event of catastrophic server failure. We encourage projects to make their own backups of Subversion data as that data restore can be performed by the project in the event of accidental data destruction by a member of the project team. Backups of a Subversion repository may be made using rsync. Example (replace PROJECTNAME with the UNIX group name of your project): rsync -av PROJECTNAME.svn.sourceforge.net::svn/PROJECTNAME/* . Petr ah...@ma... píše v Út 20. 08. 2013 v 12:57 +0800: > Hello everyone: > > When I want to synchronize the RTS2 using the ‘svnsync’ command。 > > But I always get an error which is "svnsync:Error while replaying commit" after the version 789 was checked out. > > Does anybody konw how to fix the problem? > > My server OS is CentOS5.6 ,its svn version is 1.6.11(r934486). > > Thank you!!! > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > Rts-2-devel mailing list > Rts...@li... > https://lists.sourceforge.net/lists/listinfo/rts-2-devel |
|
From: Jan S. <jan...@nu...> - 2013-08-20 09:22:23
|
Hello, just an observation: svn log in currently used tree shows as first record the r791 | petr | 2004-03-06 15:50:36 +0000 (Sat, 06 Mar 2004) | 2 lines So either there is some svn problem before r791 (?), or maybe you are not syncing the currently used tree? Jan. On Tue, 20 Aug 2013, ah...@ma... wrote: > Hello everyone: > > When I want to synchronize the RTS2 using the ‘svnsync’ command。 > > But I always get an error which is "svnsync:Error while replaying commit" after the version 789 was checked out. > > Does anybody konw how to fix the problem? > > My server OS is CentOS5.6 ,its svn version is 1.6.11(r934486). > > Thank you!!! > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > Rts-2-devel mailing list > Rts...@li... > https://lists.sourceforge.net/lists/listinfo/rts-2-devel > |
|
From: <ah...@ma...> - 2013-08-20 04:57:34
|
Hello everyone: When I want to synchronize the RTS2 using the ‘svnsync’ command。 But I always get an error which is "svnsync:Error while replaying commit" after the version 789 was checked out. Does anybody konw how to fix the problem? My server OS is CentOS5.6 ,its svn version is 1.6.11(r934486). Thank you!!! |
|
From: Petr K. <pe...@ku...> - 2013-03-01 19:21:31
|
Hi, there were numerous changes to RTS2 HEAD in last week or so. The main are outlined below: - HARD OFF is state mask, meaning observatory can have HARD OFF night etc.. state. This cleaned code which deals with resetting various counters before night stars (dome opening allowed during a night,..) - messages can have arguments,.. messages are used to distribute information. Currently INFO_OBSERVATION_START,_SLEW,_END.. are allowed, with string having $x for arguments (e.g. "observation of target #$1 started" - various tables were changed to support distributed scheduling I am about to finish PhD. (last lines of distributed scheduling code was written today, and I am just testing and debugging) and I already started to look for a job. There are reasonable chances I will get one in Prague, but if you happen to know about something, I will be happy to learn about possibilities. As the majority of jobs I am considering are not RTS2 related, it is expected my involvement in RTS2 will drop significantly in next weeks. I will be happy to provide help and consultations if needed and I will get paid for them - but I expect the community will be able to help on most cases. Also my experiences show that I am no longer "the only one who knows RTS2" and others can install and understand it. Petr |
|
From: Petr K. <pe...@ku...> - 2013-02-11 14:15:22
|
Hi, RTS2 SVN location was changed by SourceForge. The new location is: svn://svn.code.sf.net/p/rts-2/code/trunk/rts-2 You will need either to svn relocated to the above, or to: svn+ssh://<user>@svn.code.sf.net/p/rts-2/code/trunk/rts-2 if you have write access (with username <user>). Sorry for this change, imposed by SourceForge. Petr |
|
From: Petr K. <pe...@ku...> - 2012-10-22 14:07:43
|
Hi, trunk is nowadays pretty much unstable and untested, as there is a lot of development in it. I plan to release 0.9.5 in next week(s). Changes are reported in Changelog, please read it. Petr |
|
From: Mr337 <mr...@mr...> - 2012-09-27 00:14:11
|
Hi All, When I looked at the lx200gps.cpp it looks like it is in shambles. We have been using the lx200.cpp driver because it worked well with the exception of a few bugs. So I have copied lx200.cpp -> lx200gps.cpp to get the lx200gps driver to a working state. The parking code has been updated to use home positions supported by the GPS version. I will be making small changes to improve the driver (with testing), like sleeping, and track down a few off by one serial bugs. If anybody else has a LX200GPS feel free to email me with bugs or problems. The lx200gps.cpp new version is committed to trunk. Thanks -- -Mr337 |
|
From: Mr337 <mr...@mr...> - 2012-09-19 17:04:00
|
svn up to the last revision, compiling happily :) Thanks -Lee On 09/19/12 03:21, Petr Kubánek wrote: > sudo apt-get install pkg-config > > I just added it to INSTALL file, sorry for omission. > > Petr > > Mr337 píše v Út 18. 09. 2012 v 19:02 -0500: >> Hi All, >> >> I have svn up to the latest revision and having problems compiling. >> >> I have installed libjson-glib-dev and libsoup2.4-dev and encounter this >> when running configure --without-wcs. >> >> ./configure: line 17697: syntax error near unexpected token `JSONGLIB,' >> ./configure: line 17697: `PKG_CHECK_MODULES(JSONGLIB, json-glib-1.0 >= >> 0.1 libsoup-2.4 >= 0.1)' >> >> I can confirm I have installed json-glib and libsoup2.4 >> >> mr337@borat:/usr/src/rts2$ sudo apt-get install libjson-glib-dev >> libsoup2.4-dev >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> libjson-glib-dev is already the newest version. >> libsoup2.4-dev is already the newest version. >> 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. >> >> Output of uname -a: >> Linux borat 3.2.0-29-generic-pae #46-Ubuntu SMP Fri Jul 27 17:25:43 UTC >> 2012 i686 athlon i386 GNU/Linux >> >> Figure someone would like to know. >> >> Thanks, >> -Lee -- -Mr337 |
|
From: Petr K. <pku...@gm...> - 2012-09-19 08:21:35
|
sudo apt-get install pkg-config I just added it to INSTALL file, sorry for omission. Petr Mr337 píše v Út 18. 09. 2012 v 19:02 -0500: > Hi All, > > I have svn up to the latest revision and having problems compiling. > > I have installed libjson-glib-dev and libsoup2.4-dev and encounter this > when running configure --without-wcs. > > ./configure: line 17697: syntax error near unexpected token `JSONGLIB,' > ./configure: line 17697: `PKG_CHECK_MODULES(JSONGLIB, json-glib-1.0 >= > 0.1 libsoup-2.4 >= 0.1)' > > I can confirm I have installed json-glib and libsoup2.4 > > mr337@borat:/usr/src/rts2$ sudo apt-get install libjson-glib-dev > libsoup2.4-dev > Reading package lists... Done > Building dependency tree > Reading state information... Done > libjson-glib-dev is already the newest version. > libsoup2.4-dev is already the newest version. > 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. > > Output of uname -a: > Linux borat 3.2.0-29-generic-pae #46-Ubuntu SMP Fri Jul 27 17:25:43 UTC > 2012 i686 athlon i386 GNU/Linux > > Figure someone would like to know. > > Thanks, > -Lee |
|
From: Mr337 <mr...@mr...> - 2012-09-19 00:02:07
|
Hi All, I have svn up to the latest revision and having problems compiling. I have installed libjson-glib-dev and libsoup2.4-dev and encounter this when running configure --without-wcs. ./configure: line 17697: syntax error near unexpected token `JSONGLIB,' ./configure: line 17697: `PKG_CHECK_MODULES(JSONGLIB, json-glib-1.0 >= 0.1 libsoup-2.4 >= 0.1)' I can confirm I have installed json-glib and libsoup2.4 mr337@borat:/usr/src/rts2$ sudo apt-get install libjson-glib-dev libsoup2.4-dev Reading package lists... Done Building dependency tree Reading state information... Done libjson-glib-dev is already the newest version. libsoup2.4-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Output of uname -a: Linux borat 3.2.0-29-generic-pae #46-Ubuntu SMP Fri Jul 27 17:25:43 UTC 2012 i686 athlon i386 GNU/Linux Figure someone would like to know. Thanks, -Lee |
|
From: Petr K. <pe...@ku...> - 2012-09-11 12:32:11
|
Hi, I just committed chunk which changed config.h to rts2-config.h, and uses RTS2_ prefix for autoconf variables. This means that the error messages one can see why building thinks linking to RTS2 should go away. Please do report any problems. It is expected I will release 0.9.5 soon - probably right after I release libnova-0.15.0. Petr |
|
From: Mr337 <mr...@mr...> - 2012-08-18 06:27:12
|
Hi All, I plan on doing major reworking of the LX200GPS teld driver. I currently have been using the LX200 driver and it seems to work quite well. I do want to add some extra features only specific to the LX200GPS. From the SVN Log it looks like it hasn't been touched in a while and got abandoned. Just sending a shout to see if anybody is using it, would like to coordinate with them to make sure I don't break they LX200GPS. -- -Mr337 |
|
From: Markus W. <wil...@bl...> - 2012-08-01 11:08:41
|
Hello I added in rts2/scripts directory rts2pa. rts2pa_mesurement.py measures polar alignment without user interaction (beside editing a configuration file). Currently the result is written to the log file but I think it should end up at runtime in RTS2's model(s) since polar alignment is usually the largest contribution to the difference between apparent minus mount coordinates. I wrote a README where installation, on- and offline testing is described as well as how to add the target to postgres DB. Outside RTS2 repo I provide two FITS images which I used for the quantitatively check of the result. In case you like to test rts2pa download and untar them. A decent man page will follow. I carried out the whole development with RTS2 dummy devices and so I'll test it soon under real sky. In case any questions or bugs appear please contact me. bye, wildi |