P.O. Box 1597 Kamuela, Hawaii USA Telephone (808) FAX (808) M E M O R A N D U M CONTENTS

Size: px
Start display at page:

Download "P.O. Box 1597 Kamuela, Hawaii USA Telephone (808) FAX (808) M E M O R A N D U M CONTENTS"

Transcription

1 Canada - France - Hawaii Telescope Corporation Société du Télescope Canada - France - Hawaii P.O. Box 1597 Kamuela, Hawaii USA Telephone (808) FAX (808) M E M O R A N D U M TO: FROM: NEO, Elixir, QSO R. Savalle, S. Isani, P. Martin DATE: September 4, 2000 SUBJECT: Communications interface between QSO and NEO QSO-004/Version 2.2/DRAFT CONTENTS 1 History Context Conventions of this document Big picture FITS Keywords New keywords Meaning of existing keywords General comments for all the commands Specifications of the parameters sent by QSO Pointing parameters Exposure parameters Special scripts Example: An Observing Scenario Error recovery Issues History Version Date Comments V1.3 Feb 25, 2000 Released to NEO,Elixir,QSO for comments V1.4 Mar 9, 2000 Added parameters OBSERVER, OBJECT - New open issues about calibration Misc. corrections - Added big picture figure V1.5 April 11, 2000 Many corrections after meeting V1.6 August 13, 2000 Preparation of common document with NEO V2.0 August 24, 2000 Redesign without scripts V2.1 August 30, 2000 Corrections before QSO/NEO interface meeting V2.2 September 4, 2000 Corrections after QSO/NEO interface meeting and misc. discussions

2 2 Context This memo describes how QSO will communicate with the observation environment NEO and details the specifications of the executable scripts that will be needed to run the observations in queue mode. It was compiled using our current knowledge of the TCS commands and the CFH12K observing scenarios. 3 Conventions of this document (A B) means exclusive or: A or B but not A and B [] means optional underline means a mandatory argument MP = for MegaPrime only 12K= for CFH12K only Varchar(10) : a string with a maximum length of 10 characters Numeric(4,1): a number on 4 digits with 1 digit of precision (ex: 100.5) 4 Big picture In the following picture, once the Queue Scheduler has created the queue, the Observation tool communicates with NEO by sending the director commands with arguments NEO sends back a result for each command (PASS or FAIL). NEO also notifies QSO whenever a new exposure has been done. PH2 Phase 2 Web Tool QSO NEO Ph2 DB Queue Scheduler Queue OB1 OBSERVATION TOOL OB2 OB3 DATA Command Generator COMMANDS List of director commands with arguments OB4 One command + arguments CB1 PASS or FAIL Exposures INSERT exposure FITS headers Insert Script NOTIFICATION

3 5 FITS Keywords 5.1 New keywords As described before, the feedback from the observation system (NEO) to the Q system is minimal (a return status for each script called). Therefore, the Q system will use FITS headers of all exposures taken in QSO mode in order to keep track of what has been observed. Thus we need to introduce new FITS keywords described below. Name Format Example Comment QRUNID String 01AQ01 Uniquely identifies the Q run QOBID Numeric(20) NB: only 10 digits used in this document Identify the Observing Block in the program QRUNID is the name of a Q run. It uniquely identifies a period of time during which the camera is operated in Q mode. The format is the same as the RUNID, (the 1 st three characters identify the semester (like 01A), the letter Q is used to indicate queue observing/service observing) and the last two digits indicate the number of the Q run within the semester (01 for the 1 st run, 02 for the 2 nd, etc) QRUNID is crucial in the database to be able to group all exposures taken during the same run (for instance, for calibration purposes) QOBID is a reference to the phase 2 observing block to which the exposure belongs. At the time of writing it is coded on 20 digits in the PH2 database, but we could actually use less (8 or 10). (This comes from a database constraint because of the replication of the database at CDS). QOBID allows to link an executed exposure to an OB in the database. The values for these 2 new headers will be sent by commands, which set the values of the FITS headers. 5.2 Meaning of existing keywords As with classical observations, the RUNID keyword carries the name of the program to which the exposure belongs (Example: 01AC10 for semester 01A, C, F, H, K for agencies, D for discretionary and E for engineering, and a number on 2 digits). Note that programs and runs are different concepts in Q mode, since a program may now span several runs, but we keep the keyword for compatibility, even if now it really means observation program A special case: Exposures belonging to the calibration plan (detrending and other calibration frames like FOCUS, astrometric and photometric calibrations) do not belong to an agency program but will be shared for several of them. We propose to use the letter Q for the RUNID for these calibrations done in Q mode. Several different RUNID per QRUNID will be needed for calibration purpose Ex: RUNID=01AQ01Q: Darks for 1 st run, 01AQ02Q= Flats for 1 st run, 01AQ03Q=Photometric calib for 1 st run, etc. (see Observing Scenario below for an example). 5.3 Inserting the keywords into the images RUNID, QRUNID, QOBID, OBSERVER, OBJECT, and PI_NAME are passed to NEO as arguments of all

4 scripts which will generate FITS images, to be included in the FITS headers of those images. 6 General comments for all the commands In order to take advantage of the knowledge of next observations allowed by the QSO system, the observation tool will have the ability to send several commands in advance. Because this interrupts the observations, failure status should be returned only in case of a serious error condition which prevents the al of the command to be achieved.

5 7 Specifications of the parameters sent by QSO 7.1 Pointing parameters Arguments Arguments Arguments Description Argument Example Name Format TMODE string Type of target requested SIDERAL = fix, sideral target TRACK = non sideral target requiring differential tracking TMODE= SIDERAL If TMODE=SIDERAL these arguments are used to describe a static object (with proper motion): (TRA TDEC TEQ numeric(5.1) TRAPM TDECPM TCAT TCID) float float string string RA of center field Dec of center of field Equinox for TRA and TDEC Special value: 0.0=APPARENT Proper motion RA in sec/year Proper motion Dec in arcsec/y Catalog name Catalog ID in TCAT TRA= 12:30:15.22 TDEC= 45:40:12.3 TEQ= TEQ=0.0 TRAPM=0.10 TDECPM=1.2 TCAT= SAO TCID= If TMODE=TRACK these arguments describe a moving object: 2 positions are given which for times which are within a few hours of the actual observation time NB: No equinox is needed since the date of the positions are given as accurate Modified Julian dates TRA1 TDEC1 TMJD1 numeric(12,7) RA of center field at TMJD1 Dec of center field at TMJD1 MJD for TRA1 and TDEC1 TRA1= 12:30:15.10 TDEC1= 45:40:12.2 TMJD1= TRA2 TDEC2 TMJD2 numeric(12,7) RA of center field at TMJD2 Dec of center field at TMJD2 MJD for TRA2 and TDEC2 TRA2= 12:35:45.30 TDEC2= 46:10:30.2 TMJD2= GMODE String Type of guiding requested NO = no guiding requested AUTO= guiding required, no GS given, OA chooses the star(s) 1GS = 1 GS given, follows (12K) 2GS = 2 GS given, follow (MC) If GMODE = 1GS (12K) the following arguments are also sent: (GRA GDEC GEQ GCAT GCID) numeric(5,1) RA of GS Decl of GS Equinox of GRA and GDEC Catalog name Catalog ID in GCAT GMODE= AUTO (will be the most frequent mode with CFH12K) GMODE= 2GS (will be used with Megacam) GRA= 12:31:45.10 GDEC= 45:41:30.4 GEQ= GCAT= GSC GCID= 1234 If GMODE=2GS (MP) the following arguments are also sent:

