Palomar 200" PFIRCAM detailed Setup for TARDIS and PFIRCAM-PC

Revision: Mar 17, 1997


Contacts:

Equipment:

Cass Cage Setup (see diagram)

Control Room Setup (see diagram)

Prime Focus Cage Setup

Stepper Motors






The following text contains old notes regarding data reduction. Some of this stuff is still relevant, so it may be helpful to the user (or just the opposite, oh well).

PFIRCAM DATA REDUCTION SOFTWARE
T.H. Jarrett, Dec. 1993

Data Transfer: Camera to Fits Images

** TRANSFER PFIRCAM IMAGES TO Sun-SPARC NORRIS; CONVERT TO FITS IMAGES

The camera images are stored on the vax computer SAM and must be transferred to the Sparcstation Norris via UNIX ftp shell script "getircam" which resides on Norris in the directory: /home/visitor/pfircam/data. The contents of the script are as follows:

Shell script "getircam"

# # getircam
# usage example: getircam 001
# gets files w0001*
#
ftp -v -i -n sam << eot
user ircam ircamircam
binary
mget w0$1*
eot

Note that the login user name on SAM is "ircam" and the password is "ircamircam". The password is frequently changed, so you must update "getircam" with the latest information.

Now the files reside on Norris. The next step is to convert the files to fits images. This step is accomplished with the PFIRCAM routine "ir2fits".