Delivered-To: anthonydenault@gmail.com Received: by 10.60.138.233 with SMTP id qt9csp91205oeb; Thu, 16 May 2013 16:15:40 -0700 (PDT) X-Received: by 10.68.245.105 with SMTP id xn9mr45038118pbc.157.1368746139834; Thu, 16 May 2013 16:15:39 -0700 (PDT) Return-Path: Received: from mail.ifa.hawaii.edu (mail.ifa.hawaii.edu. [128.171.226.69]) by mx.google.com with ESMTPS id ef1si2845904pbb.13.2013.05.16.16.15.39 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 16 May 2013 16:15:39 -0700 (PDT) Received-SPF: neutral (google.com: 128.171.226.69 is neither permitted nor denied by domain of scout3801@gmail.com) client-ip=128.171.226.69; Authentication-Results: mx.google.com; spf=neutral (google.com: 128.171.226.69 is neither permitted nor denied by domain of scout3801@gmail.com) smtp.mail=scout3801@gmail.com; dkim=pass header.i=@gmail.com Received: from mail-qc0-f172.google.com (mail-qc0-f172.google.com [209.85.216.172]) by mail.ifa.hawaii.edu (8.14.5/8.14.5) with ESMTP id r4GNFYeo000807 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Thu, 16 May 2013 13:15:37 -1000 (HST) Received: by mail-qc0-f172.google.com with SMTP id z1so1404486qcx.31 for ; Thu, 16 May 2013 16:15:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=lJOfvMX+AGrBRjwYv78YfR3Dk6VLFRqMHDMRHaUG0Uw=; b=kHnRlzdR9OYtTE/23YmSOrrVDT6PxFEspH2p3CUaeTuIVtLI1UmYMXKpPqvoO4FlSc 9cSJYhVnG34hBqAtgH6A35gcDZEiCtZVIeAngBzTcZowZm65VS7oiui2uaWcfu7HCqAP qJGqDJogXlXHexdSIqDzuBU1qNhwks293YRSHYkjvB6r+5bNAakOJNm8t0ay60mrwQB4 2Z7h+wvQ8TH4xHRv4JQBN0JCV9CaRxNwEF1rM36N18320gWUNoo9wPZKHc4TnzNhlNrS UJpnnALl1R8pH1ns8v6qZT2mO3Ds/V1KdtDUIfHn+AdkUT01S3fXTHZniHGtHT1UjxYQ f3MQ== X-Received: by 10.224.182.136 with SMTP id cc8mr34403770qab.10.1368746113732; Thu, 16 May 2013 16:15:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.81.201 with HTTP; Thu, 16 May 2013 16:14:53 -0700 (PDT) From: Charles Lockhart Date: Thu, 16 May 2013 13:14:53 -1000 Message-ID: Subject: IARC notes To: Tony Denault Content-Type: multipart/alternative; boundary=20cf30363d3fe5b58304dcde0970 --20cf30363d3fe5b58304dcde0970 Content-Type: text/plain; charset=ISO-8859-1 iarc_server source for iarc_server is in: /home/iarc/src/IARC/iarc ARC_API source for ARC_API is in: /home/iarc/src/IARC/ARC_API/src/ARC_API/3.0/CArcDevice in /home/iarc/src/IARC/ARC_API/src/ARC_API/3.0/ is build.sh, which does: make cp CArcDevice/linux/x32/libCArcDevice.so /usr/lib/ DSP commands are defined in: /home/iarc/src/IARC/ARC_API/src/ARC_API/3.0/CArcDevice/ArcDefs.h to which a few custom commands have been added, however we should try to port them out. Example: PXL command Can create arc_defs.h in iarc_server code that contains this definition. makes it compatible with v3.5+ (afaik). Most code that's important is in CArcDevice.cpp WEBGUI Java based GUI located at: /home/iarc/src/WEBGUI has Makefile, has run.sh to start gui, assumes latest java from java.cominstalled. DSP /home/iarc/src/H2RG/MKMAC.DSP/H2RG.DSP build with "tim" script, NOTE: copies new tim.lod to /home/iarc/bin/tim.lod Driver driver code is located at: /home/iarc/src/DRIVER/astropci/3.0/PCIe/E6.0_x32 Mercurial http://irtfweb.ifa.hawaii.edu/~lockhart/hg.html --20cf30363d3fe5b58304dcde0970 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
iarc_server
source for iarc_server is in:=
=A0 =A0 =A0/home/iarc/src/IARC/ia= rc

ARC_API
source for ARC_API is i= n:
=A0 =A0 =A0/home/iarc/src/IARC/= ARC_API/src/ARC_API/3.0/CArcDevice

in=A0/home/iarc/src/IARC/ARC_API/src/ARC_API/3.0/ is build.sh, which do= es:

=A0 =A0 make
=A0 =A0 c= p CArcDevice/linux/x32/libCArcDevice.so /usr/lib/

DSP commands = are defined in:
=A0 = =A0 =A0/home/iarc/src/IARC/ARC_API/src/ARC_API/3.0/CArcDevice/ArcDefs.h
to which a few custom comm= ands have been added, however we should try to port them out. =A0
Example: =A0= PXL command
Can create arc_= defs.h in iarc_server code that contains this definition. =A0makes it compa= tible with v3.5+ (afaik).

Mo= st code that's important is in CArcDevice.cpp

WEBGUI
Java based GUI = located at:
=A0 =A0 = =A0/home/iarc/src/WEBGUI

has Makefile,= has run.sh to start gui, assumes latest java from java.com installed.

DS= P
/home/iarc/src/H2R= G/MKMAC.DSP/H2RG.DSP

build with &q= uot;tim" script, NOTE: =A0copies new tim.lod to=A0/home/iarc/bin/tim.l= od

=
Driver
driver code is located= at:
/home/iarc/src/= DRIVER/astropci/3.0/PCIe/E6.0_x32

Mercuria= l
--20cf30363d3fe5b58304dcde0970--