6 (GRAN GDECN GEQN GCATN GCIDN) numeric(5,1) RA of GS North of field Dec of GS North of field Equinox of GS North of field Catalog name for GCIDN Catalog ID of North GS in GCATN (GRAS GDECS GEQS GCATS GCIDS) numeric(5,1) RA of GS South of field Dec of GS South of field Equinox of GS South of field Catalog name for GCIDS Catalog ID of South GS in GCATS AUTOFOC Varchar(10) (to plan other modes) Performs autofocus after slewing (MP) AUTOFOC= Y 7.2 Exposure parameters

7 ETYPE 1 Varchar(10) Exposure Type to put in FITS header O = object F = flat D = dark B = bias X = focus ETYPE= O QRUNID varchar(10) Q Run ID to put in FITS header QRUNID= 01AQ01 RUNID varchar(10) Program ID to put in FITS header RUNID= 01AF23Q QOBID numeric(20) Observing Block ID to put in FITS QOBID= header OBSERVER Name of observer to put in FITS OBSERVER= Q Observer header PI_NAME Name of PI for the RUNID PI_NAME= P Martin OBJECT varchar(20) Name of target to put in FITS header OBJECT= M33 FILTER varchar(10) Name of the filter to use for exposure(s) B V R I Z TiO2 Halpha HalphaOFF Cn PATTERN varchar(10) Pattern to use for exposure SINGLE means one exposure DP2 to DP8 are the predefined dithering patterns USER: the pattern is defined in a subsequent list of offsets PRADIUS numeric(3) Pattern radius: radius in arcsecs of dithering pattern if PATTERN=DPx OFFSETS varchar(255) Description of the offsets if PATTERN=USER Offsets are in format [-]mm:ss where mm is in arcmin and ss in arcsecs The list of offsets is as follow: offset:= N=[-]mm:ss,[-]mm:ss list:=offset [offset] [offset] RASTER Readout and binning mode for all the chips(s) FULL binx biny xc yc xs ys binx biny CENTER xs ys binx biny where: xc,yc = center of raster xs,ys = size of raster FILTER= R PATTERN= SINGLE PATTERN= DP3 PRADIUS=15.0 OFFSETS= 1=00:00,00:04 2=-00:16,00:03 RASTER= FULL 1 1 The most likely in Q mode RASTER= CENTER

8 ETIME numeric(5,1) Common integration time in seconds for the exposure (if PATTERN = SINGLE) or for all the exposures (else) ETIME= Special scripts FLAT Make a set of flat field exposures. Called when the time is suitable for sky flats 2, for a given duration (DURATION) Binning for FLATs will always be 1 and RASTER will always be full Return: PASS FAIL SEQ varchar(10) Flat sequence/scenario to perform Z_NOTRACK = A sequence at zenith position Z_TRACK = same with tracking to avoid star trails, and unguided offsets between each exposure DOME = a sequence of dome flats SPLIT Proportion of flats to do for each filters, in percentage SEQ= Z_NOTRACK SEQ= Z_TRACK SEQ= DOME SPLIT= R=70,B=20,I=10 NEO signals whenever a new image is readout Ret DURATION numeric(4,0) Maximum time permitted for the script to run in seconds. The script will end after this duration, or sooner. DURATION= 600 Script is allowed to take flat fields for no more than 10 minutes FOCUS Make a focus image at position currently pointed. NEO chooses focus parameters (focus for center value, number of steps, focus step) according to estimated value of focus NEO Returns PASS FAIL Seeing NEO compute best focus and update focus accordingly for filter

9 8 Example: An Observing Scenario The following observing scenario describes the first Q run of the semester 01A (QRUNID=01AQ01). The scenario show how observing blocks are divided into commands, and how the QRUNID, RUNIDs and QOBID identifier are used. The leftmost column gives the QRUNID, RUNID and QOBID number for the current OB. Each OB contains one or more calls to scripts with arguments. During this example night the following science programs are observed: 01AC12Q (PI: PM) - 1 OB observed 01AF10Q (PI: CV) - 1 OB observed In addition the calibration program 01AQ01 is used for all the detrending and calibration exposures done during this night (4 OBs) RUNID QOB # Action Commands sent to NEO Comments At dawn, a series of flat fields are taken 1 OB of 01AQ01Q (flats) ID FLAT header QRUNID "01AQ01" header RUNID "01AQ01Q" header QOBID header OBSERVER "Q observer" header OBJECT "twilight flat" header PI_NAME "CFHT" tflat split R=70 B=20 I=10 tflat duration 1200 etype tflat At dawn starts a flat sequence. The flat script will run for a maximum of 1200 seconds Beginning of the night: evaluation of sky quality The OA points to a random field containing stars, he also reports about clouds 1 OB of 01AQ01Q (calib) ID FOCUS header QRUNID "01AQ01" header RUNID "01AQ01Q" header QOBID header OBSERVER "Q observer" header OBJECT "focus" header PI_NAME "CFHT" etype focus nexp 7 filter "R" raster FULL 1 1 etime 15 Science Observations begin We are observing one OB of program 01AC12 The night always starts with a focus exposure. This allows NEO to set the optimal focus for the instrument and QSO to know about the seeing This focus belongs to the calibration runid for the night/run

