2.7-m telescope coudé spectrometer (cs2n-TK3)
Personal Reference Notes
Prepared by Tom Barnes
(last updated by TGB August 24, 2004/last web update May 3, 2006 MF)
Coude' Observers Page
McDonald Observatory Online Manuals
See Carlos Allende Prieto's coude' resources
Note: Use your own computer account rather than the "tgb" account wherever it appears.
Basic Facts
- cs21, cs23 are the two foci of the 2.7m telescope coudé spectrometer
- Telescope f-ratio = f/32.5
- Coudé field scale is 2.35 arcsec/mm.
- Nominal focus of the telescope with the cs2 is 17100 units, (temperature dependent ).
- TK3 = Tektronix 2048x2048 CCD. Thinned, grade 1 chip.
- Gain is 0.584 +/- 0.001 e-/ADU.
- Pixel size is 24 microns
- 0.56 arcsec / pixel for cs2 in the direction of dispersion
- 0.45 arcsec / pixel for cs2 in the non-dispersion direction (for estimating seeing)
- Read time for full frame is
- High mode 45 sec with 4.4 e- readnoise
- Medium mode 89 sec with 3.1 e- readnoise
- Low mode 177 sec with 2.6 e- readnoise
- Full frame size is 17 Mbytes for 1x1 binning, 18 bit fits file.
- Bias level is near 1010 ADU.
- TK3 (in 1x1 binning) is linear to almost 250,000 ADU, but Phillip MacQueen recommends staying below 200,000 for very high S/N work. TK3 saturates at 262,000 ADU.
- cs2 is controlled via a Sun Sparc Ultra10 computer Oberon.
- Operated with the McDonald version of the NOAO "IRAF Control Environment" (ICEX-v1.5).
- 2.7m telescope is controlled by the Telescope Control System via computer Colossus. See the TCS manual for more information.
- 2.7m telescope has coude' autoguiding via apogee Check the magnetic board above and to the right of the oberon monitors to see which apogee computer you should be using.
- FOV of the guider is a few arcmin in 'field' mode, 30 arcsec in 'slit' mode.
- Control room has an Aiwa CD/cassette player but with a few tapes and CDs.
Request for Services
- Specify the focus needed (cs21 or cs23)
- Specify the detector (TK3 only option)
- Specify the on-chip binning (usually 1x1)
- Specify the grating (RR Lyrae program is E2)
- Specify the filter (none)
- Specify ICEX, apogee, TCS
- Request a print out of the gain and readnoise tests performed when TK3 is set up.
- Request that cs23 be focused by an Observing Support staff member.
First afternoon set-up
Go here if you are using IRAF for the first time (or if you need to remake it).
- Login onto Oberon
- Start IRAF running
- Start ICE running
- Change to the data disk and verify data directory.
- Verify turret mirror is #5 Mirror (silver), slit #2
- Verify the slit plug to give a slit width and length desired (#4 for 1.2 arcsec, R=60000).
- Uncover all 11 surfaces in spectrometer room.
- Verify CCD cooling temperature is < -105 deg C; if not, call for help.
- Verify the cs2 camera focus by measuring line widths in the Th-Ar lamp spectrum (<2.1 px).
- Set the wavelength region and verify through a day sky observation; iterate as necessary.
- Observe the FLATS and BIASes.
Bringing up IRAF and ICE
- Open an IRAF window to use for data analysis.
- Login onto Oberon (tgb/<pwd>)
- % (Oberon prompt)
- Launch an xgterm window (if your version of IRAF uses xterms, you don't need this step)
- % xgterm -sb &
- In the xgterm (or xterms) window, change directory to the IRAF subdirectory.
- % cd IRAF
- % cl (to launch IRAF)
- cl> (the IRAF prompt)
- When setting up for the first time,
- cl> show stdimage
- cl> set stdimage=imt35 (if necessary)
- if you had to do this, edit your login.cl file to make it unnecessary in future.
- cl> cd /home/oberon/tgb
- cl> vi login.cl
- un-comment the line
- When setting up for the first time, check the login.cl file to make sure parameter "imtype" is either commented out, or set to fits.
- Create a data directory "tgb" on data1,
- cl> mkdir /data1/oberon/tgb
- Then every time one starts the system,
- cl> cd /data1/oberon/tgb (to move to data directory)
- One can check the working directory with the command "pwd".
- One can see how much disk space is available on various disks by typing,
- Open a display window for the spectrum readout:
- cl> !saoimage &
- or cl> !ximtool &
- The & causes the display task to run in the background giving control of the window back to you.
- Open another, different IRAF window to use for instrument control. It is best to run IRAF and ICE in different windows.
- Left click in a vacant place on the monitor and select 'Local'.
- A new window to Oberon will open.
- Change directory to the IRAF subdirectory ICE.
- % cd ICE Note: the "%" is the Sun system prompt.
- % cl
- cl> set stdimage=imt35 (if necessary)
- cl> cd /data1/oberon/tgb
- cl> dir (to see what is in the directory)
- cl> mkdir nite1 (if desired, to create a nightly sub-directory)
- cl> cd nite1
- cl> icex (to launch ICE)
- ic> (ICE prompt)
cs2 telescope interface
- In the ICE window,
- ic> epar telpars (to set up telescope parameters)
- verify settings below
- exit telpars with cntl-d or :q
- ICE will now extract the coordinates from the telescope without manual assistance and enter them into the FITS file header. You can test communication with the encoders by executing the 'telescope' command.
- ic> lpar telpars
- (dateobs = "") date (dd/mm/yy) of observation
- (ut = "") universal time (hh:mm:ss)
- (st = "") sidereal time (hh:mm:ss)
- (ra = "") right ascension (hh:mm:ss)
- (dec = "") declination (dd:mm:ss)
- (epoch = "") epoch of ra and dec
- (ha = "") hour angle (hh:mm:ss)
- (zd = "") zenith distance (dd:mm:ss)
- (airmass = "") airmass
- (telfocus = "") telescope focus
- (telfilters = "") filter bolt positions
- (rotangle = "") rotation angle
- (pressure = "") barometer
- (teltemp = "") telescope temperature
- (windspeed = "") wind speed
- (winddirectio = "") wind direction
- (humidity = "") humidity
- (seeing = "") seeing
- (pointsrc = "") point source info
- (pointdir = "") optional point source directory
- (pointtype = "mean") point type header information (mean, refracted, flexed, etc.)
- (aperture = "2.7") telescope aperture size (m)
- (focalratio = "32.5") telescope focal ratio
- (telinfo = "") Optional image header info about telescope
- (telcap = "runlib$telcap") Telescope capabilities file
- (telname = "mcd107x") Telescope name
- (mode = "ql")
TK3 detector interface
- The following URL gives a good description of the CCD detector/controller interface and troubleshooting: http://nexus.as.utexas.edu/obs_sup/man/manuals/ice_info.html and also at http://www.as.utexas.edu/mcdonald/computer/ice-v2-ccd-controller.
- ic> epar detpars (to set up detector parameters)
- Verify that "amplify=3"
- Set the parameter "integra = n" where "n=1,2,3" sets the read out speed and read noise
- Verify that "detpix = l"
- Verify that "detname = TK3"
- exit detpars with cntl-d or :q
- ic> lpar detpars
- (firstco=1) First column of data (device coordinates)
- (lastcol=2048) Last column of data (device coordinates)
- (firstro=1) First row of data (device coordinates)
- (lastrow=2048) Last row of data (device coordinates)
- (colbin =1) Column binning factor (1,2,3,4,8)
- (rowbin =1) Row binning factor (1,2,...,8)
- (amplifi=3) Detector amplifier(s) to use
- (gain=1) Detector gain setting (1=1x,2=2x)
- (integra=2) Detector integrator (1=slow 2=medium 3=fast)
- (detpix = l) Data type of detector pix (u=16-bit l=18-bit)
- (iflushp=100) Period between flushes when idle (-1 to 15000 s)
- (dumpdra=no) Use the dump drain for flushing if CCD has one
- (srdrain=no) Use serial register as a drain during flushing
- (preflus=yes) Flush the CCD before all integration types
- (detname=TK3) Detector name
- (detcap =runlib$detcap) Detector capabilities file
- (detinfo=) Optional image header info about detector
- (angle =0) Detector angle from nominal
- (nframes=) IR Detector sum/average nframes
- (debug = no) Debug the detector interface
- (bypass =no) Place the detector interface into bypass mode
- (mode =ql)
- ($nargs =0)
- For binning, 1x2 co-addition is specified by setting:
- (colbin = 1) Column binning factor
- (rowbin = 2) Row binning factor
- Parameter "integrator":
- All three integrators are fully functional. The integrator is part of the signal processing, and is primarily responsible for reducing the readout noise.
- For TK3, the three integrators give the following performance:
- int=1: 25 kpixel/s readout rate,
- 177 s full frame 1x1 readout time,
- 2.6 electron readout noise for 18-bit data
- int=2: 50 kpixel/s readout rate,
- 89 s full frame 1x1 readout time,
- 3.1 electron readout noise for 18-bit data
- int=3: 100 kpixel/s readout rate,
- 45 s full frame 1x1 readout time,
- 4.4 electron readout noise for 18-bit data
- Broad recommendations by Phillip MacQueen:
- Use Int3 for:
- - all setup work such as focusing, wavelength setting, and field finding
- - time resolved observing where readout time is important
- - high quality observing at moderate or higher signal-to-noise ratios,
- where you are willing to give up a hardly detectable amount of data quality.
- Use Int2 for:
- - most observing when you want to be a bit conservative.
- Use Int1 for:
- - low signal-to-noise ratio observations when the integration is long,
- and the longer readout time is a relatively small fraction of the entire observation.
- - when the best possible data quality is required.
TK3 controller interface
- This parameter refers to the McDonald Observatory V2 CCD controller. This parameter file provides the primary interface to the CCD controller.
- The first two parameters, status and V2power, are the only two parameters that an observer will normally use. Note well that some of the parameter names contain capital letters.
- ic> lpar v2pars
- (status =INDEF) V2 status block (0=summary,1=full)
- (V2power= INDEF) V2 controller power (0=off,1=on)
- (bias1 =INDEF) Amplifier 1 detector bias level (-1.24993 to 0)
- (bias2 =INDEF) Amplifier 2 detector bias level (-1.24993 to 0)
- (dettemp=INDEF) Detector temperature (-135.27 to -69.735)
- (SHsourc=INDEF) Servo heater source (0=off,1=SD,2=HP)
- (H2sourc=INDEF) Header 2 source (0=off,1=AD,2=HP)
- (H2power=INDEF) Heater 2 power level (0.0 to 1.0)
- (inttau =INDEF) TC integrator time constant (41 to 10445)
- (intinit=INDEF) TC integral initial value (-8.57 to 8.57)
- (intenab=INDEF) TC integrator enable (0=off,1=on)
- (T1notch= INDEF) Thermometer 1 notch frequency (0=60Hz,1=50Hz)
- (VGpower= ) Vacuum gauge power (0=off,1=on, =query)
- (IPpower= ) Ion pump power (0=off,1=on, =query)
- (ADCsour=0) A/D converter source (0=detector,1=ground/WG)
- (DCRpars= ) DC restoration parameters
- (biaspar= ) Bias parameters
- (gatepar= ) Reset and auxiliary gate parameters
- (Plpars = ) Parallel lower parameters
- (Pupars = ) Parallel upper parameters
- (Slpars = ) Serial lower parameters
- (Supars = ) Serial upper parameters
- (WGpars = ) Waveform generator parameters
- (mode = ql)
- ($nargs = 0)
- Parameter "status":
- This is a very frequently used parameter for monitoring the detector. From the ICE command prompt, type:
- This is the short form of the full command v2 status=0. The output gives the status of the detector system. If "v2 s=1" is used, the same information is printed out following a listing of the full status telemetry from the CCD controller.
- If the CCD should be powered down by a power outage, the following sequence of commands must be executed to restore internal (software controlled) power:
- ic> v2 V2power=0
- Wait at least ten seconds
- ic> v2 V2power=1
- The CCD may be too cold as a result of the power outage (heater was off), so monitor the temperature via the command
- ic> v2 s=0 until it is stable.
- Occasionally when brought back up the first integration will show an anomalously high bias level. In this case, do an "unload" command and another integration to get the microcode reloaded properly.
- If the CCD should be powered down by a power outage, the following sequence of commands must be executed from within ICE after the CCD is powered up: bye, flpr, flpr, icex. In other words, icex must be started twice.
- If icex should be powered down for some reason, or is killed by two cntr-C commands, there may be an orphaned process that hangs the controller. This will prohibit icex from restarting. The process is x_ccdacq and it may be found and killed as follows:
- Oberon> ps -e | grep x_ccdacq
- Oberon> kill -9 7803
- Oberon> ps -e | grep x_ccdacq
- Oberon>
cs2 instrument interface
- In the ICE window,
- ic> epar instrpars (to set up the instrument task)
- Verify that "instna = cs23-e2"
- exit instrpars with cntl-d or :q
- ic> lpar instrpars
- (instrfi= ) Filter selection
- (fts = ) Filter name translation
- (instrfo=) Instrument focus
- (filtoff=) Filter focus offset values
- (slituni=) Slit unit focus offset values
- (probepo=) Probe position value or file
- (apertur=) Aperture & slit selection
- (decker =) Decker selection
- (dispers=) Disperser control
- (tiltpos-) Tilt position
- (order =) Spectral order (0=most efficient)
- (dispaxi=) Dispersion axis
- (gts =) Grism name translation
- (polariz=) Polarizer angle in degrees
- (complam=) Comparison lamp control
- gascell=) Gas cell control
- (covers = ) Cover control
- (posangl=) Position angle
- (tvfilt =) TV filter selection
- (instrpo=) Instrument power control
- (instrin=) Optional image header info about instrument
- (instrna= cs23-e2) Instrument name
- (instrca= runlib$instrcap) Instrument capabilities file
- (debug =no) Debug the instrument interface
- (bypass =no) Place the instrument interface into bypass mode
- (mode = ql)
- ($nargs = 0)
cs2 observing interface
Parameters that are set manually are 'rootname' and 'sequence' (for specifying the filename), `pixtype', 'observers', and 'commands'. N.B.: 'pixtype' must be set to match 'detpix' in detpars. The string shown below for 'commands' causes the image to be displayed at the end of readout on a display tool (ximtool or SAOimage). The display tool must be running at the end of the readout.
ic> epar obspars (to set up the observing task)
- change exposure time, image type, object title, number of exposures, rootname,
- Verify that all other parameters are as listed below.
- exit obspars with cntl-d or :q
- ic> lpar obspars
- exposuretime = 120 Exposure time (seconds)
- imagetype = "comp" Image type
- objecttitle = "ThAr" Object title
- (rootname = "TGB") Image root name
- (sequence = 1) Sequence number
- (setfilters = no) Query and set filters
- (setfocus = no) Query and set focus
- (setscanrows = no) Query and set nscanrows (short scan mode)
- (filtype = "telescope") Type of filters to use
- (foctype = "telescope") Type of focus to use
- nfexpo = 10 Number of focus exposures
- shtype = "detector" Shift type
- focmode = "manual" Focus mode
- fstart ="" Starting focus value
- fdelta ="" Focus increment
- nrvrows = 25 Number of rows to reverse shift
- (pixtype = "l") Data type of IRAF pixels
- (observers = "T. Barnes") Observers
- (comments = "") Comments
- (comfile = "") Observer header comments file
- (obsinfo = "") Optional observing information for image header
- (observatory = "MCDONALD") Observatory name
- (command = "display %s 1") Postprocessing command
- (preallocate = 60) Preallocate image (0=no 1=yes N=if exptime > N)
- (preprefix = "imdir$_") Preallocate image prefix
- (longexpo = 300.) Long exposure time (seconds)
- (verbose = yes) Type out image name
- (Store=yes) Store to file during readout
- (Display=no) Display during readout
- (z1=0) Minimum pixel value to be displayed
- (z2=0) Maximum pixel value to be displayed
- (f1=1.) Modify found minpix by this value
- (f2=1.) Modify found maxpix by this value
- (debug = no)
- (mode = "ql")
Test operation
- In the ICE window,
- ic> test (to execute a test exposure, which frames are successively over-written.)
- Answer the prompts with parameters or <cr>. It is useful to do an "object" exposure in the test to verify that the detector produced a non-zero frame.
- Look carefully at the messages returned to see that communications with the telescope and detector are successful.
Spectrum display window
- Open an "ximtool" or "DS9" window in the IRAF analysis window
- cl> !saoimage & (!ds9)
- 'imexamine' will create a plot window and display the plot
- cl> imexamine (to launch image analysis task)
- Place the cursor on the image and type
- "j" for a Gaussian fit to a line within an order (for spectrometer focus),
- "k" for a Gaussian fit across an order (for seeing estimate),
- "c" for a column plot, etc.
- "m" for a statistical summary at the cursor position (for bias level estimate)
- "q" to exit
- Quit imexamine before another image is displayed to avoid problems with the task.
- Note that the default settings in the "display" task will cause the pixel value in the graphics window to be incorrectly shown in some cases. This is indicated by a + or - value after the value. To get the correct value, change the scaling in the display task as described in Appendix F to the ICE manual. (Set"zscale=no", "zrange=no", "z1=4000" and "z2=10000", for example.)
- Appendices F-G of the ICE manual explain ximtool and imexamine well.
Orientation of the image
- Where is blue where is red on the image display
- cl> display tgb0001 to display the frame on the image display
- Within each order the wavelength increases from left to right on the CCD.
- For successive orders the wavelength increases from the top to the bottom of the display.
- To put blue at the bottom:
- For the F1 focus flip the left and right (<--->) sign.
- For the F3 focus flip the upper and lower part of the frame (^---^) sign.
Setting the wavelength region
- When aligning the spectrum onto the CCD, remember that the echelle settings align the wavelengths along the order and the prism settings align the orders up/down on the chip.
- ic> epar instrpars
- Set "tiltpars=4842" to center at 4842 Å
- Set "order = 0" to compute best prism location for this echelle setting - this does not always work. Verify that the blaze is appropriate after setting tiltpars and order!
- ic> instrument to move the echelle to 4842 Å
Alternately, one can move to specific echelle and prism settings by use of the parameters 'E@4842' and 'P@8322' to move them to the specified wavelengths. (Only move one.) One can also move the echelle and grating differentially by means of 'E+10' to move the echelle center +10 Angstroms or 'P-10.34' to move the grating center -10.34 Angstroms.
- The resolving power for cs23 is given by
- R = 5382/(FWHM*24e-3*1.789)
- Some resolving powers for slits at cs23 at 5382 Å:
- Slit Width (Å) FWHM (px) R
- #3 0.59 1.60 79,000
- #4 1.20 2.17 58,000
- #5 1.79 2.78 45,000
Spectrometer focus
- To examine the focus quality, take a Th-Ar exposure and measure the FWHM of the lines. They should be <2.1 px FWHM.
- Process:
- Set the calibration unit to cs2
- Turn on the Th-Ar power supply, wait 30 seconds, switch from standby to on.
- Set guider to the field position
- ic> test
- comps
- 30 sec exposure
- Use imexamine to measure FWHM with "j"
- If not in focus, the cs23 may be focused using a Hartman test.
- The Hartman test is based on the principle that you mask part of the beam and see where the image (=Th-Ar lines) is projected. If the detector is at the right focus position then the image is positioned at the same place no matter which part of the beam is masked. If the detector is not in focus, different parts of the beam are projected at different locations.
- Repeat the Th-Ar exposure with
- Hartman Mask A closed and Mask B open.
- Hartman Mask A open and Mask B closed.
- Record the x,y locations of several lines in each spectrum. The x locations should be the same within 0.1 px, else the spectrometer needs focused.
- Focusing the spectrometer is tricky and best done by McDonald staff.
Making a flat field
- Insert 1-2 color balance filters (similar to BG38) into the beam at the slit exit to reduce the red light signal and avoid saturation when sufficient blue light signal is acquired.
- MAKE A PAPER NOTE TO TAKE TO THE CONTROL ROOM THAT SAYS THE CB FILTERS ARE "IN".
- Turn on the power to the Flat Lamp Supply.
- check the voltage near 26.5 V
- check the current near 5.5 A
- One panel below the comparison lamp supply is the control box for the mirrors.
- Put "LAMP STAGE" on "CS2". Light from the lamp will now be fed to spectrograph.
- ic> flat
- set integration time to 9 seconds as an estimate (2 CB filters)
- Whether the guider is at "field" or "slit" is irrelevant for flat and Th-Ar exposures as the optical elements only affect observations through the telescope.
- Turn Flat Lamp Supply off when not in use.
- REMOVE COLOR BALANCE FILTERS BEORE OBSERVING
Taking a Th-Ar exposure
- Insert 1-2 color balance filters (similar to BG38) into the beam at the slit exit to reduce the red light signal and avoid saturation when sufficient blue light signal is acquired.
- MAKE A PAPER NOTE TO TAKE TO THE CONTROL ROOM THAT SAYS THE CB FILTERS ARE "IN".
- Turn on the Comparison Lamp Supply.
- Wait 30 seconds or so until the lamp is warm.
- Put the "STANDBY" switch to "ON.
- check the voltage near 250 V
- check the amperage near 15 milliamp
- Put "LAMP STAGE" to "CS2". Light from the lamp will now be fed to spectrograph.
- ic> comp
- set integration time to 120 seconds as an estimate (2 CB filters)
- Whether the guider is at "field" or "slit" is irrelevant for flat and Th-Ar exposures as the optical elements only affect observations through the telescope.
- Turn Th-Ar lamp to standby between exposures and to off at the end of the night.
- REMOVE COLOR BALANCE FILTERS BEORE OBSERVING
- [The CB filters may be put inside the cal. lamp housing in order to ensure the same focus for the Th-Ar and for the object. However, they MUST be removed when the FLAT lamp is exposed as the heat will break them.]
Taking a day sky exposure
- A day sky spectrum is a good wavelength calibrator.
- It is also a good way to ensure that every run the echelle and prism are set to put the spectrum exactly in the same place on the chip.
- The NSO Atlas# 1 (the red book) 'Solar Flux Atlas from 296 to 1300 nm' is very useful for finding wavelengths in the solar spectra.
- Save a solar spectrum (spectrum.fits) in home directory.
- Each run call up the saved spectrum, display it.
- Expose a new spectrum, display it.
- XIMTOOL has a register option to register the two spectra, then blink them.
- Use instrpars to move the echelle and prism until they two spectra are aligned.
- Rotate #5 turret to "slit2 solar mirror" location.
- Move calibration unit out of the beam.
- Uncover port on south deck.
- Take spectrum.
- Recover port.
- Rotate #5 turret to #5 mirror (silver), slit #2
Telescope Control System (TCS)
- The telescope is controlled through the Telescope Control System (TCS) via the computer Colossus.
- In an Oberon window type
- In the TCS window that comes up
- Push the Inactive button to make it Active
- In the SPECIAL menu verify that mount model is 2.7m coudé
- From the NEXT menu item, one can choose various options for targets
- GO NEXT prepares the telescope to move, but no motion happens until the enable button is pushed in the dome. However, the DOME DOES MOVE IMMEDIATELY.
- From the TOOLS menu item, one can choose to enable/disable dome, park dome, etc.
- The Zero button on the left when pushed will reset the pointing model (= old p z).
- Create an ascii worklist of targets to make pointing more efficient (blazhko.wrk, for example).
- Load the worklist into your home directory on Oberon.
- Access the worklist from the FILE menu item.
See the TCS manual for more information.
See the apogee guider manual for information on setting up the guider.
Night report (xreport)
In an Oberon window,
A night report window will be created. Fill in the appropriate fields.
Save the xreport periodically.
At end of the night, quit it to file it.
Starting the night
- In the coudé slit room:
- Remove the cover to the #5 mirror (silver) slit #2.
- Remove the cover to the slit.
- Verify that the optical elements are in place for cs2.
- Verify that the correct slit plug is in place.
- For R=60,000 at cs2, use slit #4 8.2x1.2 arcseconds.
- The slit plug is removable by lifting the knobbed handle to release the housing.
- Pull down the housing using the large black handle.
- Unscrew the brass retaining screw.
- Remove the plug.
- When inserting a plug, be sure that the reflective surface of the plug is coplanar with the reflective surface of the outer mirror.
- In the coudé spectrometer room:
- Throw the rightmost large switch inside the outer door to open the large mirror cover.
- Remove the color balance filters behind the slit.
- Remove all 11 optical surface covers on the straight-through path.
- Top up the LN2 dewar.
- In the electronics room (behind north pier)
- Push three buttons:
- "HYDRAULIC BEARINGS" green START button to turn on the hydraulics.
- There is no discernable change in the button but a faint noise can be heard from the dome.
- "DECLINATION" and "HOUR ANGLE" red ON buttons turn bright. These turn on the Dec and RA servos.
- At the telescope console on the dome floor:
- Turn on the console power using the SYSTEM RESET button
- Push the dome shutter open button
- Push the mirror cover open button
- Move the upper windscreen out of the way
- Be sure the dome and passage lights are dim or off.
- At the TCS console (either on the dome floor or in the control room)
- From the TOOLS menu, enable autodome tracking
- From the NEXT menu, choose a target
- From the NEXT menu, start telescope tracking
- Click on GO NEXT
- Push the yellow enable switch until the telescope arrives.
- Acquire a bright star
- Do pointing test and re-zero as needed
- Adjust telescope focus
- Test autoguider
Focus the telescope onto the slit
- Acquire a bright star with V~3 mag.
- In the coudé slit room, rotate the mirror to put the light into the alignment telescope on the west side of the optical bench.
- Focus the alignment telescope on the slit by loosening the top retaining screw and manually
- adjusting the eyepiece all the way out. (One can focus on the field by moving the eyepiece all the way in.)
- Focus the star onto the slit using the control handset in the slit room
- Nominal focus is near 17100 units.
Ending the night
- At the apogee guider:
- In File menu, select QUIT
- In the TCS window:
- From the NEXT menu, select Stow
- Select GO NEXT
- Go to the dome console and push the yellow enable switch until telescope and dome quit.
- Tracking will turn off
- Telescope will go to HA = 0.0 and DEC=-20 degrees.
- Dome will go to West.
- In the File menu, select QUIT
- At the telescope control console:
- Close mirror cover.
- Close dome shutter.
- Lower upper windscreen enough to cover the telescope. (Line up the bottom of the upper screen with the crossbeam at the top of the dome.)
- Hit Emergency Stop to turn off console, RA and Dec servos, and the Hydraulics.
- In the control room
- Be sure the Th-Ar lamp power is OFF.
- Fill in the Xreport, save it, and quit it.
- In the coudé slit room:
- Cover the #5 mirror.
- Cover the slit.
- In the coudé slit room:
- Cover the #5 mirror.
- Cover the slit.
- In the coudé spectrometer room:
- Cover all optical elements except grating and prism (to avoid moving them).
- Top up LN2
- At the computer:
- Copy data files to Exabyte tape and transfer tar.Z files to home computer.
- Logout of Oberon by pulling up a menu in a blank part of the monitor and clicking Quit
Sending tar.Z files to your home computer
- It is quick and efficient to send tar.Z files over the Internet to your home computer. However, the process does take some preparation. Within an IRAF window on Oberon, if the files are in .imh, .pix format, do the following
- cl> cd /data1/oberon/tgb/<data directory>
- cl> !files *.imh > imhlist (to create a file listing all the .imh files in the current directory)
- cl> !sed s/imh/fits/g imhlist > fitslist (to change the .imh to .fits on each file name and store the new list in file fitslist.
- cl> unlearn wfits (to get rid of the "yes" or "no" in the "newtape" parameter)
- cl> epar wfits
- "iraf_file = @imhlist"
- "fits_file=@fitslist"
- "newtape= (blank)"
- cl> wfits (to create a fits file for every IRAF file and retain the same name)
- If the files are .fits to start with, begin the process here.
- cl> !/opt/local/gnu/bin/tar cvf /data1/oberon/tgb/nite1/nite1.tar nite1/*.fits (to create a file nite1.tar containing the *.fits files inside a directory /nite1)
- cl> !compress nite1.tar (to create a compressed file 'nite1.tar.Z' of the tar file)
- cl> !scp nite1.tar tgb@astro:/tgb/tgb/<datadirectory> (to transfer the file to /tgb)
- tgb@astro's password: <password>.
- nite1.tar.Z (line showing progress of the transfer)
- It took 22 minutes to transfer 286 Mb at 1800 CST.
- It took 15 minutes to transfer 205 Mb at 0300 CST.
- At home, the data may be decompressed and extracted,
- astro> decompress nite1.tar.Z (to decompress the file)
- astro> tar xvf nite1.tar (to extract the *.fits files from the tar file)
- The above format for creating the .tar file will lead to the extraction creating a directory "nite1" into which the *.fits files are put.
Writing IRAF files to Exabyte tape
- Data may be written on exabyte tapes (2292 Mbyte) in FITS format, ~130 full-sized frames. However, it is inefficient to put that many .fits files on a tape as the time to skip ~100 files is nearly two hours! It is better to put only a few files on each tape.
- The IRAF names for the tape drives are listed on a posting just above the rightmost computer monitor as well as here . Oberon is connected to mtbc (hi density, 10 Gb) and mtbb (lo density, 2.3 Gb). It is recommended that one use the lo density drive, unless you are sure you have a high density drive at home to read your tapes. High and low density tape writes may not be put on the same tape. Once a tape has been used for either high or low density tape dumps, the tape must be completely erased (not just removing the data) before you can use it for the other density.
- If the files are in .imh, .pix (IRAF) format:
- To start the tape dump, in the data reduction window,
- cl> cd /data1/oberon/tgb/nite1 (to go to data sub-directory)
- cl> dir (to verify location and presence of .imh, .pix files)
- Load the Exabyte tape in the drive
- cl.> allocate mtbb (to assign lo-density drive to Oberon)
- cl > dataio - (to launch data I/O package)
- da > epar wfits (to verify parameters in write package)
- change only the first three parameters as appropriate
- "iraf_fil= tgb*.imh" or @filename (a list of files to be copied)
- "fits_fil= mtbb" (to send the files to tape)
- "newtape= yes" or "no"
- control-d to escape editor or :go to launch wfits directly
- da > wfits (to launch wfits if :go had not been used, do a return for each query)
- da > deallocate mtbb (to rewind tape after finished)
- Eject the tape
- If the files are in .fits format:
- It is vastly faster to write tar files to Exabyte than to write FITS files directly. It takes about 65 seconds to add one .fits file to a tar file on the tape. A lo density exabyte tape (2292 Mbytes) holds ~130 full-sized frames.
- The UNIX names for the tape drives are listed on a posting just above the rightmost computer monitor as well as here . Oberon is connected to rst13 (hi density) and rst4 (lo density). It is recommended that one use the lo density drive. Changing rst13 to nrst13 (etc) will cause the tape to rewind after the end of data.
- Load the Exabyte tape in the drive rst4 (=mtbb)
- From within an Oberon window,
- % tar cvf /dev/rst13 *.fits to write all the FITS files in the current directory to a tar file on the tape.
- %mt -f /dev/rst4 rewind to rewind the tape
- % mt -f /dev/rst13 status to check on what the tape is doing
- % mt -f /dev/rst13 fsf N to skip N files
- % tar vf /dev/rst13 > tapelist.txt to list the tape into a file tapelist.txt
- % type tapelist.txt to list on the screen the contents of tapelist.txt
- At home, the tape may be read using
- % tar xvf /dev/rstN where rstN is the local /dev
SUN stuff
- Mouse control:
- To cut and paste, select text with the left mouse button and paste it at the cursor location with the right one.
- Middle mouse button grabs and moves things.
- Use the up/down arrows to move to earlier typed lines.
Instrumental Point Spread Function (PSF)
The instrument does spread the light in the dispersion direction (by the echelle) and in the cross-dispersion direction (by the prisms). The shape of one Th-Ar emission lines shows how light is spread.
PSF in cross-dispersion direction:
- Put the pinhole in the slit (#13). The pinhole is 300 micron in diameter and represents short slit in the cross-dispersion direction.
- Make an integration of an arc spectrum.
- Display the frame on ximtool, and type "imexam"
- Zoom in on an isolated emission line.
- Place the cursor on this line.
- Push "e". A graphical window will pop-up and display a contour plot.
- If the scale of the contour plot is inconvenient then go out of "imexam" by typing "q"
- In the IRAF window type: epar eimexam and change those parameters which you want to change. Go out of eimexam by typing "Cntrl D"
- Go into imexam and repeat 3... 9 till you are happy.
PSF in dispersion direction:
- Put slit #1 in the slit holder. This slit is longer (3.5mm) then the diameter of the pinhole (3.0mm) and therefore less suitable to look at the cross-dispersion PSF. The width (90micron=0.09mm) is however much smaller then the diameter of the pinhole. Therefore this slit is very useful to examine the dispersion PSF.
- Go through points 2-9 above.