Difference between revisions of "Apogee"

From Microwiki
Jump to: navigation, search
Line 8: Line 8:
 
2018-05-22
 
2018-05-22
 
* Ubuntu 16 on main laptop
 
* Ubuntu 16 on main laptop
* http:''www.randomfactory.com/apogee-lfa.html
+
* [http://www.randomfactory.com/apogee-lfa.html]
 
* What was the relationship between libapogee and indi?
 
* What was the relationship between libapogee and indi?
''' IIRC libapogee got discontinued
+
** IIRC libapogee got discontinued
''' However, they didn't move the examples over
+
** However, they didn't move the examples over
''' Should reach out to the devs
+
** Should reach out to the devs
 
* Using indi
 
* Using indi
''' https:''github.com/indilib/indi.git
+
** [https://github.com/indilib/indi.git]
''' 58b26c584049e1b9ecd55aa5f4a225677a417898
+
** 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)
 
* 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
+
** Used minipro
''' https:''github.com/JohnDMcMaster/uvscada/blob/master/emmap/
+
** [https://github.com/JohnDMcMaster/uvscada/blob/master/emmap/]
'''* I think
+
** I think
  
 
Some commands I ran
 
Some commands I ran
 
<code>
 
<code>
mcmaster@phantom:~/doc/sw/libapogee/libapogee-3.0.3234$  
+
mcmaster@phantom:~/doc/sw/libapogee/libapogee-3.0.3234$
 
./configure --enable-python-wrapper
 
./configure --enable-python-wrapper
  
Line 35: Line 35:
  
  
mcmaster@phantom:~/doc/sw/libapogee/libapogee-3.0.3234/examples$ LD_LIBRARY_PATHA=/home/mcmaster/doc/ext/indi/3rdparty/libapogee ./SimpleExposure && python decode.py  
+
mcmaster@phantom:~/doc/sw/libapogee/libapogee-3.0.3234/examples$ LD_LIBRARY_PATHA=/home/mcmaster/doc/ext/indi/3rdparty/libapogee ./SimpleExposure && python decode.py
    Apogee Alta Simple Exposoure Sample
+
Apogee Alta Simple Exposoure Sample
    Connected to Alta camera  
+
Connected to Alta camera
    Cam Info:  
+
Cam Info:
    model = AltaU-2
+
model = AltaU-2
    max # imaging rows = 1024      max # imaging cols = 1536
+
max # imaging rows = 1024      max # imaging cols = 1536
    Starting a 0.03 sec light exposure
+
Starting a 0.03 sec light exposure
    Retrieving image data from camera
+
Retrieving image data from camera
    Writing image to file
+
Writing image to file
    Closing connection to camera  
+
Closing connection to camera
 
mv simpleExposure.{bin,png} ref
 
mv simpleExposure.{bin,png} ref
 
</code>
 
</code>
Line 57: Line 57:
 
<code>
 
<code>
 
sudo apt-get install -y libboost-regex1.58.0  libboost-regex-dev  libboost-regex1.58-dev python-dev swig cdbs libcfitsio-dev libnova-dev libusb-1.0-0-dev libjpeg-dev libusb-dev libtiff5-dev libftdi-dev fxload libkrb5-dev libraw-dev libgphoto2-dev libgsl0-dev dkms libboost-regex-dev libgps-dev libdc1394-22-dev libcurl4-openssl-dev cmake
 
sudo apt-get install -y libboost-regex1.58.0  libboost-regex-dev  libboost-regex1.58-dev python-dev swig cdbs libcfitsio-dev libnova-dev libusb-1.0-0-dev libjpeg-dev libusb-dev libtiff5-dev libftdi-dev fxload libkrb5-dev libraw-dev libgphoto2-dev libgsl0-dev dkms libboost-regex-dev libgps-dev libdc1394-22-dev libcurl4-openssl-dev cmake
git clone https:''github.com/indilib/indi.git
+
git clone [https://github.com/indilib/indi.git]
 
pushd indi/3rdparty/libapogee
 
pushd indi/3rdparty/libapogee
 
mkdir build
 
mkdir build
Line 66: Line 66:
 
tar -xf libapogee-3.0.3234.tar
 
tar -xf libapogee-3.0.3234.tar
 
cd libapogee-3.0.3234/examples
 
cd libapogee-3.0.3234/examples
LD_LIBRARY_PATHA=/home/mcmaster/doc/ext/indi/3rdparty/libapogee ./SimpleExposure && python decode.py  
+
LD_LIBRARY_PATHA=/home/mcmaster/doc/ext/indi/3rdparty/libapogee ./SimpleExposure && python decode.py
  
  
Line 80: Line 80:
  
 
<code>
 
<code>
wget http:''www.randomfactory.com/downloads/libapogee-3.0.3234.tgz
+
wget [http://www.randomfactory.com/downloads/libapogee-3.0.3234.tgz]
 
tar -xf libapogee-3.0.3234.tgz
 
tar -xf libapogee-3.0.3234.tgz
 
cd libapogee-3.0.3234
 
cd libapogee-3.0.3234
Line 98: Line 98:
  
 
<code>
 
<code>
C:\Program Files\Micro-Manager-1.4\MMConfig_apogee.cfg
+
C_\Program Files\Micro-Manager-1.4\MMConfig_apogee.cfg
 
</code>
 
</code>
  
Line 105: Line 105:
 
= References =
 
= References =
  
https:''neurophysics.ucsd.edu/Manuals/Apogee/ApogeeCameraInstallationGuide.pdf
+
[https://neurophysics.ucsd.edu/Manuals/Apogee/ApogeeCameraInstallationGuide.pdf]
 
* setupApogeeSoftware.exe
 
* setupApogeeSoftware.exe
  
http:''www.andor.com/downloads
+
[http://www.andor.com/downloads]
 
* apgSwInstall-x86.zip
 
* apgSwInstall-x86.zip

Revision as of 14:38, 26 December 2018


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
  • [1]
  • 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
    • [2]
    • 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
    • [3]
    • I think

Some commands I ran mcmaster@phantom:~/doc/sw/libapogee/libapogee-3.0.3234$ ./configure --enable-python-wrapper


  1. sudo apt-get install -y libcurl4-openssl-dev libboost-regex1.58.0 libboost-regex-dev libboost-regex1.58-dev python-dev swig cdbs libcfitsio-dev libnova-dev libusb-1.0-0-dev libjpeg-dev libusb-dev libtiff5-dev libftdi-dev fxload libkrb5-dev libcurl4-gnutls-dev libraw-dev libgphoto2-dev libgsl0-dev dkms libboost-regex-dev libgps-dev libdc1394-22-dev
  2. hmm conflicts

sudo apt-get install -y libboost-regex1.58.0 libboost-regex-dev libboost-regex1.58-dev python-dev swig cdbs libcfitsio-dev libnova-dev libusb-1.0-0-dev libjpeg-dev libusb-dev libtiff5-dev libftdi-dev fxload libkrb5-dev libraw-dev libgphoto2-dev libgsl0-dev dkms libboost-regex-dev libgps-dev libdc1394-22-dev 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:~/doc/sw/libapogee/libapogee-3.0.3234/examples$ LD_LIBRARY_PATHA=/home/mcmaster/doc/ext/indi/3rdparty/libapogee ./SimpleExposure && python decode.py 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,png} ref

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 libboost-regex-dev libboost-regex1.58-dev python-dev swig cdbs libcfitsio-dev libnova-dev libusb-1.0-0-dev libjpeg-dev libusb-dev libtiff5-dev libftdi-dev fxload libkrb5-dev libraw-dev libgphoto2-dev libgsl0-dev dkms libboost-regex-dev libgps-dev libdc1394-22-dev libcurl4-openssl-dev cmake git clone [4] pushd indi/3rdparty/libapogee mkdir build cd build cmake .. make -j$(nproc) popd tar -xf libapogee-3.0.3234.tar cd libapogee-3.0.3234/examples LD_LIBRARY_PATHA=/home/mcmaster/doc/ext/indi/3rdparty/libapogee ./SimpleExposure && python decode.py


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 [5] tar -xf libapogee-3.0.3234.tgz cd libapogee-3.0.3234 sed -i s/-lboost_regex-mt/-lboost_regex/ apogee/Makefile* ./configure make -j$(nproc)


micromanager

2018-08-28

Followed instructions in Apogee official pdf

Got it to pickup, heard fan speed change

C_\Program Files\Micro-Manager-1.4\MMConfig_apogee.cfg

Got this working pretty quickly. Seems to work more reliably than the Apogee demo app

References

[6]

  • setupApogeeSoftware.exe

[7]

  • apgSwInstall-x86.zip