10 1 OB of 01AC12Q ID POINT EXPOSE header QRUNID "01AQ01" header RUNID 01AC12Q" header QOBID header OBSERVER "Q observer" header OBJECT "M33" header PI_NAME "PM" tcoords... gselect auto etype object nexp 1 filter V raster FULL BIN1 etime 60.0 Send coordinates of OB target. Ask for guiding, but do not provide a GS. The OA will be asked to select one. Make one exposure of 60.0 in V EXPOSE etype dither nexp 8 filter R raster FULL BIN1 etime 30.0 Make 8 exposures of 30 seconds in red, with a dithered pattern, and the full raster of the mosaic. We are now observing one OB of program 01AF10Q ID POINT header QRUNID "01AQ01" header RUNID "01AF01Q" header QOBID header OBSERVER "Q observer" header OBJECT "TNO" header PI_NAME "CV" tcoords... gselect auto Set headers Send coordinates of OB target 1 OB of 01AF10Q FOCUS etype focus nexp 7 filter "R" raster FULL BIN1 etime 15 Make a focus exposure at the target position. EXPOSE etype object nexp 1 filter B raster FULL BIN1 etime Make one exposure of 900 secs in blue At the end of the night, at the time optimal for flats: 1 OB of 01AQ01Q FLAT (calib) At dawn starts a flat sequence. The flat script will run for a maximum of 1500 seconds

11 cf infra During the day (dark and biases can be done by day) 1 OB of 01AQ02Q (calib) ID DARK header QRUNID "01AQ01" header RUNID "01AQ02Q" header QOBID header OBSERVER "Q observer" header OBJECT "dark" header PI_NAME "CFHT" etype dark nexp 10 raster FULL 1 1 etime 60 Make 10 darks of 60 seconds each 9 Error recovery Notes from meeting 30 August, 2000 returns after last shutter close and before readout if returns FAIL use the sync command to be sure all FITS files are notified The ObsTool should handle signals ABORT, STOP and BREAK 10 Issues pattern radius when etype=dither (dither radius 15.0)

The CFH12K Queued Service Observations (QSO) Project: Mission Statement, Scope and Resources

The CFH12K Queued Service Observations (QSO) Project: Mission Statement, Scope and Resources Canada - France - Hawaii Telescope Corporation Société du Télescope Canada - France - Hawaii P.O. Box 1597 Kamuela, Hawaii 96743 USA Telephone (808) 885-7944 FAX (808) 885-7288 The CFH12K Queued Service

More information

QSO Memorandum. Guide Star Status Inclusion in Database, and display in QSO Tools. J. Shapiro, R. Savalle, T. Vermeulen

QSO Memorandum. Guide Star Status Inclusion in Database, and display in QSO Tools. J. Shapiro, R. Savalle, T. Vermeulen QSO Memorandum Guide Star Status Inclusion in Database, and display in QSO Tools J. Shapiro, R. Savalle, T. Vermeulen QSO-021/Version 1.1/2002-04-4 1 Overview This memo will solidify the implementation

More information

The Queued Service Observing Project at CFHT

The Queued Service Observing Project at CFHT The Queued Service Observing Project at CFHT Pierre Martin, Renaud Savalle, Tom Vermeulen, and Joshua Shapiro Canada-France-Hawaii Telescope, PO Box 1597, Kamuela, HI, 96743 USA ABSTRACT In order to maximize

More information

P.O. Box 1597 Kamuela, Hawaii USA Telephone (808) FAX (808) M E M O R A N D U M

P.O. Box 1597 Kamuela, Hawaii USA Telephone (808) FAX (808) M E M O R A N D U M Canada - France - Hawaii Telescope Corporation Société du Télescope Canada - France - Hawaii P.O. Box 1597 Kamuela, Hawaii 96743 USA Telephone (808) 885-7944 FAX (808) 885-7288 M E M O R A N D U M TO:

More information

You, too, can make useful and beautiful astronomical images at Mees: Lesson 2

You, too, can make useful and beautiful astronomical images at Mees: Lesson 2 You, too, can make useful and beautiful astronomical images at Mees: Lesson 2 Taking data for your images Useful references, besides Lesson 1: The Mees telescope startup/shutdown guide: http://www.pas.rochester.edu/~dmw/ast142/projects/chklist.pdf

More information

The QSO Project: Specifications and Design of the Phase II Database

The QSO Project: Specifications and Design of the Phase II Database Canada - France - Hawaii Telescope Corporation Société du Télescope Canada - France - Hawaii P.O. Box 1597 Kamuela, Hawaii 96743 USA Telephone (808) 885-7944 FAX (808) 885-7288 The QSO Project: Specifications

More information

Gemini Queue Operation

Gemini Queue Operation Gemini Queue Operation From Phase I to Archive SOAR, Gemini Brazil 2010-03-09 Introduction Proposal preparation and submission Phase I Tool Queue Construction TAC/ITAC process Programme Definition Observing

More information

PANIC. Observation Tool User Manual. Issue/Ver.: draft 1 Date: No. of pages: 26. Instituto de Astrofísica de Andalucía-CSIC.

PANIC. Observation Tool User Manual. Issue/Ver.: draft 1 Date: No. of pages: 26. Instituto de Astrofísica de Andalucía-CSIC. Page 1 / 26 No se puede mostrar la imagen. Puede que su equipo no tenga suficiente memoria para abrir la imagen o que ésta esté dañada. Reinicie el equipo y, a continuación, abra el archivo de nuevo. Si

More information

ACE Desktop: Dome, Telescope, Instruments

ACE Desktop: Dome, Telescope, Instruments Page 1 of 9 ACE Desktop: Dome, Telescope, Instruments (Region 1) On the left hand side of the ACE Desktop the real-time states of the dome, telescope and instruments is displayed. Listed below are the

More information

Joint Astronomy Centre James Clerk Maxwell Telescope

Joint Astronomy Centre James Clerk Maxwell Telescope Joint Astronomy Centre James Clerk Maxwell Telescope PTCS TCS/UN/004 Nick Rees, Russell Kackley 4 August 2003 Description of the JAC Telescope Control System serial line interface Contents 1 Introduction

More information

Pan-STARRS Introduction to the Published Science Products Subsystem (PSPS)

Pan-STARRS Introduction to the Published Science Products Subsystem (PSPS) Pan-STARRS Introduction to the Published Science Products Subsystem (PSPS) The Role of PSPS Within Pan-STARRS Space... is big. Really big. You just won't believe how vastly hugely mindbogglingly big it

More information

Replacement Telescope Control System for the IRTF Final Report

Replacement Telescope Control System for the IRTF Final Report Replacement Telescope Control System for the IRTF Final Report 1 Introduction The IRTF Telescope Control System has been in development since May 2003. The project was named TCS3 as it is the third version

More information

Mt. Stony Brook Meade 14-inch Set Up and Operations Manual

Mt. Stony Brook Meade 14-inch Set Up and Operations Manual Mt. Stony Brook Meade 14-inch Set Up and Operations Manual Anja von der Linden Original version by Matthew J. Wahl and Stanimir Metchev: Mar 1, 2010 Updated: August 24, 2016 This document includes instructions

