Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#Input file for making finder and observability charts
#--------------------Select Charts To Display---------------------------------------
y #Show telescope Hour Angle observing limits
y #Show altitude vs. Local Siderial Time plot with telescope observing limits
y #Show finder chart for IGRINS Slit View Camera FOV
#--------------------Target Info------------------------------------------
135.0 #Sky Position Angle (Start north and go east, N=0, E=90, S=180, W=270 degrees, Default = 90 deg slit oriented east-west)
2 #1=Input object as RA & Dec., 2=Input object name
HD 219485 #Object Coordinates in RA & Dec [hh:mm:ss.ss<space>+/-hh:mm:ss.s], or Object Name
#--------------------Guide Star Info---------------------------------------
0 #Input guide star as... 0=no guide star, 1=dRA & dDec, 2=RA & Dec., 3=guide star name
#Guide star offset in dRA & dDec [arseconds<space>arcseconds], coordinates in RA & Dec [hh:mm:ss.ss<space>+/-hh:mm:ss.s], or Name
#--------------------User Supplied FITS File---------------------------------------
#Fits file path for making finder chart, leave blank if you just want to use 2MASS K-band

I will now break down each of these seperately.

The first part lets the user set which charts to display.  Set to 'y' to display a chart when running IGRINS Observability, set to 'n' to not display the chart.

y #Show telescope Hour Angle observing limits

This displays a chart showing the limits of where the 2.7 m telescope can slew in Hour Angle and Declination.  The observing limit chart is a recreation of this chart, with the declination of the target painted on as red circle.

Image Added

y #Show altitude vs. Local Siderial Time plot with telescope observing limits

This is an altitude chart showing the altitude of the target above the horizon vs. local sidereal time as the blue line, .  The two red vertical lines show the observing limits of the telescope.  These charts are designed to mimic the Altitude charts created by 

Image Added

y #Show finder chart for IGRINS Slit View Camera FOV

And here we get to the meat of the code, making a finder chart!  The green outline is the Slit View Camera FOV.  The box in the center is the slit.  The Blue compass shows the directions of North and East.  I will go into much more detail on how this all works in the rest of this manual

Image Added