INSTRUCTIONS FOR NURO OBSERVERS

revised September 1997

compiled by: Bruce Cantor, University of Toledo

Robin Dalrymple, George Hassel, and Harry Augensen, Widener University


START-UP PROCEDURE FOR 31-INCH NURO TELESCOPE

In Trailer

In Dome

On URSA Computer (in Trailer)

institution

beginning sequence number of files (click Apply)

image name root (click on Apply)

Note: Wait for chip to cool to -110 degrees Celsius; then you are ready to take bias (zero exposure), flat, and dark frames:

Helpful keyboard commands on URSA (Gateway):

Taking BIAS (Zero) Frames

Taking FLAT Frames

On the telescope control computer, turn on the tracking by typing: tr

Note:

Taking DARK Frames (not absolutely crucial since T = -110 C)

When the sky becomes dark enough and before imaging your target stars, you will need to focus the telescope.


Determining the Focus Setting in Each Filter

Note: Inexamine gives you the PSF(Point Spread Function) for the star's image. If PSF is less than about 5.0, then image is in focus.

Note: Focus setting for R and I filters will be exactly the same as for the V filter.


OBSERVING PROCEDURES

On Telescope Control (Move) Computer

On URSA Computer

Now you are ready to take observation.

When finished, repeat procedure for other filters:

Repeat observing procedures outlined above for each target star.

What to Do If URSA Crashes


SHUT-DOWN PROCEDURE

In Trailer

In Dome

In Trailer

Good Work! Go home and get some sleep.


NURO - DATA TRANSFER (.imh to .fits files)

Data should be transferred from the URSA terminal throughout the night.

**Transfer will be incomplete if data is being taken - - be sure to wait for URSA to be idle.

Objectives

Steps for Data Transfer

  1. Open an xgterm window.
  2. Log into URSA by typing:

rlogin ursa.lowell.edu

password: (provided by Brian Taylor)

  1. Change to home directory by typing: cd
  2. Start IRAF by typing: cl
  3. Change to data directory by typing: cd data
  4. Copy image files to temp directory by typing: imcopy *.imh temp
  5. Change to temp directory. Type: cd temp
  6. Create an image list. Type: files *.imh > image.list
  7. Enter the text editor. Type: vi image.list
  8. Type the following exactly:

:g/imh/s/.imh/.fit

:w fit.list

:q!

  1. Type: wfits @image.list fits_files=@fit.list
  2. Open another xgterm window.
  3. Type: ftp ursa.lowell.edu
  4. Type: prompt
  5. Change to temporary directory. Type: cd data/temp
  6. Type: mget *.fit

Clearing Temporary Directory

  1. Click onto first xgterm window.
  2. Change to temp directory. Type: cd temp
  3. Type: imdel *.imh
  4. Type: del *.fit
  5. Type: del *.list
  6. These commands delete all image files, fits files, and lists.

*Repeat from step 3 throughout observing session to transfer additional data.

**If the second xgterm window should close, type: open ursa.lowell.edu at command prompt.


COPYING DATA FROM HARD DRIVE TO MAGNETIC TAPE

To Copy Data from Hard Drive to Tape

  1. Load tape cartridge onto tape drive device.
  2. Change to directory on hard drive where files are stored (eg, cd/data/widener/summer97)
  3. To advance tape to end of last data files stored, type: mt eom (only if tape is partially filled)
  4. To begin transfer of data to tape, type: tar -cv *
  5. To get tape out, type: mt rewoffl. Tape will automatically eject.

To Copy Data from Tape to Hard Drive

  1. Load tape cartridge onto tape drive device.
  2. Change to directory on hard drive where files are to be stored (eg, cd/data/widener/summer97)
  3. To begin transfer of data to hard drive, type: tar -xv
  4. To get tape out, type: mt rewoffl. Tape will automatically eject.
  5. If desired, may rewind tape by typing: mt rewind


FTP FILES FROM NURO Pegasus (SUN) TO HOME COMPUTER
  1. On Physics computer in outer office, start Linux and log in as usual.
  2. At prompt, type: ftp pegasus.lowell.edu (may need to use !ftp)
  3. Screen will respond with "connected" or something similar, then will prompt you for your username: Type in your username and hit <Enter>.
  4. You will next be prompted for the password, which you should type in and hit <Enter>.
  5. To find out where you are, type: pwd, which should show /lowell/myhome/pegasus/observer/
  6. Change to subdirectory where data files lie: cd/data/widener/summer97
  7. To see what files are in the subdirectory, type: ls -l |more
  8. To transfer files, type: mget <filename.ext> (e.g., mget rvtauri*.fit.Z), then <Enter>.
  9. If there are more than one file, the system will continue to prompt for each one. Continue to hit the <Enter> key for each. To save time, at the beginning you can simply hit <Enter> the number of times corresponding to the number of files to be transferred.
  10. When done, type: quit twice, first to logout of the site and again get out of >ftp.
  11. To logout of the local system, type: logout


COMPRESSING AND UNCOMPRESSING FILES

To compress files

  1. Go to the subdirectory where the files you which to compress are located.
  2. To compress the files and run compression in the background, type: gzip -9 <filename.ext> &. (E.g., to compress all files in the directory, type: gzip -9 * &)

To uncompress files

  1. Go to the subdirectory where the files you which to uncompress are located. They should have an extension .Z or .gz.
  2. To uncompress the files, type: gunzip <filename.ext>

(E.g., to uncompress files rvtauri0001.fit.Z through rvtauri0199.fit.Z, type: gunzip rvtauri*.fit.Z)