More information

SAMI software description

SAMI software description SAMI software description Prepared by: A.Tokovinin, O.Estay Last update: April 7, 2014 File: soar/software/sami/sami-sw.odt This document describes the functionality of the LabView software that operates

More information

NGUI: The NEWFIRM Graphical User Interface

NGUI: The NEWFIRM Graphical User Interface National Optical Astronomy Observatories Kitt Peak National Observatory Mayall 4m Telescope NOAO Extremely Wide Field Infra-Red Mosaic Project http://www.noao.edu/ets/newfirm NGUI: The NEWFIRM Graphical

More information

1.0-m Telescope Control Software

1.0-m Telescope Control Software 1.0-m Telescope Control Software A User s Guide Version 3 February 2010 Stephen Potter Hannah Worters Contents 0.1 Introduction............................ 3 0.2 Todos and not todos.......................

More information

Mt. Stony Brook Meade 14-inch Set Up and Operations Manual

Mt. Stony Brook Meade 14-inch Set Up and Operations Manual Mt. Stony Brook Meade 14-inch Set Up and Operations Manual Matthew J. Wahl, Stanimir Metchev Original version: Mar 1, 2010 Updated: April 27, 2013 This document includes instructions on how to set up and

More information

MOSAIC Operations Concept Document

MOSAIC Operations Concept Document NATIONAL OPTICAL ASTRONOMY OBSERVATORY SYSTEM INSTRUMENTATION GROUP 950 N. Cherry Ave. P. O. Box 26732 Tucson, Arizona 85726-6732 (520) 318-8000 FAX: (520) 318-8303 MOSAIC Operations Concept Document NOAO

More information

RAS Gen User Guide Version 0.7 Beta

RAS Gen User Guide Version 0.7 Beta RAS Gen User Guide Version 0.7 Beta VERY IMPORTANT NOTE: PLEASE READ SECTION 4.3.3.4 NOTE: THIS IS A BETA VERSION OF THE DOCUMENTATION. IT IS INCOMPLETE AND CONTAINS SOME ERRORS. IT IS INTENDED FOR THE

More information

Guide Star Selection Software User s Manual. SOAR Adaptive Module (SAM)

Guide Star Selection Software User s Manual. SOAR Adaptive Module (SAM) Guide Star Selection Software User s Manual SOAR Adaptive Module (SAM) Revision 2.5.2, December 2013 i Change Record Version Date Description Owner Name 2.4.0 04/01/2011 First table entry Rolando Cantarutti

More information

2MASS Observer s Guide. Steward Observatory 61 Kuiper Telescope

2MASS Observer s Guide. Steward Observatory 61 Kuiper Telescope 2MASS Observer s Guide Steward Observatory 61 Kuiper Telescope v1.0 January 2011 General Instructions for Observing with 2MASS 1. Normal Hardware Setup 2. Normal Software Startup 3. Taking an Image 4.

More information

Photometric Software for Transits. PhoS-T

Photometric Software for Transits. PhoS-T Photometric Software for Transits PhoS-T Version 1.0 - Manual D. Mislis, R.Heller, J. Fernandez, U. Seemann Hamburg 2010 1. Introduction PhoS-T is an open-source graphical software for the data reduction

More information

Exoplanet Science Institute, Mail Code , 770 South Wilson Ave., Pasadena, CA, USA INTRODUCTION ABSTRACT

Exoplanet Science Institute, Mail Code , 770 South Wilson Ave., Pasadena, CA, USA INTRODUCTION ABSTRACT Metadata and data management for the Keck Observatory Archive H. D. Tran* a, J. Holt a, R. W. Goodrich a, J. A. Mader a, M. Swain b, A. C. Laity b, M. Kong b, C.R. Gelino b, G. B. Berriman b a W. M. Keck

More information

SDI Speed Dome Camera OSD Menu

SDI Speed Dome Camera OSD Menu SDI Speed Dome Camera OSD Menu Indoor/ Outdoor Ver 1.2 00P9SH720ZXSEA2 Table of Contents 1. OSD Menu Tree...4 2. Configuration Menu...7 2.1 VIDEO TYPE...8 2.2 DEFAULT CAMERA...8 2.3 BACKLIGHT...8 2.4 FOCUS...8

More information

Chimera Database Controller

Chimera Database Controller Chimera Database Controller Brandon Gilfus 06-18 August 2009 Setup Installation The database is a part of Chimera and will be installed when you install Chimera. The database functionality requires that

More information

Go to Data Config to open a new dialog box In the drop-down Image type menu select flats, then click on close

Go to Data Config to open a new dialog box In the drop-down Image type menu select flats, then click on close To Observe with Tio Filter 1. 2. 3. 4. 5. 6. 7. 8. Start PCOcamera_2 software set the correct exposure between 1-1.3ms) (press set ) Press Start for a live image or Acquire to get a single still image

More information

444/544 Advanced Lab Manual Astronomy

444/544 Advanced Lab Manual Astronomy 444/544 Advanced Lab Manual Astronomy INTRODUCTION The purpose of this lab is to familiarize the student with contemporary astronomical methods. Astronomers use CCD detectors to measure light variations

More information

FLAMES Integral Field Unit ARGUS commissioned

FLAMES Integral Field Unit ARGUS commissioned FLAMES Integral Field Unit ARGUS commissioned A.Kaufer, L.Pasquini, R.Schmutzer, and R.Castillo Introduction The FLAMES multi fibre facility at the VLT (Pasquini et al. 2002) is equipped with two different

More information

Elmo Servo Drives. Information Sheet for Crimson v2.0. Compatible Devices. Elmo Servo Drives using SimplIQ. Verified Device BAS-3/230-3

Elmo Servo Drives. Information Sheet for Crimson v2.0. Compatible Devices. Elmo Servo Drives using SimplIQ. Verified Device BAS-3/230-3 Elmo Servo Drives Information Sheet for Crimson v2.0 Compatible Devices Elmo Servo Drives using SimplIQ Verified Device BAS-3/230-3 Accessible Data Command Description Type Notes -- Motion Commands...

More information

Joint Astronomy Centre James Clerk Maxwell Telescope

Joint Astronomy Centre James Clerk Maxwell Telescope Joint Astronomy Centre James Clerk Maxwell Telescope PTCS TCS/UN/004 Nick Rees, Russell Kackley, (Firmin Oliveira) 4 August 2003, (15 November 2005) Description of the JAC Telescope Control System serial

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION Observatory software for the Maunakea Spectroscopic Explorer Tom Vermeulen* a, Sidik Isani a, Kanoa Withington a, Kevin Ho a, Kei Szeto a, Rick Murowinski a a Canada-France-Hawaii Telescope, 65-1238 Mamalahoa

