-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merged r5344 through r5558 from trunk
git-svn-id: http://svn.code.sf.net/p/rts-2/code/branches/rts-2/REL_0_8_0@5559 65ab8f4e-f147-0410-b3a9-f14133ecfe55
- Loading branch information
Showing
149 changed files
with
6,841 additions
and
2,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
2008-01-06 | ||
0.7.5 | ||
===== | ||
|
||
2009-01-06 | ||
* [2452561] added airmass,.. | ||
|
||
2008-12-28 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Instructions to install Alta Apogee devices | ||
=========================================== | ||
|
||
For Andor CCDs, you will need to install Andor SDK. You can get one from Andor | ||
(http://www.andor.com) if you ever ordered CCD from them. Andor works in 32bit | ||
as well as 64bit modes. | ||
|
||
After installing Andor SDK (please refer to attached manual) and its kernel | ||
driver, verifying that kernel driver is running (lsmod | grep andord). If you | ||
are using xIon, please make sure that you properly set mem=xxxxM to command | ||
line. Also bear in mind that if your system has more then 3 GB of RAM, you need | ||
to set mem=3000M. | ||
|
||
Sometimes install script in Andor install 32 bit libraries on 64 bit machine. Either help yourself by overwriting libandor-xx with correct _x86 variant, or ask Petr (<petr@kubanek.net>) for details. | ||
|
||
Then you will need to run ./configure from rts2 with --with-andor option: | ||
|
||
user@host:~/fliusb/libfli$ cd ~/rts2 | ||
user@host:~/rts2$ ./configure --with-andor=$HOME/andor | ||
|
||
if Andor SDK unpacks to ~/andor. Please change directory in --with-andor to actual location of Andor SDK directory). | ||
|
||
Then run make and (as root) make install. After installing, start rts2-camd-andor. Please see RUN file for details on | ||
that. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Instructions for Comedi devices | ||
=============================== | ||
|
||
|
||
Comedi is a project to provide drivers for various measurement cards. It can be | ||
downloaded from http://www.comedi.org, but easier is to apt-get install | ||
comedi-sources libcomedi-dev. | ||
|
||
To compile modules: | ||
|
||
cd /usr/src/ | ||
tar xjf comedi.tar.bz2 | ||
cd modules/comedi | ||
./configure | ||
make | ||
|
||
If you hit any problems, let me know (petr [at] kubanek [dot] net). There is a | ||
know issue with kernels above 2.6.26, I have patch for those. | ||
|
||
Once you will have comedi installed, just rerun ./configure, it will detect | ||
that libcomedi is installed and will build all devices which depends on it. | ||
After ./configure reports yes for Comedi driver, just rerun make to build all | ||
comedi dependend devices. | ||
|
||
Currently only weather sensor for Bootes 2 dome depends on Comedi library - its | ||
source is located in src/sensord/bootes2.cpp. You can check this for example how | ||
to use Comedi device in your application. | ||
|
||
Then run make and (as root) make install. Please see RUN file for details on | ||
that. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.