apogee:u2
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| apogee:u2 [2018/08/29 04:49] – [References] mcmaster | apogee:u2 [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | mcmaster notes | ||
| - | |||
| - | Apogee Alta U2 from eBay. MSRP is about $6k, was $800 which was the best I could find for a cooled CCD with USB | ||
| - | |||
| - | 2018-05-22 | ||
| - | * Ubuntu 16 on main laptop | ||
| - | * http:// | ||
| - | * What was the relationship between libapogee and indi? | ||
| - | * IIRC libapogee got discontinued | ||
| - | * However, they didn't move the examples over | ||
| - | * Should reach out to the devs | ||
| - | * Using indi | ||
| - | * https:// | ||
| - | * 58b26c584049e1b9ecd55aa5f4a225677a417898 | ||
| - | * Cooled CCD (Alta U2) frontside optical emissions imaging test: unable to see any activity despite 1 hour exposure + histogram equalization (raw image appears black) | ||
| - | * Used minipro | ||
| - | * https:// | ||
| - | * I think | ||
| - | |||
| - | Some commands I ran | ||
| - | < | ||
| - | mcmaster@phantom: | ||
| - | ./configure --enable-python-wrapper | ||
| - | |||
| - | |||
| - | # sudo apt-get install -y libcurl4-openssl-dev libboost-regex1.58.0 | ||
| - | # hmm conflicts | ||
| - | sudo apt-get install -y libboost-regex1.58.0 | ||
| - | sudo apt-get install -y libcurl4-openssl-dev | ||
| - | |||
| - | sudo apt-get install -y indi-apogee indi-sbig kstars kstars-data kstars-data-extra-tycho2 libapogee-dev libapogee2 | ||
| - | |||
| - | |||
| - | mcmaster@phantom: | ||
| - | Apogee Alta Simple Exposoure Sample | ||
| - | Connected to Alta camera | ||
| - | Cam Info: | ||
| - | model = AltaU-2 | ||
| - | max # imaging rows = 1024 max # imaging cols = 1536 | ||
| - | Starting a 0.03 sec light exposure | ||
| - | Retrieving image data from camera | ||
| - | Writing image to file | ||
| - | Closing connection to camera | ||
| - | mv simpleExposure.{bin, | ||
| - | </ | ||
| - | |||
| - | 2018-08-26 | ||
| - | * Did some tests a while back on main laptop | ||
| - | * Setting up to run on uvforge laptop | ||
| - | |||
| - | |||
| - | 2018-08-27 | ||
| - | |||
| - | < | ||
| - | sudo apt-get install -y libboost-regex1.58.0 | ||
| - | git clone https:// | ||
| - | pushd indi/ | ||
| - | mkdir build | ||
| - | cd build | ||
| - | cmake .. | ||
| - | make -j$(nproc) | ||
| - | popd | ||
| - | tar -xf libapogee-3.0.3234.tar | ||
| - | cd libapogee-3.0.3234/ | ||
| - | LD_LIBRARY_PATHA=/ | ||
| - | |||
| - | |||
| - | maybe just try using lindi directly | ||
| - | sudo apt-get install libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-dev build-essential cmake git libjpeg-dev libcurl4-gnutls-dev | ||
| - | sudo apt-get install libftdi-dev libgps-dev libraw-dev libgphoto2-dev libboost-dev libboost-regex-dev librtlsdr-dev libftdi1-dev libfftw3-dev | ||
| - | |||
| - | </ | ||
| - | |||
| - | ====== libapogee ====== | ||
| - | |||
| - | What I used to get my early results. Works, but not reliably (sometimes image shows large splotch bands, almost like integration didn't start/stop correctly) | ||
| - | |||
| - | < | ||
| - | wget http:// | ||
| - | tar -xf libapogee-3.0.3234.tgz | ||
| - | cd libapogee-3.0.3234 | ||
| - | sed -i s/ | ||
| - | ./configure | ||
| - | make -j$(nproc) | ||
| - | </ | ||
| - | |||
| - | ====== References ====== | ||
| - | |||
| - | https:// | ||
| - | * setupApogeeSoftware.exe | ||
| - | |||
| - | http:// | ||
apogee/u2.1535518172.txt.gz · Last modified: 2018/08/29 04:49 by mcmaster