More information

IRS Large Offset Test

IRS Large Offset Test IRS Large Offset Test The IRS Large Offset Test (ILOT) was conceived as a simple test of the pointing accuracy during the long gyro-based offsets available to observers utilizing the SPOT Cluster Target

More information

SPIcam: an overview. Alan Diercks Institute for Systems Biology 23rd July 2002

SPIcam: an overview. Alan Diercks Institute for Systems Biology 23rd July 2002 SPIcam: an overview Alan Diercks Institute for Systems Biology diercks@systemsbiology.org 23rd July 2002 1 Outline Overview of instrument CCDs mechanics instrument control performance construction anecdotes

More information

Spectroscopy techniques II. Danny Steeghs

Spectroscopy techniques II. Danny Steeghs Spectroscopy techniques II Danny Steeghs Conducting long-slit spectroscopy Science goals must come first, what are the resolution and S/N requirements? Is there a restriction on exposure time? Decide on

More information

Data Reduction for XCOV30

Data Reduction for XCOV30 Data Reduction for XCOV30 1) Location of Original Data files All observers will upload their data to daedalus.dot.physics.udel.edu (note the dot ). The original observations are located in /home/data/incoming

More information

PM software test procedures for the Solar-B EIS instrument Version 4

PM software test procedures for the Solar-B EIS instrument Version 4 Solar-B EIS MULLARD SPACE SCIENCE LABORATORY UNIVERSITY COLLEGE LONDON Author: A M James PM software test procedures for the Solar-B EIS instrument Version 4 Distribution: Document Number: MSSL/SLB-EIS/SP019.04

More information

HSC QUEUE MODE OPERATION PLAN

HSC QUEUE MODE OPERATION PLAN HSC QUEUE MODE OPERATION PLAN Tae- Soo Pyo & Queue- mode team (Subaru Telescope) 2015. 1.13 Working Group Tae- Soo Pyo Ikuru Iwata Masatoshi Imanishi [ 9 members] Eric Jeschke Queue Mode Team Sherry Yeh

More information

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT)

HIRedux Pipeline. Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) HIRedux Pipeline Jason X. Prochaska (UCO/Lick) with Scott M. Burles (MIT) Overview IDL Fully Automated Organize the observations Allow for multiple setups Binning, decker, angles, etc. Flatten Pixel-to-pixel

More information

Quick Start Guide. SkyGuide Pro Camera Mount Model: #3550

Quick Start Guide. SkyGuide Pro Camera Mount Model: #3550 Quick Start Guide SkyGuide Pro Camera Mount Model: #3550 PACKAGE CONTENTS 1 SkyGuider TM Pro camera mount with built in Li ion rechargeable battery AccuAlign TM dark field illuminated polar scope (installed)

More information

Padova and Asiago Observatories

Padova and Asiago Observatories ISSN 1594-1906 Padova and Asiago Observatories CCD DATA ACQUISITION SYSTEM FOR THE COPERNICO TELESCOPE Baruffolo A., D Alessandro M. Technical Report n. 3 March 1993 Document available at: http://www.pd.astro.it/

More information

Version 1.4. September 22nd, 2013

Version 1.4. September 22nd, 2013 ioptron TM Telescope RS-232 Command Language Version 1.4 September 22nd, 2013 Abbreviations used: DD or DDD degrees or day of the month depending on the context HH hours MM minutes or month depending on

More information

APPROVAL SHEET. SYNOPSIS : This document describes the software design of the Observation Planning Tools software of the TCS.

APPROVAL SHEET. SYNOPSIS : This document describes the software design of the Observation Planning Tools software of the TCS. APPROVAL SHEET TITLE : TCS Observation Planning Tools Software Design Document DOCUMENT NUMBER : 1732AE0008 ISSUE: B SYNOPSIS : This document describes the software design of the Observation Planning Tools

More information

Table of Contents Introduction... 4

Table of Contents Introduction... 4 ModelCreator Manual Page 2 Table of Contents Introduction... 4 System Requirements... 5 General Requirements... 5 Windows Operating Systems... 5 ASCOM... 5 Overview... 6 Log Window... 7 Model area... 8

More information

Instrument Control Software User s Manual. SOAR Adaptive Module (SAM)

Instrument Control Software User s Manual. SOAR Adaptive Module (SAM) Instrument Control Software User s Manual SOAR Adaptive Module (SAM) Revision 3.7.0, November 2013 Change Record Version Date Description Owner Name 3.5.1 July 22, 2013 Fix LASER Tab documentation R.Cantarutti

More information

Fundamentals of Photography presented by Keith Bauer.

Fundamentals of Photography presented by Keith Bauer. Fundamentals of Photography presented by Keith Bauer kcbauer@juno.com http://keithbauer.smugmug.com Homework Assignment Composition Class will be February 7, 2012 Please provide 2 images by next Tuesday,

More information

Data Storage and Query Answering. Data Storage and Disk Structure (4)

Data Storage and Query Answering. Data Storage and Disk Structure (4) Data Storage and Query Answering Data Storage and Disk Structure (4) Introduction We have introduced secondary storage devices, in particular disks. Disks use blocks as basic units of transfer and storage.

More information

SPIRou High-Level TipTilt & Viewing SPIROU-4900-CFHT-RP V1.0

SPIRou High-Level TipTilt & Viewing SPIROU-4900-CFHT-RP V1.0 Page 1/ 19 SPIRou High-Level TipTilt & Viewing SPIROU-4900-CFHT-RP-00569-V1.0 Prepared by: Tom Vermeulen Date: Sept. 21, 2012 Keywords Summary Control/Command, Software, Hardware, Guider, Tip/Tilt, ISU,

More information

Chiron GUI User's Manual. CTIO 60 inches Chiron CHI60S 1.2. La Serena, Jan Chiron User's Manual / CTIO 60 inches Chiron CHI60S 1.

Chiron GUI User's Manual. CTIO 60 inches Chiron CHI60S 1.2. La Serena, Jan Chiron User's Manual / CTIO 60 inches Chiron CHI60S 1. Chiron GUI User's Manual CTIO 60 inches Chiron CHI60S 1.2 La Serena, Jan 2011 1 Contents Introduction...3 Chapter 1: Getting Things Running...4 1.1 Hardware Setup...4 1.2 Software Startup...4 1.3 Software

More information

4Kx4K CCD Imager for the 3.6m DOT

4Kx4K CCD Imager for the 3.6m DOT 4Kx4K CCD Imager for the 3.6m DOT As an in-house developmental activity, the 4KX4K CCD Imager is designed and assembled as a first light instrument for the axial port of the 3.6m DOT using the f/9 beam

