Joint Astronomy Centre
Show document only
JAC Home
JCMT
UKIRT
Contact info
JAC Divisions
OMP
Outreach
Seminars
Staff-only Wiki
Weather
Web Cameras
____________________

Observing at UKIRT
Service Observing
UKIDSS Survey Operations
Target of Opportunity
Calibration & Utilities
UKIRT Archive
Public wiki
Accessing Flexed Data
Accessing UKIDSS Data
Reduction Cookbooks
Telescope
Site Quality
Instruments
Newsletter/Publications
UKIRT Faults
JAC Safety Manual
Changing System Defaults

JACH | JCMT | UKIRT | Computer Services | USG

Changing System Defaults

On some systems, certain defaults may be changed prior to starting the software. Some common examples aregif[2]Note that I use the `;:' construct for Unix in-line comments.:

% setenv SHELL /bin/csh ;: Invokes csh via ICL `sh' command
% setenv TERM vt100 ;: Required by DEC-Alphas?
% setenv LPDEST hp3d ;: Where `hp3d' is a PostScript printer
% setenv CGS4_MASKS /scratch/pnd/19940811 ;: User's bad pixel masks

The last option allows user defined bad pixel masks e.g. when reducing echelle data. If the user requires system defined bad pixel masks as well these must be manually copied to the new directory before the software is invoked. For example, to use fpa46_short and one's own masks enter:

% setenv CGS4_MASKS /scratch/pnd/19940811/masks
% cp -p $cgs4dr_root/ndf/fpa46_short.sdf $cgs4_masks/fpa46_short.sdf
% cgs4dr /scratch/pnd/19940811 940811 ndf


Last Modification Date 1996/03/12 - Last Modification Author: frossie
Phil Daly (pnd@jach.hawaii.edu)
Contact: Tom Kerr. Updated: Wed Oct 6 12:07:27 HST 2004

Return to top ^