More information

IPConfigure Embedded LPR API

IPConfigure Embedded LPR API IPConfigure Embedded LPR API Version 1.3.6 February 23, 2016 1 Camera Configuration Parameters IPConfigure Embedded LPR uses several user-adjustable configuration parameters which are exposed by Axis Communication

More information

APEX Control System (APECS)

APEX Control System (APECS) APEX Control System (APECS) 1 The APEX control system: APECS 2 APECS Design APECS is designed as a pipeline system starting with a scan description ( scan object ) and eventually leading to data products

More information

Controller Command Description

Controller Command Description Controller Command Description This document describes the commands executed by a controller that contains a 250 Mhz timing board (ARC-22) and a utility board (ARC-30) that is written to operate CCD and

More information

Lenses & Exposure. Lenses. Exposure. Lens Options Depth of Field Lens Speed Telephotos Wide Angles. Light Control Aperture Shutter ISO Reciprocity

Lenses & Exposure. Lenses. Exposure. Lens Options Depth of Field Lens Speed Telephotos Wide Angles. Light Control Aperture Shutter ISO Reciprocity Lenses & Exposure Lenses Lens Options Depth of Field Lens Speed Telephotos Wide Angles Exposure Light Control Aperture Shutter ISO Reciprocity The Viewfinder Camera viewfinder Image Sensor shutter lens

More information

How to run QACITS for the Vortex Coronograph at NIRC2 on Keck II. A Quick User Manual

How to run QACITS for the Vortex Coronograph at NIRC2 on Keck II. A Quick User Manual How to run QACITS for the Vortex Coronograph at NIRC2 on Keck II A Quick User Manual Keck Adaptive Optics Note 1105 Version 1.0 October 27, 2015 Elsa Huby (elsa.huby@ulg.ac.be) Post-doctoral fellow Dept.

More information

Data Centres in the Virtual Observatory Age

Data Centres in the Virtual Observatory Age Data Centres in the Virtual Observatory Age David Schade Canadian Astronomy Data Centre A few things I ve learned in the past two days There exist serious efforts at Long-Term Data Preservation Alliance

More information

The Italian LBT spectroscopic data reduction pipeline

The Italian LBT spectroscopic data reduction pipeline LBTO 2017 Users' Meeting The Italian LBT spectroscopic data reduction pipeline Alida Marchetti INAF-IASF Milano Firenze, June 20th-23rd reduction pipeline SOME NUMBERS INAF nights 46 Effective observing

More information

Algorithms to be implemented in the Antenna Control Unit. P. de Vicente Informe Técnico IT-OAN

Algorithms to be implemented in the Antenna Control Unit. P. de Vicente Informe Técnico IT-OAN Algorithms to be implemented in the Antenna Control Unit P. de Vicente Informe Técnico IT-OAN 2003-7 CONTENTS 1 Contents 1 Introduction 2 2 Time conversion 2 3 Apparent equatorial coordinates to horizontal

More information

Optical & Infrared Instrumentation Effort in ASIAA. Shiang-Yu Wang ( 王祥宇 ) Institute of Astronomy and Astrophysics Academia Sinica

Optical & Infrared Instrumentation Effort in ASIAA. Shiang-Yu Wang ( 王祥宇 ) Institute of Astronomy and Astrophysics Academia Sinica Optical & Infrared Instrumentation Effort in ASIAA Shiang-Yu Wang ( 王祥宇 ) Institute of Astronomy and Astrophysics Academia Sinica total number of faculty Growth of ASIAA 45 40 35 Total number of ASIAA

More information

ASTR 299 STUDENT GUIDE

ASTR 299 STUDENT GUIDE ASTR 299 STUDENT GUIDE CCD ASTROMETRY LOGGING INTO BARC0 YOUR REMOTE COMPUTER ACCESSING YOUR FITS IMAGE FILES ADDING WCS COORDINATES TO YOUR FITS FILES MEASURING POSITION ANGLE AND SEPARATION 1 CCD Astrometry

More information

SHARP Observing Instructions

SHARP Observing Instructions SHARP Observing Instructions 14 June 2014 NOTE: Nightly start-up and end-of-night shut-down instructions for SHARP are given in the SHARC quickstart guide, at: http://cso.caltech.edu/wiki/cso/instruments/sharcii/quickstart

More information

CS 4240: Compilers and Interpreters Project Phase 1: Scanner and Parser Due Date: October 4 th 2015 (11:59 pm) (via T-square)

CS 4240: Compilers and Interpreters Project Phase 1: Scanner and Parser Due Date: October 4 th 2015 (11:59 pm) (via T-square) CS 4240: Compilers and Interpreters Project Phase 1: Scanner and Parser Due Date: October 4 th 2015 (11:59 pm) (via T-square) Introduction This semester, through a project split into 3 phases, we are going

More information

Theodolite Survey of the Dome from the AO9 Monument August 2001

Theodolite Survey of the Dome from the AO9 Monument August 2001 Theodolite Survey of the Dome from the AO9 Monument August 2001 The Gregorian dome was surveyed from the AO9 monument at the base of the main reflector in August 2001. The following is an edited and reformatted

More information

Real World Examples for Part 11 Technical Controls

Real World Examples for Part 11 Technical Controls Wolfgang Winter Product Manager, Networked Data Systems 23. January 2003 Real World Examples for Part 11 Technical Controls Time: 3.00 p.m. Central European Time Telephone Number: +44 20 8240 8243 Chair

More information

STT-1603ME and STT-3200ME High QE Camera Systems

STT-1603ME and STT-3200ME High QE Camera Systems STT-1603ME and STT-3200ME High QE Camera Systems What makes the STT-1603ME and STT-3200ME so desirable? They have all the same extraordinary features of the STT-8300: Camera, Autoguider, and Filter Wheel

More information

THE NEW GENERAL CONTROLLER - NGC/OPT. Claudio Cumani Instrumentation SW Workshop , October 7

THE NEW GENERAL CONTROLLER - NGC/OPT. Claudio Cumani Instrumentation SW Workshop , October 7 THE NEW GENERAL DETECTOR CONTROLLER - NGC/OPT Claudio Cumani Instrumentation SW Workshop 2008-2008, October 7 Differences btw IR and OPT detector controllers: intrinsic 2 Exposure handling Optical Rigid

More information

Release Features CASH v2018.3

Release Features CASH v2018.3 Release Features CASH v2018.3 Document issue history Date Issue 01/10/2018 Draft 1.0 C J M Farrar Page 1 of 16 Table of Contents 1 Global... 3 1.1 CASH Launcher... 3 1.1.1 CF29004920 Changes to the Cashforwindows.exe

More information

Orchestrate. User s Guide. Scripting and Automation Application. Copyright Software Bisque, Inc.

Orchestrate. User s Guide. Scripting and Automation Application. Copyright Software Bisque, Inc. Orchestrate Scripting and Automation Application User s Guide Copyright 1998-2000 Software Bisque, Inc. April 27, 2000 2 Orchestrate Information in this document is subject to change without notice and

More information

LUNA 0.4B GUIDER/IMAGER

LUNA 0.4B GUIDER/IMAGER Practical Astronomer Equipment Review by Eddie Guscott LUNA 0.4B GUIDER/IMAGER SPECIFICATIONS: Telescope is not included. Size: 60x60x45mm Weight: 300gms CCD Sensor: ICX259AL Exview Mono Interline CCD

More information

Voodoo Detector Control Program User's Manual

Voodoo Detector Control Program User's Manual Voodoo Detector Control Program User's Manual Scott Streit San Diego State University 08/08/2000 Table Of Contents I. INSTALLATION... 4 Manual Installation... 5 Automatic Installation... 5 II. DESIGN...

More information

Functions. 1. Press the picture on App to enter the live page (as the pictures show) ;

Functions. 1. Press the picture on App to enter the live page (as the pictures show) ; Functions 1. Press the picture on App to enter the live page (as the pictures show) ; 1) Press the middle white circle and move it in the grey area to control the camera. 2) Press to add bookmarks, whose

More information

CS267 Homework 1: Fast Matrix Multiply

CS267 Homework 1: Fast Matrix Multiply CS267 Homework 1: Fast Matrix Multiply S Woo X, Simon Scott April 18, 2012 1 Introduction The VEGAS HPC uses three shared memory data buffers, one between each of the data processing threads. There is

More information

SRT Student Operator Manual

SRT Student Operator Manual SRT Student Operator Manual SRT Operator Manual 1 March 2017 User s Guide to the Small Radio Telescope Operating Program SRT Software Overview......................................................3 Using

More information

Southern African Large Telescope

Southern African Large Telescope Southern African Large Telescope Title: Author(s): MIDAS automatic pipeline for HRS data Alexei Kniazev Doc. number: HRS0000006 Version: 1.0 Date: November 10, 2016 Keywords: HRS, Pipeline Approved: Petri

More information

Effort Reporting Administrative/Pre Review Training

Effort Reporting Administrative/Pre Review Training Effort Reporting Administrative/Pre Review Training Tbl Table of Contents: t Logging In 2 4 Basic Pre Review Workflow 5 13 Appendix A Advanced Search 14 17 Appendix B Review/Request Changes Screen 18 27

More information

MDR Presentation StarTrack

MDR Presentation StarTrack MDR Presentation StarTrack Rebecca Baturin Chris Boyle Charles Urbanowski Daniel Willmott November 20 th, 2014 Team Introductions Rebecca Baturin, EE Chris Boyle, CSE Charles Urbanowski, EE Daniel Willmott,

More information

VAPE Virtual observatory Aided Publishing for Education

VAPE Virtual observatory Aided Publishing for Education VAPE Virtual observatory Aided Publishing for Education http://ia2-edu.oats.inaf.it:8080/vape VAPE is an application for the publication of educational data in the Virtual Observatory (VO). VAPE has been

More information

Within the FITS Format 1. R. J. Hanisch. D. G. Wells. DRAFT { February 1988 { DRAFT

Within the FITS Format 1. R. J. Hanisch. D. G. Wells. DRAFT { February 1988 { DRAFT 1 Introduction World Coordinate Systems Representations Within the FITS Format 1 R. J. Hanisch Space Telescope Science Institute D. G. Wells National Radio Astronomy Observatory DRAFT { February 1988 {

More information

Copy of Instruction Manual

Copy of Instruction Manual Copy of Instruction Manual 500/8,0 Tele Mirror Lens T2 Gewerbering 26 86666 Burgheim Tel. +49 84 32 / 9489-0 Fax. +49 84 32 / 9489-8333 email: info@foto-walser.de www.foto-walser.de 1 Content 0.... Introduction

More information

D R A F T ICD 1.8/4.4. Target Acquisition System to Telescope Control System. Bret Goodrich, Eric Hansen. Version: Draft A2. Issued By: Software Group

D R A F T ICD 1.8/4.4. Target Acquisition System to Telescope Control System. Bret Goodrich, Eric Hansen. Version: Draft A2. Issued By: Software Group ICD 1.8/4.4 Target Acquisition System to Telescope Control System Version: Draft A2 Issued By: Software Group Date: 25 June 2013 Bret Goodrich, Eric Hansen Revision Control 1. Revision Version Draft1 Date:

More information

STATE OF NORTH CAROLINA

STATE OF NORTH CAROLINA STATE OF NORTH CAROLINA AUDIT OF THE INFORMATION SYSTEMS GENERAL CONTROLS CARTERET COMMUNITY COLLEGE OCTOBER 2007 OFFICE OF THE STATE AUDITOR LESLIE MERRITT, JR., CPA, CFP STATE AUDITOR AUDIT OF THE INFORMATION

More information

OSD (On Screen Display) MENU Camera functions and settings can be adjusted or changed by activating the OSD menu. When the OSD menu is activated, text will display on the monitor. The user can then move

More information

1 Introduction to Excel Databases April 09

1 Introduction to Excel Databases April 09 1 Introduction to Excel Databases April 09 Contents INTRODUCTION TO DATABASES... 3 CREATING A DATABASE... 3 SORTING DATA... 4 DATA FORMS... 5 Data Form options... 5 Using Criteria... 6 FILTERING DATA...

More information

APPROVAL SHEET. SYNOPSIS : This document describes the software requirements for the PI planning tools software of the TCS.

APPROVAL SHEET. SYNOPSIS : This document describes the software requirements for the PI planning tools software of the TCS. APPROVAL SHEET TITLE : TCS PI Planning Tool Software Specification DOCUMENT NUMBER : 1732AS0004 ISSUE: C SYNOPSIS : This document describes the software requirements for the PI planning tools software

More information

IBM Tivoli Monitoring for Web Infrastructure: WebSphere Application Server. User s Guide. Version SC

IBM Tivoli Monitoring for Web Infrastructure: WebSphere Application Server. User s Guide. Version SC IBM Tivoli Monitoring for Web Infrastructure: WebSphere Application Server User s Guide Version 5.1.1 SC23-4705-01 IBM Tivoli Monitoring for Web Infrastructure: WebSphere Application Server User s Guide

More information

User's Guide to WdsPick

User's Guide to WdsPick Page 535 J. Sérot jocelyn.serot@free.fr Abstract: WdsPick is a pr ogr am developed to help the astr onomer making measur ements of double stars. WdsPick offers two complementary functions. First, a filter-based

More information

LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE

LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE This document was created to benchmark the settings and tools needed to successfully deploy LPR with the ipconfigure s Enterprise Surveillance

More information

University of Texas Center for Space Research. ICESAT/GLAS CSR SCF Release Notes for Orbit and Attitude Determination

University of Texas Center for Space Research. ICESAT/GLAS CSR SCF Release Notes for Orbit and Attitude Determination University of Texas Center for Space Research ICESAT/GLAS CSR SCF Notes for Orbit and Attitude Determination Charles Webb Tim Urban Bob Schutz Version 1.0 August 2006 CSR SCF Notes for Orbit and Attitude

More information

WATER MAZE VIDEO TRACKING

WATER MAZE VIDEO TRACKING instrumentation and software for research SOF-845 USER S MANUAL DOC-214 Rev. 2.2 Copyright 2016 All Rights Reserved Med Associates Inc. P.O. Box 319 St. Albans, Vermont 05478 Phone: 802.527.2343 Fax: 802.527.5095

More information

Unified SOFIA Proposal and Observation Tool (USPOT) User's Guide SCI-US-REP-SW

Unified SOFIA Proposal and Observation Tool (USPOT) User's Guide SCI-US-REP-SW Unified SOFIA Proposal and Observation Tool (USPOT) User's Guide SCI-US-REP-SW08-2018 Date: 4-25-2017 Revision: E AFRC Armstrong Flight Research Center Edwards, CA 93523 German Space Agency, DLR Deutsches

More information

Design and Implementation of the Japanese Virtual Observatory (JVO) system Yuji SHIRASAKI National Astronomical Observatory of Japan

Design and Implementation of the Japanese Virtual Observatory (JVO) system Yuji SHIRASAKI National Astronomical Observatory of Japan Design and Implementation of the Japanese Virtual Observatory (JVO) system Yuji SHIRASAKI National Astronomical Observatory of Japan 1 Introduction What can you do on Japanese Virtual Observatory (JVO)?

More information

SCT CAMERA CONTROL CODE TRANSLATOR SENSORMATIC RS-422 to BOSCH BIPHASE Ver. 2.1

SCT CAMERA CONTROL CODE TRANSLATOR SENSORMATIC RS-422 to BOSCH BIPHASE Ver. 2.1 SCT-1010 CAMERA CONTROL CODE TRANSLATOR SENSORMATIC RS-422 to BOSCH BIPHASE Ver. 2.1 www.sennetech.net Sennetech, Inc. 6455 W. Bath Rd. Perry, MI 48872 U.S.A. Ph (517) 675-1150 Fax (517) 675-1151 1 SCT-1010

More information

The 2 nd part of the photographic triangle

The 2 nd part of the photographic triangle The 2 nd part of the photographic triangle Shutter speed refers to the amount of time your sensor is exposed to light. In film photography shutter speed was the length of time that the film was exposed

More information

SVD-4120A SSNR Low Light, WDR, Day & Night Vandal-Proof Color Dome Camera

SVD-4120A SSNR  Low Light, WDR, Day & Night Vandal-Proof Color Dome Camera Low Light, WDR, Day & Night Vandal-Proof Color Dome Camera SVD-4120A www.samsungcctv.com Built-in chip Originally Developed by Samsung Techwin Crisp and clear images in any light Samsung Techwin's new

More information

Artemis SDK. Copyright Artemis CCD Limited October 2011 Version

Artemis SDK. Copyright Artemis CCD Limited October 2011 Version Artemis SDK Copyright Artemis CCD Limited October 2011 Version 3.55.0.0 Introduction The Artemis Software Development Kit (SDK) provides easy access to the functions in the Artemis camera driver DLL. Using

More information

IP ACCOUNTING MODULE. A guide to the IP Accounting Module on DataTill. Imel Rautenbach, Jennifer du Plessis DATATILL (PTY) LTD

IP ACCOUNTING MODULE. A guide to the IP Accounting Module on DataTill. Imel Rautenbach, Jennifer du Plessis DATATILL (PTY) LTD IP ACCOUNTING MODULE A guide to the IP Accounting Module on DataTill Imel Rautenbach, Jennifer du Plessis DATATILL (PTY) LTD Table of Contents 1. Overview... 4 2. Enabling the IP Accounting module in DataTill...

More information

User Guide for Preferences of PROGRES GRYPHAX software

User Guide for Preferences of PROGRES GRYPHAX software User Guide for Preferences of PROGRES GRYPHAX software General description: PROGRES GRYPHAX software is a modular and platform independent software for state of the art microscopy. It contains camera control

More information

FH125/FT121. Temperature / Humidity LCD Graphing Logger FH125 SET CURSOR. 1 Hour/Div 1 1 : 12 : 23 01/03/02 (ESC)

FH125/FT121. Temperature / Humidity LCD Graphing Logger FH125 SET CURSOR. 1 Hour/Div 1 1 : 12 : 23 01/03/02 (ESC) 72. 1 F- 27.8 H-- 1 Hour/Div 1 1 : 12 : 23 01/03/02 DICKSON FH125/FT121 Temperature / Humidity LCD Graphing Logger 100 80 60 40 20 0 SET CURSOR (ESC) FH125 FH121 Specifications FH121 Temperature Scales:

More information

7.3 ACS/WFC: Optimizing the Image Alignment for Multiple Visits

7.3 ACS/WFC: Optimizing the Image Alignment for Multiple Visits ACS/WFC: Optimizing the Image Alignment for Multiple Visits 186 7.3 ACS/WFC: Optimizing the Image Alignment for Multiple Visits Introduction Three ACS/WFC images of a crowded stellar field, obtained at

More information

A quick look at the basic functions of the Hercules Programmable Controller by

A quick look at the basic functions of the Hercules Programmable Controller by A quick look at the basic functions of the Hercules Programmable Controller by Basic Manual Operations Recall a Preset Switch a Relay Sweep All Relays Basic Programmable Features Time Events Photocell

More information

1 acis make bkgd. MEMORANDUM May 11, Description. 1.2 Parameters

1 acis make bkgd. MEMORANDUM May 11, Description. 1.2 Parameters MIT Kavli Institute Chandra X-Ray Center MEMORANDUM May 11, 2006 To: Jonathan McDowell, SDS Group Leader From: Glenn Allen (SDS) for the ACIS Background Working Group Subject: acis make bkgd Revision:

More information