diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/lib | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/lib')
435 files changed, 56511 insertions, 0 deletions
diff --git a/noao/lib/FC.mips b/noao/lib/FC.mips new file mode 100755 index 00000000..5a8c5fa3 --- /dev/null +++ b/noao/lib/FC.mips @@ -0,0 +1,32 @@ +#!/bin/csh + +# FCOMP -- Compile a Fortran or SPP file. This is a kludge used to workaround +# a bug in the DS3100/MIPS Fortran compiler, wherein the parser goes completely +# bonkers on large files. When this occurs it is necessary to break the file +# up into pieces and compile them separately to workaround the problem. + +#set echo + +set root = $1:r +set xfile = ${root}.x +set ffile = ${root}.f +set ofile = ${root}.o +set DIR = zzz.fcomp + +if ($1 == $xfile) then + xc -f $1 +endif + +if (-e $DIR) then + rm -rf $DIR +endif + +mkdir $DIR +cat $ffile | (cd $DIR; fsplit) +(cd $DIR; f77 -c -O -G 0 *.f; ld -r *.o -o ../zzz.fcomp.o) +mv zzz.fcomp.o $ofile +rm -rf $DIR + +if ($1 == $xfile) then + rm -f $ffile +endif diff --git a/noao/lib/Revisions b/noao/lib/Revisions new file mode 100644 index 00000000..ab533f0b --- /dev/null +++ b/noao/lib/Revisions @@ -0,0 +1,206 @@ +.help revisions May93 noao.lib +.nf + +noaolib$obsdb.dat + Added entries for 'saoras' and 'terskol' observatories (4/11/13) + +noaolib$ccdtime/kpno.dat + Added data for MOSAIC1_1 provided by Jannuzi. (9/28/11, Valdes) + +noaolib$smw.h + An earlier change to smw.h improperly added a P2R() macro to the + APLOW/APHIGH declarations causing tasks with 2-D data to request data + out of bounds. (3/7/11, MJF) + +noaolib$obsdb.dat + Added entry for Boyden Observatory (11/20/06, MJF) + +noaolib$ccdtime/ctio.dat +noaolib$ccdtime/kpno.dat + Added Mosaic z' based on estimated values from Arjun Dey. + (9/21/06, FV) + +noaolib$obsdb.dat + Added entry for Olin Observatory (7/28/06, MJF) + +noaolib$obsdb.dat + Changed the logitude for 'aries' at request of submitter (4/1/06, MJF) + +noaolib$obsdb.dat + Added OALP psupplied by Eduardo Lajus (10/28/05) + +noaolib$obsdb.dat + Added TUG and commented out TNO per user request. (8/15/05, FV) + +noaolib$obsdb.dat + Corrected entry for FMO, added MGO at user suggestion (6/15/04, MJF) + +noaolib$obsdb.dat + Added EUO and TNO. (4/26/04, MJF) + +noaolib$ccdtime/kpno.dat +noaolib$ccdtime/kpno.datBAK + + Revised file from Dick Joyce to add FLMN and remove IRIM and ONIS. + (3/16/04, Valdes) + +noaolib$obsdb.dat + Added SLN. (7/17/03, Valdes) + +noaolib$obsdb.dat + Added IAO, Hanle. + (6/28/03, Valdes) + +noaolib$ccdtime/ctio.dat + Added andicam_ir detector and 1.3m telescope as researched by + Dave Bell. (11/14/02, Valdes) + +noaolib$obsdb.dat + Added additional ESO entries supplied by Peter Weilbacher. + (1/30/02, Valdes) + +noaolib$src/igsfit.key + Added that 'p' works as unzoom. (8/15/01, Valdes) + +noaolib$obsdb.dat + Added entries for Gemini North and South. (9/8/00, MJF) + +noaolib$onedstds/blackbody + +noaolib$onedstds/README + Added new data files for blackbody flux calibration. + (1/25/00, Valdes) + +noaolib$obsdb.dat + Corrected entry from SAAO with information provided by John Menzies. + (1/5/00, Valdes) + +noaolib$obsdb.dat + Added Whitin Obs upon request. (10/14/99, Valdes) + +noaolib$obsdb.dat + Added DDSAZ and HOLI observatories upon request. (8/5/99, Valdes) + +noaolib$obsdb.dat + Added IRTF upon request. (7/14/99, Valdes) + +noaolib$ccdtime/kpno.dat +noaolib$ccdtime/ctio.dat + New versions with entries set by KPNO/CTIO staff and used in the + Web version starting in fall of 1998. (6/25/99, Valdes) + +noaolib$obsdb.dat + # SAAO: Submitted by James Stevens 3/25/98 + # CASLEO: Submitted by Jorge Federico Gonzalez 12/10/98 + # BOSQUE: Submitted by Jorge Federico Gonzalez 12/10/98 + # ROZHEN: Submitted by Ilian Iliev 1/19/99 + +noaolib$onedstds/bstdscal/names.men + +noaolib$onedstds/bstdscal/standards.men +noaolib$onedstds/spec16cal/names.men +noaolib$onedstds/spec16cal/standards.men +noaolib$onedstds/ctionewcal/standards.men +noaolib$onedstds/READMEN + Added some name aliases and fixed some typo problems. + (9/26/98, Valdes) + +noaolib$obsdb.dat + Added Laboratorio Nacional de Astrofisica - Brazil as submitted by + Claudia Vilega Rodrigues. (12/12/97, Valdes) + +===== +V2.11 +===== + +noaolib$obsdb.dat + After a conversation with Craig Foltz the "mmt" entry was removed + and the "mmto" entry changed the name from "Multiple Mirror Telescope + Observatory" to "MMT Observatory" since the telescope is changing. + The altitude was wrong in the "mmt" entry in any case. + (8/20/97, Valdes) + +linelists$airvac.cl + + A script is available for converting line lists to air or vacuum. + (5/9/97, Valdes) + +noaolib$ccdtime/kpno.dat + Updated by Massey. (5/2/97, Valdes) + +noaolib$scr/icgfit.key +noaolib$scr/idicgfit.key + Added :fitvalue to help file. (1/28/97, Valdes) + +noaolib$obsdb.dat + Added "flwo" and "oro" as submitted by Doug Mink. Also changed the + name for the "mmt" entry as suggested by Mink. (1/9/97, Valdes) + +noaolib$smw.h + Added a spectrum type field and dictionary of spectrum types. + (9/11/96, Valdes) + +noaolib$obsdb.dat + Added entries for Apache Point and Lowell submitted by Michael + Ledlow (8/9/96, Valdes) + +noaolib$ccdtime/kpno.dat + Updated with new numbers for the Schmidt from Massey. (3/4/96, Valdes) + +noaolib$obsdb.dat + Added an entry for Keck from Astronomical Almanac. (2/16/96, Valdes) + +noaolib$obsdb.dat + Add an entry for Beijing XingLong Observatory submitted by + Biwei JIANG. (11/28/95, Valdes) + +noaolib$linelists/fear.dat + +noaolib$linelists/README + Added a line list for FeAr comparison spectra. (9/25/95, Valdes) + +noaolib$ccdtime/kpno.dat + Updated to include improved WIYN telescope values and data for S2KB. + The values were supplied by Massey. (9/21/95, Valdes) + +noaolib$scr/icgfit.key +noaolib$scr/idicgfit.key + Added 'v' key for changing weights. (12/29/94, Valdes) + +noaolib$obsdb.dat + Added an entry for Venezuala. (9/1/94, Valdes) + +noaolib$zzsetenv.def + Added a definition of "noao$bin(arch)/" to 'pkglibs' so that the + smw and asttools libraries would be picked up by other packages + using '-p noao' when the package is configured generically. + (1/10/94 MJF) + +noaolib$libasttools.a + + A library of astronomical tools is now an NOAO package library. + The source is in noao$astutil/asttools. (8/19/93, Valdes) + +noaolib$ccdtime/ + +noaolib$cctime/kpno.dat + +noaolib$zzsetenv.def + Added a ccdtime directory to contain standard database files for + CCDTIME task. (8/16/93, Valdes) + +noaolib$obsdb.dat + Added entries for San Pedro Martir and Tonantzintla. These were + submitted by Patrick Vielle via e-mail to IRAF. (5/4/93, Valdes) + +noaolib$linelists/henearhres.dat + +noaolib$linelists/README + Added a new high resolution HENEAR line list created by Daryl Willmarth. + (5/4/93, Valdes) + +noaolib$onedstds/*cal/names.men + +noaolib$onedstds/*cal/standards.men + Added alternate star names in the files names.men. These files are + used, if present, by a recent revision to the ONEDSPEC tasks. + (5/4/93, Valdes) + +noaolib$units.h + +noaolib$smw.h + +noaolib$libsmw.a -> ../bin/libsmw.a + +noaolib$zzsetenv.def + Added the ONEDSPEC spectral WCS routines and include files for export + to the RV package and other NOAO packages. + (3/22/93, Valdes) +.endhelp diff --git a/noao/lib/ccdtime/ctio.dat b/noao/lib/ccdtime/ctio.dat new file mode 100644 index 00000000..a2ec8920 --- /dev/null +++ b/noao/lib/ccdtime/ctio.dat @@ -0,0 +1,361 @@ +# CTIO Telescope, Filter, and Detector Database 14 Aug 1998 SRH. +# +# Telescope data: +# aperture - From drawings in CTIO facilities manual +# scale - From drawings in CTIO facilities manual and updates +# transmission - Corrects for central obstruction based on drawings +# +# OPTICAL +# ------- +# Filter data: +# These were just copied from kpno.dat for consistancy +# +# Detector data: +# +# CTIO ccds +# readnoise - from PFCCD manual by ARW +# dark - from PFCCD manual by ARW +# pixel size - from PFCCD manual by ARW +# DQE - adjusted to give the counts for U=B=V=R=I=20 star +# at the 4.0-m PF tabulated in the PFCCD manual by ARW +# +# BTC - from BTC web page +# +# YaleO - inspired guess based on QE curve on web page +# +# IR +# -- +# +# Filter data: +# There is a descrepancy between the count rates in the CIRIM manual +# and the values given for the 4m f/14 tip-tilt system such that +# values scaled by aperture from the 1.5-m OVERESTIMATE object counts +# with the 4m f/14 by a large factor. There is a smaller descrepancy +# scaling counts between the 1.5-m f/8 and 4.0-m f/8. Rob Probst is +# investigating. For the time being I have made two seperate sets of +# filter data. +# +# J,H,Ks,K: for 1.5m f/8. roughtly OK for other non T-T +# Jtt,Htt,Kstt,Ktt: for 4.0m f/14 +# +# Detector data: +# CIRIM +# readnoise - from CIRIM manual +# dark - from CIRIM manual +# pixel size - Adjusted to give correct "/pix on 4.0-m f/14 +# DQE - used IRIM values from kpno.dat (per D. Joyce) +# +# CCOB +# readnoise - from CCOB manual +# dark - from CCOB manual +# pixel size - Adjusted to give correct "/pix on 4.0-m f/14 +# DQE - tweaked to give "correct" counts with 4m f/14 +# using Jtt,Htt,Kstt & Ktt +# +# Revised 03 Sept 1998 SRH +# +# 1) New measuremenst by Probst/Blum suggest that the standard filter +# entries do reproduce observed count rates with the 4mf14 tip-tilt +# Apparently the numbers in the manual where wrong. Commented out +# special tt entries pending final confirmation +# +# 2) Revised DQE for CTIO CCD's to reproduce new (lower) 4mpf count rates +# provided by ARW for BVRI. Apparently Moses wrote the wrong numbers on his +# stone tablets. Also adjusted andicam_opt entry since this is just based +# on scaling by the relative QE's of the chips. +# +# 3) For U adjusted to give correct numbers at 0.9-m (no corrector) and +# added transmission(u) entry to 4mpf to correct for PF corrector +# transmission. +# +# 4) inserted transmission(andycam_opt) for 1.0-m to "do this right" +# +# 3) Included extinction for IR filters per Dick Joyce's numbers for KPNO +# With the idea that we should try to be consistant. +# +# Revised 21 Sept 2006 FV +# +# Added Mosaic z' based on estimated values from Arjun Dey. +# +#------------------------------------------------------------------------------ +# +# Telescope data: +# aperture diameter in meters, scale in arcsec/mm, and transmission. + +telescope = "4mpf" + aperture = 3.960 + scale = 18.0 + transmission = 0.841 + transmission(U) = 0.497 + +telescope = "4mf8" + aperture = 3.960 + scale = 6.56 + transmission = 0.841 + +telescope = "4mf14" + aperture = 3.960 + scale = 3.4052 + transmission = 0.841 +# transmission = 0.5172 + +telescope = "1.5mf8" + aperture = 1.570 + scale = 18.1 + transmission = 0.766 + +telescope = "1.5mf13.5" + aperture = 1.570 + scale = 10.0 + transmission = 0.766 + +telescope = "1m" + aperture = 1.020 + scale = 19.6 + transmission = 0.727 + transmission(andicam_opt) = 0.65 + + +telescope = "0.9m" + aperture = 0.910 + scale = 16.5 + transmission = 0.872 + +telescope = "Schmidt" + aperture = 0.600 + scale = 96.6 + transmission = 0.870 + +telescope = "1.3m" + aperture = 1.3 + scale = 11.8 + transmission = 0.727 + transmission(andicam_opt) = 0.65 + transmission(andicam_ir) = 0.80 + +end + +# Filter data: +# Magnitude corresponding to photon count rate. +# Photons/second/stellar-image for a 1-m telescope at 1 airmass. +# Sky magnitudes per sq arc sec: +# sky = sky0 + sky1 * phase + sky2 * phase**2 (phase=0-14) + +filter = "U" + extinction = 0.55 + mag = 20 + star = 8.0 + sky0 = 22.0 + sky1 = -0.2666 + sky2 = -.00760 + +filter = "B" + extinction = 0.25 + mag = 20 + star = 34.5 + sky0 = 22.7 + sky1 = -0.0998 + sky2 = -0.00953 + +filter = "V" + extinction = 0.14 + mag = 20 + star = 36.2 + sky0 = 21.8 + sky1 = -0.0153 + sky2 = -0.00838 + +filter = "R" + extinction = 0.10 + mag = 20 + star = 36.8 + sky0 = 20.9 + sky1 = -0.0211 + sky2 = -0.00364 + +filter = "I" + extinction = 0.05 + mag = 20 + star = 26.7 + sky0 = 19.9 + sky1 = -0.0086 + sky2 = -0.00311 + +filter = "z" + extinction = 0.03 + mag = 20 + star = 24.0 + sky0 = 17.98 + sky1 = 0. + sky2 = 0. + +filter = "J" + extinction = 0.08 + mag = 20 + star = 28.093 + sky0 = 16.4053 + sky1 = 0. + sky2 = 0. + +filter = "H" + extinction = 0.04 + mag = 20 + star = 19.58 + sky0 = 14.4598 + sky1 = 0. + sky2 = 0. + +filter = "K" + extinction = 0.07 + mag = 20 + star = 14.487 + sky0 = 12.7576 + sky1 = 0. + sky2 = 0. + +filter = "Ks" + extinction = 0.05 + mag = 20 + star = 10.843 + sky0 = 13.4167 + sky1 = 0. + sky2 = 0. + +# No longer needed ? 3 sept 98 SRH +# +#filter = "Jtt" +# extinction = 0.0 +# mag = 20 +# star = 16.1541 +# sky0 = 14.7273 +# sky1 = 0. +# sky2 = 0. +# +#filter = "Htt" +# extinction = 0.0 +# mag = 20 +# star = 12.6375 +# sky0 = 13.6591 +# sky1 = 0. +# sky2 = 0. +# +#filter = "Ktt" +# extinction = 0.0 +# mag = 20 +# star = 9.05010 +# sky0 = 11.8522 +# sky1 = 0. +# sky2 = 0. +# +#filter = "Kstt" +# extinction = 0.0 +# mag = 20 +# star = 6.77367 +# sky0 = 12.5113 +# sky1 = 0. +# sky2 = 0. + +end + +# Detector information: +# rdnoise in photons, dark rate in photons per second, pixel size in microns, +# and the effective DQE for each filter. + +detector = "MOSAIC2" + rdnoise = 5.0 + dark = 0.0015 + pixsize = 15 + U = 0.48 + B = 0.68 + V = 0.81 + R = 0.86 + I = 0.63 + I = 0.40 + +detector = "site2k" + rdnoise = 4.0 + dark = 0.0008 + pixsize = 24 + U = 0.48047 + B = 0.52528 + V = 0.72891 + R = 0.78299 + I = 0.58227 + +detector = "stis2k" + rdnoise = 4.0 + dark = 0.0008 + pixsize = 21 + U = 0.18927 + B = 0.1978 + V = 0.31423 + R = 0.4121 + I = 0.36914 + + +detector = "tek1k" + rdnoise = 4.0 + dark = 0.0008 + pixsize = 24 + U = 0.16590 + B = 0.39561 + V = 0.7331 + R = 0.78299 + I = 0.56801 + +detector = "btc" +# Values for Chip 3, +# Chip 1 has ~1.16x, Chip 2 0.72x and Chip 4 1.08x this sensitivity at B +# with similar factors for all wavelengths + rdnoise = 5.5 + dark = 0.0008 + pixsize = 24 + U = 0.3150 + B = 0.3956 + V = 0.6305 + R = 0.6285 + I = 0.4550 + +detector = "andicam_opt" + rdnoise = 4.0 + dark = 0.0008 + pixsize = 15 + U = 0.12189 + B = 0.60109 + V = 0.87467 + R = 0.8874 + I = 0.7166 + +detector = "andicam_ir" + rdnoise = 11 + dark = 0.5 + pixsize = 18.5 + J = 0.23 + H = 0.33 + K = 0.31 + +detector = "cirim" + rdnoise = 37 + dark = 0.3 + pixsize = 64.09 + J = 0.23 + H = 0.33 + K = 0.31 + Ks = 0.38 +# Jtt = 0.23 +# Htt = 0.33 +# Ktt = 0.31 +# Kstt = 0.38 + +detector = "ccob" + rdnoise = 70 + dark = 0.2 + pixsize = 27 + J = 0.21 + H = 0.31 + K = 0.24 + Ks = 0.23 +# Jtt = 0.16898 +# Htt = 0.228 +# Ktt = 0.2429 +# Kstt = 0.27985 diff --git a/noao/lib/ccdtime/kpno.dat b/noao/lib/ccdtime/kpno.dat new file mode 100644 index 00000000..8ea54ece --- /dev/null +++ b/noao/lib/ccdtime/kpno.dat @@ -0,0 +1,255 @@ +# KPNO Telescope, Filter, and Detector Database +# Revised on the basis of drawings (true aperture size) and +# improved count rates. Agrees with KPNO Direct Imaging Manual +# Revised to remove obsolete IR imagers IRIM and ONIS and to +# include FLAMINGOS +# 1 May 1997 --- plm +# 22 Jul 1998 --- dj +# 12 Aug 1998 --- gj +# 15 Mar 2004 --- dj +# 21 Sep 2006 --- fv: Mosaic z' based on estimated values from Arjun Dey. + + +# Telescope data: +# aperture diameter in meters, scale in arcsec/mm, and transmission. + +telescope = "0.9m" + aperture = 0.81 + scale = 28.3 + transmission = 1.0 + +telescope = "0.9mf13" + aperture = 0.81 + scale = 15.9 + transmission = 1.0 + +telescope = "4m" + aperture = 3.42 + scale = 17.5 + transmission = 1.0 + +telescope = "4mf8" + aperture = 3.42 + scale = 6.67 + transmission = 1.0 + +telescope = "4mf15" + aperture = 3.42 + scale = 3.75 + transmission = 1.0 + +telescope = "2.1m" + aperture = 1.94 + scale = 12.7 + transmission = 1.0 + +telescope = "2.1mf15" + aperture = 1.94 + scale = 6.5 + transmission = 1.0 + +telescope = "Schmidt" + aperture = 0.61 + scale = 96.4 + transmission = 0.7 + +telescope = "WIYN" + aperture = 3.185 + scale = 9.4 + transmission = 1.0 + +end + +# Filter data: +# Magnitude corresponding to photon count rate. +# Photons/second/stellar-image for a 1-m telescope at 1 airmass. +# Sky magnitudes per sq arc sec: +# sky = sky0 + sky1 * phase + sky2 * phase**2 (phase=0-14) + +filter = "U" + extinction = 0.55 + mag = 20 + star = 8.0 + sky0 = 22.0 + sky1 = -0.2666 + sky2 = -.00760 + +filter = "B" + extinction = 0.25 + mag = 20 + star = 34.5 + sky0 = 22.7 + sky1 = -0.0998 + sky2 = -0.00953 + +filter = "V" + extinction = 0.14 + mag = 20 + star = 36.2 + sky0 = 21.8 + sky1 = -0.0153 + sky2 = -0.00838 + +filter = "R" + extinction = 0.10 + mag = 20 + star = 36.8 + sky0 = 20.9 + sky1 = -0.0211 + sky2 = -0.00364 + +filter = "I" + extinction = 0.05 + mag = 20 + star = 26.7 + sky0 = 19.9 + sky1 = -0.0086 + sky2 = -0.00311 + +filter = "z" + extinction = 0.03 + mag = 20 + star = 24.0 + sky0 = 17.98 + sky1 = 0. + sky2 = 0. + +filter = "J" + extinction = 0.08 + mag = 20 + star = 36.5 + sky0 = 15.7 + sky1 = 0. + sky2 = 0. + +filter = "H" + extinction = 0.04 + mag = 20 + star = 21.8 + sky0 = 13.9 + sky1 = 0. + sky2 = 0. + +filter = "K" + extinction = 0.07 + mag = 20 + star = 14.6 + sky0 = 12.9 + sky1 = 0. + sky2 = 0. + +filter = "Ks" + extinction = 0.05 + mag = 20 + star = 11.7 + sky0 = 13.1 + sky1 = 0. + sky2 = 0. + +end + +# Detector information: +# rdnoise in photons, dark rate in photons per second, pixel size in microns, +# and the effective DQE for each filter. + +detector = "MOSAIC1_1" + rdnoise = 4.9 + dark = 0.00102 + pixsize = 15 + U = 0.55 + B = 0.84 + V = 0.84 + R = 0.84 + I = 0.79 + z = 0.77 + +detector = "MOSAIC1" + rdnoise = 5.0 + dark = 0.0015 + pixsize = 15 + U = 0.48 + B = 0.68 + V = 0.81 + R = 0.86 + I = 0.63 + z = 0.40 + +detector = "T1KA" + rdnoise = 3.5 + dark = 0.001 + pixsize = 24 + U = 0.24 + B = 0.44 + V = 0.70 + R = 0.79 + I = 0.59 + +detector = "T2KA" + rdnoise = 4.0 + dark = 0.001 + pixsize = 24 + U = 0.31 + B = 0.53 + V = 0.63 + R = 0.67 + I = 0.51 + +detector = "T2KB" + rdnoise = 4.0 + dark = 0.001 + pixsize = 24 + U = 0.42 + B = 0.67 + V = 0.78 + R = 0.79 + I = 0.56 + +detector = "TI5" + rdnoise = 8.6 + dark = 0.001 + pixsize = 15 + U = 0.51 + B = 0.59 + V = 0.69 + R = 0.61 + I = 0.39 + +detector = "T5HA" + rdnoise = 13.5 + dark = 0.001 + pixsize = 27 + U = 0.30 + B = 0.51 + V = 0.64 + R = 0.69 + I = 0.50 + +detector = "S2KA" + rdnoise = 3.0 + dark = 0.001 + pixsize = 21 + U = 0.30 + B = 0.18 + V = 0.34 + R = 0.40 + I = 0.60 + +detector = "S2KB" + rdnoise = 7.0 + dark = 0.001 + pixsize = 21 + U = 0.40 + B = 0.70 + V = 0.80 + R = 0.82 + I = 0.60 + +detector = "FLMN" + rdnoise = 40 + dark = 1 + pixsize = 47.3 + J = 0.082 + H = 0.177 + K = 0.26 + Ks = 0.28 + diff --git a/noao/lib/funits.h b/noao/lib/funits.h new file mode 100644 index 00000000..a560b933 --- /dev/null +++ b/noao/lib/funits.h @@ -0,0 +1,33 @@ +# Definition for funits package + +define FUN_LEN 124 # Length of funits structure +define SZ_UNITS 79 # Length of funits strings + +define FUN_TYPE Memi[$1] # Unit type code +define FUN_CLASS Memi[$1+1] # Unit class code +define FUN_MOD Memi[$1+2] # Modifier code +define FUN_SCALE Memr[P2R($1+3)] # Scale factor +define FUN_LABEL Memc[P2C($1+4)] # Unit label +define FUN_UNITS Memc[P2C($1+44)] # Units string +define FUN_USER Memc[P2C($1+84)] # User units string + +# Unit classes +define FUN_UNKNOWN 0 # Unknown +define FUN_FREQ 1 # Frequency +define FUN_WAVE 2 # Wavelength + +# Unit modifiers +define FUN_LOG 1 # Log10 +define FUN_MAG 2 # Mag + +# Unit types +define FUN_NUNITS 4 +define FUN_DIC "|jansky|fu|erg/cm2/s/hz|erg/cm2/s/a|log|mag|" + +# Unit scales: Conversions from Jansky +define FUN_J 1.0 # Jansky (W/m2/s/Hz) +define FUN_FU 1E26 # Flux units (W/m2/s/Hz*1E26) +define FUN_CGSH 1e3 # CGS units (erg/cm2/s/Hz) +define FUN_CGSA 1e3 # CGS units (erg/cm2/s/A) + +define FUN_VLIGHT 2.997925e18 # V light A/s diff --git a/noao/lib/hdwedge.dat b/noao/lib/hdwedge.dat new file mode 100644 index 00000000..1a90a714 --- /dev/null +++ b/noao/lib/hdwedge.dat @@ -0,0 +1,659 @@ +begin 24 + title CTIO SCHMIDT WESTON TUBE SENSITOMETER. + MONO/MONO 14 + 0. -0.426 -0.580 -0.708 -0.817 -1.038 -1.135 -1.334 + -1.438 -1.619 -1.658 -1.815 -1.865 -2.157 +begin 48 + title PALOMAR 48-INCH SCHMIDT STEP WEDGE. + MONO/MONO 16 + 0. -0.150 -0.300 -0.450 -0.600 -0.750 -0.900 -1.050 + -1.200 -1.350 -1.500 -1.650 -1.800 -1.950 -2.100 -2.250 +begin 84 + title OLD 84-INCH SPOT SENSITOMETER(1967) + MONO/MONO 13 + 0. -0.138 -0.296 -0.491 -0.687 -0.863 -0.997 -1.234 + -1.373 -1.611 -1.709 -1.956 -2.171 +begin 101 + title SPOT BOX 4, KEPT IN SCHOENING-S LAB. + IIIAJ/UG2 16 + 0. -0.152 -0.321 -0.499 -0.674 -0.832 -1.129 -1.339 + -1.539 -1.755 -1.956 -2.184 -2.400 -2.548 -2.755 -2.836 + IIAO/UG2 16 + 0. -0.152 -0.321 -0.499 -0.674 -0.832 -1.128 -1.339 + -1.538 -1.754 -1.956 -2.183 -2.399 -2.547 -2.754 -2.834 + IIIAJ/*5113 16 + 0. -0.153 -0.321 -0.508 -0.678 -0.835 -1.116 -1.328 + -1.515 -1.716 -1.909 -2.123 -2.324 -2.470 -2.673 -2.755 + IIAO/*5113 16 + 0. -0.153 -0.321 -0.508 -0.678 -0.835 -1.116 -1.328 + -1.514 -1.716 -1.908 -2.122 -2.322 -2.468 -2.672 -2.754 + IIAO/GG385 16 + 0. -0.155 -0.324 -0.514 -0.682 -0.838 -1.112 -1.323 + -1.505 -1.699 -1.888 -2.097 -2.291 -2.432 -2.635 -2.715 + IIIAJ/CLEAR 16 + 0. -0.158 -0.328 -0.517 -0.686 -0.842 -1.110 -1.317 + -1.498 -1.685 -1.866 -2.072 -2.263 -2.397 -2.600 -2.678 + IIIAJ/GG385 16 + 0. -0.159 -0.329 -0.519 -0.688 -0.843 -1.107 -1.314 + -1.492 -1.676 -1.855 -2.058 -2.246 -2.379 -2.582 -2.659 + IIAD/GG495 16 + 0. -0.164 -0.340 -0.531 -0.698 -0.851 -1.099 -1.293 + -1.461 -1.622 -1.776 -1.959 -2.139 -2.261 -2.455 -2.522 + 127/GG495 16 + 0. -0.163 -0.343 -0.541 -0.695 -0.842 -1.086 -1.282 + -1.432 -1.587 -1.733 -1.907 -2.067 -2.186 -2.376 -2.447 + 098/RG610 16 + 0. -0.162 -0.344 -0.547 -0.693 -0.837 -1.079 -1.276 + -1.417 -1.568 -1.711 -1.881 -2.033 -2.153 -2.340 -2.412 + 127/RG610 16 + 0. -0.162 -0.345 -0.549 -0.693 -0.835 -1.076 -1.274 + -1.411 -1.561 -1.701 -1.869 -2.018 -2.136 -2.323 -2.396 + IVN/RG695 16 + 0. -0.169 -0.359 -0.574 -0.711 -0.848 -1.054 -1.248 + -1.362 -1.484 -1.592 -1.732 -1.869 -1.962 -2.142 -2.214 + MONO/4363 16 + 0. -0.153 -0.321 -0.511 -0.680 -0.836 -1.112 -1.324 + -1.507 -1.704 -1.894 -2.104 -2.300 -2.445 -2.648 -2.730 + MONO/4760 16 + 0. -0.158 -0.327 -0.520 -0.687 -0.842 -1.108 -1.319 + -1.499 -1.684 -1.871 -2.077 -2.266 -2.401 -2.604 -2.682 + MONO/5200 16 + 0. -0.162 -0.335 -0.525 -0.693 -0.847 -1.103 -1.305 + -1.477 -1.654 -1.823 -2.022 -2.203 -2.330 -2.533 -2.609 + MONO/5876 16 + 0. -0.166 -0.342 -0.529 -0.702 -0.858 -1.103 -1.292 + -1.467 -1.623 -1.774 -1.953 -2.143 -2.263 -2.456 -2.517 + MONO/6470 16 + 0. -0.162 -0.343 -0.545 -0.692 -0.836 -1.081 -1.278 + -1.421 -1.574 -1.719 -1.891 -2.045 -2.166 -2.354 -2.426 +begin 115 + title MAYALL 4-M PF BEFORE 15APR74 (CHROME) [MP1-MP968] + IIIAJ/UG2 16 + 0. -0.160 -0.419 -0.671 -0.872 -1.153 -1.471 -1.765 + -2.106 -2.342 -2.614 -2.876 -3.183 -3.555 -3.911 -4.058 + IIAO/UG2 16 + 0. -0.160 -0.418 -0.670 -0.871 -1.152 -1.468 -1.761 + -2.102 -2.338 -2.609 -2.870 -3.176 -3.547 -3.901 -4.047 + IIIAJ/*5113 16 + 0. -0.150 -0.395 -0.627 -0.819 -1.047 -1.319 -1.564 + -1.864 -2.074 -2.305 -2.526 -2.807 -3.075 -3.284 -3.375 + IIAO/*5113 16 + 0. -0.149 -0.394 -0.626 -0.818 -1.046 -1.317 -1.561 + -1.861 -2.071 -2.302 -2.522 -2.803 -3.071 -3.278 -3.370 + IIAO/GG385 16 + 0. -0.143 -0.382 -0.605 -0.789 -0.994 -1.239 -1.458 + -1.738 -1.935 -2.143 -2.342 -2.609 -2.838 -3.017 -3.089 + IIIAJ/CLEAR 16 + 0. -0.137 -0.371 -0.589 -0.764 -0.951 -1.170 -1.365 + -1.621 -1.801 -1.989 -2.166 -2.411 -2.614 -2.772 -2.831 + IIIAJ/GG385 16 + 0. -0.134 -0.364 -0.578 -0.750 -0.928 -1.139 -1.328 + -1.580 -1.758 -1.943 -2.117 -2.361 -2.560 -2.717 -2.774 + IIAD/GG495 16 + 0. -0.106 -0.318 -0.511 -0.669 -0.799 -0.943 -1.075 + -1.281 -1.422 -1.570 -1.703 -1.913 -2.066 -2.183 -2.220 + 127/GG495 16 + 0. -0.095 -0.300 -0.477 -0.628 -0.743 -0.864 -0.971 + -1.148 -1.271 -1.403 -1.525 -1.710 -1.842 -1.945 -1.980 + 098/RG610 16 + 0. -0.088 -0.290 -0.459 -0.608 -0.715 -0.824 -0.920 + -1.089 -1.207 -1.335 -1.454 -1.635 -1.764 -1.864 -1.898 + 127/RG610 16 + 0. -0.086 -0.286 -0.451 -0.598 -0.703 -0.809 -0.901 + -1.065 -1.180 -1.306 -1.423 -1.599 -1.725 -1.823 -1.857 + IVN/RG695 16 + 0. -0.069 -0.231 -0.363 -0.481 -0.565 -0.650 -0.725 + -0.857 -0.949 -1.050 -1.143 -1.284 -1.384 -1.463 -1.490 + MONO/4363 16 + 0. -0.146 -0.387 -0.613 -0.802 -1.015 -1.274 -1.506 + -1.796 -2.000 -2.222 -2.434 -2.710 -2.959 -3.141 -3.225 + MONO/4770 16 + 0. -0.136 -0.370 -0.585 -0.761 -0.947 -1.170 -1.372 + -1.642 -1.831 -2.026 -2.214 -2.478 -2.690 -2.863 -2.926 + MONO/5200 16 + 0. -0.125 -0.347 -0.554 -0.714 -0.871 -1.060 -1.230 + -1.464 -1.632 -1.808 -1.972 -2.204 -2.394 -2.543 -2.598 + MONO/5876 16 + 0. -0.103 -0.312 -0.506 -0.666 -0.793 -0.931 -1.063 + -1.276 -1.417 -1.566 -1.696 -1.914 -2.068 -2.186 -2.221 + MONO/6470 16 + 0. -0.089 -0.294 -0.465 -0.616 -0.725 -0.837 -0.936 + -1.109 -1.230 -1.361 -1.482 -1.668 -1.800 -1.903 -1.938 +begin 117 + title CTIO 4-METER P.F. + IIIAJ/UG2 16 + 0. -0.152 -0.324 -0.498 -0.707 -0.903 -1.142 -1.377 + -1.670 -1.876 -2.093 -2.313 -2.593 -2.828 -3.109 -3.220 + IIAO/UG2 16 + 0. -0.152 -0.324 -0.498 -0.707 -0.903 -1.142 -1.377 + -1.669 -1.875 -2.092 -2.312 -2.592 -2.827 -3.107 -3.218 + IIIAJ/*5113 16 + 0. -0.153 -0.328 -0.507 -0.702 -0.896 -1.122 -1.351 + -1.615 -1.817 -2.021 -2.230 -2.498 -2.729 -2.999 -3.099 + IIAO/*5113 16 + 0. -0.153 -0.328 -0.507 -0.702 -0.895 -1.121 -1.351 + -1.614 -1.815 -2.019 -2.228 -2.497 -2.727 -2.997 -3.097 + IIAO/GG385 16 + 0. -0.155 -0.332 -0.512 -0.702 -0.895 -1.114 -1.337 + -1.593 -1.791 -1.988 -2.192 -2.459 -2.682 -2.948 -3.049 + IIIAJ/CLEAR 16 + 0. -0.156 -0.336 -0.513 -0.704 -0.894 -1.109 -1.324 + -1.573 -1.768 -1.961 -2.158 -2.426 -2.641 -2.901 -3.005 + IIIAJ/GG385 16 + 0. -0.157 -0.337 -0.516 -0.703 -0.892 -1.105 -1.316 + -1.561 -1.755 -1.944 -2.139 -2.406 -2.619 -2.877 -2.981 + IIAD/GG495 16 + 0. -0.154 -0.336 -0.515 -0.697 -0.880 -1.071 -1.259 + -1.485 -1.663 -1.835 -2.010 -2.265 -2.460 -2.707 -2.804 + 127/GG495 16 + 0. -0.155 -0.339 -0.520 -0.687 -0.866 -1.050 -1.235 + -1.435 -1.608 -1.770 -1.945 -2.178 -2.367 -2.604 -2.704 + 098/RG610 16 + 0. -0.155 -0.340 -0.522 -0.680 -0.858 -1.038 -1.221 + -1.409 -1.580 -1.740 -1.914 -2.139 -2.325 -2.560 -2.661 + 127/RG610 16 + 0. -0.156 -0.342 -0.524 -0.678 -0.855 -1.033 -1.216 + -1.398 -1.568 -1.725 -1.900 -2.120 -2.305 -2.538 -2.639 + IVN/RG695 16 + 0. -0.158 -0.349 -0.539 -0.667 -0.833 -0.988 -1.150 + -1.298 -1.448 -1.573 -1.725 -1.928 -2.078 -2.301 -2.388 + MONO/4363 16 + 0. -0.153 -0.329 -0.510 -0.701 -0.893 -1.115 -1.343 + -1.598 -1.798 -1.998 -2.204 -2.469 -2.698 -2.965 -3.063 + MONO/4770 16 + 0. -0.157 -0.338 -0.517 -0.703 -0.896 -1.109 -1.323 + -1.575 -1.770 -1.961 -2.160 -2.429 -2.641 -2.907 -3.009 + MONO/5200 16 + 0. -0.159 -0.343 -0.520 -0.704 -0.889 -1.095 -1.298 + -1.529 -1.720 -1.904 -2.092 -2.358 -2.566 -2.815 -2.922 + MONO/5876 16 + 0. -0.151 -0.331 -0.510 -0.700 -0.882 -1.069 -1.252 + -1.489 -1.663 -1.833 -2.002 -2.264 -2.456 -2.708 -2.798 + MONO/6470 16 + 0. -0.155 -0.340 -0.521 -0.681 -0.860 -1.041 -1.226 + -1.417 -1.589 -1.751 -1.927 -2.154 -2.343 -2.579 -2.680 +begin 118 + title CTIO 4-METER CASSEGRAIN + IIIAJ/UG2 16 + 0. -0.142 -0.312 -0.473 -0.681 -0.857 -1.090 -1.316 + -1.589 -1.835 -2.026 -2.243 -2.486 -2.775 -3.033 -3.138 + IIAO/UG2 16 + 0. -0.142 -0.312 -0.473 -0.681 -0.857 -1.090 -1.316 + -1.589 -1.834 -2.024 -2.242 -2.485 -2.773 -3.031 -3.136 + IIIAJ/*5113 16 + 0. -0.139 -0.308 -0.475 -0.665 -0.854 -1.069 -1.291 + -1.554 -1.769 -1.956 -2.162 -2.429 -2.678 -2.931 -3.037 + IIAO/*5113 16 + 0. -0.139 -0.307 -0.475 -0.665 -0.855 -1.068 -1.291 + -1.553 -1.768 -1.955 -2.161 -2.428 -2.676 -2.929 -3.035 + IIAO/GG385 16 + 0. -0.140 -0.312 -0.479 -0.664 -0.843 -1.061 -1.278 + -1.532 -1.738 -1.923 -2.128 -2.390 -2.632 -2.883 -2.985 + IIIAJ/CLEAR 16 + 0. -0.143 -0.316 -0.484 -0.668 -0.843 -1.057 -1.267 + -1.504 -1.716 -1.898 -2.098 -2.319 -2.586 -2.838 -2.938 + IIIAJ/GG385 16 + 0. -0.143 -0.317 -0.485 -0.666 -0.841 -1.053 -1.260 + -1.492 -1.701 -1.882 -2.081 -2.299 -2.564 -2.815 -2.915 + IIAD/GG495 16 + 0. -0.132 -0.317 -0.484 -0.659 -0.829 -1.016 -1.201 + -1.407 -1.593 -1.762 -1.940 -2.157 -2.381 -2.621 -2.718 + 127/GG495 16 + 0. -0.136 -0.317 -0.492 -0.644 -0.820 -1.005 -1.191 + -1.388 -1.545 -1.714 -1.889 -2.129 -2.323 -2.561 -2.657 + 098/RG610 16 + 0. -0.133 -0.315 -0.490 -0.644 -0.815 -0.994 -1.176 + -1.371 -1.519 -1.685 -1.856 -2.105 -2.282 -2.518 -2.613 + 127/RG610 16 + 0. -0.136 -0.316 -0.496 -0.636 -0.813 -0.994 -1.178 + -1.371 -1.508 -1.676 -1.849 -2.104 -2.276 -2.512 -2.607 + IVN/RG695 16 + 0. -0.135 -0.321 -0.510 -0.613 -0.795 -0.956 -1.121 + -1.272 -1.367 -1.524 -1.677 -1.923 -2.055 -2.280 -2.371 + MONO/4363 16 + 0. -0.138 -0.306 -0.475 -0.660 -0.854 -1.062 -1.283 + -1.543 -1.748 -1.934 -2.137 -2.412 -2.648 -2.900 -3.006 + MONO/4760 16 + 0. -0.141 -0.319 -0.486 -0.665 -0.820 -1.055 -1.266 + -1.513 -1.710 -1.895 -2.101 -2.369 -2.597 -2.843 -2.940 + MONO/5200 16 + 0. -0.147 -0.321 -0.491 -0.670 -0.848 -1.046 -1.244 + -1.455 -1.671 -1.847 -2.041 -2.211 -2.507 -2.761 -2.860 + MONO/5876 16 + 0. -0.127 -0.317 -0.482 -0.651 -0.824 -1.011 -1.194 + -1.398 -1.579 -1.748 -1.925 -2.154 -2.365 -2.602 -2.700 + MONO/6470 16 + 0. -0.129 -0.311 -0.481 -0.658 -0.817 -0.992 -1.168 + -1.368 -1.529 -1.692 -1.860 -2.099 -2.280 -2.516 -2.611 + MONO/6900 16 + 0. -0.142 -0.320 -0.508 -0.619 -0.809 -0.994 -1.184 + -1.370 -1.488 -1.659 -1.834 -2.102 -2.265 -2.501 -2.596 +begin 119 + title SPOT BOX 5, KEPT AT MAYALL 4-METER. + IIIAJ/UG2 16 + 0. -0.186 -0.368 -0.568 -0.746 -0.972 -1.237 -1.514 + -1.781 -2.002 -2.264 -2.525 -2.808 -3.100 -3.315 -3.601 + IIAO/UG2 16 + 0. -0.186 -0.368 -0.568 -0.746 -0.972 -1.237 -1.513 + -1.780 -2.001 -2.263 -2.524 -2.807 -3.098 -3.313 -3.599 + IIIAJ/*5113 16 + 0. -0.181 -0.366 -0.567 -0.741 -0.962 -1.212 -1.474 + -1.727 -1.950 -2.192 -2.443 -2.708 -2.991 -3.212 -3.482 + IIAO/*5113 16 + 0. -0.181 -0.366 -0.566 -0.741 -0.962 -1.212 -1.473 + -1.726 -1.949 -2.191 -2.442 -2.706 -2.990 -3.210 -3.480 + IIAO/GG385 16 + 0. -0.177 -0.365 -0.567 -0.742 -0.960 -1.200 -1.451 + -1.701 -1.920 -2.158 -2.401 -2.660 -2.938 -3.159 -3.421 + IIIAJ/CLEAR 16 + 0. -0.176 -0.365 -0.567 -0.742 -0.956 -1.188 -1.430 + -1.675 -1.889 -2.124 -2.362 -2.617 -2.890 -3.108 -3.361 + IIIAJ/GG385 16 + 0. -0.174 -0.364 -0.566 -0.742 -0.954 -1.181 -1.419 + -1.662 -1.875 -2.107 -2.343 -2.596 -2.866 -3.085 -3.335 + IIAD/GG495 16 + 0. -0.168 -0.365 -0.567 -0.729 -0.928 -1.137 -1.346 + -1.556 -1.760 -1.982 -2.199 -2.419 -2.679 -2.892 -3.120 + 127/GG495 16 + 0. -0.164 -0.364 -0.567 -0.729 -0.919 -1.119 -1.317 + -1.520 -1.721 -1.933 -2.144 -2.355 -2.612 -2.819 -3.043 + 098/RG610 16 + 0. -0.161 -0.363 -0.566 -0.728 -0.913 -1.108 -1.301 + -1.500 -1.700 -1.908 -2.117 -2.321 -2.578 -2.784 -3.004 + 127/RG610 16 + 0. -0.160 -0.363 -0.566 -0.729 -0.911 -1.104 -1.294 + -1.492 -1.691 -1.897 -2.104 -2.307 -2.563 -2.767 -2.988 + IVN/RG695 16 + 0. -0.152 -0.362 -0.572 -0.722 -0.883 -1.051 -1.196 + -1.367 -1.553 -1.741 -1.915 -2.088 -2.324 -2.522 -2.762 + MONO/4363 16 + 0. -0.179 -0.365 -0.566 -0.740 -0.959 -1.204 -1.461 + -1.710 -1.933 -2.170 -2.418 -2.677 -2.958 -3.180 -3.446 + MONO/4760 16 + 0. -0.172 -0.363 -0.570 -0.745 -0.960 -1.189 -1.430 + -1.679 -1.894 -2.129 -2.364 -2.620 -2.894 -3.115 -3.370 + MONO/5200 16 + 0. -0.172 -0.364 -0.564 -0.741 -0.947 -1.164 -1.389 + -1.628 -1.835 -2.063 -2.294 -2.544 -2.809 -3.026 -3.268 + MONO/5876 16 + 0. -0.169 -0.366 -0.569 -0.722 -0.922 -1.132 -1.339 + -1.539 -1.743 -1.966 -2.180 -2.394 -2.653 -2.866 -3.094 + MONO/6470 16 + 0. -0.162 -0.363 -0.566 -0.729 -0.915 -1.112 -1.308 + -1.509 -1.709 -1.919 -2.130 -2.337 -2.595 -2.801 -3.020 +begin 120 + title SPOT BOX 6, KEPT AT 2.1-METER. + IIIAJ/UG2 16 + 0. -0.195 -0.393 -0.617 -0.789 -1.038 -1.308 -1.596 + -1.870 -2.124 -2.386 -2.675 -2.885 -3.216 -3.471 -3.763 + IIAO/UG2 16 + 0. -0.195 -0.392 -0.617 -0.789 -1.037 -1.307 -1.596 + -1.869 -2.123 -2.384 -2.673 -2.883 -3.214 -3.469 -3.761 + IIIAJ/*5113 16 + 0. -0.190 -0.384 -0.602 -0.778 -1.013 -1.272 -1.549 + -1.804 -2.041 -2.294 -2.560 -2.781 -3.091 -3.331 -3.613 + IIAO/*5113 16 + 0. -0.190 -0.383 -0.602 -0.777 -1.012 -1.272 -1.548 + -1.803 -2.039 -2.293 -2.558 -2.780 -3.089 -3.329 -3.611 + IIAO/GG385 16 + 0. -0.187 -0.385 -0.602 -0.776 -1.006 -1.259 -1.527 + -1.774 -2.005 -2.254 -2.509 -2.730 -3.025 -3.261 -3.533 + IIIAJ/CLEAR 16 + 0. -0.187 -0.388 -0.604 -0.778 -1.003 -1.249 -1.506 + -1.749 -1.978 -2.223 -2.471 -2.703 -2.976 -3.210 -3.474 + IIIAJ/GG385 16 + 0. -0.186 -0.387 -0.603 -0.776 -0.999 -1.241 -1.495 + -1.734 -1.961 -2.204 -2.448 -2.682 -2.950 -3.183 -3.444 + IIAD/GG495 16 + 0. -0.175 -0.374 -0.580 -0.747 -0.954 -1.167 -1.385 + -1.607 -1.818 -2.042 -2.265 -2.506 -2.742 -2.955 -3.198 + 127/GG495 16 + 0. -0.162 -0.348 -0.538 -0.716 -0.916 -1.110 -1.307 + -1.532 -1.732 -1.943 -2.153 -2.370 -2.619 -2.817 -3.056 + 098/RG610 16 + 0. -0.154 -0.334 -0.516 -0.697 -0.894 -1.080 -1.268 + -1.495 -1.690 -1.897 -2.104 -2.314 -2.567 -2.762 -2.999 + 127/RG610 16 + 0. -0.151 -0.329 -0.508 -0.691 -0.887 -1.069 -1.253 + -1.480 -1.673 -1.877 -2.081 -2.288 -2.542 -2.733 -2.970 + IVN/RG695 16 + 0. -0.135 -0.309 -0.476 -0.674 -0.851 -1.000 -1.142 + -1.321 -1.509 -1.674 -1.838 -2.060 -2.265 -2.417 -2.638 + MONO/4363 16 + 0. -0.188 -0.381 -0.598 -0.774 -1.005 -1.261 -1.534 + -1.783 -2.015 -2.266 -2.525 -2.750 -3.053 -3.289 -3.569 + MONO/4760 16 + 0. -0.185 -0.388 -0.604 -0.776 -1.002 -1.249 -1.509 + -1.748 -1.974 -2.221 -2.467 -2.679 -2.965 -3.198 -3.460 + MONO/5200 16 + 0. -0.184 -0.389 -0.603 -0.778 -0.992 -1.224 -1.465 + -1.700 -1.924 -2.162 -2.398 -2.647 -2.894 -3.125 -3.380 + MONO/5876 16 + 0. -0.178 -0.380 -0.591 -0.750 -0.957 -1.171 -1.388 + -1.602 -1.813 -2.038 -2.262 -2.513 -2.736 -2.949 -3.191 + MONO/6470 16 + 0. -0.155 -0.336 -0.519 -0.699 -0.897 -1.086 -1.278 + -1.508 -1.704 -1.914 -2.124 -2.335 -2.590 -2.788 -3.027 +begin 121 + title SPOT BOX 8, KEPT IN SCHOENING-S LAB. + IIIAJ/UG2 16 + 0. -0.156 -0.336 -0.518 -0.713 -0.916 -1.139 -1.372 + -1.643 -1.871 -2.107 -2.333 -2.602 -2.756 -3.013 -3.272 + IIAO/UG2 16 + 0. -0.156 -0.336 -0.518 -0.713 -0.916 -1.138 -1.372 + -1.642 -1.870 -2.105 -2.332 -2.600 -2.754 -3.012 -3.269 + IIIAJ/*5113 16 + 0. -0.151 -0.331 -0.514 -0.706 -0.900 -1.116 -1.342 + -1.602 -1.817 -2.037 -2.260 -2.516 -2.664 -2.908 -3.143 + IIAO/*5113 16 + 0. -0.151 -0.331 -0.514 -0.705 -0.900 -1.115 -1.342 + -1.602 -1.816 -2.036 -2.259 -2.515 -2.662 -2.907 -3.141 + IIAO/GG385 16 + 0. -0.147 -0.330 -0.514 -0.702 -0.892 -1.102 -1.322 + -1.575 -1.785 -2.001 -2.218 -2.467 -2.610 -2.849 -3.073 + IIIAJ/CLEAR 16 + 0. -0.144 -0.328 -0.515 -0.701 -0.889 -1.093 -1.306 + -1.556 -1.761 -1.972 -2.185 -2.428 -2.569 -2.803 -3.018 + IIIAJ/GG385 16 + 0. -0.143 -0.327 -0.515 -0.699 -0.886 -1.087 -1.297 + -1.544 -1.747 -1.955 -2.167 -2.408 -2.548 -2.779 -2.991 + IIAD/GG495 16 + 0. -0.137 -0.327 -0.509 -0.693 -0.870 -1.050 -1.240 + -1.471 -1.660 -1.840 -2.049 -2.262 -2.395 -2.614 -2.798 + 127/GG495 16 + 0. -0.139 -0.327 -0.503 -0.682 -0.857 -1.025 -1.199 + -1.428 -1.606 -1.777 -1.970 -2.188 -2.314 -2.505 -2.682 + 098/RG610 16 + 0. -0.140 -0.328 -0.498 -0.676 -0.850 -1.012 -1.177 + -1.406 -1.579 -1.746 -1.934 -2.153 -2.275 -2.459 -2.634 + 127/RG610 16 + 0. -0.140 -0.328 -0.497 -0.673 -0.848 -1.006 -1.168 + -1.396 -1.567 -1.732 -1.917 -2.137 -2.258 -2.436 -2.609 + IVN/RG695 16 + 0. -0.136 -0.329 -0.490 -0.660 -0.824 -0.952 -1.092 + -1.297 -1.435 -1.573 -1.752 -1.934 -2.055 -2.191 -2.320 + MONO/4363 16 + 0. -0.149 -0.330 -0.513 -0.703 -0.895 -1.108 -1.332 + -1.589 -1.800 -2.015 -2.237 -2.489 -2.635 -2.876 -3.104 + MONO/4760 16 + 0. -0.142 -0.328 -0.515 -0.698 -0.884 -1.089 -1.300 + -1.545 -1.753 -1.967 -2.179 -2.420 -2.558 -2.794 -3.010 + MONO/5200 16 + 0. -0.139 -0.325 -0.515 -0.696 -0.880 -1.073 -1.274 + -1.519 -1.714 -1.917 -2.123 -2.360 -2.499 -2.723 -2.927 + MONO/5876 16 + 0. -0.135 -0.327 -0.510 -0.698 -0.871 -1.051 -1.244 + -1.469 -1.660 -1.835 -2.052 -2.252 -2.387 -2.617 -2.796 + MONO/6470 16 + 0. -0.140 -0.328 -0.499 -0.677 -0.852 -1.016 -1.183 + -1.413 -1.589 -1.758 -1.947 -2.168 -2.291 -2.479 -2.657 +begin 122 + title SPOT BOX 7, AVAILABLE AT KPNO NIGHT ASST-S OFFICE + IIIAJ/UG2 16 + 0. -0.141 -0.322 -0.518 -0.706 -0.910 -1.142 -1.387 + -1.662 -1.907 -2.131 -2.367 -2.627 -2.777 -3.045 -3.305 + IIAO/UG2 16 + 0. -0.141 -0.322 -0.518 -0.706 -0.910 -1.142 -1.387 + -1.661 -1.905 -2.129 -2.365 -2.626 -2.775 -3.043 -3.302 + IIIAJ/*5113 16 + 0. -0.141 -0.323 -0.516 -0.701 -0.899 -1.122 -1.351 + -1.609 -1.837 -2.055 -2.286 -2.527 -2.674 -2.931 -3.168 + IIAO/*5113 16 + 0. -0.141 -0.323 -0.515 -0.700 -0.898 -1.121 -1.350 + -1.609 -1.835 -2.054 -2.285 -2.525 -2.673 -2.929 -3.166 + IIAO/GG385 16 + 0. -0.142 -0.328 -0.519 -0.703 -0.897 -1.114 -1.337 + -1.588 -1.808 -2.026 -2.251 -2.485 -2.630 -2.877 -3.107 + IIIAJ/CLEAR 16 + 0. -0.143 -0.331 -0.523 -0.707 -0.896 -1.107 -1.325 + -1.576 -1.787 -2.007 -2.226 -2.455 -2.599 -2.837 -3.059 + IIIAJ/GG385 16 + 0. -0.144 -0.332 -0.524 -0.707 -0.894 -1.102 -1.317 + -1.565 -1.772 -1.991 -2.209 -2.436 -2.578 -2.814 -3.033 + IIAD/GG495 16 + 0. -0.144 -0.332 -0.523 -0.696 -0.867 -1.058 -1.251 + -1.483 -1.659 -1.871 -2.076 -2.280 -2.418 -2.629 -2.826 + 127/GG495 16 + 0. -0.138 -0.327 -0.520 -0.686 -0.854 -1.037 -1.227 + -1.434 -1.606 -1.814 -2.016 -2.197 -2.333 -2.538 -2.737 + 098/RG610 16 + 0. -0.135 -0.324 -0.517 -0.679 -0.844 -1.024 -1.212 + -1.408 -1.578 -1.784 -1.986 -2.157 -2.293 -2.496 -2.695 + 127/RG610 16 + 0. -0.134 -0.324 -0.517 -0.677 -0.842 -1.020 -1.207 + -1.397 -1.567 -1.772 -1.973 -2.139 -2.275 -2.477 -2.676 + IVN/RG695 16 + 0. -0.136 -0.330 -0.522 -0.674 -0.821 -0.980 -1.132 + -1.289 -1.423 -1.613 -1.801 -1.927 -2.065 -2.228 -2.408 + MONO/4363 16 + 0. -0.141 -0.324 -0.515 -0.699 -0.895 -1.115 -1.339 + -1.593 -1.815 -2.032 -2.261 -2.496 -2.643 -2.896 -3.127 + MONO/4760 16 + 0. -0.145 -0.335 -0.526 -0.708 -0.898 -1.108 -1.326 + -1.569 -1.785 -2.001 -2.220 -2.449 -2.593 -2.829 -3.055 + MONO/5200 16 + 0. -0.144 -0.335 -0.527 -0.712 -0.891 -1.092 -1.300 + -1.545 -1.741 -1.964 -2.175 -2.396 -2.536 -2.765 -2.976 + MONO/5876 16 + 0. -0.148 -0.333 -0.523 -0.694 -0.863 -1.052 -1.239 + -1.478 -1.646 -1.856 -2.059 -2.269 -2.407 -2.612 -2.803 + MONO/6470 16 + 0. -0.135 -0.324 -0.517 -0.679 -0.846 -1.027 -1.217 + -1.416 -1.589 -1.796 -1.998 -2.173 -2.309 -2.515 -2.716 +begin 123 + title MAYALL 4-M P.F. 15APR74 TO 21MAY74 [MP969-MP1051] + IIIAJ/UG2 16 + 0. -0.168 -0.342 -0.552 -0.769 -0.999 -1.266 -1.527 + -1.806 -2.018 -2.274 -2.533 -2.776 -3.021 -3.237 -3.483 + IIAO/UG2 16 + 0. -0.168 -0.342 -0.552 -0.768 -0.998 -1.266 -1.526 + -1.805 -2.017 -2.273 -2.532 -2.774 -3.019 -3.235 -3.481 + IIIAJ/*5113 16 + 0. -0.164 -0.343 -0.553 -0.756 -0.975 -1.229 -1.481 + -1.746 -1.951 -2.191 -2.438 -2.673 -2.912 -3.115 -3.356 + IIAO/*5113 16 + 0. -0.164 -0.342 -0.553 -0.756 -0.975 -1.229 -1.480 + -1.745 -1.950 -2.189 -2.437 -2.671 -2.910 -3.113 -3.354 + IIAO/GG385 16 + 0. -0.163 -0.347 -0.556 -0.753 -0.970 -1.217 -1.463 + -1.718 -1.921 -2.158 -2.398 -2.631 -2.861 -3.061 -3.292 + IIIAJ/CLEAR 16 + 0. -0.163 -0.351 -0.557 -0.753 -0.968 -1.210 -1.448 + -1.696 -1.898 -2.129 -2.363 -2.596 -2.815 -3.009 -3.230 + IIIAJ/GG385 16 + 0. -0.162 -0.352 -0.558 -0.751 -0.964 -1.202 -1.438 + -1.683 -1.883 -2.111 -2.344 -2.575 -2.792 -2.984 -3.203 + IIAD/GG495 16 + 0. -0.157 -0.348 -0.551 -0.742 -0.940 -1.155 -1.365 + -1.597 -1.786 -1.990 -2.200 -2.431 -2.618 -2.790 -2.988 + 127/GG495 16 + 0. -0.155 -0.345 -0.550 -0.723 -0.918 -1.122 -1.320 + -1.536 -1.717 -1.914 -2.116 -2.332 -2.511 -2.665 -2.851 + 098/RG610 16 + 0. -0.153 -0.342 -0.548 -0.713 -0.905 -1.104 -1.297 + -1.506 -1.684 -1.878 -2.078 -2.288 -2.465 -2.614 -2.797 + 127/RG610 16 + 0. -0.152 -0.343 -0.548 -0.709 -0.901 -1.097 -1.287 + -1.493 -1.670 -1.862 -2.060 -2.268 -2.442 -2.588 -2.768 + IVN/RG695 16 + 0. -0.148 -0.353 -0.549 -0.692 -0.868 -1.030 -1.180 + -1.370 -1.536 -1.703 -1.864 -2.069 -2.207 -2.330 -2.471 + MONO/4363 16 + 0. -0.163 -0.343 -0.553 -0.752 -0.968 -1.218 -1.466 + -1.727 -1.930 -2.165 -2.409 -2.641 -2.879 -3.078 -3.317 + MONO/4770 16 + 0. -0.161 -0.355 -0.561 -0.750 -0.968 -1.208 -1.448 + -1.694 -1.895 -2.133 -2.366 -2.598 -2.819 -3.019 -3.240 + MONO/5200 16 + 0. -0.163 -0.357 -0.560 -0.749 -0.958 -1.187 -1.415 + -1.649 -1.848 -2.068 -2.295 -2.525 -2.731 -2.916 -3.128 + MONO/5876 16 + 0. -0.156 -0.346 -0.548 -0.748 -0.942 -1.155 -1.362 + -1.602 -1.790 -1.990 -2.197 -2.436 -2.620 -2.795 -2.994 + MONO/6470 16 + 0. -0.153 -0.342 -0.548 -0.714 -0.908 -1.109 -1.305 + -1.516 -1.695 -1.891 -2.093 -2.305 -2.484 -2.636 -2.822 +begin 129 + title MAYALL 4-METER P.F. AFTER 21MAY74 [MP1052--> ] + IIIAJ/UG2 16 + 0. -0.173 -0.358 -0.560 -0.758 -0.963 -1.201 -1.445 + -1.714 -1.926 -2.182 -2.406 -2.643 -2.915 -3.133 -3.393 + IIAO/UG2 16 + 0. -0.172 -0.358 -0.560 -0.758 -0.963 -1.201 -1.444 + -1.713 -1.925 -2.181 -2.404 -2.642 -2.913 -3.132 -3.391 + IIIAJ/*5113 16 + 0. -0.164 -0.357 -0.559 -0.754 -0.955 -1.181 -1.406 + -1.663 -1.866 -2.108 -2.325 -2.559 -2.823 -3.027 -3.277 + IIAO/*5113 16 + 0. -0.164 -0.357 -0.559 -0.754 -0.955 -1.180 -1.406 + -1.662 -1.865 -2.107 -2.324 -2.558 -2.821 -3.026 -3.276 + IIAO/GG385 16 + 0. -0.162 -0.355 -0.559 -0.754 -0.949 -1.170 -1.388 + -1.640 -1.838 -2.074 -2.287 -2.519 -2.775 -2.974 -3.218 + IIIAJ/CLEAR 16 + 0. -0.163 -0.355 -0.559 -0.752 -0.944 -1.160 -1.373 + -1.618 -1.815 -2.044 -2.252 -2.482 -2.733 -2.928 -3.164 + IIIAJ/GG385 16 + 0. -0.161 -0.355 -0.558 -0.752 -0.941 -1.155 -1.364 + -1.606 -1.801 -2.028 -2.234 -2.463 -2.712 -2.905 -3.138 + IIAD/GG495 16 + 0. -0.153 -0.349 -0.549 -0.741 -0.918 -1.113 -1.300 + -1.527 -1.710 -1.917 -2.103 -2.328 -2.563 -2.740 -2.954 + 127/GG495 16 + 0. -0.145 -0.339 -0.540 -0.728 -0.894 -1.082 -1.265 + -1.476 -1.648 -1.841 -2.028 -2.242 -2.467 -2.636 -2.851 + 098/RG610 16 + 0. -0.140 -0.333 -0.534 -0.721 -0.881 -1.065 -1.246 + -1.451 -1.618 -1.806 -1.993 -2.203 -2.425 -2.591 -2.806 + 127/RG610 16 + 0. -0.139 -0.331 -0.533 -0.719 -0.876 -1.059 -1.239 + -1.440 -1.604 -1.790 -1.976 -2.184 -2.405 -2.569 -2.784 + IVN/RG695 16 + 0. -0.131 -0.330 -0.528 -0.707 -0.853 -1.011 -1.159 + -1.335 -1.485 -1.639 -1.803 -2.008 -2.211 -2.340 -2.531 + MONO/4363 16 + 0. -0.161 -0.356 -0.559 -0.753 -0.952 -1.174 -1.394 + -1.647 -1.847 -2.085 -2.300 -2.533 -2.794 -2.995 -3.242 + MONO/4760 16 + 0. -0.161 -0.352 -0.559 -0.754 -0.943 -1.160 -1.372 + -1.621 -1.815 -2.045 -2.255 -2.487 -2.735 -2.928 -3.170 + MONO/5200 16 + 0. -0.161 -0.356 -0.558 -0.749 -0.933 -1.140 -1.341 + -1.573 -1.765 -1.985 -2.187 -2.411 -2.656 -2.846 -3.071 + MONO/5876 16 + 0. -0.154 -0.351 -0.549 -0.743 -0.924 -1.115 -1.297 + -1.529 -1.714 -1.923 -2.101 -2.332 -2.567 -2.742 -2.951 + MONO/6470 16 + 0. -0.141 -0.333 -0.535 -0.722 -0.883 -1.069 -1.252 + -1.459 -1.627 -1.818 -2.006 -2.217 -2.441 -2.610 -2.826 +begin 130 + title MAYALL 4-METER CASS CAMERA. + IIIAJ/UG2 16 + 0. -0.168 -0.373 -0.583 -0.773 -0.979 -1.227 -1.480 + -1.732 -1.947 -2.207 -2.442 -2.672 -2.948 -3.171 -3.429 + IIAO/UG2 16 + 0. -0.168 -0.372 -0.582 -0.772 -0.978 -1.227 -1.479 + -1.731 -1.946 -2.205 -2.440 -2.670 -2.947 -3.169 -3.427 + IIIAJ/*5113 16 + 0. -0.164 -0.364 -0.575 -0.765 -0.966 -1.201 -1.435 + -1.680 -1.890 -2.137 -2.356 -2.586 -2.848 -3.062 -3.319 + IIAO/*5113 16 + 0. -0.164 -0.364 -0.574 -0.764 -0.966 -1.201 -1.434 + -1.679 -1.889 -2.136 -2.355 -2.584 -2.846 -3.061 -3.317 + IIAO/GG385 16 + 0. -0.164 -0.362 -0.572 -0.761 -0.961 -1.189 -1.415 + -1.655 -1.862 -2.102 -2.318 -2.543 -2.799 -3.009 -3.263 + IIIAJ/CLEAR 16 + 0. -0.164 -0.362 -0.571 -0.759 -0.956 -1.178 -1.399 + -1.634 -1.836 -2.070 -2.283 -2.503 -2.754 -2.963 -3.208 + IIIAJ/GG385 16 + 0. -0.163 -0.360 -0.569 -0.758 -0.953 -1.172 -1.388 + -1.622 -1.822 -2.054 -2.264 -2.483 -2.732 -2.940 -3.183 + IIAD/GG495 16 + 0. -0.156 -0.352 -0.554 -0.748 -0.928 -1.127 -1.319 + -1.546 -1.734 -1.940 -2.130 -2.347 -2.583 -2.775 -2.998 + 127/GG495 16 + 0. -0.146 -0.339 -0.536 -0.732 -0.907 -1.092 -1.274 + -1.496 -1.675 -1.868 -2.053 -2.259 -2.483 -2.669 -2.883 + 098/RG610 16 + 0. -0.141 -0.332 -0.526 -0.723 -0.896 -1.074 -1.251 + -1.471 -1.646 -1.834 -2.016 -2.220 -2.441 -2.624 -2.836 + 127/RG610 16 + 0. -0.139 -0.330 -0.522 -0.720 -0.891 -1.066 -1.241 + -1.460 -1.633 -1.819 -2.000 -2.202 -2.419 -2.601 -2.811 + IVN/RG695 16 + 0. -0.135 -0.322 -0.505 -0.707 -0.862 -1.011 -1.148 + -1.359 -1.519 -1.669 -1.825 -2.018 -2.207 -2.379 -2.552 + MONO/4363 16 + 0. -0.163 -0.361 -0.572 -0.762 -0.962 -1.193 -1.421 + -1.663 -1.872 -2.115 -2.330 -2.559 -2.817 -3.029 -3.285 + MONO/4760 16 + 0. -0.165 -0.362 -0.571 -0.759 -0.958 -1.180 -1.397 + -1.633 -1.838 -2.073 -2.287 -2.508 -2.761 -2.966 -3.220 + MONO/5200 16 + 0. -0.162 -0.358 -0.565 -0.753 -0.943 -1.153 -1.363 + -1.590 -1.784 -2.009 -2.215 -2.429 -2.671 -2.879 -3.114 + MONO/5876 16 + 0. -0.158 -0.355 -0.558 -0.754 -0.931 -1.131 -1.320 + -1.550 -1.739 -1.943 -2.128 -2.351 -2.590 -2.780 -3.001 + MONO/6470 16 + 0. -0.141 -0.333 -0.527 -0.724 -0.898 -1.078 -1.258 + -1.479 -1.655 -1.846 -2.030 -2.235 -2.458 -2.642 -2.857 +begin 138 + title TRAVELLING BOX AFTER 06JAN78. + IIIAJ/UG2 16 + 0. -0.163 -0.360 -0.559 -0.767 -0.991 -1.237 -1.483 + -1.772 -2.010 -2.240 -2.446 -2.752 -2.989 -3.200 -3.408 + IIAO/UG2 16 + 0. -0.163 -0.360 -0.559 -0.767 -0.990 -1.237 -1.483 + -1.771 -2.009 -2.239 -2.445 -2.750 -2.987 -3.199 -3.407 + IIIAJ/*5113 16 + 0. -0.161 -0.358 -0.554 -0.757 -0.974 -1.208 -1.444 + -1.717 -1.948 -2.170 -2.372 -2.662 -2.889 -3.089 -3.291 + IIAO/*5113 16 + 0. -0.161 -0.358 -0.554 -0.757 -0.974 -1.208 -1.443 + -1.716 -1.947 -2.169 -2.371 -2.660 -2.887 -3.087 -3.289 + IIAO/GG385 16 + 0. -0.162 -0.359 -0.555 -0.758 -0.972 -1.199 -1.427 + -1.698 -1.921 -2.139 -2.339 -2.622 -2.843 -3.042 -3.242 + IIIAJ/CLEAR 16 + 0. -0.164 -0.360 -0.559 -0.761 -0.972 -1.194 -1.415 + -1.685 -1.901 -2.114 -2.308 -2.589 -2.807 -3.003 -3.199 + IIIAJ/GG385 16 + 0. -0.164 -0.360 -0.559 -0.760 -0.969 -1.188 -1.406 + -1.674 -1.887 -2.098 -2.292 -2.569 -2.786 -2.981 -3.175 + IIAD/GG495 16 + 0. -0.164 -0.363 -0.563 -0.751 -0.951 -1.150 -1.350 + -1.592 -1.790 -1.990 -2.174 -2.423 -2.626 -2.812 -2.994 + 127/GG495 16 + 0. -0.161 -0.358 -0.552 -0.746 -0.939 -1.127-1.316 + -1.556 -1.748 -1.938 -2.121 -2.366 -2.556 -2.727 -2.910 + 098/RG610 16 + 0. -0.159 -0.355 -0.546 -0.741 -0.931 -1.114 -1.298 + -1.536 -1.726 -1.911 -2.094 -2.337 -2.522 -2.688 -2.872 + 127/RG610 16 + 0. -0.159 -0.354 -0.544 -0.741 -0.929 -1.110 -1.291 + -1.529 -1.716 -1.900 -2.082 -2.324 -2.506 -2.669 -2.853 + IVN/RG695 16 + 0. -0.161 -0.359 -0.551 -0.733 -0.908 -1.061 -1.214 + -1.422 -1.584 -1.750 -1.917 -2.122 -2.285 -2.438 -2.602 + MONO/4363 16 + 0. -0.160 -0.357 -0.552 -0.754 -0.969 -1.199 -1.431 + -1.700 -1.928 -2.148 -2.349 -2.634 -2.858 -3.054 -3.255 + MONO/4770 16 + 0. -0.164 -0.361 -0.559 -0.760 -0.971 -1.192 -1.412 + -1.682 -1.898 -2.111 -2.310 -2.589 -2.803 -3.003 -3.202 + MONO/5200 16 + 0. -0.165 -0.361 -0.562 -0.763 -0.967 -1.177 -1.387 + -1.653 -1.858 -2.063 -2.250 -2.525 -2.740 -2.930 -3.120 + MONO/5876 16 + 0. -0.166 -0.367 -0.569 -0.748 -0.949 -1.148 -1.348 + -1.580 -1.777 -1.980 -2.163 -2.403 -2.607 -2.800 -2.977 + MONO/6470 16 + 0. -0.159 -0.355 -0.546 -0.742 -0.933 -1.118 -1.304 + -1.544 -1.735 -1.922 -2.106 -2.351 -2.538 -2.705 -2.890 +begin 201 + title TEN UCLA SPOTS (H. FORD, 10JAN78) + MONO/MONO 10 + 0. -0.164 -0.368 -0.591 -0.851 -1.089 -1.232 -1.367 + -1.555 -1.843 diff --git a/noao/lib/helpdb.mip b/noao/lib/helpdb.mip Binary files differnew file mode 100644 index 00000000..58341757 --- /dev/null +++ b/noao/lib/helpdb.mip diff --git a/noao/lib/libasttools.a b/noao/lib/libasttools.a new file mode 120000 index 00000000..e179d4ee --- /dev/null +++ b/noao/lib/libasttools.a @@ -0,0 +1 @@ +../bin/libasttools.a
\ No newline at end of file diff --git a/noao/lib/libsmw.a b/noao/lib/libsmw.a new file mode 120000 index 00000000..1f26187b --- /dev/null +++ b/noao/lib/libsmw.a @@ -0,0 +1 @@ +../bin/libsmw.a
\ No newline at end of file diff --git a/noao/lib/linelists/README b/noao/lib/linelists/README new file mode 100644 index 00000000..a213184b --- /dev/null +++ b/noao/lib/linelists/README @@ -0,0 +1,79 @@ +This directory contains line lists which are used by IDENTIFY/REIDENTIFY. +There may additional applications using these lists in the future. + + LINE LISTS + (eg coordlist = linelists$henear.dat) + + argon.dat - Vacuum wavelengths of the infrared emission lines of argon. + The second column lists relative intensities. The data + are from "Wavelength Standards in the Infrared", K.N. Rao + et al., 1966. + ctiohenear.dat - HENEAR list used at CTIO + ctiohear.dat - HEAR list used at CTIO + cuar.dat - A linelist for the built-in comparison source for the KPNO + Hydra instrument consisting of 6 CuAr hollow cathode + lamps. The identifications are from Coude Echelle + spectra and a list from AAO (Schinckel, Phillips, and + Hill). All wavelengths are from Norlen (Physica Scripta. + Vol 8, 249-268, 1973) except for a few CuI lines from + Striganov and Sventitskii (Tables of Spectral Lines of + Neutral and Ionized Atoms, 1968). + fear.dat - FeAr Hollow Cathode line list between 3,000A and 10,000A. + The reference for this line list is "A CCD Atlas of + Comparison Spectra: FeAr Hollow Cathode, 3000A - 10,000A" + by D. Willmarth. The atlas is available from the + KPNO User Support Office. + henear.dat - Selected list of HENEAR lines to be used for + KPNO IIDS/IRS reductions - this list is identical to + that in the KPNO mountain reduction software for these + instruments. Source of wavelengths: 1982 MIT + Wavelength Tables Vol. 2. Multiplet numbers from + Charlotte Moore's A Multiplet Table of Astrophysical + Interest 1972. + henearhres.dat - High resolution list of HENEAR lines covering the wavelength + range 3300A - 11,100A. See "A CCD Atlas of Comparison + Spectra: He-Ne-Ar, 3300A - 11,100A" by Daryl Willmarth, + April 1993. + idhenear.dat - Extended list of HENEAR lines for general use. + Source of wavelengths: 1982 MIT Wavelength Tables Vol. 2. + Multiplet numbers from Charlotte Moore's A Multiplet Table + of Astrophysical Interest 1972. + krypton.dat - Vacuum wavelengths of the infrared emission lines of krypton. + The second column lists relative intensities. The data + are from "Wavelength Standards in the Infrared", K.N. Rao + et al., 1966. +lowskylines.dat - Rest (air) wavelengths of all the OH vibration-rotation + lines in the sky spectrum, useful for low dispersion + spectra - see "Sky Spectra at a Light-Polluted Site and + Wavelength Zero Points", Osterbrock and Martel, UCO/LO + Bulletin No. __ . + ohlines.dat - Vacuum wavelengths from calculations of Chamberlain + (lambda < 1.20microns) and laboratory observations of Hubbard + and Brault using the Solar FTS (lambda > 1.2microns). + The second column gives the observed intensity in kR + (Steed and Baker 1979, Appl. Opt., 18, 3386) of observed + atmospheric lines. + skylines.dat - Night sky lines from various sources compiled by Don + York. See file header for comments. + thar.dat - List of thorium-argon lines (3180 - 9665), + A CCD Atlas of Comparison Spectra: Thorium-Argon Hollow + Cathode 3180 A - 9665 A, revised Feb. 1992, Daryl Willmarth. +vacidhenear.dat - The idhenear.dat list converted to vacuum wavelengths + using the equation: (n-1) x 10**8 = 8342.13 + 2406030 + (130 - sigma**2)**-1 + 15997(38.9 - sigma**2)**-1 + where sigma = 1/lambda(air) and air at T=15C, P=760mmHg, and + no water vapour. (See B. Edlen, 1966 + Metrologia, Vol. 2, p. 71). + vacthar.dat - The thar.dat list converted to vacuum wavelengths + using the equation: (n-1) x 10**8 = 8342.13 + 2406030 + (130 - sigma**2)**-1 + 15997(38.9 - sigma**2)**-1 + where sigma = 1/lambda(air) and air at T=15C, P=760mmHg, and + no water vapour. (See B. Edlen, 1966 + Metrologia, Vol. 2, p. 71). + xenon.dat - Vacuum wavelengths of the infrared emission lines of xenon. + The second column lists relative intensities. The data + are from "Wavelength Standards in the Infrared", K.N. Rao + et al., 1966. + + thorium.dat - Obsolete and will disappear in the future. Use thar.dat. + vacthorium.dat - Obsolete and will disappear in the furture. Use vacthar.dat. diff --git a/noao/lib/linelists/airvac.cl b/noao/lib/linelists/airvac.cl new file mode 100644 index 00000000..52a5ca67 --- /dev/null +++ b/noao/lib/linelists/airvac.cl @@ -0,0 +1,61 @@ +# AIRVAC -- Convert dispersion coordinates to air or vacuum values. +# The index of refraction formulas used are from Allen's Astrophysical +# Quantities (1973). +# +# This task takes in a file of wavelengths in Angstroms and converts between +# air and vacuum to an output file of wavelengths in Angstroms. It will +# pass any comments and data after the first wavelength column to the +# output. +# +# To install and use copy the script to your IRAF home directory with the +# name airvac.cl. Then interactively (for use during the current IRAF session) +# or in your loginuser.cl (for use during future IRAF sessions) enter +# "task airvac=home$airvac.cl". + +procedure airvac (input, output) + +file input {prompt="Input file of wavelengths in Angstroms"} +file output {prompt="Output file of wavelengths in Angstroms"} +string type = "air2vac" {prompt="Conversion (air2vac|vac2air)", + enum = "air2vac|vac2air"} +real t = 15. {prompt="Temperature (C)"} +real p = 760. {prompt="Pressure (mmHg)"} +real f = 4. {prompt="Water vapour pressure (mmHg)"} + +struct *inlist + +begin + file in, out + struct label + int n + real a, b, w + + in = input + out = output + + printf ("# airvac (%s, %s, type=%s, t=%.6g, p=%.6g, f=%.6g)\n", + in, out, type, t, p, f, > out) + + inlist = input + while (fscan (inlist, line) != EOF) { + n = fscan (line, w, label) + if (n == 0) { + print (line, >> out) + next + } + + b = (10000. / w) ** 2 + a = 64.328 + 29498.1 / (146 - b) + 255.4 / (41 - b) + a = a * p * (1 + (1.049 - 0.0157 * t) * 1e-6 * p) / + (720.883 * (1 + 0.003661 * t)) + a = a - (0.0624 - 0.000680 * b) / (1 + 0.003661 * t) * f + a = 1 + a / 1e6 + if (type == "air2vac") + w = a * w + else if (type == "vac2air") + w = w / a + + print (w, label, >> out) + } + inlist = "" +end diff --git a/noao/lib/linelists/argon.dat b/noao/lib/linelists/argon.dat new file mode 100644 index 00000000..7078353b --- /dev/null +++ b/noao/lib/linelists/argon.dat @@ -0,0 +1,161 @@ +# units Angstroms +11081.9 10 +11109.5 3 +11396.8 8 +11445. 12 +11470.7 6 +11491.2 120 +11583.5 1 +11671.9 200 +11690.8 1 +11722.7 10 +11736.4 9 +11887.7 4 +11899.9 1 +11946.6 12 +11947.1 B +12029.9 2 +12115.6 150 +12143. 30 +12154.7 2 +12346.8 30 +12359.7 10 +12406.2 100 +12442.7 300 +12459.5 100 +12491.1 200 +12557.7 2 +12625.1 2 +12705.7 100 +12736.9 30 +12749.7 12 +12806.2 200 +12936.7 40 +12960.2 500 +13011.8 200 +13032. 2 +13217.6 200 +13231.7 200 +13234.5 200 +13276.3 500 +13305.9 4 +13316.8 800 +13333.8 6 +13370.8 1000 +13410.2 100 +13503.1 30 +13507.9 1000 +13547.9 8 +13577.3 12 +13603. 40 +13626.4 400 +13682.3 200 +13722.3 1000 +13829.5 B +13832.1 9 +13911.3 8 +13914.4 50 +14097.5 150 +14253.1 8 +14260.8 13 +14599.7 11 +14600.5 B +14638.4 30 +14654.3 30 +14697.4 4 +14743.2 5 +15050.6 100 +15176.8 25 +15306.1 40 +15333.5 9 +15353. 7 +15357.3 3 +15406.8 6 +15904. 10 +15993.9 25 +16127.1 1 +16184.4 4 +16441.1 13 +16524.4 30 +16553.8 8 +16744.6 9 +16945.2 500 +17449.7 11 +17450. B +17828.9 5 +17919.6 40 +18423.2 2 +18432.8 10 +18433.4 B +18434.5 B +19822.9 5 +19971.2 4 +20322.6 2 +20621.9 50 +20652.8 2 +20739.3 2 +20741. B +20816.7 2 +20991.8 30 +21338.7 1 +21540.1 8 +22045.6 1 +22083.2 8 +23139.5 20 +23851.5 1 +23973.1 20 +25132.1 25 +25491.6 3 +25512.2 8 +25668. 10 +26843. 4 +26917.1 40 +27233. 3 +28202.4 30 +28246. 30 +28321.8 25 +28435. 1 +28538.4 3 +28620.2 200 +28697.9 50 +28712.8 5 +28782.9 500 +28843.1 100 +28989.2 2 +29108.5 3 +29134.8 50 +29262.9 4 +29280.7 20 +29566.3 3 +29796.8 250 +30462.1 4 +30552.8 2 +30996.2 10 +31333. 100 +31727.3 5 +32256.3 3 +32305.9 1 +32333.9 5 +32888.6 4 +33078.8 15 +33148.4 15 +33293.4 10 +34960.5 1 +36220.9 8 +36312.4 3 +36390.5 2 +36395. 2 +36492. 10 +37013.6 2 +37085.9 5 +37143.5 3 +37186.2 1 +37261.2 2 +38120.7 3 +38331.2 1 +39664.3 1 +39670.7 1 +40080.4 2 +40164.8 1 +40169.7 1 +40433.1 3 diff --git a/noao/lib/linelists/ctiohear.dat b/noao/lib/linelists/ctiohear.dat new file mode 100644 index 00000000..5f2c16f3 --- /dev/null +++ b/noao/lib/linelists/ctiohear.dat @@ -0,0 +1,106 @@ +# units Angstroms + 3187.745 + 3243.689 + 3249.800 + 3307.228 + 3350.924 + 3376.436 + 3576.616 + 3588.441 + 3613.643 + 3718.207 + 3729.309 + 3737.889 + 3780.840 + 3819.607 + 3850.581 + 3868.528 + 3888.648 + 3964.729 + 4026.191 + 4103.912 + 4120.812 + 4131.724 + 4143.761 + 4158.591 + 4181.884 + 4237.220 + 4259.362 + 4266.286 + 4272.169 + 4277.528 + 4300.101 + 4387.929 + 4448.879 + 4471.479 + 4481.811 + 4510.733 + 4545.052 + 4579.350 + 4589.898 + 4609.567 + 4657.901 + 4713.146 + 4726.868 + 4735.906 + 4764.865 + 4806.021 + 4847.810 + 4879.864 + 4889.042 + 4921.931 + 4965.080 + 5015.680 + 5047.738 + 5062.037 + 5162.285 + 5187.746 + 5221.271 + 5421.352 + 5495.874 + 5558.702 + 5606.733 + 5739.520 + 5802.080 + 5834.263 + 5875.621 + 6032.127 + 6416.307 + 6483.083 + 6752.834 + 6871.289 + 6937.664 + 6965.431 + 7030.251 + 7147.042 + 7206.980 + 7272.936 + 7281.349 + 7311.716 + 7353.293 + 7372.118 + 7383.981 + 7503.869 + 7514.652 + 7635.106 + 7891.075 + 7948.176 + 8006.157 + 8014.786 + 8103.693 + 8115.311 + 8264.523 + 8408.210 + 8424.648 + 8521.442 + 8605.776 + 8667.944 + 8761.686 + 9122.967 + 9224.499 + 9291.531 + 9354.220 + 9657.786 + 9784.503 +10470.05 +10830.2 diff --git a/noao/lib/linelists/ctiohenear.dat b/noao/lib/linelists/ctiohenear.dat new file mode 100644 index 00000000..2e1f9014 --- /dev/null +++ b/noao/lib/linelists/ctiohenear.dat @@ -0,0 +1,146 @@ +# units Angstroms + 3187.745 + 3243.689 + 3249.800 + 3307.228 + 3350.924 + 3376.436 + 3576.616 + 3588.441 + 3613.643 + 3718.207 + 3729.309 + 3737.889 + 3780.840 + 3819.607 + 3850.581 + 3868.528 + 3888.648 + 3964.729 + 4026.191 + 4052.921 + 4103.912 + 4120.812 + 4131.724 + 4143.761 + 4158.591 + 4181.884 + 4237.220 + 4259.362 + 4266.286 + 4272.169 + 4277.528 + 4300.101 + 4387.929 + 4448.879 + 4471.479 + 4481.811 + 4510.733 + 4545.052 + 4579.350 + 4589.898 + 4609.567 + 4657.901 + 4713.146 + 4726.868 + 4735.906 + 4764.865 + 4806.021 + 4847.810 + 4879.864 + 4889.042 + 4921.931 + 4965.080 + 5015.680 + 5047.738 + 5062.037 + 5162.285 + 5187.746 + 5221.271 + 5400.562 + 5421.352 + 5495.874 + 5558.702 + 5606.733 + 5739.520 + 5748.299 + 5764.419 + 5820.156 + 5834.263 + 5852.488 + 5875.621 + 5881.895 + 5944.834 + 6029.997 + 6032.127 + 6043.223 + 6074.338 + 6096.163 + 6143.062 + 6163.594 + 6217.281 + 6266.495 + 6304.789 + 6334.428 + 6382.991 + 6402.246 + 6416.307 + 6506.528 + 6532.882 + 6598.953 + 6717.043 + 6752.834 + 6871.289 + 6929.467 + 6937.664 + 6965.431 + 7024.050 + 7030.251 + 7032.413 + 7147.042 + 7173.938 + 7206.980 + 7245.167 + 7272.936 + 7281.349 + 7311.716 + 7353.293 + 7372.118 + 7383.981 + 7438.898 + 7488.871 + 7503.869 + 7514.652 + 7635.106 + 7891.075 + 7948.176 + 8006.157 + 8014.786 + 8103.693 + 8115.311 + 8264.523 + 8300.326 + 8377.607 + 8408.210 + 8424.648 + 8495.360 + 8521.442 + 8591.259 + 8605.776 + 8634.647 + 8654.383 + 8667.944 + 8761.686 + 8853.867 + 8919.501 + 9122.967 + 9148.672 + 9224.499 + 9291.531 + 9354.220 + 9459.210 + 9657.786 + 9665.424 + 9784.503 +10470.05 +10830.2 diff --git a/noao/lib/linelists/cuar.dat b/noao/lib/linelists/cuar.dat new file mode 100644 index 00000000..1dab5e9b --- /dev/null +++ b/noao/lib/linelists/cuar.dat @@ -0,0 +1,459 @@ +# CuAr Line List: 3094A-10470A +# units Angstroms +3093.4019 +3139.0176 +3161.3726 +3169.6685 +3181.0376 +3204.3210 +3243.6887 +3249.8003 +3281.7016 +3307.2283 +3350.9243 +3376.4359 +3388.5309 +3454.0952 +3476.7474 +3478.2324 +3480.5055 +3499.4765 +3509.7785 +3514.3877 +3519.9936 +3521.2601 +3521.9781 +3535.3196 +3548.5144 +3554.3058 +3556.9041 +3559.5081 +3561.0304 +3565.0298 +3567.6564 +3576.6156 +3581.6084 +3582.3546 +3588.4407 +3605.8792 +3606.5218 +3622.1375 +3632.6831 +3637.0310 +3639.8329 +3649.8323 +3650.8896 +3655.2782 +3656.0498 +3659.5289 +3660.437 +3669.6024 +3671.0048 +3673.2645 +3678.2701 +3680.0609 +3682.5448 +3690.8951 +3706.9302 +3709.9088 +3714.7337 +3717.1713 +3718.2065 +3720.4265 +3724.5165 +3729.3087 +3737.889 +3746.4476 +3750.4799 +3753.5177 +3754.0498 +3763.5053 +3765.27 +3766.1186 +3770.52 +3780.8398 +3786.3824 +3796.5934 +3799.382 +3803.1724 +3808.5748 +3809.4561 +3819.0159 +3825.6729 +3826.8072 +3834.6787 +3841.5187 +3844.7311 +3845.4055 +3850.5813 +3856.1382 +3861.747 +3868.5284 +3872.1371 +3875.2645 +3880.3332 +3891.4017 +3891.9792 +3894.66 +3895.2502 +3900.6266 +3911.576 +3914.7675 +3925.7188 +3926.0456 +3928.6233 +3931.2359 +3932.5466 +3944.2717 +3946.0971 +3947.5046 +3948.9789 +3952.7291 +3958.38 +3968.3594 +3974.4766 +3974.759 +3979.3559 +3979.7155 +3988.1576 +3992.0535 +3994.7918 +3999.252 +4001.1379 +4005.3628 +4011.2093 +4013.8566 +4019.8429 +4022.629 +4031.3783 +4033.8093 +4035.46 +4038.8043 +4042.8937 +4044.4179 +4045.6773 +4045.9654 +4047.4815 +4052.9208 +4054.5258 +4062.641 +4063.238 +4070.7835 +4072.0047 +4072.3849 +4076.6284 +4076.9432 +4079.5738 +4082.3872 +4099.4563 +4103.9121 +4112.8153 +4116.3753 +4128.64 +4129.6823 +4131.7235 +4144.2435 +4156.086 +4158.5905 +4164.1795 +4168.9682 +4178.3658 +4179.2973 +4181.8836 +4189.6511 +4190.7129 +4191.0294 +4198.317 +4199.8891 +4200.6745 +4201.5549 +4201.9715 +4203.4109 +4217.4308 +4218.6649 +4222.6373 +4226.6089 +4226.9876 +4228.158 +4229.8696 +4237.2198 +4248.956 +4251.1846 +4255.6034 +4259.3619 +4266.2864 +4266.5271 +4272.1689 +4277.5282 +4282.8976 +4297.9645 +4300.1008 +4300.6495 +4309.2392 +4331.1995 +4332.0297 +4333.5612 +4335.3379 +4337.0708 +4338.2314 +4345.168 +4345.8966 +4348.064 +4352.2049 +4362.0662 +4363.7945 +4367.8316 +4370.7532 +4371.329 +4372.49 +4374.8579 +4375.9542 +4379.6668 +4382.928 +4383.7535 +4385.0566 +4386.9656 +4397.7971 +4400.0968 +4400.9863 +4401.755 +4404.9022 +4406.4704 +4420.9124 +4423.9944 +4426.0011 +4430.189 +4430.9963 +4433.838 +4438.1175 +4439.4614 +4439.8793 +4440.1216 +4445.8483 +4448.4597 +4448.8792 +4449.5206 +4460.5574 +4474.7594 +4480.35 +4481.8107 +4490.9816 +4498.5384 +4502.9268 +4507.8339 +4509.374 +4510.7332 +4522.323 +4530.5523 +4530.785 +4535.4903 +4537.6426 +4543.8692 +4545.0519 +4547.7589 +4561.0128 +4563.7429 +4564.4054 +4579.3495 +4589.8978 +4596.0967 +4598.7627 +4609.5673 +4628.4409 +4637.2328 +4651.124 +4657.9012 +4682.2759 +4702.3161 +4721.5910 +4726.8683 +4732.0532 +4735.9058 +4764.8646 +4806.0205 +4847.8095 +4865.9105 +4876.2611 +4879.8635 +4882.2432 +4888.2612 +4889.0422 +4904.7516 +4914.3146 +4933.2091 +4942.9214 +4965.0795 +4972.1597 +5009.3344 +5017.1628 +5062.0371 +5090.4951 +5118.2023 +5125.7654 +5141.7827 +5145.3083 +5151.3907 +5162.2846 +5165.7728 +5176.2292 +5187.7462 +5216.8139 +5218.2020 +5221.2710 +5254.4648 +5421.3517 +5439.9891 +5442.2427 +5443.6893 +5451.6520 +5457.4157 +5467.1608 +5473.4516 +5490.1194 +5495.8738 +5498.1841 +5506.1128 +5524.9570 +5558.7020 +5572.5413 +5577.6845 +5581.8714 +5588.7200 +5597.4756 +5601.1216 +5606.7330 +5641.3751 +5648.6863 +5650.7043 +5659.1272 +5681.9001 +5691.6612 +5700.8730 +5738.3869 +5739.5196 +5772.1143 +5774.0087 +5783.5360 +5802.0798 +5834.2633 +5860.3103 +5882.6242 +5888.5841 +5912.0853 +5916.5992 +5927.1258 +5928.8130 +5942.6686 +5949.2583 +5971.6008 +5998.9987 +6005.7242 +6013.6777 +6025.1500 +6032.1274 +6043.2233 +6046.8977 +6052.7229 +6059.3725 +6064.7508 +6081.2433 +6085.8797 +6090.7848 +6098.8031 +6101.1615 +6103.5390 +6105.6351 +6113.4657 +6114.9234 +6119.6565 +6123.3619 +6127.4160 +6128.7227 +6145.4411 +6155.2385 +6165.1232 +6170.1740 +6173.0964 +6174.4032 +6212.5031 +6215.9383 +6243.1201 +6296.8722 +6307.6570 +6333.1459 +6357.0229 +6364.8937 +6369.5748 +6384.7169 +6396.6097 +6399.2065 +6403.0128 +6416.3071 +6418.3703 +6431.5550 +6437.6003 +6441.8994 +6443.8598 +6466.5526 +6468.0483 +6472.4294 +6481.1453 +6483.0825 +6493.9694 +6499.1061 +6538.1120 +6604.8534 +6620.9665 +6632.0837 +6638.2207 +6639.7403 +6643.6976 +6656.9386 +6660.6761 +6664.0510 +6666.3588 +6677.2817 +6684.2929 +6719.2184 +6752.8335 +6756.1631 +6766.6117 +6827.2488 +6861.2688 +6863.5350 +6871.2891 +6879.5824 +6888.1742 +6937.6642 +6951.4776 +6965.4307 +7030.2514 +7067.2181 +7147.0416 +7206.9804 +7272.9359 +7311.7159 +7353.2930 +7372.1184 +7383.9805 +7503.8691 +7514.6518 +7635.1060 +7723.7611 +7724.2072 +7948.1764 +8006.1567 +8014.7857 +8103.6931 +8115.311 +8264.5225 +8408.2096 +8424.6475 +8521.4422 +8667.9442 +9122.9674 +9224.4992 +9354.2198 +9657.7863 +9784.5028 +10470.0535 diff --git a/noao/lib/linelists/fear.dat b/noao/lib/linelists/fear.dat new file mode 100644 index 00000000..d3b149dc --- /dev/null +++ b/noao/lib/linelists/fear.dat @@ -0,0 +1,375 @@ +# FEAR - FeAr Line List 3000A-10,000A by D. Willmarth +# units Angstroms + +3020.6391 FeI +3024.0325 FeI +3037.3887 FeI +3047.6043 FeI +3057.4456 FeI +3059.0856 FeI +3225.7850 FeI +3243.6887 ArII +3350.9243 ArII +3376.4359 ArII +3388.5309 ArII +3399.3335 FeI +3404.3535 FeI +3407.4585 FeI +3413.1312 FeI +3427.1192 FeI +3443.8762 FeI +3465.8603 FeI +3475.4500 FeI +3476.7016 FeI +3480.5055 ArII +3490.5737 FeI +3509.7785 ArII +3519.9936 ArII +3535.3196 ArII +3541.0832 FeI +3548.5144 ArII +3559.5081 ArII +3561.0304 ArII +3565.3786 FeI +3576.6156 ArII +3581.1925 FeI +3588.4407 ArII +3608.8587 FeI +3618.7676 FeI +3631.4629 FeI +3647.8424 FeI +3679.9132 FeI +3687.4564 FeI +3705.5657 FeI +3709.2459 FeI +3718.2065 ArII +3719.9346 FeI +3722.5625 FeI +3727.6187 FeI +3729.3087 ArII +3733.3169 FeI +3734.8636 FeI +3737.1313 FeI +3745.5608 FeI +3748.2617 FeI +3749.4847 FeI +3758.2324 FeI +3763.7885 FeI +3767.1914 FeI +3812.9641 FeI +3815.8397 FeI +3820.4251 FeI +3824.4436 FeI +3825.8805 FeI +3827.8226 FeI +3834.2222 FeI +3856.3717 FeI +3859.9114 FeI +3868.5284 ArII +3878.5730 FeI +3886.2820 FeI +3895.6558 FeI +3899.7073 FeI +3902.9452 FeI +3906.4794 FeI +3920.2577 FeI +3922.9115 FeI +3925.7188 ArII +3930.2962 FeI +3946.0971 ArII +3948.9789 ArI +3969.2570 FeI +3979.3559 ArII +3994.7918 ArII +4005.2414 FeI +4033.8093 ArII +4042.8937 ArII +4044.4179 ArI +4045.8130 FeI +4052.9208 ArII +4063.5939 FeI +4103.9121 ArII +4118.5442 FeI +4131.7235 ArII +4143.8688 FeI +4158.5905 ArI +4164.1795 ArI +4198.3036 FeI +4200.6745 ArI +4216.1828 FeI +4222.6373 FeI +4237.2198 ArII +4259.3619 ArI +4271.7593 FeI +4277.5282 ArII +4294.1243 FeI +4300.1008 ArI +4307.9015 FeI +4315.0837 FeI +4325.7615 FeI +4331.1995 ArII +4333.5612 ArI +4335.3379 ArI +4337.0708 ArII +4345.1680 ArII +4348.0640 ArII +4352.2049 ArII +4362.0662 ArII +4367.8316 ArII +4375.9294 FeI +4379.6668 ArII +4383.5445 FeI +4385.0566 ArII +4400.9863 ArII +4404.7499 FeI +4415.1222 FeI +4426.0011 ArII +4427.3039 FeI +4430.1890 ArII +4433.8380 ArII +4439.4614 ArII +4448.8792 ArII +4461.6521 FeI +4466.5508 FeI +4474.7594 ArII +4481.8107 ArII +4489.7389 FeI +4490.9816 ArII +4498.5384 ArII +4502.9268 ArII +4510.7332 ArI +4522.3230 ArI +4528.6133 FeI +4530.5523 FeI +4545.0519 ArII +4579.3495 ArII +4589.8978 ArII +4596.0967 ArI +4598.7627 ArII +4609.5673 ArII +4628.4409 ArI +4637.2328 ArII +4647.4329 FeI +4657.9012 ArII +4702.3161 ArI +4726.8683 ArII +4732.0532 ArII +4735.9058 ArII +4764.8646 ArII +4806.0205 ArII +4847.8095 ArII +4859.7406 FeI +4879.8635 ArII +4889.0422 ArII +4891.4919 FeI +4920.5018 FeI +4933.2091 ArII +4957.5966 FeI +4965.0795 ArII +4972.1597 ArII +5006.1175 FeI +5009.3344 ArII +5012.0674 FeI +5017.1628 ArII +5051.6336 FeI +5062.0371 ArII +5083.3377 FeI +5090.4951 ArII +5110.3849 FeI +5125.7654 ArII +5141.7827 ArII +5145.3083 ArII +5162.2846 ArI +5167.4873 FeI +5171.5953 FeI +5187.7462 ArI +5194.9412 FeI +5221.2710 ArI +5227.1697 FeI +5232.9394 FeI +5266.5546 FeI +5269.5366 FeI +5283.6206 FeI +5302.2989 FeI +5324.1782 FeI +5328.0376 FeI +5341.0233 FeI +5371.4892 FeI +5397.1269 FeI +5405.7741 FeI +5415.1997 FeI +5421.3517 ArI +5424.0686 FeI +5429.6955 FeI +5434.5228 FeI +5439.9891 ArI +5446.8937 FeI +5451.6520 ArI +5455.6090 FeI +5495.8738 ArI +5514.3760 ArI +5524.9570 ArI +5558.7020 ArI +5569.6177 FeI +5577.6845 ArII +5586.7553 FeI +5606.7330 ArI +5615.6436 FeI +5648.6863 ArI +5650.7043 ArI +5681.9001 ArI +5691.6612 ArII +5739.5196 ArI +5783.5360 ArI +5786.5553 ArII +5802.0798 ArI +5812.7592 ArII +5834.2633 ArI +5860.3103 ArI +5882.6242 ArI +5888.5841 ArI +5912.0853 ArI +5916.5992 ArI +5927.1258 ArI +5928.8130 ArI +5942.6686 ArI +5949.2583 ArI +5964.4723 ArI +5968.3199 ArI +5971.6008 ArI +5987.3016 ArI +5998.9987 ArI +6005.7242 ArI +6013.6777 ArI +6025.1500 ArI +6032.1274 ArI +6043.2233 ArI +6046.8977 ArI +6052.7229 ArI +6059.3725 ArI +6081.2433 ArI +6085.8797 ArI +6090.7848 ArI +6098.8031 ArI +6105.6351 ArI +6114.9234 ArII +6123.3619 ArII +6127.4160 ArI +6145.4411 ArI +6155.2385 ArI +6165.1232 ArI +6170.1740 ArII +6172.2778 FeI +6191.5583 ArII +6201.1002 ArI +6212.5031 ArI +6215.9383 FeI +6230.7260 ArII +6243.1201 FeI +6246.3172 ArI +6248.4055 FeI +6252.5537 FeI +6296.8722 ArI +6307.6570 ArII +6324.4163 ArI +6364.8937 ArI +6369.5748 ArI +6384.7169 FeI +6399.9995 ArII +6403.0128 FeI +6411.6468 ArI +6416.3071 ArII +6437.6003 ArI +6466.5526 ArII +6483.0825 ArII +6538.1120 ArI +6604.8534 ArI +6614.3475 ArII +6620.9665 ArII +6632.0837 ArI +6638.2207 ArII +6639.7403 ArII +6643.6976 ArII +6656.9386 ArI +6660.6761 ArI +6664.0510 ArI +6666.3588 ArII +6677.2817 ArI +6684.2929 ArII +6719.2184 ArI +6752.8335 ArI +6766.6117 ArI +6861.2688 ArII +6871.2891 ArI +6879.5824 ArI +6888.1742 ArI +6937.6642 ArI +6951.4776 ArI +6965.4307 ArI +7030.2514 ArI +7067.2181 ArI +7107.4778 ArI +7125.8200 ArI +7147.0416 ArI +7158.8387 ArI +7206.9804 ArI +7265.1724 ArI +7272.9359 ArI +7311.7159 ArI +7316.0050 ArI +7353.2930 ArI +7372.1184 ArI +7383.9805 ArI +7392.9801 ArI +7412.3368 ArI +7425.2942 ArI +7435.3683 ArI +7471.1641 ArI +7484.3267 ArI +7503.8691 ArI +7514.6518 ArI +7589.3151 ArII +7635.1060 ArI +7670.0575 ArI +7798.5604 ArI +7868.1946 ArI +7891.0750 ArI +7916.4420 ArI +7948.1764 ArI +7948.1964 ArI +8006.1567 ArI +8014.7857 ArI +8037.2183 ArI +8046.1169 ArI +8053.3085 ArI +8066.6046 ArI +8103.6931 ArI +8115.3110 ArI +8143.5050 ArI +8203.4352 ArI +8264.5225 ArI +8327.0526 FeI +8384.7240 ArI +8387.7700 FeI +8408.2096 ArI +8424.6475 ArI +8490.3065 ArI +8521.4422 ArI +8605.7762 ArI +8620.4602 ArI +8667.9442 ArI +8688.6213 FeI +8761.6862 ArI +8799.0875 ArI +8962.1468 ArI +9008.4636 ArII +9017.5912 ArII +9122.9674 ArI +9194.6385 ArI +9224.4992 ArI +9291.5313 ArI +9354.2198 ArI +9508.4513 ArI +9657.7863 ArI +9784.5028 ArI +10470.0535 ArI diff --git a/noao/lib/linelists/henear.dat b/noao/lib/linelists/henear.dat new file mode 100644 index 00000000..e038a0b4 --- /dev/null +++ b/noao/lib/linelists/henear.dat @@ -0,0 +1,93 @@ +# units Angstroms +3187.743 HeI +3464.14 AII(70) +3520.5 NeI 3520.472 blend with A 3520.0 +3545.58 AII(70) +3559.51 AII(70) +3718.21 AII(131) blend with 3724.51 AII(131) +3729.29 AII(10) +3737.89 AII(131) +3780.84 AII(54) +3850.57 AII(10) +3888.646 HeI +3928.62 AII(10) +3964.727 HeI +4026.189 HeI +4044.418 AI(4) +4072.2 blend A 4072.01 and 4072.40 +4131.73 AII(32) +4158.590 AI(2) +4259.361 AI(9) +4277.55 AII(32) blend with AI(4) 4272.168 +4300.4 AI(4) blend +4426.01 AII(7) +4471.477 HeI +4510.733 AI(9) +4545.08 AII(15) +4579.39 AII(17) +4657.94 AII(15) +4713.143 HeI +4764.89 AII(15) +4806.07 AII(6) +4879.90 AII(14) +4921.929 HeI +4965.12 AII(14) +5015.675 HeI +5187.746 AI +5221.270 AI +5400.562 NeI(3) +5495.872 AI(14) +5572.548 AI +5606.732 AI +5650.703 AI(12) +5748.299 NeI(13) +5764.418 NeI(13) +5852.4878 NeI(6) +5875.618 HeI +5944.8342 NeI(1) +6029.9971 NeI(3) +6074.3377 NeI(3) +6096.1630 NeI +6143.0623 NeI(1) +6163.5939 NeI(5) +6217.2813 NeI(1) +6266.4950 NeI(5) +6304.7892 NeI +6334.4279 NeI(1) +6382.9914 NeI(3) +6402.246 NeI(1) +6506.5279 NeI(3) +6532.8824 NeI +6598.9529 NeI(6) +6678.2 blend HeI 6678.149 with NeI 6678.2764 +6717.0428 NeI +6752.832 AI(11) +6871.290 AI +6929.468 NeI(6) +6965.430 AI(1) +7032.4127 NeI(1) +7065.188 HeI +7147.041 AI(1) +7173.939 NeI(6) +7245.167 NeI(3) +7281.349 HeI +7383.980 AI +7438.899 NeI +7488.872 NeI +7503.867 AI(8) +7514.651 AI +7635.105 AI(1) +7723.8 blend AI(1) 7723.760 and AI(6) 7724.206 +7891.075 AI +7948.175 AI(6) +8006.156 AI(3) +8012.000 AI Blend of 8006 and 8014 for low dispersion +8014.786 AI(1) +8082.458 NeI(6) +8103.692 AI(3) +8110.000 AI Blend of 8103 and 8115 for low dispersion +8115.311 AI(1) +8264.521 AI(8) +8408.208 AI(8) +8424.647 AI(3) +8521.441 AI(8) diff --git a/noao/lib/linelists/henearhres.dat b/noao/lib/linelists/henearhres.dat new file mode 100644 index 00000000..6b648429 --- /dev/null +++ b/noao/lib/linelists/henearhres.dat @@ -0,0 +1,300 @@ +# units Angstroms +3187.745 HeI +3307.2283 ArII +3319.3446 ArI +3350.9243 ArII +3354.55 HeI +3373.4823 ArI +3376.4359 ArII +3388.5309 ArII +3397.866 NeII +3406.1804 ArI +3414.4583 ArII +3417.9035 NeI +3421.6107 ArII +3454.0952 ArII +3464.1272 ArII +3472.5711 NeI +3476.7474 ArII +3480.5055 ArII +3509.7785 ArII +3514.3877 ArII +3535.3196 ArII +3548.5144 ArII +3554.3058 ArI +3559.5081 ArII +3561.0304 ArII +3567.6564 ArI +3572.296 ArI +3576.6156 ArII +3588.4407 ArII +3600.1691 NeI +3606.5218 ArI +3613.643 HeI +3622.1375 ArII +3637.031 ArII +3639.8329 ArII +3643.1169 ArI +3655.2782 ArII +3690.8951 ArI +3718.2065 ArII +3720.4265 ArII +3724.5165 ArII +3729.3087 ArII +3737.889 ArII +3780.8398 ArII +3786.3824 ArII +3796.5934 ArII +3799.382 ArII +3803.1724 ArII +3809.4561 ArII +3819.6072 HeI (also 3819.758 HeI at 0.1 intensity of 3819.6072) +3834.6787 ArI +3850.5813 ArII +3868.5284 ArII +3875.2645 ArII +3888.648 HeI +3914.7675 ArII +3925.7188 ArII +3928.6233 ArII +3932.5466 ArII +3946.0971 ArII +3947.5046 ArI +3948.9789 ArI +3964.7289 HeI +3968.3594 ArII +3974.4766 ArII +3979.3559 ArII +3994.7918 ArII +4009.268 HeI +4013.8566 ArII +4033.8093 ArII +4035.46 ArII +4044.4179 ArI +4052.9208 ArII +4054.5258 ArI +4082.3872 ArII +4103.9121 ArII +4112.8153 ArII +4120.815 HeI +4131.7235 ArII +4156.086 ArII +4158.5907 ArI +4164.1795 ArI +4168.967 HeI +4181.8836 ArI +4198.317 ArI +4200.6745 ArI +4222.6373 ArII +4237.2198 ArII +4251.1846 ArI +4259.3619 ArI +4272.1689 ArI +4277.5282 ArII +4282.8976 ArII +4300.1008 ArI +4331.1995 ArII +4333.5612 ArI +4335.3379 ArI +4345.168 ArI +4348.064 ArII +4352.2049 ArII +4367.8316 ArII +4379.6668 ArII +4426.0011 ArII +4430.189 ArII +4437.551 HeI +4448.8792 ArII +4453.9177 KrI +4463.6901 KrI +4471.479 HeI (also 4471.682 HeI at 0.1 intensity of 4471.479) +4474.7594 ArII +4481.8107 ArII +4490.9816 ArII +4498.5384 ArII +4502.3546 KrI +4510.7332 ArI +4522.323 ArI +4530.5523 ArII +4535.4903 ArII +4537.6426 ArII +4545.0519 ArII +4579.3495 ArII +4589.8978 ArII +4596.0967 ArI +4598.7627 ArII +4609.5673 ArII +4628.4409 ArI +4637.2328 ArII +4657.9012 ArII +4702.3161 ArI +4713.1455 HeI (also 4713.376 at 1/7 intensity of 4713.1455) +4721.591 ArII +4726.8683 ArII +4735.9058 ArII +4764.8646 ArII +4768.675 ArI +4806.0205 ArII +4847.8095 ArII +4865.91 ArII +4876.2611 ArI +4879.8635 ArII +4894.6909 ArI +4904.7516 ArII +4921.931 HeI +4933.2091 ArII +4965.0795 ArII +4972.1597 ArII +5009.3344 ArII +5015.6779 HeI +5047.738 HeI +5062.0371 ArII +5141.7827 ArII +5145.3083 ArII +5151.3907 ArI +5162.2846 ArI +5187.7462 ArI +5221.271 ArI +5252.788 ArI +5330.7775 NeI +5373.4943 ArI +5393.9719 ArI +5400.5617 NeI +5410.473 ArI +5421.3517 ArI +5451.652 ArI +5467.1704 ArI +5473.4516 ArI +5495.8738 ArI +5506.1128 ArI +5524.957 ArI +5588.72 ArI +5597.4756 ArI +5606.733 ArI +5681.9001 ArI +5689.8163 NeI +5700.873 ArI +5739.5196 ArI +5748.2985 NeI +5764.4188 NeI +5772.1143 ArI +5783.536 ArI +5820.1558 NeI +5852.4878 NeI +5875.621 HeI (also 5875.966 at 1/7 intensity of 5875.621) +5881.895 NeI +5888.5841 ArI +5912.0853 ArI +5928.813 ArI +5944.8342 NeI +5975.534 NeI +6043.2233 ArI +6074.3377 NeI +6096.1631 NeI +6114.9234 ArII +6128.4499 NeI +6143.0626 NeI +6155.2385 ArI +6163.5939 NeI +6212.5031 ArI +6217.2812 NeI +6266.495 NeI +6296.8722 ArI +6304.789 NeI +6334.4278 NeI +6382.9917 NeI +6402.246 NeI +6416.3071 ArI +6456.291 KrI +6506.5281 NeI +6532.8822 NeI +6598.9529 NeI +6717.043 NeI +6752.8335 ArI +6766.6117 ArI +6871.2891 ArI +6929.4673 NeI +6937.6642 ArI +6965.4307 ArI +7024.0504 NeI +7032.4131 NeI +7107.4778 ArI +7125.82 ArI +7147.0416 ArI +7173.9381 NeI +7206.9804 ArI +7245.1666 NeI +7272.9359 ArI +7281.349 HeI +7353.293 ArI +7372.1184 ArI +7383.9805 ArI +7488.8712 NeI +7503.8691 ArI +7514.6518 ArI +7535.7739 NeI +7544.0443 NeI +7587.413 KrI +7601.5443 KrI +7635.106 ArI +7685.246 KrI +7694.5393 KrI +7854.8215 KrI +7891.075 ArI +7913.4242 KrI +7948.1764 ArI +8006.1567 ArI +8014.7857 ArI +8059.5038 KrI +8103.6931 ArI +8115.311 ArI +8190.0543 KrI +8264.5225 ArI +8281.0495 KrI +8377.6065 NeI +8408.2096 ArI +8424.6475 ArI +8495.3598 NeI +8508.87 KrI +8521.4422 ArI +8591.2583 NeI +8605.7762 ArI +8620.4602 ArI +8634.647 NeI +8654.3831 NeI +8667.9442 ArI +8776.749 KrI +8799.0875 ArI +8919.5007 NeI +8928.692 KrI +9122.9674 ArI +9194.6385 ArI +9224.4992 ArI +9291.5313 ArI +9354.2198 ArI +9657.7863 ArI +9751.759 KrI +9784.5028 ArI +9856.24 KrI +10052.1 ArI +10254.04 ArI +10309.15 ArI +10332.76 ArI +10360.37 KrI +10470.054 ArI +10506.47 ArI +10529.32 ArI +10593.01 KrI +10673.55 ArI +10681.78 ArI +10712.77 ArI +10733.87 ArI +10759.13 ArI +10773.35 ArI +10798.12 NeI +10830.337 HeI (also 10829.088 at 1/5 and 10830.248 at 3/5 int. of 10830.337) +10844.54 NeI +10880.96 ArI +10950.74 ArI +11078.87 ArI +11106.44 ArI diff --git a/noao/lib/linelists/idhenear.dat b/noao/lib/linelists/idhenear.dat new file mode 100644 index 00000000..dc5e41f9 --- /dev/null +++ b/noao/lib/linelists/idhenear.dat @@ -0,0 +1,127 @@ +# units Angstroms +3187.743 HeI +3464.14 AII(70) +3520.5 NeI 3520.472 blend with A 3520.0 +3545.58 AII(70) +3559.51 AII(70) +3718.21 AII(131) blend with 3724.51 AII(131) +3729.29 AII(10) +3737.89 AII(131) +3780.84 AII(54) +3850.57 AII(10) +3888.646 HeI +3928.62 AII(10) +3964.727 HeI +4026.189 HeI +4044.418 AI(4) +4072.2 blend A 4072.01 and 4072.40 +4131.73 AII(32) +4158.590 AI(2) +4259.361 AI(9) +4277.55 AII(32) blend with AI(4) 4272.168 +4300.4 AI(4) blend +4426.01 AII(7) +4471.477 HeI +4510.733 AI(9) +4545.08 AII(15) +4579.39 AII(17) +4657.94 AII(15) +4713.143 HeI +4764.89 AII(15) +4806.07 AII(6) +4879.90 AII(14) +4921.929 HeI +4965.12 AII(14) +5015.675 HeI +5187.746 AI +5221.270 AI +5400.562 NeI(3) +5495.872 AI(14) +5572.548 AI +5606.732 AI +5650.703 AI(12) +5748.299 NeI(13) +5764.418 NeI(13) +5852.4878 NeI(6) +5875.618 HeI +5944.8342 NeI(1) +6029.9971 NeI(3) +6074.3377 NeI(3) +6096.1630 NeI +6143.0623 NeI(1) +6163.5939 NeI(5) +6217.2813 NeI(1) +6266.4950 NeI(5) +6304.7892 NeI +6334.4279 NeI(1) +6382.9914 NeI(3) +6402.246 NeI(1) +6506.5279 NeI(3) +6532.8824 NeI +6598.9529 NeI(6) +6678.2 blend HeI 6678.149 with NeI 6678.2764 +6717.0428 NeI +6752.832 AI(11) +6871.290 AI +6929.468 NeI(6) +6965.430 AI(1) +7032.4127 NeI(1) +7065.188 HeI +7107.496 AI +7125.80 AI +7147.041 AI(1) +7173.939 NeI(6) +7206.986 AI +7245.167 NeI(3) +7272.936 AI +7281.349 HeI +7311.71 AI +7353.316 AI +7372.118 AI +7383.980 AI +7438.899 NeI +7488.872 NeI +7503.867 AI(8) +7514.651 AI +7535.775 NeI +7544.046 NeI +7635.105 AI(1) +7670.04 AI +7723.8 blend AI(1) 7723.760 and AI(6) 7724.206 +7891.075 AI +7948.175 AI(6) +8006.156 AI(3) +8012.000 AI Blend of 8006 and 8014 for low dispersion +8014.786 AI(1) +8053.307 AI +8082.458 NeI(6) +8103.692 AI(3) +8110.000 AI Blend of 8103 and 8115 for low dispersion +8115.311 AI(1) +8264.521 AI(8) +8300.326 NeI(12) +8377.607 NeI(12) +8424.647 AI(3) +8495.360 NeI(18) +8521.441 AI(8) +8605.78 AI +8620.47 AI +8634.648 NeI(23) +8654.383 NeI(33) +8667.943 AI(6) +8761.72 AI +8780.622 NeI(27) +8782.1872 Low disp. blend of 8780.622 and 8783.755 +8783.755 NeI(38) +8853.866 NeI(27) +9075.42 AI +9122.966 AI(1) +9148.68 NeI(30) +9194.68 AI +9224.498 AI(8) +9291.58 AI +9354.218 AI(8) +9425.38 NeI(36) +9534.167 NeI(38) +9657.784 AI(3) +9784.501 AI(8) diff --git a/noao/lib/linelists/krypton.dat b/noao/lib/linelists/krypton.dat new file mode 100644 index 00000000..98866cb4 --- /dev/null +++ b/noao/lib/linelists/krypton.dat @@ -0,0 +1,109 @@ +# units Angstroms +10877.9 80 +11190.2 100 +11260.8 200 +11262.2 150 +11460.6 500 +11795.6 150 +11822.6 1500 +12000.4 600 +12080.5 160 +12121.1 140 +12126.8 40 +12207.9 800 +12785.9 150 +12801.9 120 +12865.4 100 +12882.4 750 +12988.8 25 +13025.9 30 +13181. 1100 +13244.3 110 +13341.5 120 +13626.1 1000 +13637.9 2400 +13662.1 800 +13714.8 200 +13742.6 600 +13836.6 150 +13886.6 500 +13927.6 700 +13942.7 200 +13977.8 150 +14108.1 140 +14160.1 50 +14344.5 30 +14351.3 800 +14406.2 180 +14430.7 2000 +14473. 140 +14738.5 1600 +14766.7 550 +14769.5 450 +14966. 400 +15009.4 120 +15213.7 140 +15243.8 1700 +15330.7 130 +15339.2 1500 +15376.2 700 +15478.2 200 +15639.7 40 +15685.3 180 +15824.4 120 +15895.1 100 +16319.6 50 +16470.3 70 +16577.5 70 +16731.1 200 +16789.7 2000 +16858.1 1000 +16895.1 2400 +16901.4 1600 +16940.4 1800 +17074.6 40 +17103.4 600 +17235.4 30 +17372.4 700 +17409.2 120 +17621.6 150 +17847.6 650 +18007.1 700 +18104.3 80 +18172.3 2600 +18190. 90 +18423.4 20 +18586. 150 +18701.5 300 +18790.1 170 +18792.9 50 +18802.8 200 +20215.3 140 +20429.5 300 +21171.3 600 +21908.5 1800 +22491.8 120 +23346.7 180 +23508.8 70 +24267.2 120 +24298.8 180 +24775.2 90 +25240.7 600 +26768.4 50 +26907.6 40 +28618.2 180 +28663.3 1000 +28777.4 150 +28830.2 140 +29227.4 40 +29244.5 300 +30671.8 300 +30987.5 300 +39294.5 50 +39568. 40 +39599.2 500 +39600.4 500 +39965.7 60 +39977.5 30 +40317.1 130 +40696.5 20 diff --git a/noao/lib/linelists/lowskylines.dat b/noao/lib/linelists/lowskylines.dat new file mode 100644 index 00000000..fc58b09e --- /dev/null +++ b/noao/lib/linelists/lowskylines.dat @@ -0,0 +1,577 @@ +# units Angstroms +6170.64 +6176.29 +6184.41 +6169.53 +6174.19 +6181.85 +6257.97 +6265.22 +6275.60 +6256.94 +6262.73 +6272.30 +6498.72 +6504.99 +6513.99 +6497.52 +6502.66 +6511.09 +6863.94 +6870.98 +6881.07 +6862.68 +6868.39 +6877.79 +6144.48 +6139.47 +6136.79 +6136.56 +6138.87 +6143.78 +6151.37 +6161.67 +6235.95 +6234.30 +6235.68 +6240.21 +6248.02 +6259.20 +6273.86 +6292.08 +6470.97 +6465.95 +6463.52 +6463.80 +6466.90 +6472.89 +6481.84 +6493.81 +6834.42 +6829.48 +6827.45 +6828.46 +6832.63 +6840.05 +6850.80 +6864.96 +6150.92 +6143.37 +6138.99 +6137.64 +6139.22 +6143.67 +6150.95 +6161.06 +6241.69 +6237.41 +6237.00 +6240.34 +6247.38 +6258.07 +6272.41 +6290.44 +6477.91 +6470.14 +6465.85 +6464.90 +6467.19 +6472.65 +6481.26 +6493.00 +6841.94 +6834.00 +6829.92 +6829.56 +6832.82 +6839.65 +6850.01 +6863.92 +6202.72 +6221.77 +6243.64 +6268.41 +6296.11 +6326.79 +6360.51 +6287.44 +6306.93 +6329.85 +6356.32 +6386.44 +6420.32 +6458.06 +6533.04 +6553.61 +6577.28 +6604.13 +6634.23 +6667.63 +6704.40 +6900.82 +6923.21 +6949.03 +6978.40 +7011.40 +7048.11 +7088.60 +6192.94 +6213.06 +6236.01 +6261.76 +6290.30 +6321.68 +6355.96 +6278.09 +6297.90 +6321.40 +6348.54 +6379.32 +6413.82 +6452.10 +6522.42 +6544.02 +6568.78 +6596.64 +6627.63 +6661.77 +6699.16 +6889.29 +6912.62 +6939.52 +6969.92 +7003.85 +7041.35 +7082.52 +7276.41 +7284.45 +7295.95 +7275.14 +7281.59 +7292.23 +7523.99 +7530.71 +7540.38 +7522.66 +7528.23 +7537.38 +7750.65 +7760.00 +7773.38 +7749.42 +7756.86 +7769.14 +7913.71 +7921.12 +7931.77 +7912.25 +7918.35 +7928.36 +7244.92 +7240.19 +7238.79 +7240.86 +7246.53 +7255.91 +7269.09 +7286.18 +7483.48 +7473.68 +7466.61 +7462.43 +7461.24 +7463.14 +7468.20 +7476.47 +7716.91 +7712.63 +7712.23 +7715.86 +7723.70 +7735.86 +7752.48 +7773.69 +7870.73 +7860.66 +7853.61 +7849.73 +7849.15 +7851.97 +7858.27 +7868.11 +7253.15 +7245.12 +7241.43 +7241.96 +7246.60 +7255.30 +7268.04 +7284.83 +7493.67 +7480.25 +7470.71 +7464.87 +7462.59 +7463.77 +7468.34 +7476.28 +7726.04 +7718.05 +7715.06 +7716.93 +7723.58 +7734.96 +7751.06 +7771.93 +7881.68 +7867.73 +7857.99 +7852.31 +7850.53 +7852.54 +7858.30 +7867.78 +7316.29 +7340.89 +7369.38 +7401.87 +7438.49 +7479.33 +7524.50 +7571.75 +7598.44 +7628.63 +7662.36 +7699.71 +7740.70 +7785.38 +7794.12 +7821.51 +7853.37 +7889.87 +7931.14 +7977.35 +8028.61 +7964.65 +7993.33 +8025.81 +8062.18 +8102.50 +8146.84 +8195.25 +7303.75 +7329.17 +7358.68 +7392.22 +7429.80 +7471.49 +7517.39 +7557.49 +7586.09 +7618.05 +7653.32 +7691.91 +7733.92 +7779.43 +7780.43 +7808.46 +7841.27 +7878.79 +7921.05 +7968.15 +8020.21 +7949.20 +7979.76 +8014.06 +8052.02 +8093.68 +8139.11 +8188.42 +8344.59 +8352.86 +8364.71 +8343.03 +8349.77 +8360.85 +8827.07 +8836.42 +8849.79 +8825.45 +8832.99 +8845.42 +9375.97 +9386.72 +9402.10 +9374.36 +9382.95 +9397.13 +9791.12 +9799.67 +9811.98 +9789.41 +9796.54 +9808.21 +8298.89 +8288.59 +8281.68 +8278.30 +8278.59 +8282.68 +8290.64 +8302.56 +8778.31 +8767.89 +8761.29 +8758.70 +8760.25 +8766.09 +8776.31 +8791.04 +9323.74 +9313.36 +9307.39 +9306.02 +9309.41 +9317.73 +9331.11 +9349.69 +9719.83 +9699.34 +9682.25 +9668.77 +9659.09 +9653.32 +9651.55 +9653.85 +8310.72 +8296.24 +8286.39 +8281.03 +8279.99 +8283.17 +8290.52 +8302.02 +8791.18 +8776.20 +8766.39 +8761.59 +8761.64 +8766.16 +8776.00 +8790.25 +9337.90 +9322.49 +9312.94 +9309.09 +9310.79 +9317.95 +9330.54 +9348.56 +9738.09 +9711.71 +9690.50 +9674.24 +9662.66 +9655.60 +9652.94 +9654.62 +8399.16 +8430.17 +8465.35 +8504.84 +8548.71 +8597.05 +8649.94 +8885.83 +8919.61 +8958.06 +9001.33 +9049.52 +9102.76 +9161.16 +9439.66 +9476.87 +9519.37 +9567.36 +9620.99 +9680.41 +9745.77 +9872.14 +9914.67 +9961.93 +10013.99 +10070.88 +10132.65 +10199.35 +8382.39 +8415.23 +8452.25 +8493.38 +8538.67 +8588.19 +8642.06 +8867.58 +8903.11 +8943.38 +8988.35 +9038.04 +9092.54 +9152.00 +9419.78 +9458.57 +9502.85 +9552.57 +9607.76 +9668.53 +9735.04 +9848.48 +9894.74 +9945.26 +10000.00 +10059.03 +10122.48 +10190.52 +10012.82 +10025.46 +10043.53 +10011.34 +10021.33 +10037.87 +10286.64 +10296.02 +10309.52 +10284.77 +10292.52 +10305.25 +10831.32 +10841.72 +10856.65 +10829.28 +10837.80 +10851.81 +11436.78 +11448.45 +11465.17 +11434.62 +11444.10 +11459.68 +9956.59 +9946.53 +9941.67 +9942.23 +9948.41 +9960.39 +9978.37 +10002.52 +10211.05 +10189.71 +10172.11 +10158.48 +10149.01 +10143.81 +10143.00 +10146.65 +10750.97 +10728.77 +10710.74 +10697.11 +10688.07 +10683.76 +10684.30 +10689.78 +11351.11 +11328.07 +11309.75 +11296.35 +11288.09 +11285.13 +11287.60 +11295.64 +9972.35 +9956.66 +9947.76 +9945.49 +9949.73 +9960.37 +9977.43 +10000.95 +10230.66 +10203.05 +10181.04 +10164.38 +10152.83 +10146.22 +10144.42 +10147.39 +10772.10 +10743.20 +10720.41 +10703.47 +10692.16 +10686.28 +10685.73 +10690.44 +11374.01 +11343.77 +11320.26 +11303.24 +11292.45 +11287.74 +11289.00 +11296.16 +10082.48 +10124.02 +10171.72 +10225.81 +10286.51 +10354.03 +10428.59 +10372.88 +10418.36 +10468.96 +10524.77 +10585.86 +10652.29 +10724.13 +10923.43 +10972.32 +11026.79 +11086.98 +11152.98 +11224.87 +11302.77 +11535.61 +11588.49 +11647.54 +11712.93 +11784.80 +11863.27 +11948.47 +10060.71 +10103.60 +10152.98 +10208.79 +10271.10 +10340.06 +10415.87 +10347.29 +10396.54 +10450.50 +10509.13 +10572.51 +10640.76 +10714.06 +10895.69 +10948.34 +11006.27 +11069.42 +11137.86 +11211.73 +11291.22 +11505.46 +11562.08 +11624.65 +11693.13 +11767.60 +11848.19 +11935.13 diff --git a/noao/lib/linelists/ohlines.dat b/noao/lib/linelists/ohlines.dat new file mode 100644 index 00000000..6057ab48 --- /dev/null +++ b/noao/lib/linelists/ohlines.dat @@ -0,0 +1,268 @@ +# units Angstroms +10831.2 0.40 +10899.3 0.10 +10927.3 0.24 +10952.3 0.10 +10976.3 0.35 +11010.3 0.10 +11030.3 0.28 +11073.3 0.05 +11090.3 0.15 +11141.3 0.02 +11156.3 0.05 +11313.4 0.12 +11331.4 0.15 +11354.4 0.10 +11436.4 0.40 +11539.5 0.32 +11566.5 0.02 +11592.5 0.35 +11628.5 0.12 +11651.5 0.30 +11696.5 0.08 +11716.5 0.20 +11771.5 0.04 +11787.5 0.08 +11864.6 0.02 +12001.6 0.12 +12007.6 0.20 +12025.6 0.18 +12031.6 0.24 +12055.9 0.07 +12122.6 0.54 +12135.9 0.20 +12155.0 0.05 +12196.4 0.11 +12229.3 0.40 +12257.8 0.18 +12287.0 0.46 +12325.9 0.17 +12351.6 0.30 +12400.9 0.11 +12423.0 0.19 +12482.7 0.04 +12502.4 0.09 +12589.1 0.05 +12752.8 0.15 +12764.4 0.21 +12782.5 0.24 +12807.0 0.23 +12834.6 0.08 +12905.7 0.57 +12921.2 0.17 +12943.1 0.09 +12985.7 0.15 +13021.6 0.32 +13052.8 0.21 +13085.2 0.39 +13127.8 0.18 +13156.7 0.19 +13211.0 0.10 +13236.6 0.27 +13301.9 0.01 +13324.7 0.04 +13420.8 0.06 +13674.9 +13677.2 +13692.1 +13716.8 +13823.7 +13951.0 +13985.9 0.05 +14022.2 0.15 +14044.6 +14058.8 +14069.8 +14086.7 0.10 +14102.7 0.05 +14107.0 0.05 +14134.0 0.18 +14162.9 0.22 +14186.1 0.20 +14192.9 +14227.2 +14292.9 0.07 +14342.0 +14344.4 0.30 +14356.7 +14374.4 +14469.1 +14519.0 0.60 +14564.0 0.35 +14604.8 0.35 +14665.1 0.14 +14698.4 0.35 +14702.2 +14713.3 +14740.0 0.10 +14755.6 0.05 +14772.4 0.15 +14783.7 0.15 +14799.8 0.30 +14805.7 0.26 +14833.0 0.62 +14864.4 0.20 +14886.2 +14887.7 0.78 +14909.1 0.10 +14931.9 0.26 +15006.7 +15026.1 +15052.8 +15055.5 1.95 +15064.0 +15068.9 0.66 +15088.2 0.23 +15113.7 0.10 +15187.0 0.38 +15241.0 1.41 +15287.8 0.58 +15332.4 1.15 +15395.3 0.40 +15432.1 1.08 +15462.1 0.10 +15474.4 +15500.8 0.20 +15509.8 0.25 +15517.9 0.20 +15540.4 0.55 +15546.2 +15570.2 0.15 +15597.7 0.70 +15631.3 +15631.6 0.35 +15655.0 1.05 +15657.0 +15702.5 0.28 +15760.3 0.10 +15782.1 0.15 +15830.3 +15833.2 2.30 +15848.1 0.90 +15869.3 0.25 +15897.3 0.10 +15915.9 +15972.6 0.50 +16030.8 1.53 +16079.8 0.65 +16128.6 1.71 +16194.7 0.63 +16235.4 1.27 +16317.2 0.28 +16341.8 0.12 +16351.3 0.65 +16360.4 0.10 +16388.5 0.25 +16414.7 0.20 +16442.1 +16447.6 0.70 +16476.4 +16479.0 0.50 +16502.3 0.75 +16553.9 0.30 +16586.3 +16611.0 0.10 +16689.2 +16692.1 2.30 +16708.8 0.83 +16732.5 0.30 +16763.6 0.15 +16840.5 0.30 +16903.7 1.45 +16955.1 0.52 +17008.8 1.80 +17078.3 0.70 +17123.6 1.20 +17210.4 0.36 +17248.6 0.70 +17282.9 0.18 +17330.9 0.32 +17351.1 0.20 +17359.7 0.20 +17383.8 0.40 +17386.7 0.40 +17427.0 0.30 +17449.9 0.72 +17501.3 0.27 +17506.0 0.08 +17529.4 0.08 +17653.2 2.00 +17671.8 0.70 +17698.4 0.18 +17811.4 0.08 +17880.3 1.20 +17934.8 0.05 +17994.0 1.42 +18067.9 0.18 +18118.5 0.50 +18211.0 +18254.2 0.05 +18352.8 +18364.6 +18400.4 +18401.7 +18402.3 +18433.5 +18459.5 +18504.1 +18526.1 +18560.2 +18587.4 +18744.5 +18765.9 +18914.9 +18990.1 +19048.4 +19114.1 +19193.2 +19250.3 0.32 +19350.1 0.25 +19399.2 +19518.1 0.15 +19561.1 0.12 +19593.2 0.05 +19642.5 0.30 +19699.0 0.15 +19702.9 0.35 +19736.2 0.05 +19751.5 0.20 +19771.8 0.52 +19839.7 0.22 +20008.2 1.05 +20033.2 0.35 +20193.3 0.15 +20275.9 1.00 +20339.5 0.55 +20412.7 1.28 +20499.3 0.27 +20563.6 1.05 +20672.9 0.03 +20729.0 0.77 +20860.3 0.20 +20909.6 0.33 +21068.0 0.22 +21096.6 +21105.7 +21115.9 0.24 +21156.1 0.12 +21176.6 0.38 +21232.5 0.15 +21249.7 0.41 +21279.1 0.05 +21318.0 +21326.0 0.16 +21505.0 +21507.3 1.20 +21512.1 +21537.6 0.30 +21580.7 0.15 +21711.1 0.25 +21802.2 0.70 +21873.5 0.35 +21955.6 0.90 +22125.5 0.80 +22247.9 0.28 +22312.7 0.50 +22460.3 0.10 +22518.0 0.25 +22742.0 0.15 diff --git a/noao/lib/linelists/skylines.dat b/noao/lib/linelists/skylines.dat new file mode 100644 index 00000000..9ffb0657 --- /dev/null +++ b/noao/lib/linelists/skylines.dat @@ -0,0 +1,1385 @@ +# LIST OF NIGHT SKY LINES COMPILED FROM VARIOUS SOURCES +# +# The lines in this list were compiled by Don York (don@oddjob.uchicago.edu). +# Please send comments and addtions to him and to iraf@noao.edu. +# +# This file was last edited by DG YORK, Feb. 28, 1991. The wavelengths of +# atomic night sky lines and of man-made lamp lines need to be improved. The +# intent is to to use air wavelengths throughout; though it still needs to be +# confirmed as it is not clearly indicated in Osterbrock and in Johnson +# papers (see references below). +# +# Night sky emission lines of OH are denoted by molecular notation and are +# from Hubbard, Brault, Engleman, and Palmer. Apparently an internal +# document given to Brian Yanny by Robert Hubbard, some time in 1986. The +# R1,R2, Q1, Q2,P1,P2 predicted wavelengths are listed here, as the higher +# rotational levels and the intersystem lines do not seem relevant to QSO +# spectra. Listed are the air wavelength, vibration band, rotation branch +# and quantum no. Lines at different wavelength but same quantum nos. are +# lambda doubling components. +# +# Manmade light from lighting is noted ML. The spectrum of lamps is +# from Osterbrock et al. 1976, June PASP. HP is for high pressure +# lamps of Na. HgP is listed for lines from mercury lamps that are +# from phosphorus (see Osterbrock paper). +# +# Emission lines from diffuse nebulae are denoted DN. These may be part of +# the sky background in long exposures because the diffuse nebulae overlap in +# projection on the sky, or because there is an ionized component to the +# diffuse interstellar medium. Nebular lines are from H.M. Johnson, P. 65, +# NEB and ISM, ed. Kuiper and Middlehurst.(Compendium). Emission lines with +# strength above 18 in the Orion nebula (NGC1976) (H beta = 100) are listed. +# The strengths are listed after the letters DN. If the word blend appears, +# the strength refers to the combined strengths of adjacent lines in this +# table. A few lines of first ions are listed with lower strenths, because +# the diffuse emission is of lower excitation than the Orion nebula. See +# papers by Reynolds. +# +# Atomic lines from the night sky are denoted AN. +# units Angstroms + +3651. Hg +3663. Hg +3726.05 [OII] DN 127 blend +3728.80 [OII] DN 127 blend +3868.76 [NeIII] DN 20 +3888.65 He I DN 18 blend +3889.05 HI DN 18 blend +3967.47 Ne III DN 24 blend +3970.07 HI DN 24 +4047. Hg ML +4078. Hg ML +4101.74 HI DN 25 +4340.47 HI DN 41 +4358. Hg ML +4494. Na I HP ML +4498. Na I HP ML +4665. Na I HP ML +4669. Na I HP ML +4748. Na I HP ML +4752. Na I HP ML +4979. Na I HP ML +4983. Na I HP ML +5149. Na I HP ML +5153. Na I HP ML +4861.33 HI DN 100 +4958.92 [OIII] DN 113 +5006.85 [OIII] DN 342 +5187.3957 9-2 R1 +5187.3981 9-2 R1 +5187.5126 9-2 R1 +5187.7440 9-2 R1 +5189.2455 9-2 R2 +5189.2706 9-2 R2 +5189.4809 9-2 R1 +5189.4958 9-2 R1 +5190.0244 9-2 R2 +5190.0629 9-2 R2 +5191.5585 9-2 R2 +5191.5620 9-2 R2 +5191.8179 9-2 R2 +5193.8578 9-2 R2 +5194.1050 9-2 R1 +5194.1474 9-2 R1 +5200.5655 9-2 R2 +5201.3610 9-2 R1 +5201.4428 9-2 R1 +5202.0788 9-2 Q2 +5202.1370 9-2 Q2 +5202.9636 9-2 Q1 +5202.9815 9-2 Q1 +5206.7235 9-2 Q2 +5206.8236 9-2 Q2 +5208.7527 9-2 Q1 +5208.8208 9-2 Q1 +5211.4737 9-2 R1 +5214.4116 9-2 Q2 +5214.5215 9-2 Q2 +5217.0318 9-2 Q1 +5217.1870 9-2 Q1 +5217.3605 9-2 P2 +5217.4059 9-2 P2 +5224.1140 9-2 P1 +5224.1558 9-2 P1 +5224.2732 9-2 R1 +5225.0740 9-2 Q2 +5225.1562 9-2 Q2 +5227.9078 9-2 Q1 +5228.1883 9-2 Q1 +5232.1354 9-2 P2 +5232.1704 9-2 P2 +5238.6651 9-2 Q2 +5238.6824 9-2 Q2 +5238.7030 9-2 P1 +5238.7881 9-2 P1 +5241.4705 9-2 Q1 +5241.9157 9-2 Q1 +5249.8645 9-2 P2 +5249.8756 9-2 P2 +5253.8532 6-0 R1 +5253.8659 6-0 R1 +5254.2652 6-0 R1 +5254.2843 6-0 R1 +5255.0297 6-0 R2 +5255.0573 6-0 R2 +5255.0869 9-2 Q2 +5255.6107 6-0 R1 +5255.6140 6-0 R1 +5255.9528 6-0 R2 +5255.9868 6-0 R2 +5256.0116 9-2 P1 +5256.1528 9-2 P1 +5256.7399 6-0 R2 +5256.7520 6-0 R1 +5256.7520 6-0 R2 +5256.7695 6-0 R1 +5257.8010 9-2 Q1 +5258.4473 9-2 Q1 +5259.4308 6-0 R2 +5259.4606 6-0 R2 +5259.5968 6-0 R1 +5259.6245 6-0 R1 +5261.1695 6-0 R2 +5261.1787 6-0 R2 +5265.4109 6-0 R2 +5265.8854 6-0 R1 +5265.9445 6-0 R1 +5270.4825 9-2 P2 +5270.5075 9-2 P2 +5274.0688 6-0 Q2 +5274.1436 6-0 Q2 +5275.0503 6-0 Q1 +5275.0742 6-0 Q1 +5276.1366 9-2 P1 +5276.3458 9-2 P1 +5276.9883 9-2 Q1 +5278.1258 6-0 Q2 +5278.2512 6-0 Q2 +5279.9813 6-0 Q1 +5280.0703 6-0 Q1 +5284.8243 6-0 Q2 +5284.9606 6-0 Q2 +5287.0566 6-0 Q1 +5287.2574 6-0 Q1 +5291.1838 6-0 P2 +5291.2252 6-0 P2 +5293.9925 9-2 P2 +5294.0654 9-2 P2 +5294.0830 6-0 Q2 +5294.1828 6-0 Q2 +5296.3678 6-0 Q1 +5296.7292 6-0 Q1 +5298.4661 6-0 P1 +5298.5138 6-0 P1 +5299.0657 9-2 Q1 +5299.1592 9-2 P1 +5299.4455 9-2 P1 +5305.8461 6-0 Q2 +5305.8619 6-0 Q2 +5306.5542 6-0 P2 +5306.5773 6-0 P2 +5307.9860 6-0 Q1 +5308.5543 6-0 Q1 +5313.1855 6-0 P1 +5313.2787 6-0 P1 +5319.9784 6-0 Q2 +5320.0911 6-0 Q2 +5320.5733 9-2 P2 +5321.9663 6-0 Q1 +5322.7860 6-0 Q1 +5324.4243 6-0 P2 +5324.4334 6-0 P2 +5325.1557 9-2 P1 +5325.5276 9-2 P1 +5330.3165 6-0 P1 +5330.4654 6-0 P1 +5336.5339 6-0 Q2 +5338.3568 6-0 Q1 +5339.4713 6-0 Q1 +5344.7224 6-0 P2 +5344.7730 6-0 P2 +5349.9280 6-0 P1 +5350.1399 6-0 P1 +5354.6840 9-2 P1 +5367.4734 6-0 P2 +5367.5731 6-0 P2 +5372.0684 6-0 P1 +5372.3504 6-0 P1 +5392.7091 6-0 P2 +5392.8659 6-0 P2 +5396.7810 6-0 P1 +5397.1390 6-0 P1 +5420.6968 6-0 P2 +5424.1100 6-0 P1 +5424.5503 6-0 P1 +5461. Hg ML +5542.2038 7-1 R1 +5542.2118 7-1 R1 +5542.2277 7-1 R1 +5542.2449 7-1 R1 +5543.4124 7-1 R2 +5543.4450 7-1 R2 +5544.5697 7-1 R1 +5544.5866 7-1 R1 +5544.5912 7-1 R1 +5544.6032 7-1 R1 +5544.8683 7-1 R2 +5544.8778 7-1 R2 +5544.8855 7-1 R2 +5544.9169 7-1 R2 +5549.1868 7-1 R2 +5549.2222 7-1 R2 +5549.3356 7-1 R2 +5549.4702 7-1 R1 +5549.5115 7-1 R1 +5556.9188 7-1 R1 +5562.9327 7-1 Q2 +5563.0114 7-1 Q2 +5563.9795 7-1 Q1 +5564.0043 7-1 Q1 +5567.4258 7-1 Q2 +5567.5566 7-1 Q2 +5569.4918 7-1 Q1 +5569.5824 7-1 Q1 +5574.8537 7-1 Q2 +5574.9964 7-1 Q2 +5577.3894 7-1 Q1 +5577.5948 7-1 Q1 +5579. [OI] AN +5581.1910 7-1 P2 +5581.2365 7-1 P2 +5585.1332 7-1 Q2 +5585.2408 7-1 Q2 +5587.7735 7-1 Q1 +5588.1446 7-1 Q1 +5589.1018 7-1 P1 +5589.1509 7-1 P1 +5597.7710 7-1 P2 +5597.8002 7-1 P2 +5598.2099 7-1 Q2 +5598.2318 7-1 Q2 +5600.7277 7-1 Q1 +5601.3126 7-1 Q1 +5605.0932 7-1 P1 +5605.1912 7-1 P1 +5613.9504 7-1 Q2 +5614.0630 7-1 Q2 +5616.3171 7-1 Q1 +5617.1597 7-1 P2 +5617.1622 7-1 P2 +5617.1632 7-1 Q1 +5623.7508 7-1 P1 +5623.9096 7-1 P1 +5635.7543 7-1 Q1 +5639.3155 7-1 P2 +5645.1586 7-1 P1 +5645.3865 7-1 P1 +5664.1296 7-1 P2 +5664.2298 7-1 P2 +5669.3789 7-1 P1 +5669.6847 7-1 P1 +5683. NaI ML +5688. NaI ML +5691.7799 7-1 P2 +5691.9407 7-1 P2 +5696.4680 7-1 P1 +5696.8592 7-1 P1 +5726.4835 7-1 P1 +5754.6 [NII] DN 16 +5770. HgI ML +5791. HgI ML +5865.4469 8-2 R1 +5865.4603 8-2 R1 +5865.9900 8-2 R1 +5865.9903 8-2 R1 +5867.2335 8-2 R2 +5867.2731 8-2 R2 +5867.5317 8-2 R1 +5867.5476 8-2 R1 +5868.2794 8-2 R2 +5868.3115 8-2 R2 +5869.2510 8-2 R1 +5869.2755 8-2 R1 +5869.4657 8-2 R2 +5869.5115 8-2 R2 +5872.7251 8-2 R2 +5872.7282 8-2 R2 +5874.9083 8-2 R2 +5874.9511 8-2 R2 +5875.3412 8-2 R1 +5875.4017 8-2 R1 +5875.6 He I DN 31 +5884.3441 8-2 R1 +5884.4532 8-2 R1 +5887.0888 8-2 Q2 +5887.1696 8-2 Q2 +5888.1703 8-2 Q1 +5888.1949 8-2 Q1 +5890. Na I AN +5896. Na I AN +5892.1335 8-2 Q2 +5892.2693 8-2 Q2 +5894.4212 8-2 Q1 +5894.5133 8-2 Q1 +5900.4829 8-2 Q2 +5900.6337 8-2 Q2 +5903.3651 8-2 Q1 +5903.5743 8-2 Q1 +5906.6738 8-2 P2 +5906.7258 8-2 P2 +5912.0562 8-2 Q2 +5912.1713 8-2 Q2 +5915.1167 8-2 Q1 +5915.2745 8-2 P1 +5915.3263 8-2 P1 +5915.4954 8-2 Q1 +5924.7047 8-2 P2 +5924.7419 8-2 P2 +5926.7988 8-2 Q2 +5926.8262 8-2 Q2 +5929.7715 8-2 Q1 +5930.3716 8-2 Q1 +5932.8094 8-2 P1 +5932.9137 8-2 P1 +5944.5800 8-2 Q2 +5944.6935 8-2 Q2 +5945.9295 8-2 P2 +5945.9334 8-2 Q1 +5948.2836 8-2 Q1 +5953.3352 8-2 P1 +5953.5057 8-2 P1 +5968.1161 8-2 Q1 +5969.3038 8-2 Q1 +5970.2563 8-2 P2 +5970.2984 8-2 P2 +5976.9529 8-2 P1 +5977.2013 8-2 P1 +5980. HgP ML broad +5997.7142 8-2 P2 +5997.8131 8-2 P2 +6003.7437 8-2 P1 +6004.0802 8-2 P1 +6028.3520 8-2 P2 +6028.5149 8-2 P2 +6033.7845 8-2 P1 +6034.2157 8-2 P1 +6067.1490 8-2 P1 +6130. HgP ML broad +6143.3794 5-0 R2 +6067.6877 8-2 P1 +6136.5400 5-0 R1 +6136.5652 5-0 R1 +6136.7668 5-0 R1 +6136.8029 5-0 R1 +6137.6096 5-0 R2 +6137.6582 5-0 R2 +6138.8593 5-0 R1 +6138.8627 5-0 R1 +6138.9664 5-0 R2 +6139.0014 5-0 R2 +6139.1922 5-0 R2 +6139.2439 5-0 R2 +6139.4456 5-0 R1 +6139.4833 5-0 R1 +6143.3670 5-0 R2 +6143.3794 5-0 R2 +6143.6467 5-0 R2 +6143.6920 5-0 R2 +6143.7665 5-0 R1 +6143.7928 5-0 R1 +6144.4608 5-0 R1 +6144.4899 5-0 R1 +6150.9145 5-0 R2 +6150.9334 5-0 R2 +6151.3331 5-0 R1 +6154. Na I ML +6161. Na I ML +6169.4733 5-0 Q2 +6169.5784 5-0 Q2 +6170.6195 5-0 Q1 +6170.6542 5-0 Q1 +6174.1034 5-0 Q2 +6174.2815 5-0 Q2 +6176.2215 5-0 Q1 +6176.3486 5-0 Q1 +6181.7542 5-0 Q2 +6181.9450 5-0 Q2 +6184.2632 5-0 Q1 +6184.5497 5-0 Q1 +6192.3266 5-0 Q2 +6192.4658 5-0 Q2 +6192.9085 5-0 P2 +6192.9626 5-0 P2 +6194.8499 5-0 Q1 +6195.3635 5-0 Q1 +6202.6869 5-0 P1 +6202.7504 5-0 P1 +6205.7560 5-0 Q2 +6205.7753 5-0 Q2 +6208.0593 5-0 Q1 +6208.8671 5-0 Q1 +6210. HgP ML broad +6213.0445 5-0 P2 +6213.0696 5-0 P2 +6221.7086 5-0 P1 +6221.8309 5-0 P1 +6221.8487 5-0 Q2 +6222.0141 5-0 Q2 +6223.1179 5-0 Q1 +6223.9544 5-0 Q1 +6234.2888 9-3 R1 +6234.2977 9-3 R1 +6235.6634 9-3 R1 +6235.6735 9-3 R1 +6235.9407 9-3 R1 +6235.9543 9-3 R1 +6236.0053 5-0 P2 +6236.0220 5-0 P2 +6236.9647 9-3 R2 +6237.0176 9-3 R2 +6237.3947 9-3 R2 +6237.4266 9-3 R2 +6240.1800 9-3 R1 +6240.2220 9-3 R1 +6240.3062 9-3 R2 +6240.3638 9-3 R2 +6240.6922 5-0 Q2 +6241.1040 5-0 Q2 +6241.6858 9-3 R2 +6241.6881 9-3 R2 +6242.5861 5-0 Q1 +6243.5452 5-0 P1 +6243.7374 5-0 P1 +6244.1660 5-0 Q1 +6247.3427 9-3 R2 +6247.9615 9-3 R1 +6248.0506 9-3 R1 +6256.8988 9-3 Q2 +6256.9802 9-3 Q2 +6257.9461 9-3 Q1 +6257.9708 9-3 Q1 +6259.2798 9-3 R1 +6261.7199 5-0 P2 +6261.7921 5-0 P2 +6262.6633 9-3 Q2 +6262.8038 9-3 Q2 +6265.1669 9-3 Q1 +6265.2600 9-3 Q1 +6266.0599 5-0 Q1 +6268.2687 5-0 P1 +6268.5399 5-0 P1 +6272.2164 9-3 Q2 +6272.3726 9-3 Q2 +6273.9468 9-3 R1 +6275.4847 9-3 Q1 +6275.6978 9-3 Q1 +6278.0585 9-3 P2 +6278.1200 9-3 P2 +6285.4812 9-3 Q2 +6285.6001 9-3 Q2 +6287.4043 9-3 P1 +6287.4593 9-3 P1 +6289.0331 9-3 Q1 +6289.4197 9-3 Q1 +6290.2270 5-0 P2 +6290.3615 5-0 P2 +6295.2839 5-0 P1 +6295.9278 5-0 P1 +6297.8780 9-3 P2 +6297.9260 9-3 P2 +6300.3 [OI] AN +6302.4042 9-3 Q2 +6302.4340 9-3 Q2 +6305.9260 9-3 Q1 +6306.5410 9-3 Q1 +6306.8676 9-3 P1 +6306.9794 9-3 P1 +6321.3893 9-3 P2 +6321.4053 9-3 P2 +6321.5712 5-0 P2 +6321.7751 5-0 P2 +6322.8614 9-3 Q2 +6326.2692 9-3 Q1 +6326.5655 5-0 P1 +6327.0139 5-0 P1 +6327.1637 9-3 Q1 +6329.7476 9-3 P1 +6329.9327 9-3 P1 +6348.5163 9-3 P2 +6348.5477 9-3 P2 +6350.1801 9-3 Q1 +6355.8185 5-0 P2 +6356.0981 5-0 P2 +6356.1692 9-3 P1 +6356.4428 9-3 P1 +6360.2272 5-0 P1 +6360.7747 5-0 P1 +6363.8 [OI] AN +6377.7001 9-3 Q1 +6379.2681 9-3 P2 +6379.3626 9-3 P2 +6386.2402 9-3 P1 +6386.6139 9-3 P1 +6396.9679 5-0 P1 +6413.8867 9-3 P2 +6420.0610 9-3 P1 +6420.5475 9-3 P1 +6458.3680 9-3 P1 +6463.5060 6-1 R1 +6463.5378 6-1 R1 +6463.7944 6-1 R1 +6463.8103 6-1 R1 +6464.8690 6-1 R2 +6464.9213 6-1 R2 +6465.8274 6-1 R2 +6465.8663 6-1 R2 +6465.9353 6-1 R1 +6465.9704 6-1 R1 +6466.8902 6-1 R1 +6466.9006 6-1 R1 +6467.1596 6-1 R2 +6467.2115 6-1 R2 +6470.1372 6-1 R2 +6470.1514 6-1 R2 +6470.9584 6-1 R1 +6470.9865 6-1 R1 +6472.6251 6-1 R2 +6472.8576 6-1 R1 +6472.9037 6-1 R1 +6477.9016 6-1 R2 +6477.9184 6-1 R2 +6497.4710 6-1 Q2 +6497.5817 6-1 Q2 +6498.7099 6-1 Q1 +6498.7445 6-1 Q1 +6502.5658 6-1 Q2 +6502.7519 6-1 Q2 +6502.9297 6-1 Q1 +6505.0583 6-1 Q1 +6510.9922 6-1 Q2 +6511.1961 6-1 Q2 +6513.8447 6-1 Q1 +6514.1367 6-1 Q1 +6522.3962 6-1 P2 +6522.4549 6-1 P2 +6522.6532 6-1 Q2 +6522.8056 6-1 Q2 +6525.5701 6-1 Q1 +6526.0975 6-1 Q1 +6533.0089 6-1 P1 +6533.0750 6-1 P1 +6537.4814 6-1 Q2 +6537.5122 6-1 Q2 +6540.1980 6-1 Q1 +6541.0286 6-1 Q1 +6544.0065 6-1 P2 +6544.0386 6-1 P2 +6548.1 [NII] DN 18 +6553.5515 6-1 P1 +6553.6804 6-1 P1 +6555.2923 6-1 Q2 +6555.4496 6-1 Q2 +6557.7997 6-1 Q1 +6559.0000 6-1 Q1 +6562.8 HI DN 350 +6568.7727 6-1 P2 +6568.7856 6-1 P2 +6576.1490 6-1 Q2 +6577.1817 6-1 P1 +6577.3868 6-1 P1 +6578.4390 6-1 Q1 +6580.0739 6-1 Q1 +6596.6081 6-1 P2 +6596.6782 6-1 P2 +6603.9900 6-1 P1 +6604.2801 6-1 P1 +6627.5545 6-1 P2 +6627.6924 6-1 P2 +6634.0384 6-1 P1 +6634.4232 6-1 P1 +6661.6616 6-1 P2 +6661.8778 6-1 P2 +6667.3849 6-1 P1 +6667.8723 6-1 P1 +6678.1 He I DN 25 +6699.3003 6-1 P2 +6704.0894 6-1 P1 +6704.6864 6-1 P1 +6716.4 [SII] DN 6 +6730.8 [SII] DN 8 +6827.4459 7-2 R1 +6827.4720 7-2 R1 +6828.4681 7-2 R1 +6828.4737 7-2 R1 +6829.4743 7-2 R1 +6829.5065 7-2 R1 +6829.5331 7-2 R2 +6829.5923 7-2 R2 +6829.8984 7-2 R2 +6829.9446 7-2 R2 +6832.6235 7-2 R1 +6832.6511 7-2 R1 +6832.7996 7-2 R2 +6832.8598 7-2 R2 +6833.9977 7-2 R2 +6834.0187 7-2 R2 +6834.4181 7-2 R1 +6834.4462 7-2 R1 +6840.0140 7-2 R1 +6841.9380 7-2 R2 +6841.9516 7-2 R2 +6862.6222 7-2 Q2 +6862.7386 7-2 Q2 +6863.9354 7-2 Q1 +6868.9707 7-2 Q1 +6868.2955 7-2 Q2 +6868.4895 7-2 Q2 +6870.9272 7-2 Q1 +6871.0589 7-2 Q1 +6877.6891 7-2 Q2 +6877.9030 7-2 Q2 +6880.9355 7-2 Q1 +6881.2339 7-2 Q1 +6881.2569 7-2 P2 +6889.3210 7-2 P2 +6890.7047 7-2 Q2 +6890.8686 7-2 Q2 +6894.0876 7-2 Q1 +6894.6282 7-2 Q1 +6900. HgP ML broad +6900.7970 7-2 P1 +6900.8656 7-2 P1 +6907.2771 7-2 Q2 +6907.3172 7-2 Q2 +6910.4909 7-2 Q1 +6911.3456 7-2 Q1 +6912.6029 7-2 P2 +6912.6440 7-2 P2 +6923.1512 7-2 P1 +6923.2864 7-2 P1 +6927.2254 7-2 Q2 +6927.3819 7-2 Q2 +6930.2315 7-2 Q1 +6931.4712 7-2 Q1 +6939.5194 7-2 P2 +6939.5232 7-2 P2 +6948.9350 7-2 P1 +6949.1529 7-2 P1 +6955.0805 7-2 Q1 +6960. HgP ML broad +6969.8966 7-2 P2 +6969.9617 7-2 P2 +6978.2578 7-2 P1 +6978.5696 7-2 P1 +7003.7872 7-2 P2 +7003.9250 7-2 P2 +7011.2031 7-2 P1 +7011.6211 7-2 P1 +7030. HgP ML broad +7041.2493 7-2 P2 +7041.4690 7-2 P2 +7047.8489 7-2 P1 +7048.3796 7-2 P1 +7088.2706 7-2 P1 +7238.7719 8-3 R1 +7238.7877 8-3 R1 +7240.1664 8-3 R1 +7240.1942 8-3 R1 +7240.8440 8-3 R1 +7240.8555 8-3 R1 +7241.3774 8-3 R2 +7241.4340 8-3 R2 +7241.8988 8-3 R2 +7241.9686 8-3 R2 +7244.8939 8-3 R1 +7244.9196 8-3 R1 +7245.0834 8-3 R2 +7245.1113 8-3 R2 +7246.4909 8-3 R1 +7246.5439 8-3 R2 +7246.5439 8-3 R1 +7246.6154 8-3 R2 +7253.1237 8-3 R2 +7253.1321 8-3 R2 +7255.8384 8-3 R1 +7255.9501 8-3 R1 +7275.0497 8-3 Q2 +7275.1694 8-3 Q2 +7276.3867 8-3 Q1 +7276.4227 8-3 Q1 +7281.4628 8-3 Q2 +7281.6644 8-3 Q2 +7284.3724 8-3 Q1 +7284.5057 8-3 Q1 +7292.0922 8-3 Q2 +7292.3188 8-3 Q2 +7295.7875 8-3 Q1 +7296.0916 8-3 Q1 +7303.6814 8-3 P2 +7303.7550 8-3 P2 +7306.8454 8-3 Q2 +7307.0211 8-3 Q2 +7310.7786 8-3 Q1 +7311.3309 8-3 Q1 +7316.2466 8-3 P1 +7316.3183 8-3 P1 +7319.9 [OII] DN 9 +7325.6559 8-3 Q2 +7325.7042 8-3 Q2 +7329.1221 8-3 Q2 +7329.1753 8-3 P2 +7329.4697 8-3 Q1 +7330.2 [OII] DN 9 +7330.3468 8-3 Q1 +7340.8127 8-3 P1 +7340.9566 8-3 P1 +7348.3479 8-3 Q2 +7348.5062 8-3 Q2 +7351.9708 8-3 Q1 +7353.2475 8-3 Q1 +7358.6568 8-3 P2 +7358.6628 8-3 P2 +7369.2488 8-3 P1 +7369.4835 8-3 P1 +7378.3861 8-3 Q1 +7380.1302 8-3 Q1 +7392.1695 8-3 P2 +7392.2275 8-3 P2 +7401.6893 8-3 P1 +7402.0296 8-3 P1 +7429.7108 8-3 P2 +7429.8472 8-3 P2 +7438.2443 8-3 P1 +7438.7037 8-3 P1 +7461.2071 4-0 R1 +7461.2695 4-0 R1 +7462.3845 4-0 R1 +7462.4636 4-0 R1 +7462.5432 4-0 R2 +7462.6324 4-0 R2 +7463.1226 4-0 R1 +7363.1588 4-0 R1 +7463.7193 4-0 R2 +7463.8074 4-0 R2 +7464.8301 4-0 R2 +7464.9059 4-0 R2 +7466.5690 4-0 R1 +7466.6498 4-0 R1 +7470.6817 4-0 R2 +7470.7308 4-0 R2 +7471.3578 8-3 P2 +7471.5812 8-3 P2 +7473.6406 4-0 R1 +7473.7121 4-0 R1 +7479.0176 8-3 P1 +7479.6068 8-3 P1 +7480.2453 4-0 R2 +7480.2571 4-0 R2 +7483.4487 4-0 R1 +7483.4992 4-0 R1 +7493.6500 4-0 R2 +7493.6843 4-0 R2 +7522.5762 4-0 Q2 +7522.7375 4-0 Q2 +7523.9650 4-0 Q1 +7524.0188 4-0 Q1 +7524.1145 8-3 P1 +7524.8490 8-3 P1 +7528.0964 4-0 Q2 +7528.3674 4-0 Q2 +7530.6131 4-0 Q1 +7530.8093 4-0 Q1 +7537.2280 4-0 Q2 +7537.5184 4-0 Q2 +7540.1591 4-0 Q1 +7540.6010 4-0 Q1 +7549.8497 4-0 Q2 +7550.0595 4-0 Q2 +7552.7284 4-0 Q1 +7553.5199 4-0 Q1 +7557.4524 4-0 P2 +7557.5279 4-0 P2 +7565.8818 4-0 Q2 +7565.9064 4-0 Q2 +7568.4135 4-0 Q1 +7569.6570 4-0 Q1 +7571.6975 4-0 P1 +7571.7898 4-0 P1 +7585.0299 4-0 Q2 +7585.2889 4-0 Q2 +7586.0763 4-0 P2 +7586.1074 4-0 P2 +7587.2865 4-0 Q1 +7589.0749 4-0 Q1 +7598.3540 4-0 P1 +7598.5290 4-0 P1 +7607.4364 4-0 Q2 +7608.0703 4-0 Q2 +7609.4063 4-0 Q1 +7611.8321 4-0 Q1 +7618.0339 4-0 P2 +7618.0658 4-0 P2 +7628.4875 4-0 P1 +7628.7581 4-0 P1 +7653.2575 4-0 P2 +7653.3682 4-0 P2 +7662.1733 4-0 P1 +7662.5498 4-0 P1 +7665. KI ML +7691.8129 4-0 P2 +7692.0100 4-0 P2 +7699. KI ML +7699.4601 4-0 P1 +7699.9482 4-0 P1 +7712.2090 9-4 R1 +7712.2114 9-4 R1 +7712.6046 9-4 R1 +7712.6267 9-4 R1 +7715.0116 9-4 R2 +7715.0854 9-4 R2 +7715.8297 9-4 R1 +7715.8637 9-4 R1 +7716.0768 9-4 R2 +7716.8905 9-4 R1 +7716.9131 9-4 R1 +7716.9638 9-4 R2 +7718.0278 9-4 R2 +7718.0707 9-4 R2 +7723.5266 9-4 R2 +7723.6298 9-4 R1 +7723.7217 9-4 R1 +7726.0389 9-4 R2 +7726.0401 9-4 R2 +7733.7723 4-0 P2 +7734.0637 4-0 P2 +7735.9447 9-4 R1 +7740.3878 4-0 P1 +7740.9973 4-0 P1 +7749.3626 9-4 Q2 +7749.4827 9-4 Q2 +7750.6188 9-4 Q1 +7750.6549 9-4 Q1 +7752.5734 9-4 R1 +7756.7539 9-4 Q2 +7756.9634 9-4 Q2 +7759.9269 9-4 Q1 +7760.0613 9-4 Q1 +7769.0232 9-4 Q2 +7769.2556 9-4 Q2 +7773.2161 9-4 Q1 +7773.5249 9-4 Q1 +7779.2272 4-0 P2 +7779.6231 4-0 P2 +7780.3848 9-4 P2 +7780.4732 9-4 P2 +7785.0076 4-0 P1 +7785.7461 4-0 P1 +7786.0777 9-4 Q2 +7786.2591 9-4 Q2 +7790.6582 9-4 Q1 +7791.2204 9-4 Q1 +7794.0698 9-4 P1 +7794.1458 9-4 P1 +7807.8585 9-4 Q2 +7807.9110 9-4 Q2 +7808.4324 9-4 P2 +7808.4989 9-4 P2 +7812.4023 9-4 Q1 +7813.3011 9-4 Q1 +7821.4238 9-4 P1 +7821.5774 9-4 P1 +7834.2013 9-4 Q2 +7838.5939 9-4 Q1 +7839.9020 9-4 Q1 +7841.2530 9-4 P2 +7841.2764 9-4 P2 +7849.1209 5-1 R1 +7849.1727 5-1 R1 +7849.6879 5-1 R1 +7849.7600 5-1 R1 +7850.4782 5-1 R2 +7850.5725 5-1 R2 +7851.9580 5-1 R1 +7851.9783 5-1 R1 +7852.2676 5-1 R2 +7852.3484 5-1 R2 +7852.4958 5-1 R2 +7852.5895 5-1 R2 +7853.2329 9-4 P1 +7853.4865 9-4 P1 +7853.5648 5-1 R1 +7853.6426 5-1 R1 +7857.9662 5-1 R2 +7858.0193 5-1 R2 +7858.2553 5-1 R1 +7860.6211 5-1 R1 +7860.6922 5-1 R1 +7867.7217 5-1 R2 +7867.7359 5-1 R2 +7869.3932 9-4 Q1 +7870.7036 5-1 R1 +7870.7538 5-1 R1 +7878.7617 9-4 P2 +7878.8033 9-4 P2 +7881.6631 5-1 R2 +7881.6986 5-1 R2 +7889.6659 9-4 P1 +7890.0414 9-4 P1 +7912.1656 5-1 Q2 +7912.3341 5-1 Q2 +7913.6788 5-1 Q1 +7913.7333 5-1 Q1 +7918.2049 5-1 Q2 +7918.4915 5-1 Q2 +7920.9810 9-4 P2 +7921.0181 5-1 Q1 +7921.1084 9-4 P2 +7921.2176 5-1 Q1 +7928.2081 5-1 Q2 +7928.5174 5-1 Q2 +7930.8736 9-4 P1 +7931.3833 9-4 P1 +7931.5406 5-1 Q1 +7931.9930 5-1 Q1 +7942.0507 5-1 Q2 +7942.2810 5-1 Q2 +7945.3841 5-1 Q1 +7946.1975 5-1 Q1 +7948. Na I ML +7949.1614 5-1 P2 +7949.2442 5-1 P2 +7959.6524 5-1 Q2 +7959.6942 5-1 Q2 +7962.6530 5-1 Q1 +7963.9344 5-1 Q1 +7964.6012 5-1 P1 +7964.6964 5-1 P1 +7968.2476 5-1 P1 +7968.2476 9-4 P2 +7976.9931 9-4 P1 +7977.6564 9-4 P1 +7979.7494 5-1 P2 +7979.7864 5-1 P2 +7980.7253 5-1 Q2 +7980.9770 5-1 Q2 +7983.4327 5-1 Q1 +7985.2813 5-1 Q1 +7993.2397 5-1 P1 +7993.4225 5-1 P1 +8005.3850 5-1 Q2 +8006. Na I ML +8006.0293 5-1 Q2 +8007.7928 5-1 Q1 +8010.3074 5-1 Q1 +8014.0452 5-1 P2 +8014.0716 5-1 P2 +8115. Na I ML +8025.6662 5-1 P1 +8025.9517 5-1 P1 +8039.0777 5-1 Q1 +8051.9652 5-1 P2 +8052.0742 5-1 P2 +8061.9779 5-1 P1 +8062.3777 5-1 P1 +8093.5783 5-1 P2 +8093.7801 5-1 P2 +8102.2387 5-1 P1 +8102.7608 5-1 P1 +8104. Ar I ML +8015. Ar I ML +8138.9606 5-1 P2 +8139.2640 5-1 P2 +8146.5074 5-1 P1 +8147.1627 5-1 P1 +8183. Na I ML +8188.2153 5-1 P2 +8188.6291 5-1 P2 +8194.8487 5-1 P1 +8195. Na I ML +8195.6448 5-1 P1 +8247.3396 5-1 P1 +8278.2694 6-2 R1 +8278.3304 6-2 R1 +8278.5745 6-2 R1 +8278.6088 6-2 R1 +8279.9396 6-2 R2 +8280.0343 6-2 R2 +8280.9855 6-2 R2 +8281.0713 6-2 R2 +8281.6462 6-2 R1 +8281.7189 6-2 R1 +8282.6651 6-2 R1 +8282.6712 6-2 R1 +8283.1166 6-2 R2 +8286.3675 6-2 R2 +8286.4266 6-2 R2 +8288.5687 6-2 R1 +8288.6353 6-2 R1 +8296.2311 6-2 R2 +8296.2470 6-2 R2 +8298.8702 6-2 R1 +8298.9198 6-2 R1 +8310.7024 6-2 R2 +8310.7349 6-2 R2 +8342.9442 6-2 Q2 +8343.1218 6-2 Q2 +8344.5730 6-2 Q1 +8344.6267 6-2 Q1 +8349.6230 6-2 Q2 +8349.9222 6-2 Q2 +8352.7630 6-2 Q1 +8352.9661 6-2 Q1 +8360.6922 6-2 Q2 +8361.0236 6-2 Q2 +8364.4899 6-2 Q1 +8364.9504 6-2 Q1 +8376.0336 6-2 Q2 +8376.2849 6-2 Q2 +8379.9036 6-2 Q1 +8380.7374 6-2 Q1 +8382.3473 6-2 P2 +8382.4366 6-2 P2 +8395.5617 6-2 Q2 +8395.6224 6-2 Q2 +8399.1174 6-2 P1 +8399.1273 6-2 Q1 +8399.2176 6-2 P1 +8408. Ar I ML +8400.4442 6-2 Q1 +8415.2073 6-2 P2 +8415.2555 6-2 P2 +8419.0051 6-2 Q2 +8419.2426 6-2 Q2 +8422.2585 6-2 Q1 +8424.1669 6-2 Q1 +8425. Ar I ML +8430.0771 6-2 P1 +8430.2691 6-2 P1 +8446.4394 6-2 Q2 +8449.3891 6-2 Q1 +8451.9886 6-2 Q1 +8452.2387 6-2 P2 +8452.2602 6-2 P2 +8465.2065 6-2 P1 +8465.5097 6-2 P1 +8493.3357 6-2 P2 +8493.4418 6-2 P2 +8504.6281 6-2 P1 +8505.0550 6-2 P1 +8538.5717 6-2 P2 +8538.7781 6-2 P2 +8548.4275 6-2 P1 +8548.9926 6-2 P1 +8588.0323 6-2 P2 +8588.3525 6-2 P2 +8596.6889 6-2 P1 +8597.3979 6-2 P1 +8642.2667 6-2 P2 +8649.4934 6-2 P1 +8650.3593 6-2 P1 +8758.6930 7-3 R1 +8758.7398 7-3 R1 +8760.2595 7-3 R1 +8760.2710 7-3 R1 +8761.2828 7-3 R1 +8761.3481 7-3 R1 +8761.5485 7-3 R2 +8761.6007 7-3 R2 +8761.6460 7-3 R2 +8761.7090 7-3 R2 +8766.0697 7-3 R1 +8766.3649 7-3 R2 +8766.4356 7-3 R2 +8767.8810 7-3 R1 +8767.9449 7-3 R1 +8776.1969 7-3 R2 +8776.2231 7-3 R2 +8778.3076 7-3 R1 +8778.3562 7-3 R1 +8791.1734 7-3 R2 +8791.2012 7-3 R2 +8825.3569 7-3 Q2 +8825.5439 7-3 Q2 +8827.0657 7-3 Q1 +8827.1219 7-3 Q1 +8832.8401 7-3 Q2 +8833.1523 7-3 Q2 +8836.3330 7-3 Q1 +8836.5400 7-3 Q1 +8845.2535 7-3 Q2 +8845.6018 7-3 Q2 +8849.5834 7-3 Q1 +8850.0543 7-3 Q1 +8862.4808 7-3 Q2 +8862.7519 7-3 Q2 +8866.9857 7-3 Q1 +8867.5378 7-3 P2 +8867.6353 7-3 P2 +8867.8414 7-3 Q1 +8884.4383 7-3 Q2 +8884.5141 7-3 Q2 +8885.7966 7-3 P1 +8885.8992 7-3 P1 +8888.6850 7-3 Q1 +8890.0406 7-3 Q1 +8903.0848 7-3 P2 +8903.1474 7-3 P2 +8910.8617 7-3 Q2 +8911.0984 7-3 Q2 +8914.8005 7-3 Q1 +8916.7701 7-3 Q1 +8919.5331 7-3 P1 +8919.7344 7-3 P1 +8943.3928 7-3 P2 +8943.3992 7-3 P2 +8948.1349 7-3 Q1 +8957.9231 7-3 P1 +8958.2458 7-3 P1 +8988.3162 7-3 P2 +8988.4148 7-3 P2 +9001.1181 7-3 P1 +9001.5768 7-3 P1 +9037.9505 7-3 P2 +9038.1573 7-3 P2 +9049.2361 7-3 P1 +9049.8480 7-3 P1 +9069.0 [SIII] DN 72 +9092.3954 7-3 P2 +9092.7220 7-3 P2 +9102.3859 7-3 P1 +9103.1625 7-3 P1 +9160.6818 7-3 P1 +9305.9850 8-4 R1 +9306.0101 8-4 R1 +9307.3470 8-4 R1 +9307.3990 8-4 R1 +9308.9954 8-4 R2 +9309.1089 8-4 R2 +9309.3820 8-4 R1 +9309.4054 8-4 R1 +9310.6938 8-4 R2 +9310.8212 8-4 R2 +9312.8604 8-4 R2 +9312.9437 8-4 R2 +9313.3176 8-4 R1 +9313.3757 8-4 R1 +9317.6690 8-4 R1 +9317.7610 8-4 R1 +9322.4313 8-4 R2 +9322.4687 8-4 R2 +9323.7068 8-4 R1 +9323.7520 8-4 R1 +9337.8454 8-4 R2 +9337.8664 8-4 R2 +9374.2255 8-4 Q2 +9374.4171 8-4 Q2 +9375.9328 8-4 Q1 +9375.9900 8-4 Q1 +9382.7499 8-4 Q2 +9383.0757 8-4 Q2 +9386.6041 8-4 Q1 +9386.8130 8-4 Q1 +9396.9085 8-4 Q2 +9397.2741 8-4 Q2 +9401.8432 8-4 Q1 +9402.3216 8-4 Q1 +9416.5845 8-4 Q2 +9416.8746 8-4 Q2 +9419.6749 8-4 P2 +9419.7885 8-4 P2 +9421.8445 8-4 Q1 +9422.7166 8-4 Q1 +9439.5971 8-4 P1 +9439.7041 8-4 P1 +9441.7011 8-4 Q2 +9441.7911 8-4 Q2 +9446.7767 8-4 Q1 +9448.1677 8-4 Q1 +9458.4905 8-4 P2 +9458.5683 8-4 P2 +9472.0036 8-4 Q2 +9472.2406 8-4 Q2 +9476.7481 8-4 P1 +9476.7966 8-4 Q1 +9476.9610 8-4 P1 +9478.8228 8-4 Q1 +9502.8111 8-4 P2 +9502.8193 8-4 P2 +9512.0481 8-4 Q1 +9514.8219 8-4 Q1 +9519.1824 8-4 P1 +9519.5278 8-4 P1 +9531.8 [SIII] DN 181 +9552.4900 8-4 P2 +9552.5767 8-4 P2 +9567.0899 8-4 P1 +9567.5907 8-4 P1 +9607.6228 8-4 P2 +9607.8240 8-4 P2 +9620.6324 8-4 P1 +9621.3027 8-4 P1 +9651.4645 3-0 R1 +9651.6266 3-0 R1 +9652.8381 3-0 R2 +9653.2184 3-0 R1 +9653.4076 3-0 R1 +9655.4970 3-0 R2 +9655.6966 3-0 R2 +9658.9822 3-0 R1 +9659.1857 3-0 R1 +9662.5690 3-0 R2 +9662.7455 3-0 R2 +9668.3365 8-4 P2 +9668.6582 8-4 P2 +9668.6676 3-0 R1 +9668.8695 3-0 R1 +9674.1643 3-0 R2 +9674.3020 3-0 R2 +9679.9570 8-4 P1 +9680.8147 8-4 P1 +9682.1507 3-0 R1 +9682.3345 3-0 R1 +9690.4621 3-0 R2 +9690.5429 3-0 R2 +9699.2611 3-0 R1 +9699.4098 3-0 R1 +9711.6994 3-0 R2 +9711.7079 3-0 R2 +9719.7791 3-0 R1 +9719.8774 3-0 R1 +9738.0510 3-0 R2 +9738.1183 3-0 R2 +9789.2709 3-0 Q2 +9789.5517 3-0 Q2 +9791.0685 3-0 Q1 +9791.1625 3-0 Q1 +9796.3012 3-0 Q2 +9796.7697 3-0 Q2 +9799.4941 3-0 Q1 +9799.8399 3-0 Q1 +9807.9572 3-0 Q2 +9808.4605 3-0 Q2 +9811.5939 3-0 Q1 +9812.3710 3-0 Q1 +9824.0847 3-0 Q2 +9824.4419 3-0 Q2 +9827.5265 3-0 Q1 +9828.9159 3-0 Q1 +9844.5763 3-0 Q2 +9844.6073 3-0 Q2 +9847.4107 3-0 Q1 +9848.4216 3-0 P2 +9848.5419 3-0 P2 +9849.5879 3-0 Q1 +9869.9195 3-0 Q2 +9869.3862 3-0 Q2 +9871.3332 3-0 Q1 +9872.0575 3-0 P1 +9872.2115 3-0 P1 +9874.4640 3-0 Q1 +9894.7209 3-0 P2 +9894.7640 3-0 P2 +9897.3815 3-0 Q2 +9898.5094 3-0 Q2 +9899.3700 3-0 Q1 +9903.6114 3-0 Q1 +9914.5282 3-0 P1 +9914.8124 3-0 P1 +9930.0347 3-0 Q2 +9931.5874 3-0 Q1 +9937.0949 3-0 Q1 +9941.6327 9-5 R1 +9941.6643 9-5 R1 +9942.1972 9-5 R1 +9942.2051 9-5 R1 +9945.2287 3-0 P2 +9945.2949 3-0 P2 +9945.4048 9-5 R2 +9945.5443 9-5 R2 +9946.4853 9-5 R1 +9946.5348 9-5 R1 +9947.6927 9-5 R2 +9947.8036 9-5 R2 +9948.3362 9-5 R1 +9948.4144 9-5 R1 +9949.6253 9-5 R2 +9956.5538 9-5 R1 +9956.5954 9-5 R1 +9956.6232 9-5 R2 +9956.6837 9-5 R2 +9960.4890 9-5 R1 +9961.7138 3-0 P1 +9962.1456 3-0 P1 +9972.3423 9-5 R2 +9972.3532 9-5 R2 +9978.4648 9-5 R1 +9999.8993 3-0 P2 +10000.0903 3-0 P2 +10011.2430 9-5 Q2 +10011.4345 9-5 Q2 +10012.7761 9-5 Q1 +10012.8323 9-5 Q1 +10013.6898 3-0 P1 +10014.2816 3-0 P1 +10021.1658 9-5 Q2 +10021.5044 9-5 Q2 +10025.3434 9-5 Q1 +10025.5545 9-5 Q1 +10037.6711 9-5 Q2 +10038.0470 9-5 Q2 +10043.2696 9-5 Q1 +10043.7570 9-5 Q1 +10058.8599 3-0 P2 +10059.1858 3-0 P2 +10060.6425 9-5 P2 +10060.6435 9-5 Q2 +10060.7792 9-5 P2 +10060.9412 9-5 Q2 +10066.7868 9-5 Q1 +10067.6758 9-5 Q1 +10070.4982 3-0 P1 +10071.2581 3-0 P1 +10082.4044 9-5 P1 +10082.5183 9-5 P1 +10090.0171 9-5 Q2 +10090.1118 9-5 Q2 +10096.1024 9-5 Q1 +10097.5270 9-5 Q1 +10103.5540 9-5 P2 +10103.6531 9-5 P2 +10122.2461 3-0 P2 +10122.7155 3-0 P2 +10122.7155 3-0 P2 +10123.8913 9-5 P1 +10124.1199 9-5 P1 +10125.5545 9-5 Q2 +10131.4189 9-5 Q1 +10132.1788 3-0 P1 +10133.1143 3-0 P1 +10133.4985 9-5 Q1 +10152.9553 9-5 P2 +10152.9893 9-5 P2 +10171.5120 9-5 P1 +10171.8867 9-5 P1 +10172.9766 9-5 Q1 +10190.2084 3-0 P2 +10190.8296 3-0 P2 +10198.7858 3-0 P1 +10199.9096 3-0 P1 +10208.7484 9-5 P2 +10208.8110 9-5 P2 +10220.8241 9-5 Q1 +10225.5128 9-5 P1 +10226.0651 9-5 P1 +10263.6922 3-0 P2 +10270.3993 3-0 P1 +10270.9913 9-5 P2 +10271.1812 9-5 P2 +10271.7215 3-0 P1 +10286.1106 9-5 P1 +10286.8589 9-5 P1 +10340.2003 9-5 P2 +10353.5133 9-5 P1 +10354.4860 9-5 P1 +10830.3 He I 70 +10938.1 H I 20 diff --git a/noao/lib/linelists/thar.dat b/noao/lib/linelists/thar.dat new file mode 100644 index 00000000..23e751e1 --- /dev/null +++ b/noao/lib/linelists/thar.dat @@ -0,0 +1,3057 @@ +# units Angstroms +3184.9486 +3188.2339 +3204.3210 +3205.0912 +3210.3085 +3211.1943 +3212.0220 +3213.5741 +3220.3508 +3227.8028 +3229.0096 +3234.9962 +3235.8400 +3238.9343 +3241.1079 +3242.3790 +3243.6887 +3244.4488 +3245.7603 +3249.8003 +3251.9159 +3253.8659 +3256.2738 +3257.3667 +3258.1220 +3262.6684 +3272.0268 +3273.9157 +3275.0676 +3276.1712 +3280.3713 +3281.7016 +3282.6166 +3285.7525 +3286.5829 +3287.7893 +3291.7394 +3292.5209 +3293.6988 +3298.0498 +3299.6687 +3304.2383 +3305.3036 +3307.2283 +3309.3654 +3313.6784 +3314.8268 +3321.4508 +3322.0933 +3327.1931 +3329.7284 +3330.4770 +3333.1290 +3334.6041 +3336.1618 +3337.8703 +3340.7254 +3346.5560 +3348.7684 +3354.1796 +3358.6020 +3360.9982 +3364.6855 +3365.3383 +3366.5171 +3371.7967 +3372.8230 +3373.4925 +3374.9749 +3376.4359 +3378.5734 +3380.8595 +3383.1068 +3385.5316 +3386.5006 +3388.5309 +3392.0349 +3396.7278 +3397.5161 +3398.5448 +3401.7110 +3402.6952 +3405.5584 +3408.7499 +3410.0756 +3413.0130 +3415.8846 +3417.4978 +3421.2100 +3422.6561 +3423.9897 +3427.0923 +3428.9992 +3431.8104 +3433.9988 +3434.7271 +3435.9771 +3436.7272 +3437.3071 +3439.3987 +3442.5790 +3446.5474 +3451.7023 +3452.6820 +3454.0952 +3457.0691 +3462.8505 +3464.1272 +3465.0626 +3465.7650 +3468.2198 +3469.3454 +3469.9208 +3471.2186 +3471.9593 +3476.7474 +3478.2324 +3479.1725 +3480.5055 +3482.7613 +3486.5512 +3489.5076 +3491.5360 +3493.5185 +3495.6998 +3496.8107 +3498.0098 +3498.6210 +3501.8666 +3505.4946 +3509.7785 +3511.1574 +3514.3877 +3518.4040 +3519.9936 +3521.9139 +3523.5061 +3526.6342 +3528.4116 +3528.9544 +3529.3859 +3530.5148 +3531.4505 +3533.1826 +3535.3196 +3536.0108 +3539.5872 +3542.4979 +3544.0179 +3547.3376 +3548.5144 +3549.5959 +3551.4019 +3554.3058 +3555.0135 +3556.9041 +3559.5081 +3561.0304 +3561.7809 +3565.0298 +3569.8204 +3572.3923 +3576.6156 +3581.6084 +3582.3546 +3583.1022 +3584.1756 +3588.4407 +3591.4524 +3592.7794 +3598.1199 +3601.0344 +3604.6819 +3606.5218 +3608.3770 +3609.4452 +3612.4275 +3612.8666 +3615.1327 +3615.8503 +3618.3633 +3619.2119 +3622.7954 +3632.8303 +3634.5822 +3635.9433 +3642.2490 +3643.5123 +3649.2496 +3649.7349 +3652.1683 +3654.4618 +3656.6938 +3658.8087 +3659.6294 +3660.4370 +3661.6214 +3663.2025 +3666.9811 +3668.1398 +3671.5398 +3672.3003 +3672.5218 +3673.7935 +3674.891 +3675.1372 +3675.5675 +3675.7893 +3675.9592 +3676.1424 +3678.2701 +3678.4804 +3679.1343 +3679.5444 +3679.7105 +3680.0609 +3680.4477 +3680.6053 +3681.8836 +3682.4863 +3684.9329 +3687.67 +3687.9841 +3688.7604 +3690.6238 +3691.4117 +3691.6141 +3692.5664 +3694.1785 +3695.2889 +3695.9737 +3697.0308 +3697.7436 +3698.1061 +3699.8808 +3700.9872 +3703.2299 +3703.7743 +3704.8616 +3706.7672 +3711.3041 +3711.6229 +3715.5606 +3715.8615 +3716.5836 +3717.1713 +3717.8293 +3718.2065 +3719.4347 +3719.8362 +3720.3073 +3721.2152 +3721.8254 +3723.6561 +3725.3932 +3726.7246 +3727.612 +3727.9027 +3729.3087 +3730.3683 +3730.7485 +3732.9854 +3733.6724 +3737.5125 +3737.889 +3740.8551 +3741.183 +3742.9234 +3743.5083 +3744.7367 +3745.6591 +3745.9706 +3747.539 +3748.2838 +3749.0843 +3750.4939 +3751.0219 +3752.5700 +3753.2421 +3753.5177 +3754.0308 +3754.593 +3755.2121 +3756.2941 +3757.6941 +3758.4671 +3758.7063 +3763.5053 +3765.27 +3766.1186 +3766.4473 +3767.9007 +3770.056 +3770.52 +3771.3708 +3772.6498 +3773.7574 +3776.2711 +3777.4167 +3781.3189 +3783.0127 +3783.2964 +3784.5749 +3784.7942 +3785.2804 +3785.6002 +3786.3824 +3786.883 +3789.168 +3790.356 +3790.795 +3792.374 +3792.73 +3794.151 +3795.38 +3798.103 +3799.382 +3800.198 +3801.443 +3803.0750 +3803.984 +3805.82 +3807.874 +3808.129 +3809.4561 +3809.835 +3813.068 +3816.1666 +3818.686 +3820.7926 +3821.4308 +3822.1485 +3822.8619 +3823.0676 +3823.4577 +3825.1331 +3825.6729 +3826.3688 +3826.8072 +3828.3846 +3830.0606 +3830.7736 +3831.6398 +3833.086 +3834.6787 +3835.7111 +3836.5851 +3837.8752 +3839.6953 +3840.8004 +3841.5187 +3841.9601 +3842.8968 +3844.7311 +3845.4055 +3846.8876 +3850.5813 +3852.1353 +3854.5108 +3856.3544 +3859.8396 +3861.3524 +3862.0522 +3862.4218 +3863.4059 +3866.9092 +3867.5786 +3868.2547 +3868.5284 +3869.6633 +3871.6174 +3872.1371 +3872.7222 +3873.1479 +3873.474 +3873.8224 +3874.2438 +3874.8619 +3875.3731 +3875.6462 +3877.463 +3878.6620 +3879.2688 +3879.4454 +3879.6441 +3880.1948 +3880.3332 +3881.498 +3882.143 +3884.5245 +3884.8225 +3885.2254 +3885.7681 +3886.9159 +3889.9059 +3891.4017 +3891.726 +3891.9792 +3893.6519 +3894.66 +3895.4192 +3898.4374 +3898.7967 +3899.031 +3900.5767 +3900.8785 +3901.6621 +3903.1024 +3903.4812 +3904.0828 +3905.1865 +3907.1603 +3907.5432 +3908.7491 +3908.9797 +3909.139 +3910.7734 +3911.576 +3911.9091 +3913.645 +3914.1623 +3915.2953 +3915.8489 +3916.4176 +3917.2693 +3918.0701 +3918.5115 +3919.0234 +3921.7799 +3922.2191 +3923.7995 +3924.4034 +3925.0934 +3925.7188 +3926.0456 +3927.8062 +3928.6233 +3929.2904 +3929.6693 +3930.3303 +3931.2566 +3932.2264 +3932.9113 +3933.2375 +3933.6611 +3934.2742 +3936.3532 +3936.6718 +3937.0406 +3937.9237 +3938.6144 +3942.0732 +3944.2534 +3945.5072 +3945.8201 +3946.1455 +3947.3308 +3947.5046 +3948.0305 +3948.9789 +3950.3951 +3950.805 +3951.5149 +3952.7608 +3955.1699 +3955.8903 +3956.6908 +3959.3000 +3960.2692 +3962.4196 +3963.4688 +3964.0302 +3964.7257 +3966.9647 +3967.3921 +3968.4673 +3969.0026 +3969.6641 +3972.1545 +3972.6395 +3973.1961 +3974.4766 +3974.759 +3975.4674 +3976.4149 +3979.0433 +3979.3559 +3980.0896 +3980.755 +3981.1065 +3981.8281 +3982.102 +3982.8956 +3984.8795 +3986.0739 +3987.2061 +3988.5997 +3988.8456 +3990.4922 +3991.7309 +3992.0535 +3992.2726 +3993.2989 +3994.5494 +3994.7918 +3996.0617 +3996.6687 +3997.8654 +3998.4038 +3998.7334 +3998.9526 +4000.2811 +4001.0581 +4001.8935 +4003.1057 +4003.3086 +4003.574 +4005.0928 +4005.3628 +4005.9615 +4006.3806 +4007.0188 +4008.2102 +4009.0112 +4011.5916 +4011.7398 +4012.4952 +4013.8566 +4014.5143 +4014.7164 +4018.099 +4019.1289 +4020.3541 +4021.1498 +4021.7506 +4022.0674 +4023.3378 +4024.8025 +4025.6556 +4027.0091 +4029.8256 +4030.2925 +4030.8424 +4034.2461 +4034.9218 +4035.46 +4036.0479 +4036.5652 +4037.5614 +4038.2287 +4038.8043 +4039.8648 +4040.9155 +4041.2036 +4042.8937 +4043.1302 +4043.3948 +4044.4179 +4044.9269 +4045.2268 +4045.9654 +4047.4815 +4048.2876 +4049.5361 +4049.9447 +4050.8872 +4051.4991 +4052.9208 +4053.5277 +4054.3017 +4054.5258 +4057.9412 +4059.2529 +4063.4071 +4064.3315 +4065.6187 +4067.4507 +4069.2014 +4069.2833 +4069.4612 +4070.2383 +4071.7513 +4071.9967 +4072.3849 +4072.6284 +4073.8563 +4074.642 +4075.503 +4075.907 +4076.6284 +4076.9432 +4078.3015 +4078.8751 +4079.5738 +4080.358 +4080.7058 +4081.3678 +4081.5914 +4082.0817 +4082.3872 +4083.4688 +4084.6192 +4085.0421 +4085.2564 +4085.4341 +4086.5205 +4087.2848 +4088.7264 +4089.1379 +4091.3476 +4093.3921 +4093.6713 +4094.747 +4096.0759 +4097.7478 +4098.7316 +4098.9327 +4100.3414 +4102.6177 +4103.9121 +4104.3821 +4104.8385 +4105.915 +4107.0506 +4107.8614 +4108.4198 +4109.3234 +4110.826 +4112.7545 +4115.7589 +4116.7137 +4118.4893 +4124.0403 +4127.412 +4128.0499 +4128.64 +4129.5116 +4131.0021 +4131.7235 +4132.7533 +4134.0681 +4134.3235 +4135.4800 +4138.0406 +4140.235 +4140.3855 +4141.6321 +4142.4741 +4142.701 +4143.6491 +4147.5396 +4148.1816 +4148.7269 +4151.1453 +4154.7205 +4156.5166 +4158.5905 +4159.6599 +4161.7389 +4162.509 +4163.6469 +4163.9479 +4164.1795 +4164.2550 +4165.7661 +4168.0464 +4168.6341 +4170.5333 +4171.341 +4172.6257 +4173.4475 +4174.4396 +4178.0597 +4178.3658 +4178.8481 +4179.9601 +4181.8836 +4182.9342 +4184.1376 +4185.1447 +4187.141 +4190.7129 +4191.0294 +4192.362 +4193.0164 +4194.9318 +4198.3170 +4200.6745 +4207.6122 +4208.4108 +4208.8907 +4209.1964 +4210.9232 +4213.0673 +4213.3779 +4214.8285 +4215.6272 +4216.0698 +4216.3722 +4217.4308 +4218.6649 +4220.0651 +4220.7323 +4221.153 +4221.6921 +4222.6373 +4223.4403 +4224.2413 +4224.6151 +4226.2994 +4226.7267 +4226.9876 +4227.3872 +4228.158 +4228.4166 +4229.1477 +4229.4545 +4229.8644 +4230.4267 +4230.8242 +4233.2873 +4235.4636 +4236.0471 +4237.2198 +4239.7873 +4240.5947 +4241.0948 +4241.9725 +4242.7197 +4243.0195 +4243.2611 +4243.9241 +4247.5988 +4247.9886 +4248.3908 +4249.4761 +4249.6791 +4250.3146 +4250.7749 +4251.1846 +4253.5385 +4253.8674 +4255.2373 +4256.2537 +4257.4963 +4257.8982 +4258.5204 +4259.3619 +4260.333 +4260.9845 +4261.2754 +4261.492 +4261.9665 +4262.6124 +4263.3561 +4264.1064 +4264.3399 +4266.2864 +4266.5271 +4267.5191 +4269.0639 +4269.9426 +4272.1689 +4272.8745 +4273.3574 +4274.0246 +4275.1596 +4276.8073 +4277.3139 +4277.5282 +4278.3232 +4279.0627 +4280.568 +4281.0678 +4281.4145 +4282.0413 +4282.8976 +4283.5184 +4284.9749 +4285.1823 +4286.2285 +4287.0808 +4288.6688 +4289.6551 +4290.3937 +4291.8098 +4292.3057 +4293.7698 +4294.7193 +4295.5849 +4295.8155 +4297.3066 +4299.8393 +4300.1008 +4300.6495 +4302.5261 +4303.9892 +4304.9565 +4306.3668 +4307.1762 +4308.122 +4308.6001 +4309.2392 +4311.7994 +4312.9975 +4313.3084 +4313.6025 +4314.3195 +4315.2543 +4315.9484 +4316.1094 +4316.3726 +4317.84 +4318.4157 +4319.0973 +4320.1264 +4325.2741 +4325.8599 +4327.7145 +4328.6879 +4328.9154 +4330.412 +4330.8438 +4331.1995 +4332.0297 +4332.3395 +4333.5612 +4333.9369 +4335.3379 +4337.0708 +4337.2774 +4338.1078 +4339.8716 +4340.8954 +4342.4442 +4343.3817 +4343.6035 +4343.9515 +4344.3265 +4345.168 +4346.4367 +4347.6385 +4348.064 +4348.5982 +4349.0722 +4350.2717 +4351.2719 +4352.2049 +4352.6122 +4352.8201 +4353.4487 +4354.4824 +4355.3205 +4355.5259 +4356.0445 +4357.6132 +4358.3200 +4359.3719 +4360.1672 +4360.7178 +4361.3071 +4362.0662 +4362.4721 +4363.7945 +4364.0401 +4365.9301 +4366.9657 +4367.418 +4367.8316 +4369.8756 +4370.7532 +4371.3290 +4372.49 +4374.1239 +4374.7851 +4375.9542 +4376.5309 +4378.1768 +4379.6668 +4380.2863 +4381.4018 +4381.8601 +4385.0566 +4385.7535 +4388.1014 +4388.968 +4391.1105 +4391.3893 +4392.974 +4393.759 +4396.1394 +4396.4783 +4397.0097 +4397.9149 +4399.406 +4400.0968 +4400.3863 +4400.9863 +4401.5810 +4402.2452 +4402.6001 +4402.9271 +4408.8828 +4409.8991 +4413.3745 +4413.6324 +4414.4863 +4414.767 +4416.237 +4416.8447 +4418.4157 +4419.7692 +4420.2571 +4421.5439 +4422.0479 +4423.7202 +4424.8373 +4426.0011 +4428.5536 +4429.6348 +4429.8227 +4430.189 +4430.9963 +4432.2523 +4432.9628 +4433.4907 +4433.838 +4434.8266 +4434.9564 +4435.6787 +4436.0484 +4436.2844 +4436.9961 +4438.7464 +4439.1237 +4439.4614 +4439.8793 +4440.5737 +4440.8659 +4441.6084 +4443.0863 +4443.6657 +4445.0338 +4445.9012 +4447.2296 +4447.8346 +4448.8792 +4449.5206 +4450.804 +4452.5655 +4454.1392 +4454.7738 +4456.708 +4457.2362 +4458.0015 +4458.7384 +4459.5477 +4460.5574 +4461.5278 +4463.666 +4463.8346 +4464.1386 +4465.3406 +4465.9751 +4468.3208 +4469.1891 +4469.5253 +4470.9906 +4474.7594 +4475.2214 +4478.4032 +4478.5958 +4479.6376 +4480.2661 +4480.5453 +4481.8107 +4483.3468 +4486.8973 +4487.4955 +4488.3123 +4488.6803 +4489.6645 +4490.6715 +4490.9816 +4492.1007 +4493.3337 +4494.6907 +4494.9616 +4495.2378 +4496.3155 +4496.6381 +4497.9144 +4498.5384 +4498.9401 +4499.7037 +4499.9832 +4500.5769 +4502.9268 +4504.6306 +4505.2167 +4506.473 +4507.8339 +4510.5259 +4510.7332 +4512.4832 +4513.2231 +4513.6799 +4514.0573 +4514.5503 +4515.1182 +4515.6274 +4517.0352 +4519.2592 +4521.1939 +4521.7407 +4522.3230 +4522.7839 +4524.1289 +4524.8379 +4525.4456 +4526.0286 +4527.7086 +4528.0208 +4528.4097 +4528.974 +4530.3191 +4530.5523 +4531.7134 +4532.2577 +4533.077 +4533.3042 +4534.1198 +4534.4025 +4535.2546 +4535.4903 +4535.9798 +4537.6426 +4540.999 +4542.0513 +4543.4153 +4543.8692 +4544.5142 +4545.0519 +4545.9156 +4546.6757 +4547.2498 +4547.7589 +4548.3261 +4551.4736 +4552.1536 +4553.8376 +4555.8127 +4556.3872 +4558.3458 +4559.0571 +4559.312 +4561.3477 +4562.0803 +4562.4756 +4563.6609 +4564.4054 +4564.8354 +4567.2403 +4568.1426 +4568.5235 +4570.9722 +4571.2195 +4571.5312 +4573.7038 +4574.0279 +4574.3058 +4575.2338 +4575.4259 +4576.7405 +4577.5822 +4579.3495 +4579.8272 +4581.1732 +4584.3671 +4588.4261 +4589.1222 +4589.2668 +4589.8978 +4592.666 +4592.9675 +4593.6437 +4595.4206 +4596.0967 +4596.3078 +4598.7627 +4599.7046 +4600.8717 +4602.8862 +4603.1446 +4604.6529 +4605.8237 +4606.5021 +4607.378 +4607.9347 +4608.6201 +4609.5673 +4610.0809 +4610.6272 +4611.8597 +4612.5435 +4613.6044 +4615.024 +4615.334 +4615.8838 +4616.4523 +4617.9065 +4619.4794 +4620.2408 +4620.4476 +4621.1629 +4622.1209 +4623.1169 +4623.8911 +4624.1365 +4624.314 +4624.6776 +4625.0538 +4625.2747 +4625.4938 +4627.298 +4628.2015 +4628.4409 +4631.7617 +4633.7657 +4637.2328 +4638.1259 +4638.6849 +4639.5188 +4639.7036 +4640.0462 +4643.5566 +4644.7072 +4646.6861 +4647.2509 +4647.9564 +4649.9777 +4650.2343 +4651.5552 +4651.9895 +4654.0057 +4655.2126 +4656.1849 +4656.5518 +4657.9012 +4659.5698 +4660.3941 +4662.5936 +4663.2026 +4664.9704 +4666.0050 +4666.5158 +4666.7985 +4668.1716 +4669.6658 +4669.9842 +4672.4372 +4673.6609 +4675.376 +4676.0555 +4676.9721 +4678.2352 +4680.2377 +4680.646 +4682.2319 +4682.7322 +4683.3517 +4686.1946 +4686.5715 +4690.3343 +4690.6219 +4691.0516 +4691.3452 +4691.6354 +4691.8842 +4694.0914 +4695.0381 +4695.4542 +4698.2248 +4700.1402 +4700.7711 +4702.3161 +4703.3581 +4703.9898 +4705.2986 +4705.7606 +4706.2511 +4707.045 +4708.2940 +4710.8238 +4712.0056 +4712.4814 +4712.8408 +4714.6715 +4715.4308 +4717.3905 +4719.4424 +4719.9795 +4720.4586 +4720.7811 +4721.2765 +4721.591 +4722.0886 +4723.4382 +4723.784 +4724.7723 +4726.8683 +4727.8491 +4728.133 +4729.1282 +4729.8795 +4730.6593 +4730.8815 +4732.0532 +4734.0458 +4735.9058 +4737.9172 +4739.6764 +4740.5292 +4740.9585 +4741.3039 +4742.1174 +4742.5671 +4743.687 +4745.3375 +4747.6176 +4748.5911 +4749.2002 +4749.9713 +4752.4141 +4757.2196 +4761.1101 +4762.5242 +4764.3463 +4764.8646 +4765.595 +4766.6006 +4768.0578 +4773.241 +4775.313 +4775.7940 +4776.7792 +4777.1915 +4778.294 +4779.7286 +4780.7505 +4781.2902 +4781.526 +4782.7612 +4783.6389 +4783.8617 +4784.0396 +4786.531 +4787.148 +4788.6781 +4789.3868 +4790.4373 +4791.5157 +4792.0819 +4793.2446 +4793.9052 +4795.9131 +4796.2429 +4800.1724 +4801.0517 +4802.6714 +4803.9559 +4805.6063 +4806.0205 +4808.1337 +4809.614 +4811.871 +4812.3755 +4813.0069 +4813.7204 +4813.8963 +4817.0206 +4818.6477 +4819.193 +4820.4649 +4820.8847 +4821.5878 +4821.8646 +4822.014 +4822.8548 +4823.1823 +4823.6058 +4823.9967 +4824.6484 +4826.7004 +4828.6596 +4829.7973 +4831.1213 +4831.5975 +4832.4233 +4832.8025 +4833.6759 +4837.4121 +4838.3546 +4840.4744 +4840.8492 +4842.1676 +4843.9413 +4844.1653 +4844.7553 +4844.9251 +4845.1626 +4847.3263 +4847.8095 +4848.3625 +4849.1399 +4849.8617 +4850.4397 +4852.8685 +4853.6087 +4856.2756 +4857.5385 +4858.0944 +4858.3327 +4861.2167 +4861.7173 +4863.1724 +4865.4775 +4865.91 +4867.556 +4868.2742 +4868.5277 +4868.8814 +4871.289 +4872.0309 +4872.9169 +4874.3645 +4876.4949 +4877.0015 +4877.8128 +4878.0094 +4878.733 +4879.3497 +4879.8635 +4881.2046 +4881.8531 +4882.2432 +4885.9843 +4886.8661 +4888.2612 +4889.0422 +4889.4903 +4889.8553 +4890.4582 +4891.0379 +4891.6606 +4892.7592 +4893.4453 +4894.9551 +4898.8044 +4899.2401 +4902.0545 +4902.7943 +4904.7516 +4907.2093 +4909.8431 +4910.1576 +4910.5488 +4910.7929 +4911.1358 +4911.3787 +4912.0428 +4912.5293 +4913.4789 +4914.121 +4915.4155 +4917.822 +4919.8157 +4921.6134 +4922.9442 +4924.4223 +4925.4254 +4925.9501 +4926.2529 +4927.2988 +4927.7803 +4929.086 +4929.985 +4933.2091 +4933.8521 +4934.3306 +4936.7746 +4937.8295 +4938.5047 +4939.0605 +4939.2707 +4939.6422 +4941.416 +4941.9174 +4943.0642 +4943.7076 +4945.4587 +4946.6637 +4947.5752 +4950.2513 +4950.6264 +4952.6908 +4953.532 +4957.2963 +4958.0988 +4958.724 +4961.3814 +4961.7260 +4962.0621 +4963.1881 +4965.0795 +4965.7315 +4967.0628 +4967.6529 +4968.7556 +4970.0785 +4972.1597 +4975.0917 +4975.9485 +4976.5938 +4977.3906 +4980.1859 +4980.7561 +4980.9513 +4982.4875 +4983.5324 +4985.3725 +4985.9486 +4987.1470 +4987.5582 +4989.3086 +4992.1257 +4992.6372 +4993.7488 +4994.1058 +4997.8189 +4999.9398 +5000.2463 +5002.0972 +5003.5981 +5004.1279 +5008.1897 +5009.3344 +5009.9367 +5010.4174 +5011.4774 +5013.1647 +5014.7539 +5015.8893 +5016.5356 +5017.1628 +5017.5084 +5018.0535 +5019.8062 +5020.5458 +5021.2531 +5022.0051 +5022.174 +5023.7084 +5028.6556 +5029.0119 +5029.6295 +5029.637 +5029.8916 +5035.3375 +5036.7284 +5038.3018 +5039.2303 +5039.5265 +5040.6805 +5041.1224 +5041.5998 +5043.5145 +5044.7195 +5045.2481 +5046.3527 +5046.6372 +5047.0434 +5048.9366 +5049.796 +5050.7842 +5051.8887 +5055.3473 +5057.9866 +5059.8611 +5061.6562 +5062.0371 +5062.9325 +5063.5157 +5063.9988 +5064.602 +5064.9454 +5066.1355 +5066.7773 +5067.1379 +5067.9737 +5069.3384 +5074.6465 +5075.4659 +5079.1374 +5079.9079 +5081.4462 +5084.6994 +5084.9935 +5085.2955 +5086.1774 +5089.2192 +5090.0513 +5090.5455 +5095.0639 +5096.4848 +5098.0432 +5100.6211 +5101.1299 +5109.7331 +5111.2781 +5115.0448 +5117.2923 +5118.2023 +5122.4995 +5125.4895 +5125.9502 +5128.4897 +5130.2338 +5131.072 +5133.1051 +5134.746 +5136.1210 +5137.4733 +5140.7736 +5141.7827 +5143.2673 +5143.9165 +5145.3083 +5146.0557 +5148.2115 +5149.2069 +5151.612 +5154.2430 +5158.6041 +5161.5396 +5162.2846 +5163.4584 +5165.7728 +5166.6553 +5168.9225 +5170.2227 +5173.6715 +5174.7988 +5175.3248 +5175.9115 +5176.2292 +5176.4037 +5176.961 +5177.6228 +5178.48 +5180.7209 +5182.5269 +5183.0897 +5183.6044 +5183.9896 +5184.4534 +5184.7315 +5186.4132 +5187.3374 +5187.7462 +5190.872 +5193.8256 +5194.4576 +5195.8136 +5197.236 +5198.7999 +5199.1637 +5202.0087 +5203.8479 +5205.1522 +5207.8015 +5209.7246 +5211.2305 +5213.3492 +5216.5966 +5216.8139 +5218.5271 +5219.1099 +5220.7068 +5220.9263 +5221.271 +5228.2246 +5228.9951 +5231.1597 +5233.2254 +5234.1069 +5238.8137 +5239.552 +5240.1968 +5247.6547 +5250.8727 +5253.4441 +5254.4648 +5258.3602 +5260.1041 +5261.472 +5264.2332 +5265.5514 +5266.7103 +5269.7927 +5270.266 +5272.6439 +5272.927 +5273.1317 +5274.1188 +5276.4089 +5277.146 +5277.5002 +5280.0855 +5280.3441 +5281.0687 +5281.6285 +5286.887 +5289.8974 +5291.8163 +5294.3971 +5295.0886 +5296.2787 +5297.7431 +5298.2824 +5300.5234 +5301.4043 +5306.9864 +5307.4655 +5309.6093 +5310.2665 +5312.0018 +5312.5288 +5312.9045 +5315.2278 +5317.4944 +5318.4268 +5320.7699 +5322.8988 +5325.1438 +5325.4317 +5326.2774 +5326.9756 +5329.3745 +5329.6979 +5329.7559 +5330.0804 +5337.0154 +5340.4982 +5343.5812 +5345.3117 +5346.3778 +5347.9714 +5349.0054 +5349.4608 +5351.1265 +5351.8365 +5354.6016 +5355.6365 +5358.7059 +5359.8269 +5360.1501 +5361.1556 +5362.5751 +5365.4705 +5369.2819 +5369.447 +5370.7096 +5372.7027 +5373.4943 +5374.8219 +5375.3526 +5375.7688 +5376.1304 +5376.7809 +5378.8356 +5379.1105 +5381.3709 +5382.9276 +5384.0356 +5386.6107 +5388.0507 +5392.5726 +5393.5995 +5393.9719 +5394.7608 +5397.516 +5398.7015 +5398.9219 +5399.1745 +5399.6218 +5400.1455 +5402.6048 +5403.1993 +5406.7553 +5407.3439 +5407.6535 +5410.7687 +5415.5226 +5417.4858 +5419.1285 +5421.3517 +5421.6628 +5421.8359 +5424.0079 +5425.6783 +5426.4075 +5429.1048 +5431.1120 +5432.765 +5433.2919 +5433.7005 +5434.1514 +5435.1229 +5435.7236 +5435.8925 +5437.3877 +5438.1374 +5439.9891 +5440.6015 +5441.2145 +5442.2477 +5443.1187 +5443.6893 +5447.1536 +5448.2719 +5449.4788 +5451.652 +5452.2187 +5455.1524 +5458.9676 +5461.7358 +5462.6129 +5464.2055 +5467.1704 +5470.7591 +5477.5522 +5479.0751 +5480.8907 +5484.1467 +5487.8414 +5488.6287 +5488.9254 +5489.0885 +5490.1194 +5492.6435 +5493.204 +5494.3306 +5495.8738 +5496.137 +5498.1841 +5499.2554 +5499.6478 +5501.2814 +5501.9439 +5504.3018 +5506.1128 +5506.9196 +5507.5385 +5508.5585 +5509.9938 +5514.8731 +5518.9893 +5519.2353 +5521.7532 +5524.5824 +5524.957 +5527.2953 +5528.2272 +5529.0972 +5530.0763 +5530.6977 +5535.971 +5537.5563 +5538.6087 +5539.2618 +5539.9106 +5541.1466 +5541.5815 +5541.9357 +5542.89 +5545.0495 +5545.8058 +5546.1204 +5547.1339 +5548.1758 +5551.3719 +5552.6229 +5555.5312 +5556.1487 +5557.0454 +5557.9214 +5558.3422 +5558.702 +5559.8912 +5564.2011 +5567.9986 +5570.9268 +5571.1913 +5572.0951 +5572.4649 +5573.3535 +5574.9153 +5576.2045 +5577.6845 +5579.3583 +5580.0771 +5580.7547 +5581.9668 +5582.8665 +5583.7621 +5585.8472 +5587.0263 +5587.7351 +5588.7506 +5590.1127 +5593.6129 +5594.4604 +5595.0635 +5597.4756 +5598.4794 +5599.6548 +5601.1216 +5601.6032 +5602.863 +5604.5154 +5606.3861 +5606.733 +5609.5735 +5610.6809 +5612.0679 +5612.6174 +5615.3195 +5616.6908 +5617.2897 +5617.6417 +5619.9755 +5624.9129 +5625.6782 +5630.2969 +5633.295 +5635.8792 +5639.7461 +5641.5575 +5641.7342 +5645.5249 +5645.6688 +5645.8947 +5646.4514 +5647.7069 +5648.6863 +5648.9910 +5650.7043 +5652.902 +5654.0234 +5654.5185 +5655.4897 +5657.9255 +5659.1272 +5660.6594 +5663.042 +5664.621 +5665.1799 +5665.6283 +5666.4185 +5667.1281 +5673.8358 +5674.9864 +5677.0529 +5679.005 +5681.9001 +5685.1921 +5687.3489 +5690.6934 +5691.6612 +5696.3904 +5698.2937 +5700.9176 +5702.6511 +5705.6371 +5707.1033 +5708.6794 +5715.7244 +5717.1711 +5719.6227 +5720.1828 +5724.2374 +5724.4638 +5725.3885 +5727.7103 +5729.9823 +5736.0297 +5739.5196 +5741.1705 +5741.829 +5742.0838 +5747.1931 +5747.3849 +5748.7412 +5749.3883 +5749.7862 +5753.0265 +5760.5508 +5762.7941 +5763.529 +5767.7785 +5768.1812 +5771.7601 +5772.1143 +5773.9463 +5777.4006 +5779.8352 +5789.6451 +5792.4304 +5796.0683 +5797.3194 +5798.4780 +5800.8297 +5802.0798 +5804.1412 +5805.7017 +5807.6814 +5808.6569 +5812.9725 +5815.4219 +5818.4495 +5819.6027 +5822.7933 +5826.2722 +5829.1097 +5829.8625 +5830.8272 +5832.3705 +5834.2633 +5838.9502 +5839.8514 +5840.6404 +5842.05 +5843.8069 +5844.7909 +5845.9188 +5852.6806 +5853.4745 +5854.1207 +5855.4986 +5857.4491 +5860.3103 +5863.7184 +5866.8119 +5868.3745 +5869.8507 +5870.5526 +5871.1828 +5872.6028 +5874.0383 +5874.3513 +5874.9865 +5879.1265 +5882.6242 +5884.0331 +5885.7016 +5886.5314 +5888.2622 +5888.5841 +5889.9531 +5891.451 +5894.6979 +5895.2818 +5896.3631 +5899.8441 +5902.6021 +5904.1592 +5905.1763 +5905.5707 +5911.2296 +5912.0853 +5913.3638 +5914.3856 +5914.6709 +5916.7282 +5918.9442 +5925.4036 +5927.1258 +5928.813 +5929.9343 +5932.4274 +5936.3861 +5937.1619 +5937.6634 +5938.457 +5938.8252 +5940.5653 +5942.3585 +5943.4653 +5944.6472 +5946.2347 +5948.7991 +5954.5852 +5955.5616 +5956.2588 +5960.7806 +5964.4723 +5968.3199 +5969.7373 +5971.6008 +5972.4351 +5973.6649 +5975.0648 +5976.2005 +5981.8846 +5982.096 +5986.2665 +5987.3016 +5989.0447 +5991.0071 +5993.4941 +5994.1287 +5996.6297 +5998.9987 +6001.2033 +6001.7339 +6005.165 +6005.7242 +6007.0722 +6010.1606 +6011.5337 +6013.6777 +6015.4218 +6016.3589 +6018.9934 +6020.2715 +6021.0357 +6021.4113 +6023.2242 +6025.15 +6026.0448 +6028.2713 +6029.2257 +6029.65 +6030.445 +6032.1274 +6032.8726 +6035.1923 +6036.7622 +6037.6975 +6038.6805 +6042.5898 +6043.2233 +6044.4327 +6046.8977 +6049.051 +6050.9818 +6052.7229 +6053.3808 +6055.5937 +6058.1813 +6059.3725 +6061.5361 +6064.7508 +6065.7799 +6067.0803 +6069.0207 +6070.3412 +6073.1036 +6077.1057 +6077.8728 +6078.4212 +6079.2227 +6081.2433 +6085.3748 +6085.8797 +6087.2622 +6088.0305 +6090.4482 +6097.1945 +6098.1205 +6098.8031 +6099.0831 +6099.9886 +6101.7251 +6105.6351 +6107.5337 +6112.8375 +6113.4657 +6114.5392 +6114.9234 +6116.1661 +6119.6998 +6120.5564 +6121.4075 +6122.2144 +6123.3619 +6123.8331 +6124.0687 +6124.4805 +6125.7396 +6127.4160 +6129.5458 +6133.8143 +6137.926 +6138.6465 +6144.7581 +6145.4411 +6150.683 +6151.9929 +6154.0682 +6154.5162 +6155.2385 +6155.581 +6157.0878 +6161.3534 +6162.1700 +6162.9699 +6164.4796 +6165.1232 +6169.8221 +6170.174 +6172.2778 +6173.0964 +6178.4315 +6180.705 +6182.6217 +6187.135 +6188.1251 +6189.1449 +6191.9053 +6193.8563 +6198.2227 +6200.4325 +6201.1002 +6203.4925 +6205.8599 +6207.2201 +6207.7504 +6208.6869 +6215.9383 +6220.0112 +6221.3192 +6224.5272 +6226.3697 +6232.9745 +6234.1962 +6234.8554 +6239.7121 +6240.9536 +6243.1201 +6245.0409 +6245.6182 +6246.1736 +6248.4055 +6250.4858 +6257.4237 +6258.6068 +6261.4181 +6264.7139 +6265.6036 +6266.1737 +6268.2001 +6271.5444 +6274.1166 +6276.1646 +6277.2385 +6278.6453 +6279.166 +6279.9776 +6285.278 +6286.0453 +6287.2554 +6289.4882 +6291.1915 +6291.6286 +6292.0601 +6292.8909 +6293.2424 +6296.8722 +6298.9027 +6300.9165 +6301.4128 +6303.2507 +6304.2423 +6307.6570 +6309.16 +6310.8101 +6312.6222 +6314.2693 +6315.7750 +6317.1824 +6321.3004 +6321.8199 +6324.3978 +6326.3669 +6327.2778 +6331.4137 +6332.5118 +6333.1459 +6335.4060 +6337.6201 +6339.6684 +6342.8595 +6346.1209 +6348.2321 +6348.7375 +6355.63 +6355.9108 +6357.0229 +6357.6779 +6358.6211 +6359.1345 +6359.6744 +6362.2518 +6364.8937 +6369.1394 +6369.5748 +6371.9436 +6376.9305 +6378.7604 +6379.6733 +6381.3598 +6381.7588 +6384.7169 +6387.3957 +6388.8134 +6389.39 +6390.1289 +6391.1774 +6392.3685 +6393.7972 +6394.0498 +6394.7289 +6396.9499 +6399.2065 +6399.9498 +6400.6961 +6403.0128 +6406.4462 +6411.8991 +6413.6145 +6415.5374 +6416.3071 +6418.3703 +6422.1075 +6422.8969 +6424.8127 +6428.7733 +6431.555 +6436.6699 +6437.7613 +6438.3095 +6438.916 +6439.0715 +6441.8994 +6443.8598 +6445.6407 +6446.7712 +6450.006 +6450.9557 +6452.0591 +6455.2647 +6457.2824 +6460.4750 +6461.0596 +6467.6754 +6471.2131 +6483.0825 +6485.3759 +6487.4811 +6488.8832 +6490.7372 +6493.1975 +6493.7777 +6493.9694 +6495.2573 +6496.0292 +6497.4919 +6499.1061 +6499.6456 +6500.6575 +6501.3608 +6501.9919 +6503.5111 +6506.9868 +6508.3605 +6509.0503 +6512.3639 +6513.8462 +6522.0432 +6522.4994 +6531.3418 +6534.6056 +6536.1441 +6537.1775 +6537.6139 +6538.112 +6542.0498 +6545.7186 +6550.1877 +6551.7055 +6554.1603 +6558.8756 +6560.0574 +6564.4445 +6565.07 +6569.6322 +6576.1221 +6577.2146 +6577.6552 +6580.2299 +6583.906 +6584.613 +6585.6945 +6588.5396 +6591.4845 +6593.4628 +6593.9391 +6596.1141 +6598.6778 +6599.4824 +6600.7311 +6602.762 +6603.6209 +6604.8534 +6605.4165 +6613.374 +6617.058 +6617.5154 +6618.1668 +6619.9458 +6620.9665 +6632.0837 +6633.4579 +6638.2207 +6638.9119 +6639.7403 +6643.6976 +6644.6635 +6646.5407 +6648.4954 +6648.9586 +6654.3675 +6655.4892 +6656.9386 +6658.6774 +6660.6761 +6662.2686 +6663.6966 +6664.051 +6666.3588 +6668.8163 +6673.5797 +6674.6969 +6677.2817 +6678.7067 +6680.0811 +6683.3673 +6684.2929 +6687.5207 +6692.7262 +6694.0068 +6694.4967 +6696.14 +6697.7123 +6700.7499 +6711.2521 +6713.97 +6717.3851 +6719.1995 +6722.8899 +6726.3091 +6727.4583 +6728.1183 +6728.7595 +6729.9328 +6732.6491 +6733.7488 +6738.1800 +6741.9212 +6742.8845 +6746.1355 +6751.4267 +6752.8335 +6753.6598 +6756.4528 +6757.1092 +6758.2035 +6766.6117 +6770.1069 +6772.1745 +6773.0973 +6778.3123 +6779.3242 +6780.1252 +6780.4131 +6787.7364 +6788.8403 +6791.2351 +6795.7982 +6798.4868 +6800.4645 +6807.319 +6808.5311 +6809.1 +6809.3173 +6809.5094 +6809.6773 +6810.5494 +6812.4915 +6812.7752 +6815.6123 +6823.5084 +6824.6774 +6827.2488 +6829.0355 +6829.3472 +6832.8927 +6834.9246 +6839.2949 +6846.479 +6851.8842 +6852.3545 +6853.5234 +6854.1093 +6854.5128 +6855.315 +6855.6891 +6861.2688 +6862.8685 +6863.5350 +6866.3666 +6866.7634 +6868.4508 +6871.2891 +6874.753 +6879.5824 +6882.8114 +6886.4082 +6887.0881 +6888.1742 +6889.3032 +6892.2502 +6894.2303 +6900.7632 +6902.2105 +6908.9905 +6909.8491 +6911.2264 +6914.7127 +6916.1289 +6920.0394 +6925.0094 +6936.6528 +6937.6642 +6942.538 +6943.6105 +6945.4902 +6946.2134 +6951.4776 +6952.9666 +6954.656 +6955.315 +6960.25 +6962.3117 +6965.4307 +6969.2976 +6981.0831 +6985.4718 +6986.0298 +6989.6553 +6992.2126 +6992.6966 +6993.0371 +6993.9873 +6996.7573 +6999.6238 +7000.8036 +7002.8829 +7007.0961 +7014.9689 +7015.3172 +7018.5675 +7020.4841 +7021.2832 +7025.2251 +7026.4616 +7028.0228 +7030.2514 +7032.931 +7036.2831 +7038.7202 +7045.797 +7053.6196 +7054.4177 +7058.4895 +7059.5253 +7060.0417 +7060.6538 +7061.3942 +7064.4515 +7067.2181 +7068.7358 +7071.0942 +7071.48 +7072.3939 +7074.2563 +7075.3336 +7077.369 +7084.169 +7086.7044 +7088.8232 +7089.3395 +7100.5144 +7107.4778 +7109.1819 +7109.8602 +7112.9189 +7113.9879 +7114.3984 +7124.5607 +7125.82 +7130.1846 +7130.7236 +7131.3586 +7132.61 +7140.4617 +7142.3310 +7147.0416 +7148.5589 +7150.2844 +7153.5877 +7156.9416 +7158.8387 +7159.947 +7162.5569 +7167.2028 +7168.8952 +7170.3607 +7173.3725 +7176.186 +7176.7213 +7188.532 +7191.1328 +7200.0454 +7201.8091 +7202.1910 +7202.5166 +7206.483 +7206.9804 +7208.0063 +7212.6896 +7218.0542 +7219.1515 +7220.9809 +7225.1099 +7229.938 +7229.9386 +7230.8623 +7233.5365 +7240.1848 +7242.0919 +7244.6965 +7246.1277 +7250.5895 +7253.676 +7255.3541 +7256.986 +7258.1770 +7265.1724 +7270.6636 +7272.9359 +7284.9033 +7285.4437 +7296.2659 +7298.1434 +7305.4043 +7311.7159 +7315.0661 +7316.005 +7323.2106 +7324.8073 +7326.1491 +7328.285 +7329.4916 +7335.5772 +7339.6035 +7341.1515 +7342.5769 +7345.3996 +7346.3428 +7348.053 +7350.814 +7353.293 +7358.3449 +7361.3472 +7370.8255 +7372.1184 +7376.8772 +7380.4263 +7383.9805 +7385.5006 +7392.9801 +7393.4377 +7402.2521 +7410.9683 +7411.7363 +7412.3368 +7417.7908 +7418.5499 +7422.3118 +7423.8044 +7425.2942 +7428.9405 +7430.2533 +7435.3683 +7436.297 +7440.4933 +7444.7489 +7447.8488 +7455.208 +7458.7541 +7461.8746 +7462.991 +7469.0566 +7471.1641 +7481.3545 +7483.6256 +7484.3267 +7487.9738 +7493.4276 +7495.5641 +7499.0024 +7500.6556 +7503.8691 +7508.4787 +7510.4082 +7511.3498 +7511.7902 +7514.6518 +7518.7824 +7523.1347 +7525.5079 +7528.4892 +7531.1437 +7536.4365 +7537.4287 +7549.3138 +7555.3254 +7565.8515 +7566.5296 +7567.7417 +7569.5115 +7570.559 +7571.0326 +7573.3437 +7589.3151 +7598.2054 +7607.8230 +7618.3443 +7620.0773 +7625.7053 +7627.1749 +7628.8818 +7630.3106 +7632.1305 +7635.106 +7637.3852 +7638.7805 +7647.3794 +7651.7451 +7652.3202 +7653.8284 +7654.6998 +7658.3246 +7660.0234 +7660.8903 +7666.5679 +7668.9608 +7670.0575 +7672.2552 +7676.2195 +7678.1267 +7683.0189 +7685.3075 +7691.7706 +7693.8016 +7699.4034 +7699.7794 +7701.1081 +7703.685 +7704.8169 +7710.2692 +7712.405 +7713.9378 +7721.2023 +7723.7611 +7724.2072 +7728.951 +7731.7385 +7742.5628 +7743.9552 +7761.7133 +7762.732 +7771.9468 +7776.6727 +7778.4922 +7782.3165 +7787.8002 +7788.9342 +7798.3579 +7810.6245 +7813.4761 +7813.9729 +7814.323 +7816.1534 +7817.7669 +7822.3877 +7834.4578 +7835.6209 +7836.4597 +7840.2981 +7841.7911 +7842.2656 +7847.5394 +7848.4547 +7861.91 +7861.911 +7864.0218 +7865.9698 +7868.1946 +7872.6316 +7875.4626 +7877.0756 +7886.283 +7891.075 +7893.6191 +7896.4528 +7899.6229 +7900.32 +7916.442 +7924.9914 +7925.7478 +7937.7335 +7941.7259 +7948.1764 +7954.5923 +7956.974 +7972.596 +7974.1592 +7978.9731 +7981.2262 +7987.9731 +7991.3655 +7993.6808 +8000.0449 +8006.1567 +8014.7857 +8017.5275 +8022.2014 +8024.253 +8025.7271 +8026.2135 +8030.2004 +8032.4313 +8037.2183 +8046.1169 +8050.648 +8053.3085 +8054.5355 +8062.6304 +8075.6518 +8085.219 +8089.4852 +8092.2373 +8093.6238 +8094.0559 +8103.6931 +8115.311 +8119.1811 +8122.7234 +8129.4051 +8138.4753 +8139.9032 +8143.138 +8149.7021 +8152.3818 +8157.5434 +8159.7277 +8163.121 +8166.4477 +8169.7865 +8177.1788 +8186.9113 +8190.8849 +8194.3943 +8198.442 +8202.1469 +8207.4785 +8209.4461 +8214.1472 +8217.2264 +8231.4069 +8234.9381 +8252.3936 +8253.6156 +8254.7422 +8259.5110 +8261.0143 +8264.5225 +8275.6266 +8288.4143 +8292.5272 +8295.5497 +8297.1765 +8304.4244 +8311.6306 +8320.8554 +8330.4494 +8335.7067 +8341.4770 +8356.0627 +8356.0693 +8358.726 +8360.4915 +8366.0741 +8367.3936 +8369.3404 +8379.2261 +8384.724 +8385.728 +8387.1053 +8388.5363 +8398.178 +8399.2578 +8401.989 +8403.7965 +8408.2096 +8411.9172 +8416.7269 +8417.9982 +8421.2254 +8424.6475 +8432.4935 +8445.4870 +8446.5116 +8450.6754 +8456.3468 +8464.2367 +8465.6706 +8471.8260 +8478.358 +8490.3065 +8500.6797 +8510.6240 +8511.9091 +8516.5542 +8521.4422 +8539.793 +8542.0871 +8543.7225 +8544.5955 +8554.9440 +8556.325 +8558.4464 +8560.4348 +8568.2088 +8573.1205 +8575.3305 +8577.2768 +8587.6342 +8591.8387 +8593.1089 +8599.7553 +8604.0163 +8605.7762 +8616.2219 +8620.4602 +8621.3225 +8629.1415 +8631.3565 +8638.3623 +8639.4416 +8645.3087 +8649.149 +8655.876 +8662.1372 +8665.4855 +8667.9442 +8675.3983 +8678.4083 +8687.848 +8701.1209 +8703.7025 +8704.8601 +8707.3592 +8709.2341 +8710.4142 +8712.8528 +8713.6547 +8719.629 +8721.6595 +8722.4577 +8723.7177 +8724.3761 +8732.424 +8734.0234 +8739.7816 +8748.0309 +8749.1697 +8751.2062 +8758.2434 +8760.4496 +8761.6862 +8766.7450 +8771.8602 +8772.8052 +8775.5733 +8782.7156 +8784.5621 +8790.3761 +8792.0572 +8798.172 +8799.0875 +8804.5894 +8810.254 +8816.1728 +8817.7431 +8829.6938 +8841.1822 +8842.0744 +8849.9165 +8852.7916 +8854.9079 +8868.8334 +8875.2324 +8889.1939 +8892.9865 +8899.2971 +8905.6581 +8907.0331 +8910.8566 +8920.2012 +8928.0925 +8941.6608 +8949.1227 +8955.8467 +8957.9860 +8962.1468 +8967.6403 +8969.8667 +8985.2808 +8987.4079 +8990.8935 +8995.1893 +8997.8763 +9008.4636 +9009.8832 +9012.5263 +9016.5903 +9017.5912 +9031.8194 +9035.9195 +9037.8938 +9038.6911 +9040.1229 +9045.3532 +9048.2501 +9053.4858 +9056.0813 +9062.5631 +9063.96 +9066.1115 +9068.023 +9069.5817 +9072.2785 +9075.3945 +9090.8186 +9094.8289 +9107.2269 +9111.5314 +9122.9674 +9132.2739 +9134.6919 +9140.5559 +9159.0346 +9165.8950 +9170.822 +9178.7795 +9187.5654 +9193.5928 +9194.6385 +9199.6841 +9203.9617 +9208.5811 +9215.9197 +9224.4992 +9227.5119 +9232.496 +9233.8574 +9239.3261 +9250.5782 +9260.3254 +9263.693 +9266.207 +9266.9198 +9267.6895 +9270.1501 +9276.2732 +9289.5624 +9291.5313 +9294.974 +9300.0131 +9307.8956 +9310.4440 +9317.7296 +9336.1509 +9336.1624 +9340.7053 +9354.2198 +9360.9879 +9383.2722 +9388.9308 +9390.5852 +9399.0891 +9409.3488 +9414.0886 +9420.4985 +9431.5996 +9432.2827 +9436.8127 +9455.2023 +9461.0279 +9467.1954 +9470.6819 +9474.8793 +9486.9256 +9494.0442 +9495.4979 +9497.1891 +9500.2999 +9505.393 +9507.6525 +9508.4513 +9535.6566 +9548.0303 +9561.2452 +9577.3475 +9582.8133 +9595.3906 +9613.6911 +9629.5693 +9632.6439 +9657.7863 +9664.6983 diff --git a/noao/lib/linelists/thorium.dat b/noao/lib/linelists/thorium.dat new file mode 100644 index 00000000..23e751e1 --- /dev/null +++ b/noao/lib/linelists/thorium.dat @@ -0,0 +1,3057 @@ +# units Angstroms +3184.9486 +3188.2339 +3204.3210 +3205.0912 +3210.3085 +3211.1943 +3212.0220 +3213.5741 +3220.3508 +3227.8028 +3229.0096 +3234.9962 +3235.8400 +3238.9343 +3241.1079 +3242.3790 +3243.6887 +3244.4488 +3245.7603 +3249.8003 +3251.9159 +3253.8659 +3256.2738 +3257.3667 +3258.1220 +3262.6684 +3272.0268 +3273.9157 +3275.0676 +3276.1712 +3280.3713 +3281.7016 +3282.6166 +3285.7525 +3286.5829 +3287.7893 +3291.7394 +3292.5209 +3293.6988 +3298.0498 +3299.6687 +3304.2383 +3305.3036 +3307.2283 +3309.3654 +3313.6784 +3314.8268 +3321.4508 +3322.0933 +3327.1931 +3329.7284 +3330.4770 +3333.1290 +3334.6041 +3336.1618 +3337.8703 +3340.7254 +3346.5560 +3348.7684 +3354.1796 +3358.6020 +3360.9982 +3364.6855 +3365.3383 +3366.5171 +3371.7967 +3372.8230 +3373.4925 +3374.9749 +3376.4359 +3378.5734 +3380.8595 +3383.1068 +3385.5316 +3386.5006 +3388.5309 +3392.0349 +3396.7278 +3397.5161 +3398.5448 +3401.7110 +3402.6952 +3405.5584 +3408.7499 +3410.0756 +3413.0130 +3415.8846 +3417.4978 +3421.2100 +3422.6561 +3423.9897 +3427.0923 +3428.9992 +3431.8104 +3433.9988 +3434.7271 +3435.9771 +3436.7272 +3437.3071 +3439.3987 +3442.5790 +3446.5474 +3451.7023 +3452.6820 +3454.0952 +3457.0691 +3462.8505 +3464.1272 +3465.0626 +3465.7650 +3468.2198 +3469.3454 +3469.9208 +3471.2186 +3471.9593 +3476.7474 +3478.2324 +3479.1725 +3480.5055 +3482.7613 +3486.5512 +3489.5076 +3491.5360 +3493.5185 +3495.6998 +3496.8107 +3498.0098 +3498.6210 +3501.8666 +3505.4946 +3509.7785 +3511.1574 +3514.3877 +3518.4040 +3519.9936 +3521.9139 +3523.5061 +3526.6342 +3528.4116 +3528.9544 +3529.3859 +3530.5148 +3531.4505 +3533.1826 +3535.3196 +3536.0108 +3539.5872 +3542.4979 +3544.0179 +3547.3376 +3548.5144 +3549.5959 +3551.4019 +3554.3058 +3555.0135 +3556.9041 +3559.5081 +3561.0304 +3561.7809 +3565.0298 +3569.8204 +3572.3923 +3576.6156 +3581.6084 +3582.3546 +3583.1022 +3584.1756 +3588.4407 +3591.4524 +3592.7794 +3598.1199 +3601.0344 +3604.6819 +3606.5218 +3608.3770 +3609.4452 +3612.4275 +3612.8666 +3615.1327 +3615.8503 +3618.3633 +3619.2119 +3622.7954 +3632.8303 +3634.5822 +3635.9433 +3642.2490 +3643.5123 +3649.2496 +3649.7349 +3652.1683 +3654.4618 +3656.6938 +3658.8087 +3659.6294 +3660.4370 +3661.6214 +3663.2025 +3666.9811 +3668.1398 +3671.5398 +3672.3003 +3672.5218 +3673.7935 +3674.891 +3675.1372 +3675.5675 +3675.7893 +3675.9592 +3676.1424 +3678.2701 +3678.4804 +3679.1343 +3679.5444 +3679.7105 +3680.0609 +3680.4477 +3680.6053 +3681.8836 +3682.4863 +3684.9329 +3687.67 +3687.9841 +3688.7604 +3690.6238 +3691.4117 +3691.6141 +3692.5664 +3694.1785 +3695.2889 +3695.9737 +3697.0308 +3697.7436 +3698.1061 +3699.8808 +3700.9872 +3703.2299 +3703.7743 +3704.8616 +3706.7672 +3711.3041 +3711.6229 +3715.5606 +3715.8615 +3716.5836 +3717.1713 +3717.8293 +3718.2065 +3719.4347 +3719.8362 +3720.3073 +3721.2152 +3721.8254 +3723.6561 +3725.3932 +3726.7246 +3727.612 +3727.9027 +3729.3087 +3730.3683 +3730.7485 +3732.9854 +3733.6724 +3737.5125 +3737.889 +3740.8551 +3741.183 +3742.9234 +3743.5083 +3744.7367 +3745.6591 +3745.9706 +3747.539 +3748.2838 +3749.0843 +3750.4939 +3751.0219 +3752.5700 +3753.2421 +3753.5177 +3754.0308 +3754.593 +3755.2121 +3756.2941 +3757.6941 +3758.4671 +3758.7063 +3763.5053 +3765.27 +3766.1186 +3766.4473 +3767.9007 +3770.056 +3770.52 +3771.3708 +3772.6498 +3773.7574 +3776.2711 +3777.4167 +3781.3189 +3783.0127 +3783.2964 +3784.5749 +3784.7942 +3785.2804 +3785.6002 +3786.3824 +3786.883 +3789.168 +3790.356 +3790.795 +3792.374 +3792.73 +3794.151 +3795.38 +3798.103 +3799.382 +3800.198 +3801.443 +3803.0750 +3803.984 +3805.82 +3807.874 +3808.129 +3809.4561 +3809.835 +3813.068 +3816.1666 +3818.686 +3820.7926 +3821.4308 +3822.1485 +3822.8619 +3823.0676 +3823.4577 +3825.1331 +3825.6729 +3826.3688 +3826.8072 +3828.3846 +3830.0606 +3830.7736 +3831.6398 +3833.086 +3834.6787 +3835.7111 +3836.5851 +3837.8752 +3839.6953 +3840.8004 +3841.5187 +3841.9601 +3842.8968 +3844.7311 +3845.4055 +3846.8876 +3850.5813 +3852.1353 +3854.5108 +3856.3544 +3859.8396 +3861.3524 +3862.0522 +3862.4218 +3863.4059 +3866.9092 +3867.5786 +3868.2547 +3868.5284 +3869.6633 +3871.6174 +3872.1371 +3872.7222 +3873.1479 +3873.474 +3873.8224 +3874.2438 +3874.8619 +3875.3731 +3875.6462 +3877.463 +3878.6620 +3879.2688 +3879.4454 +3879.6441 +3880.1948 +3880.3332 +3881.498 +3882.143 +3884.5245 +3884.8225 +3885.2254 +3885.7681 +3886.9159 +3889.9059 +3891.4017 +3891.726 +3891.9792 +3893.6519 +3894.66 +3895.4192 +3898.4374 +3898.7967 +3899.031 +3900.5767 +3900.8785 +3901.6621 +3903.1024 +3903.4812 +3904.0828 +3905.1865 +3907.1603 +3907.5432 +3908.7491 +3908.9797 +3909.139 +3910.7734 +3911.576 +3911.9091 +3913.645 +3914.1623 +3915.2953 +3915.8489 +3916.4176 +3917.2693 +3918.0701 +3918.5115 +3919.0234 +3921.7799 +3922.2191 +3923.7995 +3924.4034 +3925.0934 +3925.7188 +3926.0456 +3927.8062 +3928.6233 +3929.2904 +3929.6693 +3930.3303 +3931.2566 +3932.2264 +3932.9113 +3933.2375 +3933.6611 +3934.2742 +3936.3532 +3936.6718 +3937.0406 +3937.9237 +3938.6144 +3942.0732 +3944.2534 +3945.5072 +3945.8201 +3946.1455 +3947.3308 +3947.5046 +3948.0305 +3948.9789 +3950.3951 +3950.805 +3951.5149 +3952.7608 +3955.1699 +3955.8903 +3956.6908 +3959.3000 +3960.2692 +3962.4196 +3963.4688 +3964.0302 +3964.7257 +3966.9647 +3967.3921 +3968.4673 +3969.0026 +3969.6641 +3972.1545 +3972.6395 +3973.1961 +3974.4766 +3974.759 +3975.4674 +3976.4149 +3979.0433 +3979.3559 +3980.0896 +3980.755 +3981.1065 +3981.8281 +3982.102 +3982.8956 +3984.8795 +3986.0739 +3987.2061 +3988.5997 +3988.8456 +3990.4922 +3991.7309 +3992.0535 +3992.2726 +3993.2989 +3994.5494 +3994.7918 +3996.0617 +3996.6687 +3997.8654 +3998.4038 +3998.7334 +3998.9526 +4000.2811 +4001.0581 +4001.8935 +4003.1057 +4003.3086 +4003.574 +4005.0928 +4005.3628 +4005.9615 +4006.3806 +4007.0188 +4008.2102 +4009.0112 +4011.5916 +4011.7398 +4012.4952 +4013.8566 +4014.5143 +4014.7164 +4018.099 +4019.1289 +4020.3541 +4021.1498 +4021.7506 +4022.0674 +4023.3378 +4024.8025 +4025.6556 +4027.0091 +4029.8256 +4030.2925 +4030.8424 +4034.2461 +4034.9218 +4035.46 +4036.0479 +4036.5652 +4037.5614 +4038.2287 +4038.8043 +4039.8648 +4040.9155 +4041.2036 +4042.8937 +4043.1302 +4043.3948 +4044.4179 +4044.9269 +4045.2268 +4045.9654 +4047.4815 +4048.2876 +4049.5361 +4049.9447 +4050.8872 +4051.4991 +4052.9208 +4053.5277 +4054.3017 +4054.5258 +4057.9412 +4059.2529 +4063.4071 +4064.3315 +4065.6187 +4067.4507 +4069.2014 +4069.2833 +4069.4612 +4070.2383 +4071.7513 +4071.9967 +4072.3849 +4072.6284 +4073.8563 +4074.642 +4075.503 +4075.907 +4076.6284 +4076.9432 +4078.3015 +4078.8751 +4079.5738 +4080.358 +4080.7058 +4081.3678 +4081.5914 +4082.0817 +4082.3872 +4083.4688 +4084.6192 +4085.0421 +4085.2564 +4085.4341 +4086.5205 +4087.2848 +4088.7264 +4089.1379 +4091.3476 +4093.3921 +4093.6713 +4094.747 +4096.0759 +4097.7478 +4098.7316 +4098.9327 +4100.3414 +4102.6177 +4103.9121 +4104.3821 +4104.8385 +4105.915 +4107.0506 +4107.8614 +4108.4198 +4109.3234 +4110.826 +4112.7545 +4115.7589 +4116.7137 +4118.4893 +4124.0403 +4127.412 +4128.0499 +4128.64 +4129.5116 +4131.0021 +4131.7235 +4132.7533 +4134.0681 +4134.3235 +4135.4800 +4138.0406 +4140.235 +4140.3855 +4141.6321 +4142.4741 +4142.701 +4143.6491 +4147.5396 +4148.1816 +4148.7269 +4151.1453 +4154.7205 +4156.5166 +4158.5905 +4159.6599 +4161.7389 +4162.509 +4163.6469 +4163.9479 +4164.1795 +4164.2550 +4165.7661 +4168.0464 +4168.6341 +4170.5333 +4171.341 +4172.6257 +4173.4475 +4174.4396 +4178.0597 +4178.3658 +4178.8481 +4179.9601 +4181.8836 +4182.9342 +4184.1376 +4185.1447 +4187.141 +4190.7129 +4191.0294 +4192.362 +4193.0164 +4194.9318 +4198.3170 +4200.6745 +4207.6122 +4208.4108 +4208.8907 +4209.1964 +4210.9232 +4213.0673 +4213.3779 +4214.8285 +4215.6272 +4216.0698 +4216.3722 +4217.4308 +4218.6649 +4220.0651 +4220.7323 +4221.153 +4221.6921 +4222.6373 +4223.4403 +4224.2413 +4224.6151 +4226.2994 +4226.7267 +4226.9876 +4227.3872 +4228.158 +4228.4166 +4229.1477 +4229.4545 +4229.8644 +4230.4267 +4230.8242 +4233.2873 +4235.4636 +4236.0471 +4237.2198 +4239.7873 +4240.5947 +4241.0948 +4241.9725 +4242.7197 +4243.0195 +4243.2611 +4243.9241 +4247.5988 +4247.9886 +4248.3908 +4249.4761 +4249.6791 +4250.3146 +4250.7749 +4251.1846 +4253.5385 +4253.8674 +4255.2373 +4256.2537 +4257.4963 +4257.8982 +4258.5204 +4259.3619 +4260.333 +4260.9845 +4261.2754 +4261.492 +4261.9665 +4262.6124 +4263.3561 +4264.1064 +4264.3399 +4266.2864 +4266.5271 +4267.5191 +4269.0639 +4269.9426 +4272.1689 +4272.8745 +4273.3574 +4274.0246 +4275.1596 +4276.8073 +4277.3139 +4277.5282 +4278.3232 +4279.0627 +4280.568 +4281.0678 +4281.4145 +4282.0413 +4282.8976 +4283.5184 +4284.9749 +4285.1823 +4286.2285 +4287.0808 +4288.6688 +4289.6551 +4290.3937 +4291.8098 +4292.3057 +4293.7698 +4294.7193 +4295.5849 +4295.8155 +4297.3066 +4299.8393 +4300.1008 +4300.6495 +4302.5261 +4303.9892 +4304.9565 +4306.3668 +4307.1762 +4308.122 +4308.6001 +4309.2392 +4311.7994 +4312.9975 +4313.3084 +4313.6025 +4314.3195 +4315.2543 +4315.9484 +4316.1094 +4316.3726 +4317.84 +4318.4157 +4319.0973 +4320.1264 +4325.2741 +4325.8599 +4327.7145 +4328.6879 +4328.9154 +4330.412 +4330.8438 +4331.1995 +4332.0297 +4332.3395 +4333.5612 +4333.9369 +4335.3379 +4337.0708 +4337.2774 +4338.1078 +4339.8716 +4340.8954 +4342.4442 +4343.3817 +4343.6035 +4343.9515 +4344.3265 +4345.168 +4346.4367 +4347.6385 +4348.064 +4348.5982 +4349.0722 +4350.2717 +4351.2719 +4352.2049 +4352.6122 +4352.8201 +4353.4487 +4354.4824 +4355.3205 +4355.5259 +4356.0445 +4357.6132 +4358.3200 +4359.3719 +4360.1672 +4360.7178 +4361.3071 +4362.0662 +4362.4721 +4363.7945 +4364.0401 +4365.9301 +4366.9657 +4367.418 +4367.8316 +4369.8756 +4370.7532 +4371.3290 +4372.49 +4374.1239 +4374.7851 +4375.9542 +4376.5309 +4378.1768 +4379.6668 +4380.2863 +4381.4018 +4381.8601 +4385.0566 +4385.7535 +4388.1014 +4388.968 +4391.1105 +4391.3893 +4392.974 +4393.759 +4396.1394 +4396.4783 +4397.0097 +4397.9149 +4399.406 +4400.0968 +4400.3863 +4400.9863 +4401.5810 +4402.2452 +4402.6001 +4402.9271 +4408.8828 +4409.8991 +4413.3745 +4413.6324 +4414.4863 +4414.767 +4416.237 +4416.8447 +4418.4157 +4419.7692 +4420.2571 +4421.5439 +4422.0479 +4423.7202 +4424.8373 +4426.0011 +4428.5536 +4429.6348 +4429.8227 +4430.189 +4430.9963 +4432.2523 +4432.9628 +4433.4907 +4433.838 +4434.8266 +4434.9564 +4435.6787 +4436.0484 +4436.2844 +4436.9961 +4438.7464 +4439.1237 +4439.4614 +4439.8793 +4440.5737 +4440.8659 +4441.6084 +4443.0863 +4443.6657 +4445.0338 +4445.9012 +4447.2296 +4447.8346 +4448.8792 +4449.5206 +4450.804 +4452.5655 +4454.1392 +4454.7738 +4456.708 +4457.2362 +4458.0015 +4458.7384 +4459.5477 +4460.5574 +4461.5278 +4463.666 +4463.8346 +4464.1386 +4465.3406 +4465.9751 +4468.3208 +4469.1891 +4469.5253 +4470.9906 +4474.7594 +4475.2214 +4478.4032 +4478.5958 +4479.6376 +4480.2661 +4480.5453 +4481.8107 +4483.3468 +4486.8973 +4487.4955 +4488.3123 +4488.6803 +4489.6645 +4490.6715 +4490.9816 +4492.1007 +4493.3337 +4494.6907 +4494.9616 +4495.2378 +4496.3155 +4496.6381 +4497.9144 +4498.5384 +4498.9401 +4499.7037 +4499.9832 +4500.5769 +4502.9268 +4504.6306 +4505.2167 +4506.473 +4507.8339 +4510.5259 +4510.7332 +4512.4832 +4513.2231 +4513.6799 +4514.0573 +4514.5503 +4515.1182 +4515.6274 +4517.0352 +4519.2592 +4521.1939 +4521.7407 +4522.3230 +4522.7839 +4524.1289 +4524.8379 +4525.4456 +4526.0286 +4527.7086 +4528.0208 +4528.4097 +4528.974 +4530.3191 +4530.5523 +4531.7134 +4532.2577 +4533.077 +4533.3042 +4534.1198 +4534.4025 +4535.2546 +4535.4903 +4535.9798 +4537.6426 +4540.999 +4542.0513 +4543.4153 +4543.8692 +4544.5142 +4545.0519 +4545.9156 +4546.6757 +4547.2498 +4547.7589 +4548.3261 +4551.4736 +4552.1536 +4553.8376 +4555.8127 +4556.3872 +4558.3458 +4559.0571 +4559.312 +4561.3477 +4562.0803 +4562.4756 +4563.6609 +4564.4054 +4564.8354 +4567.2403 +4568.1426 +4568.5235 +4570.9722 +4571.2195 +4571.5312 +4573.7038 +4574.0279 +4574.3058 +4575.2338 +4575.4259 +4576.7405 +4577.5822 +4579.3495 +4579.8272 +4581.1732 +4584.3671 +4588.4261 +4589.1222 +4589.2668 +4589.8978 +4592.666 +4592.9675 +4593.6437 +4595.4206 +4596.0967 +4596.3078 +4598.7627 +4599.7046 +4600.8717 +4602.8862 +4603.1446 +4604.6529 +4605.8237 +4606.5021 +4607.378 +4607.9347 +4608.6201 +4609.5673 +4610.0809 +4610.6272 +4611.8597 +4612.5435 +4613.6044 +4615.024 +4615.334 +4615.8838 +4616.4523 +4617.9065 +4619.4794 +4620.2408 +4620.4476 +4621.1629 +4622.1209 +4623.1169 +4623.8911 +4624.1365 +4624.314 +4624.6776 +4625.0538 +4625.2747 +4625.4938 +4627.298 +4628.2015 +4628.4409 +4631.7617 +4633.7657 +4637.2328 +4638.1259 +4638.6849 +4639.5188 +4639.7036 +4640.0462 +4643.5566 +4644.7072 +4646.6861 +4647.2509 +4647.9564 +4649.9777 +4650.2343 +4651.5552 +4651.9895 +4654.0057 +4655.2126 +4656.1849 +4656.5518 +4657.9012 +4659.5698 +4660.3941 +4662.5936 +4663.2026 +4664.9704 +4666.0050 +4666.5158 +4666.7985 +4668.1716 +4669.6658 +4669.9842 +4672.4372 +4673.6609 +4675.376 +4676.0555 +4676.9721 +4678.2352 +4680.2377 +4680.646 +4682.2319 +4682.7322 +4683.3517 +4686.1946 +4686.5715 +4690.3343 +4690.6219 +4691.0516 +4691.3452 +4691.6354 +4691.8842 +4694.0914 +4695.0381 +4695.4542 +4698.2248 +4700.1402 +4700.7711 +4702.3161 +4703.3581 +4703.9898 +4705.2986 +4705.7606 +4706.2511 +4707.045 +4708.2940 +4710.8238 +4712.0056 +4712.4814 +4712.8408 +4714.6715 +4715.4308 +4717.3905 +4719.4424 +4719.9795 +4720.4586 +4720.7811 +4721.2765 +4721.591 +4722.0886 +4723.4382 +4723.784 +4724.7723 +4726.8683 +4727.8491 +4728.133 +4729.1282 +4729.8795 +4730.6593 +4730.8815 +4732.0532 +4734.0458 +4735.9058 +4737.9172 +4739.6764 +4740.5292 +4740.9585 +4741.3039 +4742.1174 +4742.5671 +4743.687 +4745.3375 +4747.6176 +4748.5911 +4749.2002 +4749.9713 +4752.4141 +4757.2196 +4761.1101 +4762.5242 +4764.3463 +4764.8646 +4765.595 +4766.6006 +4768.0578 +4773.241 +4775.313 +4775.7940 +4776.7792 +4777.1915 +4778.294 +4779.7286 +4780.7505 +4781.2902 +4781.526 +4782.7612 +4783.6389 +4783.8617 +4784.0396 +4786.531 +4787.148 +4788.6781 +4789.3868 +4790.4373 +4791.5157 +4792.0819 +4793.2446 +4793.9052 +4795.9131 +4796.2429 +4800.1724 +4801.0517 +4802.6714 +4803.9559 +4805.6063 +4806.0205 +4808.1337 +4809.614 +4811.871 +4812.3755 +4813.0069 +4813.7204 +4813.8963 +4817.0206 +4818.6477 +4819.193 +4820.4649 +4820.8847 +4821.5878 +4821.8646 +4822.014 +4822.8548 +4823.1823 +4823.6058 +4823.9967 +4824.6484 +4826.7004 +4828.6596 +4829.7973 +4831.1213 +4831.5975 +4832.4233 +4832.8025 +4833.6759 +4837.4121 +4838.3546 +4840.4744 +4840.8492 +4842.1676 +4843.9413 +4844.1653 +4844.7553 +4844.9251 +4845.1626 +4847.3263 +4847.8095 +4848.3625 +4849.1399 +4849.8617 +4850.4397 +4852.8685 +4853.6087 +4856.2756 +4857.5385 +4858.0944 +4858.3327 +4861.2167 +4861.7173 +4863.1724 +4865.4775 +4865.91 +4867.556 +4868.2742 +4868.5277 +4868.8814 +4871.289 +4872.0309 +4872.9169 +4874.3645 +4876.4949 +4877.0015 +4877.8128 +4878.0094 +4878.733 +4879.3497 +4879.8635 +4881.2046 +4881.8531 +4882.2432 +4885.9843 +4886.8661 +4888.2612 +4889.0422 +4889.4903 +4889.8553 +4890.4582 +4891.0379 +4891.6606 +4892.7592 +4893.4453 +4894.9551 +4898.8044 +4899.2401 +4902.0545 +4902.7943 +4904.7516 +4907.2093 +4909.8431 +4910.1576 +4910.5488 +4910.7929 +4911.1358 +4911.3787 +4912.0428 +4912.5293 +4913.4789 +4914.121 +4915.4155 +4917.822 +4919.8157 +4921.6134 +4922.9442 +4924.4223 +4925.4254 +4925.9501 +4926.2529 +4927.2988 +4927.7803 +4929.086 +4929.985 +4933.2091 +4933.8521 +4934.3306 +4936.7746 +4937.8295 +4938.5047 +4939.0605 +4939.2707 +4939.6422 +4941.416 +4941.9174 +4943.0642 +4943.7076 +4945.4587 +4946.6637 +4947.5752 +4950.2513 +4950.6264 +4952.6908 +4953.532 +4957.2963 +4958.0988 +4958.724 +4961.3814 +4961.7260 +4962.0621 +4963.1881 +4965.0795 +4965.7315 +4967.0628 +4967.6529 +4968.7556 +4970.0785 +4972.1597 +4975.0917 +4975.9485 +4976.5938 +4977.3906 +4980.1859 +4980.7561 +4980.9513 +4982.4875 +4983.5324 +4985.3725 +4985.9486 +4987.1470 +4987.5582 +4989.3086 +4992.1257 +4992.6372 +4993.7488 +4994.1058 +4997.8189 +4999.9398 +5000.2463 +5002.0972 +5003.5981 +5004.1279 +5008.1897 +5009.3344 +5009.9367 +5010.4174 +5011.4774 +5013.1647 +5014.7539 +5015.8893 +5016.5356 +5017.1628 +5017.5084 +5018.0535 +5019.8062 +5020.5458 +5021.2531 +5022.0051 +5022.174 +5023.7084 +5028.6556 +5029.0119 +5029.6295 +5029.637 +5029.8916 +5035.3375 +5036.7284 +5038.3018 +5039.2303 +5039.5265 +5040.6805 +5041.1224 +5041.5998 +5043.5145 +5044.7195 +5045.2481 +5046.3527 +5046.6372 +5047.0434 +5048.9366 +5049.796 +5050.7842 +5051.8887 +5055.3473 +5057.9866 +5059.8611 +5061.6562 +5062.0371 +5062.9325 +5063.5157 +5063.9988 +5064.602 +5064.9454 +5066.1355 +5066.7773 +5067.1379 +5067.9737 +5069.3384 +5074.6465 +5075.4659 +5079.1374 +5079.9079 +5081.4462 +5084.6994 +5084.9935 +5085.2955 +5086.1774 +5089.2192 +5090.0513 +5090.5455 +5095.0639 +5096.4848 +5098.0432 +5100.6211 +5101.1299 +5109.7331 +5111.2781 +5115.0448 +5117.2923 +5118.2023 +5122.4995 +5125.4895 +5125.9502 +5128.4897 +5130.2338 +5131.072 +5133.1051 +5134.746 +5136.1210 +5137.4733 +5140.7736 +5141.7827 +5143.2673 +5143.9165 +5145.3083 +5146.0557 +5148.2115 +5149.2069 +5151.612 +5154.2430 +5158.6041 +5161.5396 +5162.2846 +5163.4584 +5165.7728 +5166.6553 +5168.9225 +5170.2227 +5173.6715 +5174.7988 +5175.3248 +5175.9115 +5176.2292 +5176.4037 +5176.961 +5177.6228 +5178.48 +5180.7209 +5182.5269 +5183.0897 +5183.6044 +5183.9896 +5184.4534 +5184.7315 +5186.4132 +5187.3374 +5187.7462 +5190.872 +5193.8256 +5194.4576 +5195.8136 +5197.236 +5198.7999 +5199.1637 +5202.0087 +5203.8479 +5205.1522 +5207.8015 +5209.7246 +5211.2305 +5213.3492 +5216.5966 +5216.8139 +5218.5271 +5219.1099 +5220.7068 +5220.9263 +5221.271 +5228.2246 +5228.9951 +5231.1597 +5233.2254 +5234.1069 +5238.8137 +5239.552 +5240.1968 +5247.6547 +5250.8727 +5253.4441 +5254.4648 +5258.3602 +5260.1041 +5261.472 +5264.2332 +5265.5514 +5266.7103 +5269.7927 +5270.266 +5272.6439 +5272.927 +5273.1317 +5274.1188 +5276.4089 +5277.146 +5277.5002 +5280.0855 +5280.3441 +5281.0687 +5281.6285 +5286.887 +5289.8974 +5291.8163 +5294.3971 +5295.0886 +5296.2787 +5297.7431 +5298.2824 +5300.5234 +5301.4043 +5306.9864 +5307.4655 +5309.6093 +5310.2665 +5312.0018 +5312.5288 +5312.9045 +5315.2278 +5317.4944 +5318.4268 +5320.7699 +5322.8988 +5325.1438 +5325.4317 +5326.2774 +5326.9756 +5329.3745 +5329.6979 +5329.7559 +5330.0804 +5337.0154 +5340.4982 +5343.5812 +5345.3117 +5346.3778 +5347.9714 +5349.0054 +5349.4608 +5351.1265 +5351.8365 +5354.6016 +5355.6365 +5358.7059 +5359.8269 +5360.1501 +5361.1556 +5362.5751 +5365.4705 +5369.2819 +5369.447 +5370.7096 +5372.7027 +5373.4943 +5374.8219 +5375.3526 +5375.7688 +5376.1304 +5376.7809 +5378.8356 +5379.1105 +5381.3709 +5382.9276 +5384.0356 +5386.6107 +5388.0507 +5392.5726 +5393.5995 +5393.9719 +5394.7608 +5397.516 +5398.7015 +5398.9219 +5399.1745 +5399.6218 +5400.1455 +5402.6048 +5403.1993 +5406.7553 +5407.3439 +5407.6535 +5410.7687 +5415.5226 +5417.4858 +5419.1285 +5421.3517 +5421.6628 +5421.8359 +5424.0079 +5425.6783 +5426.4075 +5429.1048 +5431.1120 +5432.765 +5433.2919 +5433.7005 +5434.1514 +5435.1229 +5435.7236 +5435.8925 +5437.3877 +5438.1374 +5439.9891 +5440.6015 +5441.2145 +5442.2477 +5443.1187 +5443.6893 +5447.1536 +5448.2719 +5449.4788 +5451.652 +5452.2187 +5455.1524 +5458.9676 +5461.7358 +5462.6129 +5464.2055 +5467.1704 +5470.7591 +5477.5522 +5479.0751 +5480.8907 +5484.1467 +5487.8414 +5488.6287 +5488.9254 +5489.0885 +5490.1194 +5492.6435 +5493.204 +5494.3306 +5495.8738 +5496.137 +5498.1841 +5499.2554 +5499.6478 +5501.2814 +5501.9439 +5504.3018 +5506.1128 +5506.9196 +5507.5385 +5508.5585 +5509.9938 +5514.8731 +5518.9893 +5519.2353 +5521.7532 +5524.5824 +5524.957 +5527.2953 +5528.2272 +5529.0972 +5530.0763 +5530.6977 +5535.971 +5537.5563 +5538.6087 +5539.2618 +5539.9106 +5541.1466 +5541.5815 +5541.9357 +5542.89 +5545.0495 +5545.8058 +5546.1204 +5547.1339 +5548.1758 +5551.3719 +5552.6229 +5555.5312 +5556.1487 +5557.0454 +5557.9214 +5558.3422 +5558.702 +5559.8912 +5564.2011 +5567.9986 +5570.9268 +5571.1913 +5572.0951 +5572.4649 +5573.3535 +5574.9153 +5576.2045 +5577.6845 +5579.3583 +5580.0771 +5580.7547 +5581.9668 +5582.8665 +5583.7621 +5585.8472 +5587.0263 +5587.7351 +5588.7506 +5590.1127 +5593.6129 +5594.4604 +5595.0635 +5597.4756 +5598.4794 +5599.6548 +5601.1216 +5601.6032 +5602.863 +5604.5154 +5606.3861 +5606.733 +5609.5735 +5610.6809 +5612.0679 +5612.6174 +5615.3195 +5616.6908 +5617.2897 +5617.6417 +5619.9755 +5624.9129 +5625.6782 +5630.2969 +5633.295 +5635.8792 +5639.7461 +5641.5575 +5641.7342 +5645.5249 +5645.6688 +5645.8947 +5646.4514 +5647.7069 +5648.6863 +5648.9910 +5650.7043 +5652.902 +5654.0234 +5654.5185 +5655.4897 +5657.9255 +5659.1272 +5660.6594 +5663.042 +5664.621 +5665.1799 +5665.6283 +5666.4185 +5667.1281 +5673.8358 +5674.9864 +5677.0529 +5679.005 +5681.9001 +5685.1921 +5687.3489 +5690.6934 +5691.6612 +5696.3904 +5698.2937 +5700.9176 +5702.6511 +5705.6371 +5707.1033 +5708.6794 +5715.7244 +5717.1711 +5719.6227 +5720.1828 +5724.2374 +5724.4638 +5725.3885 +5727.7103 +5729.9823 +5736.0297 +5739.5196 +5741.1705 +5741.829 +5742.0838 +5747.1931 +5747.3849 +5748.7412 +5749.3883 +5749.7862 +5753.0265 +5760.5508 +5762.7941 +5763.529 +5767.7785 +5768.1812 +5771.7601 +5772.1143 +5773.9463 +5777.4006 +5779.8352 +5789.6451 +5792.4304 +5796.0683 +5797.3194 +5798.4780 +5800.8297 +5802.0798 +5804.1412 +5805.7017 +5807.6814 +5808.6569 +5812.9725 +5815.4219 +5818.4495 +5819.6027 +5822.7933 +5826.2722 +5829.1097 +5829.8625 +5830.8272 +5832.3705 +5834.2633 +5838.9502 +5839.8514 +5840.6404 +5842.05 +5843.8069 +5844.7909 +5845.9188 +5852.6806 +5853.4745 +5854.1207 +5855.4986 +5857.4491 +5860.3103 +5863.7184 +5866.8119 +5868.3745 +5869.8507 +5870.5526 +5871.1828 +5872.6028 +5874.0383 +5874.3513 +5874.9865 +5879.1265 +5882.6242 +5884.0331 +5885.7016 +5886.5314 +5888.2622 +5888.5841 +5889.9531 +5891.451 +5894.6979 +5895.2818 +5896.3631 +5899.8441 +5902.6021 +5904.1592 +5905.1763 +5905.5707 +5911.2296 +5912.0853 +5913.3638 +5914.3856 +5914.6709 +5916.7282 +5918.9442 +5925.4036 +5927.1258 +5928.813 +5929.9343 +5932.4274 +5936.3861 +5937.1619 +5937.6634 +5938.457 +5938.8252 +5940.5653 +5942.3585 +5943.4653 +5944.6472 +5946.2347 +5948.7991 +5954.5852 +5955.5616 +5956.2588 +5960.7806 +5964.4723 +5968.3199 +5969.7373 +5971.6008 +5972.4351 +5973.6649 +5975.0648 +5976.2005 +5981.8846 +5982.096 +5986.2665 +5987.3016 +5989.0447 +5991.0071 +5993.4941 +5994.1287 +5996.6297 +5998.9987 +6001.2033 +6001.7339 +6005.165 +6005.7242 +6007.0722 +6010.1606 +6011.5337 +6013.6777 +6015.4218 +6016.3589 +6018.9934 +6020.2715 +6021.0357 +6021.4113 +6023.2242 +6025.15 +6026.0448 +6028.2713 +6029.2257 +6029.65 +6030.445 +6032.1274 +6032.8726 +6035.1923 +6036.7622 +6037.6975 +6038.6805 +6042.5898 +6043.2233 +6044.4327 +6046.8977 +6049.051 +6050.9818 +6052.7229 +6053.3808 +6055.5937 +6058.1813 +6059.3725 +6061.5361 +6064.7508 +6065.7799 +6067.0803 +6069.0207 +6070.3412 +6073.1036 +6077.1057 +6077.8728 +6078.4212 +6079.2227 +6081.2433 +6085.3748 +6085.8797 +6087.2622 +6088.0305 +6090.4482 +6097.1945 +6098.1205 +6098.8031 +6099.0831 +6099.9886 +6101.7251 +6105.6351 +6107.5337 +6112.8375 +6113.4657 +6114.5392 +6114.9234 +6116.1661 +6119.6998 +6120.5564 +6121.4075 +6122.2144 +6123.3619 +6123.8331 +6124.0687 +6124.4805 +6125.7396 +6127.4160 +6129.5458 +6133.8143 +6137.926 +6138.6465 +6144.7581 +6145.4411 +6150.683 +6151.9929 +6154.0682 +6154.5162 +6155.2385 +6155.581 +6157.0878 +6161.3534 +6162.1700 +6162.9699 +6164.4796 +6165.1232 +6169.8221 +6170.174 +6172.2778 +6173.0964 +6178.4315 +6180.705 +6182.6217 +6187.135 +6188.1251 +6189.1449 +6191.9053 +6193.8563 +6198.2227 +6200.4325 +6201.1002 +6203.4925 +6205.8599 +6207.2201 +6207.7504 +6208.6869 +6215.9383 +6220.0112 +6221.3192 +6224.5272 +6226.3697 +6232.9745 +6234.1962 +6234.8554 +6239.7121 +6240.9536 +6243.1201 +6245.0409 +6245.6182 +6246.1736 +6248.4055 +6250.4858 +6257.4237 +6258.6068 +6261.4181 +6264.7139 +6265.6036 +6266.1737 +6268.2001 +6271.5444 +6274.1166 +6276.1646 +6277.2385 +6278.6453 +6279.166 +6279.9776 +6285.278 +6286.0453 +6287.2554 +6289.4882 +6291.1915 +6291.6286 +6292.0601 +6292.8909 +6293.2424 +6296.8722 +6298.9027 +6300.9165 +6301.4128 +6303.2507 +6304.2423 +6307.6570 +6309.16 +6310.8101 +6312.6222 +6314.2693 +6315.7750 +6317.1824 +6321.3004 +6321.8199 +6324.3978 +6326.3669 +6327.2778 +6331.4137 +6332.5118 +6333.1459 +6335.4060 +6337.6201 +6339.6684 +6342.8595 +6346.1209 +6348.2321 +6348.7375 +6355.63 +6355.9108 +6357.0229 +6357.6779 +6358.6211 +6359.1345 +6359.6744 +6362.2518 +6364.8937 +6369.1394 +6369.5748 +6371.9436 +6376.9305 +6378.7604 +6379.6733 +6381.3598 +6381.7588 +6384.7169 +6387.3957 +6388.8134 +6389.39 +6390.1289 +6391.1774 +6392.3685 +6393.7972 +6394.0498 +6394.7289 +6396.9499 +6399.2065 +6399.9498 +6400.6961 +6403.0128 +6406.4462 +6411.8991 +6413.6145 +6415.5374 +6416.3071 +6418.3703 +6422.1075 +6422.8969 +6424.8127 +6428.7733 +6431.555 +6436.6699 +6437.7613 +6438.3095 +6438.916 +6439.0715 +6441.8994 +6443.8598 +6445.6407 +6446.7712 +6450.006 +6450.9557 +6452.0591 +6455.2647 +6457.2824 +6460.4750 +6461.0596 +6467.6754 +6471.2131 +6483.0825 +6485.3759 +6487.4811 +6488.8832 +6490.7372 +6493.1975 +6493.7777 +6493.9694 +6495.2573 +6496.0292 +6497.4919 +6499.1061 +6499.6456 +6500.6575 +6501.3608 +6501.9919 +6503.5111 +6506.9868 +6508.3605 +6509.0503 +6512.3639 +6513.8462 +6522.0432 +6522.4994 +6531.3418 +6534.6056 +6536.1441 +6537.1775 +6537.6139 +6538.112 +6542.0498 +6545.7186 +6550.1877 +6551.7055 +6554.1603 +6558.8756 +6560.0574 +6564.4445 +6565.07 +6569.6322 +6576.1221 +6577.2146 +6577.6552 +6580.2299 +6583.906 +6584.613 +6585.6945 +6588.5396 +6591.4845 +6593.4628 +6593.9391 +6596.1141 +6598.6778 +6599.4824 +6600.7311 +6602.762 +6603.6209 +6604.8534 +6605.4165 +6613.374 +6617.058 +6617.5154 +6618.1668 +6619.9458 +6620.9665 +6632.0837 +6633.4579 +6638.2207 +6638.9119 +6639.7403 +6643.6976 +6644.6635 +6646.5407 +6648.4954 +6648.9586 +6654.3675 +6655.4892 +6656.9386 +6658.6774 +6660.6761 +6662.2686 +6663.6966 +6664.051 +6666.3588 +6668.8163 +6673.5797 +6674.6969 +6677.2817 +6678.7067 +6680.0811 +6683.3673 +6684.2929 +6687.5207 +6692.7262 +6694.0068 +6694.4967 +6696.14 +6697.7123 +6700.7499 +6711.2521 +6713.97 +6717.3851 +6719.1995 +6722.8899 +6726.3091 +6727.4583 +6728.1183 +6728.7595 +6729.9328 +6732.6491 +6733.7488 +6738.1800 +6741.9212 +6742.8845 +6746.1355 +6751.4267 +6752.8335 +6753.6598 +6756.4528 +6757.1092 +6758.2035 +6766.6117 +6770.1069 +6772.1745 +6773.0973 +6778.3123 +6779.3242 +6780.1252 +6780.4131 +6787.7364 +6788.8403 +6791.2351 +6795.7982 +6798.4868 +6800.4645 +6807.319 +6808.5311 +6809.1 +6809.3173 +6809.5094 +6809.6773 +6810.5494 +6812.4915 +6812.7752 +6815.6123 +6823.5084 +6824.6774 +6827.2488 +6829.0355 +6829.3472 +6832.8927 +6834.9246 +6839.2949 +6846.479 +6851.8842 +6852.3545 +6853.5234 +6854.1093 +6854.5128 +6855.315 +6855.6891 +6861.2688 +6862.8685 +6863.5350 +6866.3666 +6866.7634 +6868.4508 +6871.2891 +6874.753 +6879.5824 +6882.8114 +6886.4082 +6887.0881 +6888.1742 +6889.3032 +6892.2502 +6894.2303 +6900.7632 +6902.2105 +6908.9905 +6909.8491 +6911.2264 +6914.7127 +6916.1289 +6920.0394 +6925.0094 +6936.6528 +6937.6642 +6942.538 +6943.6105 +6945.4902 +6946.2134 +6951.4776 +6952.9666 +6954.656 +6955.315 +6960.25 +6962.3117 +6965.4307 +6969.2976 +6981.0831 +6985.4718 +6986.0298 +6989.6553 +6992.2126 +6992.6966 +6993.0371 +6993.9873 +6996.7573 +6999.6238 +7000.8036 +7002.8829 +7007.0961 +7014.9689 +7015.3172 +7018.5675 +7020.4841 +7021.2832 +7025.2251 +7026.4616 +7028.0228 +7030.2514 +7032.931 +7036.2831 +7038.7202 +7045.797 +7053.6196 +7054.4177 +7058.4895 +7059.5253 +7060.0417 +7060.6538 +7061.3942 +7064.4515 +7067.2181 +7068.7358 +7071.0942 +7071.48 +7072.3939 +7074.2563 +7075.3336 +7077.369 +7084.169 +7086.7044 +7088.8232 +7089.3395 +7100.5144 +7107.4778 +7109.1819 +7109.8602 +7112.9189 +7113.9879 +7114.3984 +7124.5607 +7125.82 +7130.1846 +7130.7236 +7131.3586 +7132.61 +7140.4617 +7142.3310 +7147.0416 +7148.5589 +7150.2844 +7153.5877 +7156.9416 +7158.8387 +7159.947 +7162.5569 +7167.2028 +7168.8952 +7170.3607 +7173.3725 +7176.186 +7176.7213 +7188.532 +7191.1328 +7200.0454 +7201.8091 +7202.1910 +7202.5166 +7206.483 +7206.9804 +7208.0063 +7212.6896 +7218.0542 +7219.1515 +7220.9809 +7225.1099 +7229.938 +7229.9386 +7230.8623 +7233.5365 +7240.1848 +7242.0919 +7244.6965 +7246.1277 +7250.5895 +7253.676 +7255.3541 +7256.986 +7258.1770 +7265.1724 +7270.6636 +7272.9359 +7284.9033 +7285.4437 +7296.2659 +7298.1434 +7305.4043 +7311.7159 +7315.0661 +7316.005 +7323.2106 +7324.8073 +7326.1491 +7328.285 +7329.4916 +7335.5772 +7339.6035 +7341.1515 +7342.5769 +7345.3996 +7346.3428 +7348.053 +7350.814 +7353.293 +7358.3449 +7361.3472 +7370.8255 +7372.1184 +7376.8772 +7380.4263 +7383.9805 +7385.5006 +7392.9801 +7393.4377 +7402.2521 +7410.9683 +7411.7363 +7412.3368 +7417.7908 +7418.5499 +7422.3118 +7423.8044 +7425.2942 +7428.9405 +7430.2533 +7435.3683 +7436.297 +7440.4933 +7444.7489 +7447.8488 +7455.208 +7458.7541 +7461.8746 +7462.991 +7469.0566 +7471.1641 +7481.3545 +7483.6256 +7484.3267 +7487.9738 +7493.4276 +7495.5641 +7499.0024 +7500.6556 +7503.8691 +7508.4787 +7510.4082 +7511.3498 +7511.7902 +7514.6518 +7518.7824 +7523.1347 +7525.5079 +7528.4892 +7531.1437 +7536.4365 +7537.4287 +7549.3138 +7555.3254 +7565.8515 +7566.5296 +7567.7417 +7569.5115 +7570.559 +7571.0326 +7573.3437 +7589.3151 +7598.2054 +7607.8230 +7618.3443 +7620.0773 +7625.7053 +7627.1749 +7628.8818 +7630.3106 +7632.1305 +7635.106 +7637.3852 +7638.7805 +7647.3794 +7651.7451 +7652.3202 +7653.8284 +7654.6998 +7658.3246 +7660.0234 +7660.8903 +7666.5679 +7668.9608 +7670.0575 +7672.2552 +7676.2195 +7678.1267 +7683.0189 +7685.3075 +7691.7706 +7693.8016 +7699.4034 +7699.7794 +7701.1081 +7703.685 +7704.8169 +7710.2692 +7712.405 +7713.9378 +7721.2023 +7723.7611 +7724.2072 +7728.951 +7731.7385 +7742.5628 +7743.9552 +7761.7133 +7762.732 +7771.9468 +7776.6727 +7778.4922 +7782.3165 +7787.8002 +7788.9342 +7798.3579 +7810.6245 +7813.4761 +7813.9729 +7814.323 +7816.1534 +7817.7669 +7822.3877 +7834.4578 +7835.6209 +7836.4597 +7840.2981 +7841.7911 +7842.2656 +7847.5394 +7848.4547 +7861.91 +7861.911 +7864.0218 +7865.9698 +7868.1946 +7872.6316 +7875.4626 +7877.0756 +7886.283 +7891.075 +7893.6191 +7896.4528 +7899.6229 +7900.32 +7916.442 +7924.9914 +7925.7478 +7937.7335 +7941.7259 +7948.1764 +7954.5923 +7956.974 +7972.596 +7974.1592 +7978.9731 +7981.2262 +7987.9731 +7991.3655 +7993.6808 +8000.0449 +8006.1567 +8014.7857 +8017.5275 +8022.2014 +8024.253 +8025.7271 +8026.2135 +8030.2004 +8032.4313 +8037.2183 +8046.1169 +8050.648 +8053.3085 +8054.5355 +8062.6304 +8075.6518 +8085.219 +8089.4852 +8092.2373 +8093.6238 +8094.0559 +8103.6931 +8115.311 +8119.1811 +8122.7234 +8129.4051 +8138.4753 +8139.9032 +8143.138 +8149.7021 +8152.3818 +8157.5434 +8159.7277 +8163.121 +8166.4477 +8169.7865 +8177.1788 +8186.9113 +8190.8849 +8194.3943 +8198.442 +8202.1469 +8207.4785 +8209.4461 +8214.1472 +8217.2264 +8231.4069 +8234.9381 +8252.3936 +8253.6156 +8254.7422 +8259.5110 +8261.0143 +8264.5225 +8275.6266 +8288.4143 +8292.5272 +8295.5497 +8297.1765 +8304.4244 +8311.6306 +8320.8554 +8330.4494 +8335.7067 +8341.4770 +8356.0627 +8356.0693 +8358.726 +8360.4915 +8366.0741 +8367.3936 +8369.3404 +8379.2261 +8384.724 +8385.728 +8387.1053 +8388.5363 +8398.178 +8399.2578 +8401.989 +8403.7965 +8408.2096 +8411.9172 +8416.7269 +8417.9982 +8421.2254 +8424.6475 +8432.4935 +8445.4870 +8446.5116 +8450.6754 +8456.3468 +8464.2367 +8465.6706 +8471.8260 +8478.358 +8490.3065 +8500.6797 +8510.6240 +8511.9091 +8516.5542 +8521.4422 +8539.793 +8542.0871 +8543.7225 +8544.5955 +8554.9440 +8556.325 +8558.4464 +8560.4348 +8568.2088 +8573.1205 +8575.3305 +8577.2768 +8587.6342 +8591.8387 +8593.1089 +8599.7553 +8604.0163 +8605.7762 +8616.2219 +8620.4602 +8621.3225 +8629.1415 +8631.3565 +8638.3623 +8639.4416 +8645.3087 +8649.149 +8655.876 +8662.1372 +8665.4855 +8667.9442 +8675.3983 +8678.4083 +8687.848 +8701.1209 +8703.7025 +8704.8601 +8707.3592 +8709.2341 +8710.4142 +8712.8528 +8713.6547 +8719.629 +8721.6595 +8722.4577 +8723.7177 +8724.3761 +8732.424 +8734.0234 +8739.7816 +8748.0309 +8749.1697 +8751.2062 +8758.2434 +8760.4496 +8761.6862 +8766.7450 +8771.8602 +8772.8052 +8775.5733 +8782.7156 +8784.5621 +8790.3761 +8792.0572 +8798.172 +8799.0875 +8804.5894 +8810.254 +8816.1728 +8817.7431 +8829.6938 +8841.1822 +8842.0744 +8849.9165 +8852.7916 +8854.9079 +8868.8334 +8875.2324 +8889.1939 +8892.9865 +8899.2971 +8905.6581 +8907.0331 +8910.8566 +8920.2012 +8928.0925 +8941.6608 +8949.1227 +8955.8467 +8957.9860 +8962.1468 +8967.6403 +8969.8667 +8985.2808 +8987.4079 +8990.8935 +8995.1893 +8997.8763 +9008.4636 +9009.8832 +9012.5263 +9016.5903 +9017.5912 +9031.8194 +9035.9195 +9037.8938 +9038.6911 +9040.1229 +9045.3532 +9048.2501 +9053.4858 +9056.0813 +9062.5631 +9063.96 +9066.1115 +9068.023 +9069.5817 +9072.2785 +9075.3945 +9090.8186 +9094.8289 +9107.2269 +9111.5314 +9122.9674 +9132.2739 +9134.6919 +9140.5559 +9159.0346 +9165.8950 +9170.822 +9178.7795 +9187.5654 +9193.5928 +9194.6385 +9199.6841 +9203.9617 +9208.5811 +9215.9197 +9224.4992 +9227.5119 +9232.496 +9233.8574 +9239.3261 +9250.5782 +9260.3254 +9263.693 +9266.207 +9266.9198 +9267.6895 +9270.1501 +9276.2732 +9289.5624 +9291.5313 +9294.974 +9300.0131 +9307.8956 +9310.4440 +9317.7296 +9336.1509 +9336.1624 +9340.7053 +9354.2198 +9360.9879 +9383.2722 +9388.9308 +9390.5852 +9399.0891 +9409.3488 +9414.0886 +9420.4985 +9431.5996 +9432.2827 +9436.8127 +9455.2023 +9461.0279 +9467.1954 +9470.6819 +9474.8793 +9486.9256 +9494.0442 +9495.4979 +9497.1891 +9500.2999 +9505.393 +9507.6525 +9508.4513 +9535.6566 +9548.0303 +9561.2452 +9577.3475 +9582.8133 +9595.3906 +9613.6911 +9629.5693 +9632.6439 +9657.7863 +9664.6983 diff --git a/noao/lib/linelists/vacidhenear.dat b/noao/lib/linelists/vacidhenear.dat new file mode 100644 index 00000000..cf0866dc --- /dev/null +++ b/noao/lib/linelists/vacidhenear.dat @@ -0,0 +1,127 @@ +# units Angstroms +3188.6648 +3465.1323 +3521.5068 +3546.5933 +3560.5266 +3719.2676 +3730.3508 +3738.9526 +3781.9141 +3851.6621 +3889.7478 +3929.7324 +3965.8486 +4027.3269 +4045.5605 +4073.3499 +4132.8955 +4159.7622 +4260.5596 +4278.7539 +4301.6099 +4427.2529 +4472.7319 +4511.9980 +4546.3545 +4580.6733 +4659.2441 +4714.4619 +4766.2227 +4807.4136 +4881.2627 +4923.3032 +4966.5059 +5017.0737 +5189.1909 +5222.7241 +5402.0635 +5497.3994 +5574.0952 +5608.2886 +5652.2715 +5749.8936 +5766.0171 +5854.1099 +5877.2466 +5946.4810 +6031.6670 +6076.0195 +6097.8506 +6144.7627 +6165.2993 +6219.0015 +6268.2280 +6306.5327 +6336.1797 +6384.7559 +6404.0161 +6508.3257 +6534.6875 +6600.7759 +6680.0439 +6718.8975 +6754.6963 +6873.1865 +6931.3794 +6967.3516 +7034.3516 +7067.1362 +7109.4561 +7127.7646 +7149.0107 +7175.9160 +7208.9722 +7247.1641 +7274.9404 +7283.3550 +7313.7241 +7355.3418 +7374.1489 +7386.0142 +7440.9473 +7490.9341 +7505.9336 +7516.7202 +7537.8501 +7546.1235 +7637.2065 +7672.1514 +7725.9258 +7893.2461 +7950.3608 +8008.3574 +8014.2036 +8016.9902 +8055.5220 +8084.6807 +8105.9204 +8112.2305 +8117.5430 +8266.7930 +8302.6074 +8379.9092 +8426.9619 +8497.6943 +8523.7832 +8608.1436 +8622.8379 +8637.0195 +8656.7598 +8670.3242 +8764.1260 +8783.0342 +8784.5996 +8786.1670 +8856.2969 +9077.9111 +9125.4697 +9151.1904 +9197.2031 +9227.0293 +9294.1299 +9356.7852 +9427.9648 +9536.7822 +9660.4336 +9787.1836 diff --git a/noao/lib/linelists/vacthar.dat b/noao/lib/linelists/vacthar.dat new file mode 100644 index 00000000..f0ba0da8 --- /dev/null +++ b/noao/lib/linelists/vacthar.dat @@ -0,0 +1,3057 @@ +# units Angstroms +3185.8696 +3189.1560 +3205.2471 +3206.0176 +3211.2363 +3212.1218 +3212.9497 +3214.5024 +3221.2810 +3228.7346 +3229.9419 +3235.9297 +3236.7739 +3239.8691 +3242.0432 +3243.3147 +3244.6245 +3245.3848 +3246.6965 +3250.7378 +3252.8542 +3254.8047 +3257.2126 +3258.3059 +3259.0615 +3263.6094 +3272.9700 +3274.8594 +3276.0117 +3277.1155 +3281.3164 +3282.6472 +3283.5625 +3286.6992 +3287.5300 +3288.7366 +3292.6875 +3293.4692 +3294.6475 +3298.9998 +3300.6191 +3305.1895 +3306.2554 +3308.1804 +3310.3181 +3314.6321 +3315.7808 +3322.4065 +3323.0493 +3328.1501 +3330.6863 +3331.4351 +3334.0876 +3335.5632 +3337.1211 +3338.8301 +3341.6858 +3347.5181 +3349.7307 +3355.1438 +3359.5674 +3361.9639 +3365.6521 +3366.3052 +3367.4844 +3372.7654 +3373.7920 +3374.4612 +3375.9441 +3377.4055 +3379.5437 +3381.8306 +3384.0781 +3386.5037 +3387.4727 +3389.5037 +3393.0085 +3397.7029 +3398.4915 +3399.5200 +3402.6870 +3403.6716 +3406.5356 +3409.7280 +3411.0542 +3413.9919 +3416.8643 +3418.4780 +3422.1912 +3423.6377 +3424.9719 +3428.0747 +3429.9824 +3432.7942 +3434.9834 +3435.7117 +3436.9622 +3437.7126 +3438.2925 +3440.3843 +3443.5657 +3447.5352 +3452.6912 +3453.6709 +3455.0847 +3458.0593 +3463.8425 +3465.1196 +3466.0552 +3466.7573 +3469.2129 +3470.3389 +3470.9146 +3472.2124 +3472.9534 +3477.7429 +3479.2283 +3480.1689 +3481.5017 +3483.7581 +3487.5493 +3490.5063 +3492.5352 +3494.5181 +3496.7000 +3497.8113 +3499.0105 +3499.6221 +3502.8687 +3506.4976 +3510.7822 +3512.1616 +3515.3928 +3519.4102 +3521.0002 +3522.9211 +3524.5134 +3527.6423 +3529.4202 +3529.9631 +3530.3950 +3531.5242 +3532.4600 +3534.1926 +3536.3303 +3537.0215 +3540.5986 +3543.5100 +3545.0305 +3548.3513 +3549.5283 +3550.6101 +3552.4167 +3555.3210 +3556.0288 +3557.9199 +3560.5247 +3562.0476 +3562.7983 +3566.0481 +3570.8396 +3573.4124 +3577.6367 +3582.6309 +3583.3770 +3584.1248 +3585.1985 +3589.4648 +3592.4773 +3593.8047 +3599.1462 +3602.0618 +3605.7102 +3607.5505 +3609.4063 +3610.4749 +3613.4580 +3613.8972 +3616.1636 +3616.8813 +3619.3950 +3620.2439 +3623.8284 +3633.8657 +3635.6182 +3636.9797 +3643.2871 +3644.5508 +3650.2893 +3650.7747 +3653.2087 +3655.5032 +3657.7356 +3659.8511 +3660.6721 +3661.4800 +3662.6646 +3664.2456 +3668.0256 +3669.1846 +3672.5854 +3673.3462 +3673.5676 +3674.8396 +3675.9377 +3676.1838 +3676.6143 +3676.8362 +3677.0061 +3677.1892 +3679.3176 +3679.5281 +3680.1816 +3680.5918 +3680.7581 +3681.1084 +3681.4954 +3681.6531 +3682.9316 +3683.5347 +3685.9819 +3688.7197 +3689.0339 +3689.8105 +3691.6743 +3692.4624 +3692.6648 +3693.6177 +3695.2300 +3696.3408 +3697.0254 +3698.0828 +3698.7959 +3699.1584 +3700.9336 +3702.0405 +3704.2837 +3704.8284 +3705.9158 +3707.8218 +3712.3604 +3712.6790 +3716.6174 +3716.9185 +3717.6406 +3718.2288 +3718.8867 +3719.2642 +3720.4927 +3720.8943 +3721.3655 +3722.2734 +3722.8840 +3724.7151 +3726.4529 +3727.7847 +3728.6724 +3728.9629 +3730.3694 +3731.4294 +3731.8093 +3734.0466 +3734.7339 +3738.5752 +3738.9517 +3741.9185 +3742.2468 +3743.9875 +3744.5728 +3745.8015 +3746.7241 +3747.0356 +3748.6045 +3749.3489 +3750.1497 +3751.5598 +3752.0879 +3753.6365 +3754.3088 +3754.5842 +3755.0977 +3755.6602 +3756.2793 +3757.3618 +3758.7620 +3759.5352 +3759.7744 +3764.5750 +3766.3401 +3767.1890 +3767.5173 +3768.9709 +3771.1270 +3771.5911 +3772.4421 +3773.7217 +3774.8293 +3777.3438 +3778.4897 +3782.3931 +3784.0874 +3784.3711 +3785.6501 +3785.8689 +3786.3555 +3786.6750 +3787.4575 +3787.9583 +3790.2439 +3791.4324 +3791.8713 +3793.4509 +3793.8069 +3795.2283 +3796.4575 +3799.1816 +3800.4609 +3801.2771 +3802.5225 +3804.1548 +3805.0637 +3806.9004 +3808.9548 +3809.2097 +3810.5374 +3810.9163 +3814.1504 +3817.2498 +3819.7700 +3821.8770 +3822.5156 +3823.2334 +3823.9465 +3824.1523 +3824.5425 +3826.2183 +3826.7583 +3827.4546 +3827.8928 +3829.4707 +3831.1472 +3831.8606 +3832.7271 +3834.1733 +3835.7666 +3836.7996 +3837.6738 +3838.9641 +3840.7847 +3841.8899 +3842.6082 +3843.0498 +3843.9866 +3845.8215 +3846.4961 +3847.9788 +3851.6733 +3853.2278 +3855.6038 +3857.4482 +3860.9343 +3862.4470 +3863.1470 +3863.5168 +3864.5012 +3868.0054 +3868.6750 +3869.3513 +3869.6250 +3870.7603 +3872.7148 +3873.2349 +3873.8201 +3874.2458 +3874.5723 +3874.9207 +3875.3423 +3875.9602 +3876.4717 +3876.7449 +3878.5620 +3879.7617 +3880.3684 +3880.5452 +3880.7439 +3881.2947 +3881.4333 +3882.5979 +3883.2432 +3885.6252 +3885.9233 +3886.3262 +3886.8691 +3888.0173 +3891.0083 +3892.5044 +3892.8289 +3893.0820 +3894.7551 +3895.7634 +3896.5229 +3899.5422 +3899.9014 +3900.1357 +3901.6819 +3901.9839 +3902.7673 +3904.2078 +3904.5869 +3905.1885 +3906.2927 +3908.2671 +3908.6499 +3909.8562 +3910.0869 +3910.2461 +3911.8811 +3912.6838 +3913.0171 +3914.7534 +3915.2710 +3916.4043 +3916.9580 +3917.5269 +3918.3789 +3919.1799 +3919.6213 +3920.1335 +3922.8906 +3923.3293 +3924.9104 +3925.5144 +3926.2048 +3926.8303 +3927.1572 +3928.9182 +3929.7356 +3930.4028 +3930.7817 +3931.4431 +3932.3696 +3933.3396 +3934.0249 +3934.3511 +3934.7749 +3935.3879 +3937.4678 +3937.7864 +3938.1553 +3939.0386 +3939.7295 +3943.1892 +3945.3696 +3946.6238 +3946.9368 +3947.2622 +3948.4480 +3948.6218 +3949.1477 +3950.0967 +3951.5129 +3951.9231 +3952.6333 +3953.8794 +3956.2893 +3957.0100 +3957.8108 +3960.4207 +3961.3901 +3963.5410 +3964.5903 +3965.1521 +3965.8472 +3968.0867 +3968.5144 +3969.5898 +3970.1255 +3970.7871 +3973.2783 +3973.7632 +3974.3201 +3975.6008 +3975.8835 +3976.5918 +3977.5396 +3980.1687 +3980.4817 +3981.2156 +3981.8809 +3982.2327 +3982.9546 +3983.2285 +3984.0222 +3986.0066 +3987.2012 +3988.3335 +3989.7275 +3989.9736 +3991.6206 +3992.8596 +3993.1824 +3993.4016 +3994.4280 +3995.6787 +3995.9214 +3997.1917 +3997.7988 +3998.9958 +3999.5344 +3999.8640 +4000.0835 +4001.4121 +4002.1895 +4003.0251 +4004.2375 +4004.4407 +4004.7061 +4006.2253 +4006.4954 +4007.0942 +4007.5134 +4008.1519 +4009.3430 +4010.1443 +4012.7253 +4012.8735 +4013.6292 +4014.9912 +4015.6492 +4015.8511 +4019.2349 +4020.2649 +4021.4902 +4022.2864 +4022.8872 +4023.2041 +4024.4751 +4025.9402 +4026.7935 +4028.1472 +4030.9646 +4031.4316 +4031.9812 +4035.3860 +4036.0618 +4036.6001 +4037.1882 +4037.7056 +4038.7019 +4039.3696 +4039.9453 +4041.0061 +4042.0571 +4042.3455 +4044.0361 +4044.2725 +4044.5371 +4045.5605 +4046.0698 +4046.3696 +4047.1084 +4048.6250 +4049.4314 +4050.6802 +4051.0889 +4052.0317 +4052.6438 +4054.0659 +4054.6724 +4055.4468 +4055.6709 +4059.0872 +4060.3992 +4064.5544 +4065.4792 +4066.7668 +4068.5994 +4070.3506 +4070.4324 +4070.6104 +4071.3877 +4072.9011 +4073.1465 +4073.5352 +4073.7786 +4075.0066 +4075.7927 +4076.6538 +4077.0581 +4077.7798 +4078.0940 +4079.4529 +4080.0264 +4080.7253 +4081.5098 +4081.8577 +4082.5200 +4082.7434 +4083.2341 +4083.5396 +4084.6216 +4085.7722 +4086.1951 +4086.4097 +4086.5874 +4087.6741 +4088.4387 +4089.8806 +4090.2922 +4092.5027 +4094.5476 +4094.8269 +4095.9031 +4097.2319 +4098.9043 +4099.8887 +4100.0898 +4101.4990 +4103.7754 +4105.0703 +4105.5405 +4105.9966 +4107.0737 +4108.2095 +4109.0205 +4109.5791 +4110.4829 +4111.9863 +4113.9150 +4116.9199 +4117.8755 +4119.6514 +4125.2041 +4128.5762 +4129.2144 +4129.8047 +4130.6763 +4132.1670 +4132.8892 +4133.9189 +4135.2339 +4135.4897 +4136.6465 +4139.2075 +4141.4028 +4141.5537 +4142.8003 +4143.6426 +4143.8696 +4144.8179 +4148.7095 +4149.3516 +4149.8970 +4152.3159 +4155.8921 +4157.6885 +4159.7627 +4160.8325 +4162.9121 +4163.6821 +4164.8208 +4165.1216 +4165.3535 +4165.4287 +4166.9404 +4169.2217 +4169.8096 +4171.7090 +4172.5171 +4173.8018 +4174.6240 +4175.6162 +4179.2368 +4179.5435 +4180.0259 +4181.1377 +4183.0625 +4184.1128 +4185.3169 +4186.3237 +4188.3213 +4191.8940 +4192.2104 +4193.5435 +4194.1982 +4196.1138 +4199.5000 +4201.8574 +4208.7974 +4209.5962 +4210.0762 +4210.3818 +4212.1094 +4214.2544 +4214.5649 +4216.0161 +4216.8149 +4217.2573 +4217.5596 +4218.6187 +4219.8535 +4221.2539 +4221.9214 +4222.3418 +4222.8813 +4223.8267 +4224.6304 +4225.4312 +4225.8052 +4227.4897 +4227.9165 +4228.1782 +4228.5776 +4229.3486 +4229.6069 +4230.3384 +4230.6455 +4231.0552 +4231.6182 +4232.0156 +4234.4790 +4236.6558 +4237.2397 +4238.4126 +4240.9810 +4241.7886 +4242.2891 +4243.1670 +4243.9146 +4244.2144 +4244.4561 +4245.1191 +4248.7944 +4249.1851 +4249.5869 +4250.6729 +4250.8760 +4251.5112 +4251.9717 +4252.3813 +4254.7358 +4255.0645 +4256.4351 +4257.4517 +4258.6943 +4259.0967 +4259.7192 +4260.5605 +4261.5322 +4262.1836 +4262.4746 +4262.6914 +4263.1660 +4263.8120 +4264.5557 +4265.3066 +4265.5400 +4267.4873 +4267.7280 +4268.7202 +4270.2656 +4271.1440 +4273.3716 +4274.0771 +4274.5601 +4275.2275 +4276.3628 +4278.0107 +4278.5181 +4278.7324 +4279.5273 +4280.2671 +4281.7725 +4282.2725 +4282.6191 +4283.2461 +4284.1025 +4284.7236 +4286.1807 +4286.3877 +4287.4346 +4288.2866 +4289.8755 +4290.8623 +4291.6006 +4293.0171 +4293.5132 +4294.9780 +4295.9272 +4296.7935 +4297.0239 +4298.5156 +4301.0488 +4301.3105 +4301.8594 +4303.7363 +4305.2002 +4306.1675 +4307.5781 +4308.3882 +4309.3340 +4309.8120 +4310.4512 +4313.0117 +4314.2104 +4314.5215 +4314.8154 +4315.5327 +4316.4678 +4317.1621 +4317.3232 +4317.5864 +4319.0542 +4319.6299 +4320.3115 +4321.3413 +4326.4902 +4327.0762 +4328.9312 +4329.9053 +4330.1328 +4331.6299 +4332.0615 +4332.4175 +4333.2480 +4333.5576 +4334.7798 +4335.1558 +4336.5571 +4338.2905 +4338.4966 +4339.3271 +4341.0913 +4342.1157 +4343.6650 +4344.6025 +4344.8247 +4345.1729 +4345.5479 +4346.3892 +4347.6582 +4348.8608 +4349.2861 +4349.8203 +4350.2949 +4351.4941 +4352.4951 +4353.4282 +4353.8359 +4354.0439 +4354.6724 +4355.7065 +4356.5444 +4356.7500 +4357.2690 +4358.8384 +4359.5449 +4360.5977 +4361.3926 +4361.9434 +4362.5332 +4363.2925 +4363.6982 +4365.0210 +4365.2666 +4367.1572 +4368.1929 +4368.6450 +4369.0586 +4371.1035 +4371.9814 +4372.5571 +4373.7188 +4375.3530 +4376.0142 +4377.1836 +4377.7603 +4379.4067 +4380.8975 +4381.5171 +4382.6328 +4383.0908 +4386.2886 +4386.9858 +4389.3345 +4390.2012 +4392.3442 +4392.6230 +4394.2085 +4394.9932 +4397.3740 +4397.7134 +4398.2446 +4399.1504 +4400.6416 +4401.3325 +4401.6221 +4402.2222 +4402.8174 +4403.4814 +4403.8364 +4404.1641 +4410.1211 +4411.1377 +4414.6143 +4414.8721 +4415.7261 +4416.0068 +4417.4771 +4418.0854 +4419.6563 +4421.0103 +4421.4990 +4422.7856 +4423.2900 +4424.9629 +4426.0801 +4427.2441 +4429.7969 +4430.8784 +4431.0664 +4431.4326 +4432.2402 +4433.4966 +4434.2075 +4434.7354 +4435.0825 +4436.0718 +4436.2017 +4436.9238 +4437.2939 +4437.5298 +4438.2417 +4439.9927 +4440.3696 +4440.7075 +4441.1260 +4441.8203 +4442.1123 +4442.8555 +4444.3340 +4444.9131 +4446.2817 +4447.1494 +4448.4780 +4449.0830 +4450.1284 +4450.7695 +4452.0537 +4453.8154 +4455.3896 +4456.0244 +4457.9590 +4458.4878 +4459.2524 +4459.9893 +4460.7993 +4461.8096 +4462.7798 +4464.9185 +4465.0869 +4465.3916 +4466.5938 +4467.2285 +4469.5747 +4470.4429 +4470.7798 +4472.2456 +4476.0151 +4476.4771 +4479.6602 +4479.8525 +4480.8945 +4481.5234 +4481.8027 +4483.0684 +4484.6050 +4488.1567 +4488.7549 +4489.5718 +4489.9399 +4490.9238 +4491.9312 +4492.2412 +4493.3608 +4494.5938 +4495.9517 +4496.2222 +4496.4985 +4497.5767 +4497.8994 +4499.1763 +4499.8003 +4500.2017 +4500.9658 +4501.2456 +4501.8389 +4504.1899 +4505.8940 +4506.4805 +4507.7373 +4509.0986 +4511.7910 +4511.9985 +4513.7490 +4514.4893 +4514.9458 +4515.3232 +4515.8164 +4516.3848 +4516.8940 +4518.3022 +4520.5269 +4522.4619 +4523.0083 +4523.5913 +4524.0518 +4525.3975 +4526.1064 +4526.7148 +4527.2979 +4528.9780 +4529.2905 +4529.6792 +4530.2441 +4531.5894 +4531.8228 +4532.9839 +4533.5288 +4534.3481 +4534.5752 +4535.3911 +4535.6738 +4536.5259 +4536.7617 +4537.2520 +4538.9150 +4542.2725 +4543.3247 +4544.6895 +4545.1431 +4545.7886 +4546.3262 +4547.1899 +4547.9507 +4548.5249 +4549.0337 +4549.6016 +4552.7500 +4553.4302 +4555.1143 +4557.0894 +4557.6641 +4559.6230 +4560.3350 +4560.5898 +4562.6260 +4563.3589 +4563.7544 +4564.9399 +4565.6846 +4566.1147 +4568.5200 +4569.4229 +4569.8037 +4572.2534 +4572.5010 +4572.8125 +4574.9854 +4575.3096 +4575.5879 +4576.5161 +4576.7080 +4578.0234 +4578.8647 +4580.6328 +4581.1108 +4582.4570 +4585.6519 +4589.7124 +4590.4077 +4590.5522 +4591.1836 +4593.9526 +4594.2539 +4594.9307 +4596.7080 +4597.3843 +4597.5952 +4600.0508 +4600.9932 +4602.1606 +4604.1758 +4604.4341 +4605.9429 +4607.1143 +4607.7925 +4608.6685 +4609.2256 +4609.9111 +4610.8589 +4611.3726 +4611.9189 +4613.1519 +4613.8354 +4614.8970 +4616.3169 +4616.6270 +4617.1768 +4617.7456 +4619.2002 +4620.7734 +4621.5352 +4621.7422 +4622.4575 +4623.4160 +4624.4116 +4625.1865 +4625.4316 +4625.6089 +4625.9727 +4626.3486 +4626.5703 +4626.7891 +4628.5938 +4629.4976 +4629.7368 +4633.0586 +4635.0630 +4638.5313 +4639.4248 +4639.9839 +4640.8184 +4641.0029 +4641.3457 +4644.8569 +4646.0078 +4647.9873 +4648.5522 +4649.2583 +4651.2798 +4651.5366 +4652.8579 +4653.2920 +4655.3091 +4656.5161 +4657.4888 +4657.8555 +4659.2056 +4660.8745 +4661.6987 +4663.8989 +4664.5078 +4666.2759 +4667.3110 +4667.8218 +4668.1045 +4669.4780 +4670.9731 +4671.2915 +4673.7446 +4674.9692 +4676.6846 +4677.3647 +4678.2813 +4679.5449 +4681.5479 +4681.9561 +4683.5425 +4684.0430 +4684.6626 +4687.5063 +4687.8833 +4691.6475 +4691.9351 +4692.3647 +4692.6582 +4692.9482 +4693.1978 +4695.4053 +4696.3521 +4696.7686 +4699.5391 +4701.4551 +4702.0864 +4703.6313 +4704.6738 +4705.3057 +4706.6152 +4707.0771 +4707.5679 +4708.3618 +4709.6113 +4712.1416 +4713.3237 +4713.7998 +4714.1592 +4715.9902 +4716.7500 +4718.7104 +4720.7627 +4721.3003 +4721.7793 +4722.1021 +4722.5972 +4722.9116 +4723.4097 +4724.7598 +4725.1060 +4726.0942 +4728.1904 +4729.1719 +4729.4556 +4730.4517 +4731.2026 +4731.9829 +4732.2051 +4733.3770 +4735.3696 +4737.2305 +4739.2422 +4741.0020 +4741.8550 +4742.2842 +4742.6299 +4743.4434 +4743.8931 +4745.0137 +4746.6646 +4748.9453 +4749.9194 +4750.5283 +4751.2998 +4753.7432 +4758.5503 +4762.4414 +4763.8564 +4765.6787 +4766.1973 +4766.9282 +4767.9336 +4769.3911 +4774.5757 +4776.6479 +4777.1289 +4778.1147 +4778.5269 +4779.6299 +4781.0645 +4782.0869 +4782.6265 +4782.8623 +4784.0981 +4784.9761 +4785.1992 +4785.3770 +4787.8687 +4788.4863 +4790.0171 +4790.7256 +4791.7769 +4792.8550 +4793.4219 +4794.5845 +4795.2456 +4797.2539 +4797.5835 +4801.5142 +4802.3940 +4804.0142 +4805.2988 +4806.9497 +4807.3638 +4809.4780 +4810.9585 +4813.2163 +4813.7202 +4814.3516 +4815.0654 +4815.2417 +4818.3667 +4819.9941 +4820.5396 +4821.8120 +4822.2319 +4822.9351 +4823.2119 +4823.3613 +4824.2026 +4824.5298 +4824.9536 +4825.3447 +4825.9966 +4828.0488 +4830.0088 +4831.1470 +4832.4712 +4832.9478 +4833.7734 +4834.1533 +4835.0264 +4838.7637 +4839.7065 +4841.8271 +4842.2017 +4843.5205 +4845.2949 +4845.5190 +4846.1089 +4846.2793 +4846.5166 +4848.6807 +4849.1641 +4849.7173 +4850.4951 +4851.2168 +4851.7954 +4854.2241 +4854.9644 +4857.6318 +4858.8955 +4859.4512 +4859.6895 +4862.5747 +4863.0752 +4864.5308 +4866.8364 +4867.2690 +4868.9155 +4869.6343 +4869.8877 +4870.2412 +4872.6494 +4873.3916 +4874.2778 +4875.7256 +4877.8569 +4878.3638 +4879.1753 +4879.3716 +4880.0957 +4880.7124 +4881.2261 +4882.5679 +4883.2168 +4883.6069 +4887.3491 +4888.2310 +4889.6265 +4890.4077 +4890.8560 +4891.2212 +4891.8237 +4892.4043 +4893.0269 +4894.1260 +4894.8120 +4896.3218 +4900.1719 +4900.6079 +4903.4233 +4904.1631 +4906.1206 +4908.5796 +4911.2139 +4911.5288 +4911.9199 +4912.1641 +4912.5068 +4912.7500 +4913.4146 +4913.9009 +4914.8506 +4915.4932 +4916.7881 +4919.1948 +4921.1895 +4922.9873 +4924.3188 +4925.7974 +4926.8003 +4927.3257 +4927.6284 +4928.6743 +4929.1563 +4930.4619 +4931.3613 +4934.5864 +4935.2295 +4935.7080 +4938.1528 +4939.2075 +4939.8833 +4940.4390 +4940.6489 +4941.0205 +4942.7949 +4943.2964 +4944.4434 +4945.0869 +4946.8384 +4948.0439 +4948.9561 +4951.6328 +4952.0078 +4954.0732 +4954.9146 +4958.6797 +4959.4824 +4960.1079 +4962.7661 +4963.1108 +4963.4468 +4964.5732 +4966.4653 +4967.1172 +4968.4492 +4969.0391 +4970.1421 +4971.4658 +4973.5474 +4976.4800 +4977.3374 +4977.9824 +4978.7798 +4981.5757 +4982.1460 +4982.3413 +4983.8770 +4984.9224 +4986.7632 +4987.3394 +4988.5381 +4988.9492 +4990.7002 +4993.5181 +4994.0298 +4995.1421 +4995.4990 +4999.2129 +5001.3345 +5001.6411 +5003.4927 +5004.9941 +5005.5239 +5009.5869 +5010.7319 +5011.3340 +5011.8149 +5012.8755 +5014.5630 +5016.1528 +5017.2886 +5017.9351 +5018.5620 +5018.9077 +5019.4536 +5021.2065 +5021.9463 +5022.6538 +5023.4058 +5023.5747 +5025.1099 +5030.0581 +5030.4141 +5031.0317 +5031.0396 +5031.2939 +5036.7412 +5038.1328 +5039.7065 +5040.6357 +5040.9316 +5042.0859 +5042.5283 +5043.0054 +5044.9209 +5046.1265 +5046.6548 +5047.7598 +5048.0444 +5048.4507 +5050.3442 +5051.2041 +5052.1924 +5053.2974 +5056.7568 +5059.3970 +5061.2720 +5063.0674 +5063.4487 +5064.3442 +5064.9272 +5065.4111 +5066.0142 +5066.3574 +5067.5483 +5068.1899 +5068.5508 +5069.3867 +5070.7520 +5076.0610 +5076.8804 +5080.5527 +5081.3237 +5082.8623 +5086.1162 +5086.4111 +5086.7129 +5087.5947 +5090.6377 +5091.4697 +5091.9644 +5096.4839 +5097.9053 +5099.4639 +5102.0425 +5102.5518 +5111.1572 +5112.7031 +5116.4707 +5118.7188 +5119.6284 +5123.9268 +5126.9170 +5127.3784 +5129.9185 +5131.6631 +5132.5015 +5134.5352 +5136.1768 +5137.5518 +5138.9043 +5142.2056 +5143.2153 +5144.7002 +5145.3496 +5146.7417 +5147.4893 +5149.6455 +5150.6416 +5153.0469 +5155.6792 +5160.0410 +5162.9775 +5163.7227 +5164.8970 +5167.2119 +5168.0947 +5170.3623 +5171.6631 +5175.1123 +5176.2397 +5176.7661 +5177.3530 +5177.6704 +5177.8452 +5178.4023 +5179.0645 +5179.9219 +5182.1636 +5183.9702 +5184.5332 +5185.0479 +5185.4331 +5185.8975 +5186.1753 +5187.8574 +5188.7817 +5189.1909 +5192.3174 +5195.2720 +5195.9038 +5197.2603 +5198.6831 +5200.2476 +5200.6113 +5203.4575 +5205.2969 +5206.6021 +5209.2515 +5211.1753 +5212.6816 +5214.8008 +5218.0493 +5218.2666 +5219.9805 +5220.5635 +5222.1606 +5222.3804 +5222.7251 +5229.6797 +5230.4507 +5232.6157 +5234.6821 +5235.5640 +5240.2715 +5241.0103 +5241.6553 +5249.1157 +5252.3340 +5254.9067 +5255.9272 +5259.8242 +5261.5684 +5262.9365 +5265.6987 +5267.0171 +5268.1763 +5271.2593 +5271.7329 +5274.1118 +5274.3945 +5274.5996 +5275.5869 +5277.8770 +5278.6143 +5278.9683 +5281.5547 +5281.8135 +5282.5381 +5283.0981 +5288.3584 +5291.3691 +5293.2886 +5295.8701 +5296.5615 +5297.7524 +5299.2173 +5299.7563 +5301.9980 +5302.8794 +5308.4629 +5308.9419 +5311.0869 +5311.7441 +5313.4800 +5314.0068 +5314.3823 +5316.7070 +5318.9741 +5319.9067 +5322.2505 +5324.3799 +5326.6255 +5326.9136 +5327.7593 +5328.4575 +5330.8569 +5331.1802 +5331.2383 +5331.5630 +5338.5000 +5341.9834 +5345.0674 +5346.7983 +5347.8647 +5349.4585 +5350.4932 +5350.9487 +5352.6147 +5353.3247 +5356.0908 +5357.1260 +5360.1963 +5361.3174 +5361.6406 +5362.6470 +5364.0664 +5366.9629 +5370.7749 +5370.9399 +5372.2031 +5374.1968 +5374.9888 +5376.3164 +5376.8477 +5377.2642 +5377.6255 +5378.2764 +5380.3315 +5380.6064 +5382.8677 +5384.4248 +5385.5332 +5388.1084 +5389.5488 +5394.0718 +5395.0991 +5395.4712 +5396.2603 +5399.0166 +5400.2026 +5400.4229 +5400.6753 +5401.1226 +5401.6465 +5404.1069 +5404.7012 +5408.2583 +5408.8472 +5409.1567 +5412.2729 +5417.0278 +5418.9917 +5420.6348 +5422.8589 +5423.1699 +5423.3433 +5425.5156 +5427.1865 +5427.9160 +5430.6143 +5432.6216 +5434.2754 +5434.8022 +5435.2114 +5435.6621 +5436.6338 +5437.2349 +5437.4038 +5438.8994 +5439.6489 +5441.5015 +5442.1143 +5442.7271 +5443.7603 +5444.6318 +5445.2021 +5448.6675 +5449.7861 +5450.9932 +5453.1665 +5453.7339 +5456.6680 +5460.4849 +5463.2534 +5464.1309 +5465.7241 +5468.6895 +5472.2793 +5479.0742 +5480.5977 +5482.4136 +5485.6704 +5489.3662 +5490.1543 +5490.4507 +5490.6138 +5491.6450 +5494.1699 +5494.7305 +5495.8574 +5497.4014 +5497.6646 +5499.7119 +5500.7837 +5501.1763 +5502.8101 +5503.4727 +5505.8306 +5507.6421 +5508.4492 +5509.0684 +5510.0889 +5511.5239 +5516.4048 +5520.5220 +5520.7686 +5523.2871 +5526.1172 +5526.4917 +5528.8306 +5529.7627 +5530.6328 +5531.6123 +5532.2339 +5537.5088 +5539.0942 +5540.1475 +5540.8003 +5541.4492 +5542.6855 +5543.1206 +5543.4751 +5544.4297 +5546.5894 +5547.3462 +5547.6611 +5548.6743 +5549.7168 +5552.9141 +5554.1655 +5557.0742 +5557.6924 +5558.5889 +5559.4653 +5559.8862 +5560.2461 +5561.4355 +5565.7466 +5569.5444 +5572.4736 +5572.7383 +5573.6421 +5574.0122 +5574.9009 +5576.4634 +5577.7529 +5579.2329 +5580.9072 +5581.6265 +5582.3042 +5583.5166 +5584.4165 +5585.3125 +5587.3979 +5588.5776 +5589.2861 +5590.3022 +5591.6650 +5595.1660 +5596.0137 +5596.6167 +5599.0298 +5600.0337 +5601.2095 +5602.6768 +5603.1582 +5604.4185 +5606.0718 +5607.9429 +5608.2896 +5611.1313 +5612.2383 +5613.6260 +5614.1753 +5616.8784 +5618.2505 +5618.8491 +5619.2012 +5621.5361 +5626.4746 +5627.2402 +5631.8594 +5634.8584 +5637.4434 +5641.3110 +5643.1230 +5643.3003 +5647.0918 +5647.2358 +5647.4614 +5648.0181 +5649.2744 +5650.2539 +5650.5591 +5652.2725 +5654.4707 +5655.5928 +5656.0879 +5657.0591 +5659.4956 +5660.6978 +5662.2300 +5664.6138 +5666.1934 +5666.7520 +5667.2007 +5667.9912 +5668.7007 +5675.4106 +5676.5610 +5678.6284 +5680.5811 +5683.4766 +5686.7695 +5688.9272 +5692.2725 +5693.2407 +5697.9717 +5699.8740 +5702.4990 +5704.2329 +5707.2197 +5708.6865 +5710.2627 +5717.3101 +5718.7568 +5721.2090 +5721.7695 +5725.8252 +5726.0518 +5726.9771 +5729.2993 +5731.5718 +5737.6211 +5741.1118 +5742.7632 +5743.4219 +5743.6768 +5748.7871 +5748.9790 +5750.3359 +5750.9829 +5751.3813 +5754.6221 +5762.1489 +5764.3926 +5765.1274 +5769.3774 +5769.7808 +5773.3608 +5773.7148 +5775.5474 +5779.0024 +5781.4375 +5791.2505 +5794.0361 +5797.6753 +5798.9268 +5800.0859 +5802.4380 +5803.6885 +5805.7505 +5807.3115 +5809.2920 +5810.2676 +5814.5845 +5817.0342 +5820.0630 +5821.2163 +5824.4082 +5827.8877 +5830.7261 +5831.4790 +5832.4438 +5833.9878 +5835.8809 +5840.5684 +5841.4702 +5842.2593 +5843.6689 +5845.4268 +5846.4111 +5847.5391 +5854.3027 +5855.0972 +5855.7432 +5857.1216 +5859.0728 +5861.9341 +5865.3433 +5868.4380 +5870.0010 +5871.4775 +5872.1797 +5872.8101 +5874.2305 +5875.6660 +5875.9790 +5876.6147 +5880.7559 +5884.2544 +5885.6641 +5887.3330 +5888.1626 +5889.8940 +5890.2163 +5891.5854 +5893.0840 +5896.3315 +5896.9155 +5897.9976 +5901.4795 +5904.2378 +5905.7954 +5906.8130 +5907.2075 +5912.8677 +5913.7241 +5915.0029 +5916.0244 +5916.3096 +5918.3672 +5920.5840 +5927.0454 +5928.7681 +5930.4556 +5931.5771 +5934.0708 +5938.0308 +5938.8071 +5939.3086 +5940.1021 +5940.4707 +5942.2114 +5944.0049 +5945.1118 +5946.2939 +5947.8823 +5950.4473 +5956.2349 +5957.2114 +5957.9087 +5962.4321 +5966.1245 +5969.9731 +5971.3911 +5973.2549 +5974.0898 +5975.3198 +5976.7202 +5977.8564 +5983.5420 +5983.7534 +5987.9253 +5988.9604 +5990.7041 +5992.6670 +5995.1538 +5995.7891 +5998.2905 +6000.6597 +6002.8652 +6003.3960 +6006.8281 +6007.3872 +6008.7358 +6011.8252 +6013.1982 +6015.3433 +6017.0879 +6018.0249 +6020.6602 +6021.9385 +6022.7031 +6023.0786 +6024.8921 +6026.8184 +6027.7139 +6029.9409 +6030.8950 +6031.3198 +6032.1147 +6033.7979 +6034.5430 +6036.8638 +6038.4341 +6039.3691 +6040.3530 +6044.2632 +6044.8965 +6046.1064 +6048.5718 +6050.7261 +6052.6577 +6054.3989 +6055.0571 +6057.2705 +6059.8589 +6061.0508 +6063.2148 +6066.4307 +6067.4595 +6068.7603 +6070.7012 +6072.0225 +6074.7847 +6078.7876 +6079.5552 +6080.1040 +6080.9053 +6082.9263 +6087.0596 +6087.5645 +6088.9473 +6089.7153 +6092.1343 +6098.8818 +6099.8086 +6100.4912 +6100.7715 +6101.6772 +6103.4141 +6107.3252 +6109.2241 +6114.5293 +6115.1582 +6116.2314 +6116.6162 +6117.8589 +6121.3936 +6122.2510 +6123.1021 +6123.9092 +6125.0566 +6125.5283 +6125.7642 +6126.1758 +6127.4355 +6129.1123 +6131.2427 +6135.5122 +6139.6250 +6140.3457 +6146.4590 +6147.1421 +6152.3857 +6153.6958 +6155.7720 +6156.2197 +6156.9419 +6157.2852 +6158.7920 +6163.0581 +6163.8750 +6164.6748 +6166.1851 +6166.8286 +6171.5293 +6171.8809 +6173.9858 +6174.8042 +6180.1411 +6182.4150 +6184.3320 +6188.8467 +6189.8374 +6190.8574 +6193.6187 +6195.5703 +6199.9375 +6202.1479 +6202.8159 +6205.2090 +6207.5771 +6208.9375 +6209.4683 +6210.4048 +6217.6582 +6221.7324 +6223.0405 +6226.2495 +6228.0923 +6234.6992 +6235.9214 +6236.5806 +6241.4385 +6242.6802 +6244.8477 +6246.7690 +6247.3462 +6247.9019 +6250.1333 +6252.2144 +6259.1543 +6260.3379 +6263.1499 +6266.4463 +6267.3364 +6267.9067 +6269.9336 +6273.2788 +6275.8521 +6277.9004 +6278.9741 +6280.3818 +6280.9028 +6281.7144 +6287.0161 +6287.7837 +6288.9941 +6291.2275 +6292.9312 +6293.3687 +6293.8003 +6294.6313 +6294.9829 +6298.6138 +6300.6450 +6302.6592 +6303.1553 +6304.9937 +6305.9858 +6309.4019 +6310.9053 +6312.5552 +6314.3682 +6316.0156 +6317.5215 +6318.9297 +6323.0483 +6323.5684 +6326.1470 +6328.1162 +6329.0278 +6333.1646 +6334.2632 +6334.8975 +6337.1577 +6339.3730 +6341.4209 +6344.6128 +6347.8755 +6349.9868 +6350.4922 +6357.3867 +6357.6675 +6358.7803 +6359.4351 +6360.3789 +6360.8921 +6361.4326 +6364.0107 +6366.6533 +6370.8999 +6371.3354 +6373.7051 +6378.6934 +6380.5234 +6381.4370 +6383.1240 +6383.5229 +6386.4819 +6389.1611 +6390.5796 +6391.1563 +6391.8955 +6392.9438 +6394.1357 +6395.5649 +6395.8174 +6396.4966 +6398.7183 +6400.9756 +6401.7188 +6402.4658 +6404.7827 +6408.2173 +6413.6714 +6415.3872 +6417.3110 +6418.0811 +6420.1445 +6423.8828 +6424.6724 +6426.5884 +6430.5508 +6433.3330 +6438.4487 +6439.5400 +6440.0889 +6440.6953 +6440.8506 +6443.6797 +6445.6406 +6447.4219 +6448.5522 +6451.7881 +6452.7383 +6453.8418 +6457.0483 +6459.0664 +6462.2603 +6462.8447 +6469.4624 +6473.0010 +6484.8740 +6487.1680 +6489.2734 +6490.6763 +6492.5308 +6494.9917 +6495.5723 +6495.7637 +6497.0522 +6497.8242 +6499.2871 +6500.9019 +6501.4414 +6502.4541 +6503.1572 +6503.7886 +6505.3081 +6508.7847 +6510.1587 +6510.8491 +6514.1631 +6515.6460 +6523.8452 +6524.3018 +6533.1465 +6536.4111 +6537.9502 +6538.9844 +6539.4204 +6539.9185 +6543.8569 +6547.5269 +6551.9966 +6553.5151 +6555.9707 +6560.6870 +6561.8696 +6566.2573 +6566.8833 +6571.4468 +6577.9385 +6579.0317 +6579.4722 +6582.0474 +6585.7241 +6586.4316 +6587.5132 +6590.3594 +6593.3052 +6595.2842 +6595.7603 +6597.9360 +6600.5005 +6601.3052 +6602.5542 +6604.5859 +6605.4448 +6606.6777 +6607.2412 +6615.2007 +6618.8857 +6619.3433 +6619.9951 +6621.7744 +6622.7949 +6633.9155 +6635.2900 +6640.0542 +6640.7456 +6641.5742 +6645.5327 +6646.4990 +6648.3755 +6650.3311 +6650.7944 +6656.2051 +6657.3267 +6658.7764 +6660.5156 +6662.5151 +6664.1079 +6665.5366 +6665.8906 +6668.1992 +6670.6577 +6675.4219 +6676.5396 +6679.1255 +6680.5503 +6681.9253 +6685.2124 +6686.1382 +6689.3667 +6694.5737 +6695.8550 +6696.3447 +6697.9888 +6699.5615 +6702.6001 +6713.1050 +6715.8237 +6719.2397 +6721.0547 +6724.7461 +6728.1660 +6729.3159 +6729.9756 +6730.6172 +6731.7905 +6734.5078 +6735.6079 +6740.0405 +6743.7827 +6744.7461 +6747.9980 +6753.2905 +6754.6978 +6755.5244 +6758.3179 +6758.9751 +6760.0688 +6768.4790 +6771.9751 +6774.0435 +6774.9663 +6780.1831 +6781.1953 +6781.9961 +6782.2842 +6789.6094 +6790.7139 +6793.1089 +6797.6738 +6800.3628 +6802.3413 +6809.1973 +6810.4102 +6810.9790 +6811.1968 +6811.3887 +6811.5566 +6812.4287 +6814.3716 +6814.6553 +6817.4932 +6825.3916 +6826.5605 +6829.1333 +6830.9204 +6831.2319 +6834.7783 +6836.8110 +6841.1821 +6848.3687 +6853.7754 +6854.2456 +6855.4150 +6856.0010 +6856.4043 +6857.2070 +6857.5811 +6863.1626 +6864.7627 +6865.4292 +6868.2617 +6868.6582 +6870.3462 +6873.1855 +6876.6504 +6881.4805 +6884.7100 +6888.3076 +6888.9878 +6890.0742 +6891.2036 +6894.1514 +6896.1323 +6902.6670 +6904.1143 +6910.8965 +6911.7554 +6913.1328 +6916.6201 +6918.0366 +6921.9482 +6926.9194 +6938.5664 +6939.5776 +6944.4531 +6945.5259 +6947.4063 +6948.1294 +6953.3950 +6954.8848 +6956.5742 +6957.2334 +6962.1699 +6964.2319 +6967.3521 +6971.2197 +6983.0088 +6987.3984 +6987.9570 +6991.5835 +6994.1411 +6994.6255 +6994.9663 +6995.9165 +6998.6875 +7001.5547 +7002.7349 +7004.8140 +7009.0283 +7016.9028 +7017.2520 +7020.5024 +7022.4194 +7023.2192 +7027.1621 +7028.3989 +7029.9609 +7032.1899 +7034.8701 +7038.2231 +7040.6611 +7047.7397 +7055.5645 +7056.3628 +7060.4355 +7061.4717 +7061.9883 +7062.6006 +7063.3413 +7066.3994 +7069.1670 +7070.6851 +7073.0439 +7073.4297 +7074.3442 +7076.2070 +7077.2842 +7079.3208 +7086.1221 +7088.6587 +7090.7778 +7091.2939 +7102.4722 +7109.4380 +7111.1426 +7111.8208 +7114.8804 +7115.9492 +7116.3599 +7126.5249 +7127.7847 +7132.1504 +7132.6899 +7133.3247 +7134.5767 +7142.4297 +7144.2998 +7149.0112 +7150.5293 +7152.2549 +7155.5596 +7158.9141 +7160.8120 +7161.9199 +7164.5313 +7169.1782 +7170.8711 +7172.3369 +7175.3496 +7178.1641 +7178.6992 +7190.5137 +7193.1147 +7202.0298 +7203.7939 +7204.1758 +7204.5015 +7208.4692 +7208.9668 +7209.9932 +7214.6772 +7220.0435 +7221.1411 +7222.9712 +7227.1011 +7231.9307 +7231.9312 +7232.8550 +7235.5303 +7242.1802 +7244.0879 +7246.6929 +7248.1250 +7252.5879 +7255.6748 +7257.3535 +7258.9858 +7260.1772 +7267.1748 +7272.6675 +7274.9404 +7286.9102 +7287.4512 +7298.2764 +7300.1543 +7307.4170 +7313.7300 +7317.0811 +7318.0205 +7325.2280 +7326.8252 +7328.1670 +7330.3042 +7331.5107 +7337.5981 +7341.6255 +7343.1738 +7344.5996 +7347.4229 +7348.3667 +7350.0776 +7352.8389 +7355.3188 +7360.3721 +7363.3750 +7372.8564 +7374.1489 +7378.9097 +7382.4595 +7386.0146 +7387.5352 +7395.0166 +7395.4741 +7404.2910 +7413.0098 +7413.7783 +7414.3789 +7419.8345 +7420.5938 +7424.3569 +7425.8496 +7427.3394 +7430.9863 +7432.2993 +7437.4155 +7438.3447 +7442.5420 +7446.7993 +7449.8994 +7457.2607 +7460.8076 +7463.9292 +7465.0464 +7471.1133 +7473.2212 +7483.4146 +7485.6865 +7486.3877 +7490.0356 +7495.4912 +7497.6279 +7501.0674 +7502.7212 +7505.9355 +7510.5464 +7512.4766 +7513.4180 +7513.8584 +7516.7212 +7520.8525 +7525.2065 +7527.5801 +7530.5625 +7533.2173 +7538.5117 +7539.5044 +7551.3931 +7557.4058 +7567.9351 +7568.6133 +7569.8257 +7571.5962 +7572.6440 +7573.1177 +7575.4292 +7591.4038 +7600.2969 +7609.9175 +7620.4414 +7622.1748 +7627.8042 +7629.2744 +7630.9819 +7632.4106 +7634.2310 +7637.2075 +7639.4873 +7640.8828 +7649.4844 +7653.8511 +7654.4268 +7655.9355 +7656.8066 +7660.4326 +7662.1318 +7662.9990 +7668.6782 +7671.0718 +7672.1689 +7674.3672 +7678.3325 +7680.2397 +7685.1338 +7687.4229 +7693.8877 +7695.9194 +7701.5225 +7701.8989 +7703.2275 +7705.8057 +7706.9375 +7712.3911 +7714.5278 +7716.0615 +7723.3276 +7725.8872 +7726.3330 +7731.0786 +7733.8667 +7744.6943 +7746.0864 +7763.8491 +7764.8677 +7774.0850 +7778.8125 +7780.6323 +7784.4575 +7789.9429 +7791.0771 +7800.5034 +7812.7734 +7815.6260 +7816.1226 +7816.4731 +7818.3037 +7819.9180 +7824.5400 +7836.6138 +7837.7769 +7838.6157 +7842.4556 +7843.9487 +7844.4233 +7849.6987 +7850.6138 +7864.0732 +7864.0742 +7866.1855 +7868.1338 +7870.3599 +7874.7979 +7877.6294 +7879.2432 +7888.4531 +7893.2461 +7895.7910 +7898.6250 +7901.7964 +7902.4937 +7918.6201 +7927.1719 +7927.9282 +7939.9165 +7943.9102 +7950.3623 +7956.7798 +7959.1626 +7974.7886 +7976.3521 +7981.1675 +7983.4209 +7990.1699 +7993.5635 +7995.8789 +8002.2451 +8008.3584 +8016.9897 +8019.7324 +8024.4072 +8026.4600 +8027.9341 +8028.4209 +8032.4087 +8034.6401 +8039.4287 +8048.3296 +8052.8618 +8055.5234 +8056.7510 +8064.8477 +8077.8726 +8087.4429 +8091.7100 +8094.4629 +8095.8501 +8096.2817 +8105.9214 +8117.5430 +8121.4141 +8124.9575 +8131.6411 +8140.7124 +8142.1411 +8145.3765 +8151.9424 +8154.6230 +8159.7861 +8161.9707 +8165.3652 +8168.6929 +8172.0322 +8179.4268 +8189.1616 +8193.1367 +8196.6475 +8200.6963 +8204.4014 +8209.7344 +8211.7031 +8216.4053 +8219.4854 +8233.6699 +8237.2021 +8254.6621 +8255.8838 +8257.0117 +8261.7813 +8263.2852 +8266.7939 +8277.9023 +8290.6924 +8294.8066 +8297.8301 +8299.4580 +8306.7080 +8313.9160 +8323.1426 +8332.7393 +8337.9980 +8343.7695 +8358.3584 +8358.3652 +8361.0225 +8362.7881 +8368.3730 +8369.6924 +8371.6406 +8381.5293 +8387.0273 +8388.0322 +8389.4102 +8390.8408 +8400.4854 +8401.5654 +8404.2979 +8406.1064 +8410.5205 +8414.2285 +8419.0391 +8420.3115 +8423.5391 +8426.9619 +8434.8105 +8447.8076 +8448.8330 +8452.9980 +8458.6699 +8466.5625 +8467.9971 +8474.1543 +8480.6885 +8492.6396 +8503.0156 +8512.9629 +8514.2480 +8518.8945 +8523.7842 +8542.1396 +8544.4346 +8546.0703 +8546.9434 +8557.2949 +8558.6768 +8560.7979 +8562.7871 +8570.5635 +8575.4756 +8577.6865 +8579.6318 +8589.9922 +8594.1982 +8595.4697 +8602.1172 +8606.3799 +8608.1396 +8618.5879 +8622.8281 +8623.6904 +8631.5117 +8633.7275 +8640.7354 +8641.8145 +8647.6826 +8651.5254 +8658.2529 +8664.5156 +8667.8652 +8670.3252 +8677.7813 +8680.7920 +8690.2334 +8703.5107 +8706.0928 +8707.2510 +8709.7510 +8711.6260 +8712.8066 +8715.2451 +8716.0479 +8722.0234 +8724.0547 +8724.8535 +8726.1143 +8726.7725 +8734.8223 +8736.4219 +8742.1816 +8750.4336 +8751.5732 +8753.6094 +8760.6484 +8762.8555 +8764.0928 +8769.1533 +8774.2695 +8775.2148 +8777.9834 +8785.1279 +8786.9756 +8792.7900 +8794.4727 +8800.5879 +8801.5049 +8807.0078 +8812.6738 +8818.5947 +8820.1650 +8832.1172 +8843.6104 +8844.5020 +8852.3457 +8855.2227 +8857.3389 +8871.2676 +8877.6689 +8891.6348 +8895.4277 +8901.7402 +8908.1035 +8909.4785 +8913.3027 +8922.6504 +8930.5439 +8944.1162 +8951.5801 +8958.3057 +8960.4453 +8964.6074 +8970.1025 +8972.3301 +8987.7480 +8989.8760 +8993.3623 +8997.6592 +9000.3467 +9010.9375 +9012.3564 +9015.0010 +9019.0654 +9020.0664 +9034.2988 +9038.4004 +9040.3750 +9041.1729 +9042.6045 +9047.8369 +9050.7344 +9055.9707 +9058.5674 +9065.0518 +9066.4482 +9068.6006 +9070.5127 +9072.0723 +9074.7686 +9077.8857 +9093.3145 +9097.3262 +9109.7256 +9114.0313 +9125.4717 +9134.7793 +9137.1992 +9143.0645 +9161.5479 +9168.4102 +9173.3389 +9181.2979 +9190.0869 +9196.1152 +9197.1621 +9202.2090 +9206.4873 +9211.1084 +9218.4492 +9227.0303 +9230.0439 +9235.0293 +9236.3916 +9241.8613 +9253.1162 +9262.8662 +9266.2354 +9268.7500 +9269.4629 +9270.2324 +9272.6943 +9278.8193 +9292.1113 +9294.0811 +9297.5244 +9302.5645 +9310.4502 +9312.9990 +9320.2861 +9338.7139 +9338.7246 +9343.2686 +9356.7871 +9363.5566 +9385.8477 +9391.5068 +9393.1621 +9401.6680 +9411.9297 +9416.6709 +9423.0820 +9434.1865 +9434.8691 +9439.4014 +9457.7959 +9463.6230 +9469.7920 +9473.2793 +9477.4775 +9489.5283 +9496.6484 +9498.1025 +9499.7949 +9502.9053 +9508.0000 +9510.2607 +9511.0596 +9538.2715 +9550.6494 +9563.8682 +9579.9746 +9585.4424 +9598.0225 +9616.3281 +9632.2109 +9635.2861 +9660.4355 +9667.3496 diff --git a/noao/lib/linelists/vacthorium.dat b/noao/lib/linelists/vacthorium.dat new file mode 100644 index 00000000..f0ba0da8 --- /dev/null +++ b/noao/lib/linelists/vacthorium.dat @@ -0,0 +1,3057 @@ +# units Angstroms +3185.8696 +3189.1560 +3205.2471 +3206.0176 +3211.2363 +3212.1218 +3212.9497 +3214.5024 +3221.2810 +3228.7346 +3229.9419 +3235.9297 +3236.7739 +3239.8691 +3242.0432 +3243.3147 +3244.6245 +3245.3848 +3246.6965 +3250.7378 +3252.8542 +3254.8047 +3257.2126 +3258.3059 +3259.0615 +3263.6094 +3272.9700 +3274.8594 +3276.0117 +3277.1155 +3281.3164 +3282.6472 +3283.5625 +3286.6992 +3287.5300 +3288.7366 +3292.6875 +3293.4692 +3294.6475 +3298.9998 +3300.6191 +3305.1895 +3306.2554 +3308.1804 +3310.3181 +3314.6321 +3315.7808 +3322.4065 +3323.0493 +3328.1501 +3330.6863 +3331.4351 +3334.0876 +3335.5632 +3337.1211 +3338.8301 +3341.6858 +3347.5181 +3349.7307 +3355.1438 +3359.5674 +3361.9639 +3365.6521 +3366.3052 +3367.4844 +3372.7654 +3373.7920 +3374.4612 +3375.9441 +3377.4055 +3379.5437 +3381.8306 +3384.0781 +3386.5037 +3387.4727 +3389.5037 +3393.0085 +3397.7029 +3398.4915 +3399.5200 +3402.6870 +3403.6716 +3406.5356 +3409.7280 +3411.0542 +3413.9919 +3416.8643 +3418.4780 +3422.1912 +3423.6377 +3424.9719 +3428.0747 +3429.9824 +3432.7942 +3434.9834 +3435.7117 +3436.9622 +3437.7126 +3438.2925 +3440.3843 +3443.5657 +3447.5352 +3452.6912 +3453.6709 +3455.0847 +3458.0593 +3463.8425 +3465.1196 +3466.0552 +3466.7573 +3469.2129 +3470.3389 +3470.9146 +3472.2124 +3472.9534 +3477.7429 +3479.2283 +3480.1689 +3481.5017 +3483.7581 +3487.5493 +3490.5063 +3492.5352 +3494.5181 +3496.7000 +3497.8113 +3499.0105 +3499.6221 +3502.8687 +3506.4976 +3510.7822 +3512.1616 +3515.3928 +3519.4102 +3521.0002 +3522.9211 +3524.5134 +3527.6423 +3529.4202 +3529.9631 +3530.3950 +3531.5242 +3532.4600 +3534.1926 +3536.3303 +3537.0215 +3540.5986 +3543.5100 +3545.0305 +3548.3513 +3549.5283 +3550.6101 +3552.4167 +3555.3210 +3556.0288 +3557.9199 +3560.5247 +3562.0476 +3562.7983 +3566.0481 +3570.8396 +3573.4124 +3577.6367 +3582.6309 +3583.3770 +3584.1248 +3585.1985 +3589.4648 +3592.4773 +3593.8047 +3599.1462 +3602.0618 +3605.7102 +3607.5505 +3609.4063 +3610.4749 +3613.4580 +3613.8972 +3616.1636 +3616.8813 +3619.3950 +3620.2439 +3623.8284 +3633.8657 +3635.6182 +3636.9797 +3643.2871 +3644.5508 +3650.2893 +3650.7747 +3653.2087 +3655.5032 +3657.7356 +3659.8511 +3660.6721 +3661.4800 +3662.6646 +3664.2456 +3668.0256 +3669.1846 +3672.5854 +3673.3462 +3673.5676 +3674.8396 +3675.9377 +3676.1838 +3676.6143 +3676.8362 +3677.0061 +3677.1892 +3679.3176 +3679.5281 +3680.1816 +3680.5918 +3680.7581 +3681.1084 +3681.4954 +3681.6531 +3682.9316 +3683.5347 +3685.9819 +3688.7197 +3689.0339 +3689.8105 +3691.6743 +3692.4624 +3692.6648 +3693.6177 +3695.2300 +3696.3408 +3697.0254 +3698.0828 +3698.7959 +3699.1584 +3700.9336 +3702.0405 +3704.2837 +3704.8284 +3705.9158 +3707.8218 +3712.3604 +3712.6790 +3716.6174 +3716.9185 +3717.6406 +3718.2288 +3718.8867 +3719.2642 +3720.4927 +3720.8943 +3721.3655 +3722.2734 +3722.8840 +3724.7151 +3726.4529 +3727.7847 +3728.6724 +3728.9629 +3730.3694 +3731.4294 +3731.8093 +3734.0466 +3734.7339 +3738.5752 +3738.9517 +3741.9185 +3742.2468 +3743.9875 +3744.5728 +3745.8015 +3746.7241 +3747.0356 +3748.6045 +3749.3489 +3750.1497 +3751.5598 +3752.0879 +3753.6365 +3754.3088 +3754.5842 +3755.0977 +3755.6602 +3756.2793 +3757.3618 +3758.7620 +3759.5352 +3759.7744 +3764.5750 +3766.3401 +3767.1890 +3767.5173 +3768.9709 +3771.1270 +3771.5911 +3772.4421 +3773.7217 +3774.8293 +3777.3438 +3778.4897 +3782.3931 +3784.0874 +3784.3711 +3785.6501 +3785.8689 +3786.3555 +3786.6750 +3787.4575 +3787.9583 +3790.2439 +3791.4324 +3791.8713 +3793.4509 +3793.8069 +3795.2283 +3796.4575 +3799.1816 +3800.4609 +3801.2771 +3802.5225 +3804.1548 +3805.0637 +3806.9004 +3808.9548 +3809.2097 +3810.5374 +3810.9163 +3814.1504 +3817.2498 +3819.7700 +3821.8770 +3822.5156 +3823.2334 +3823.9465 +3824.1523 +3824.5425 +3826.2183 +3826.7583 +3827.4546 +3827.8928 +3829.4707 +3831.1472 +3831.8606 +3832.7271 +3834.1733 +3835.7666 +3836.7996 +3837.6738 +3838.9641 +3840.7847 +3841.8899 +3842.6082 +3843.0498 +3843.9866 +3845.8215 +3846.4961 +3847.9788 +3851.6733 +3853.2278 +3855.6038 +3857.4482 +3860.9343 +3862.4470 +3863.1470 +3863.5168 +3864.5012 +3868.0054 +3868.6750 +3869.3513 +3869.6250 +3870.7603 +3872.7148 +3873.2349 +3873.8201 +3874.2458 +3874.5723 +3874.9207 +3875.3423 +3875.9602 +3876.4717 +3876.7449 +3878.5620 +3879.7617 +3880.3684 +3880.5452 +3880.7439 +3881.2947 +3881.4333 +3882.5979 +3883.2432 +3885.6252 +3885.9233 +3886.3262 +3886.8691 +3888.0173 +3891.0083 +3892.5044 +3892.8289 +3893.0820 +3894.7551 +3895.7634 +3896.5229 +3899.5422 +3899.9014 +3900.1357 +3901.6819 +3901.9839 +3902.7673 +3904.2078 +3904.5869 +3905.1885 +3906.2927 +3908.2671 +3908.6499 +3909.8562 +3910.0869 +3910.2461 +3911.8811 +3912.6838 +3913.0171 +3914.7534 +3915.2710 +3916.4043 +3916.9580 +3917.5269 +3918.3789 +3919.1799 +3919.6213 +3920.1335 +3922.8906 +3923.3293 +3924.9104 +3925.5144 +3926.2048 +3926.8303 +3927.1572 +3928.9182 +3929.7356 +3930.4028 +3930.7817 +3931.4431 +3932.3696 +3933.3396 +3934.0249 +3934.3511 +3934.7749 +3935.3879 +3937.4678 +3937.7864 +3938.1553 +3939.0386 +3939.7295 +3943.1892 +3945.3696 +3946.6238 +3946.9368 +3947.2622 +3948.4480 +3948.6218 +3949.1477 +3950.0967 +3951.5129 +3951.9231 +3952.6333 +3953.8794 +3956.2893 +3957.0100 +3957.8108 +3960.4207 +3961.3901 +3963.5410 +3964.5903 +3965.1521 +3965.8472 +3968.0867 +3968.5144 +3969.5898 +3970.1255 +3970.7871 +3973.2783 +3973.7632 +3974.3201 +3975.6008 +3975.8835 +3976.5918 +3977.5396 +3980.1687 +3980.4817 +3981.2156 +3981.8809 +3982.2327 +3982.9546 +3983.2285 +3984.0222 +3986.0066 +3987.2012 +3988.3335 +3989.7275 +3989.9736 +3991.6206 +3992.8596 +3993.1824 +3993.4016 +3994.4280 +3995.6787 +3995.9214 +3997.1917 +3997.7988 +3998.9958 +3999.5344 +3999.8640 +4000.0835 +4001.4121 +4002.1895 +4003.0251 +4004.2375 +4004.4407 +4004.7061 +4006.2253 +4006.4954 +4007.0942 +4007.5134 +4008.1519 +4009.3430 +4010.1443 +4012.7253 +4012.8735 +4013.6292 +4014.9912 +4015.6492 +4015.8511 +4019.2349 +4020.2649 +4021.4902 +4022.2864 +4022.8872 +4023.2041 +4024.4751 +4025.9402 +4026.7935 +4028.1472 +4030.9646 +4031.4316 +4031.9812 +4035.3860 +4036.0618 +4036.6001 +4037.1882 +4037.7056 +4038.7019 +4039.3696 +4039.9453 +4041.0061 +4042.0571 +4042.3455 +4044.0361 +4044.2725 +4044.5371 +4045.5605 +4046.0698 +4046.3696 +4047.1084 +4048.6250 +4049.4314 +4050.6802 +4051.0889 +4052.0317 +4052.6438 +4054.0659 +4054.6724 +4055.4468 +4055.6709 +4059.0872 +4060.3992 +4064.5544 +4065.4792 +4066.7668 +4068.5994 +4070.3506 +4070.4324 +4070.6104 +4071.3877 +4072.9011 +4073.1465 +4073.5352 +4073.7786 +4075.0066 +4075.7927 +4076.6538 +4077.0581 +4077.7798 +4078.0940 +4079.4529 +4080.0264 +4080.7253 +4081.5098 +4081.8577 +4082.5200 +4082.7434 +4083.2341 +4083.5396 +4084.6216 +4085.7722 +4086.1951 +4086.4097 +4086.5874 +4087.6741 +4088.4387 +4089.8806 +4090.2922 +4092.5027 +4094.5476 +4094.8269 +4095.9031 +4097.2319 +4098.9043 +4099.8887 +4100.0898 +4101.4990 +4103.7754 +4105.0703 +4105.5405 +4105.9966 +4107.0737 +4108.2095 +4109.0205 +4109.5791 +4110.4829 +4111.9863 +4113.9150 +4116.9199 +4117.8755 +4119.6514 +4125.2041 +4128.5762 +4129.2144 +4129.8047 +4130.6763 +4132.1670 +4132.8892 +4133.9189 +4135.2339 +4135.4897 +4136.6465 +4139.2075 +4141.4028 +4141.5537 +4142.8003 +4143.6426 +4143.8696 +4144.8179 +4148.7095 +4149.3516 +4149.8970 +4152.3159 +4155.8921 +4157.6885 +4159.7627 +4160.8325 +4162.9121 +4163.6821 +4164.8208 +4165.1216 +4165.3535 +4165.4287 +4166.9404 +4169.2217 +4169.8096 +4171.7090 +4172.5171 +4173.8018 +4174.6240 +4175.6162 +4179.2368 +4179.5435 +4180.0259 +4181.1377 +4183.0625 +4184.1128 +4185.3169 +4186.3237 +4188.3213 +4191.8940 +4192.2104 +4193.5435 +4194.1982 +4196.1138 +4199.5000 +4201.8574 +4208.7974 +4209.5962 +4210.0762 +4210.3818 +4212.1094 +4214.2544 +4214.5649 +4216.0161 +4216.8149 +4217.2573 +4217.5596 +4218.6187 +4219.8535 +4221.2539 +4221.9214 +4222.3418 +4222.8813 +4223.8267 +4224.6304 +4225.4312 +4225.8052 +4227.4897 +4227.9165 +4228.1782 +4228.5776 +4229.3486 +4229.6069 +4230.3384 +4230.6455 +4231.0552 +4231.6182 +4232.0156 +4234.4790 +4236.6558 +4237.2397 +4238.4126 +4240.9810 +4241.7886 +4242.2891 +4243.1670 +4243.9146 +4244.2144 +4244.4561 +4245.1191 +4248.7944 +4249.1851 +4249.5869 +4250.6729 +4250.8760 +4251.5112 +4251.9717 +4252.3813 +4254.7358 +4255.0645 +4256.4351 +4257.4517 +4258.6943 +4259.0967 +4259.7192 +4260.5605 +4261.5322 +4262.1836 +4262.4746 +4262.6914 +4263.1660 +4263.8120 +4264.5557 +4265.3066 +4265.5400 +4267.4873 +4267.7280 +4268.7202 +4270.2656 +4271.1440 +4273.3716 +4274.0771 +4274.5601 +4275.2275 +4276.3628 +4278.0107 +4278.5181 +4278.7324 +4279.5273 +4280.2671 +4281.7725 +4282.2725 +4282.6191 +4283.2461 +4284.1025 +4284.7236 +4286.1807 +4286.3877 +4287.4346 +4288.2866 +4289.8755 +4290.8623 +4291.6006 +4293.0171 +4293.5132 +4294.9780 +4295.9272 +4296.7935 +4297.0239 +4298.5156 +4301.0488 +4301.3105 +4301.8594 +4303.7363 +4305.2002 +4306.1675 +4307.5781 +4308.3882 +4309.3340 +4309.8120 +4310.4512 +4313.0117 +4314.2104 +4314.5215 +4314.8154 +4315.5327 +4316.4678 +4317.1621 +4317.3232 +4317.5864 +4319.0542 +4319.6299 +4320.3115 +4321.3413 +4326.4902 +4327.0762 +4328.9312 +4329.9053 +4330.1328 +4331.6299 +4332.0615 +4332.4175 +4333.2480 +4333.5576 +4334.7798 +4335.1558 +4336.5571 +4338.2905 +4338.4966 +4339.3271 +4341.0913 +4342.1157 +4343.6650 +4344.6025 +4344.8247 +4345.1729 +4345.5479 +4346.3892 +4347.6582 +4348.8608 +4349.2861 +4349.8203 +4350.2949 +4351.4941 +4352.4951 +4353.4282 +4353.8359 +4354.0439 +4354.6724 +4355.7065 +4356.5444 +4356.7500 +4357.2690 +4358.8384 +4359.5449 +4360.5977 +4361.3926 +4361.9434 +4362.5332 +4363.2925 +4363.6982 +4365.0210 +4365.2666 +4367.1572 +4368.1929 +4368.6450 +4369.0586 +4371.1035 +4371.9814 +4372.5571 +4373.7188 +4375.3530 +4376.0142 +4377.1836 +4377.7603 +4379.4067 +4380.8975 +4381.5171 +4382.6328 +4383.0908 +4386.2886 +4386.9858 +4389.3345 +4390.2012 +4392.3442 +4392.6230 +4394.2085 +4394.9932 +4397.3740 +4397.7134 +4398.2446 +4399.1504 +4400.6416 +4401.3325 +4401.6221 +4402.2222 +4402.8174 +4403.4814 +4403.8364 +4404.1641 +4410.1211 +4411.1377 +4414.6143 +4414.8721 +4415.7261 +4416.0068 +4417.4771 +4418.0854 +4419.6563 +4421.0103 +4421.4990 +4422.7856 +4423.2900 +4424.9629 +4426.0801 +4427.2441 +4429.7969 +4430.8784 +4431.0664 +4431.4326 +4432.2402 +4433.4966 +4434.2075 +4434.7354 +4435.0825 +4436.0718 +4436.2017 +4436.9238 +4437.2939 +4437.5298 +4438.2417 +4439.9927 +4440.3696 +4440.7075 +4441.1260 +4441.8203 +4442.1123 +4442.8555 +4444.3340 +4444.9131 +4446.2817 +4447.1494 +4448.4780 +4449.0830 +4450.1284 +4450.7695 +4452.0537 +4453.8154 +4455.3896 +4456.0244 +4457.9590 +4458.4878 +4459.2524 +4459.9893 +4460.7993 +4461.8096 +4462.7798 +4464.9185 +4465.0869 +4465.3916 +4466.5938 +4467.2285 +4469.5747 +4470.4429 +4470.7798 +4472.2456 +4476.0151 +4476.4771 +4479.6602 +4479.8525 +4480.8945 +4481.5234 +4481.8027 +4483.0684 +4484.6050 +4488.1567 +4488.7549 +4489.5718 +4489.9399 +4490.9238 +4491.9312 +4492.2412 +4493.3608 +4494.5938 +4495.9517 +4496.2222 +4496.4985 +4497.5767 +4497.8994 +4499.1763 +4499.8003 +4500.2017 +4500.9658 +4501.2456 +4501.8389 +4504.1899 +4505.8940 +4506.4805 +4507.7373 +4509.0986 +4511.7910 +4511.9985 +4513.7490 +4514.4893 +4514.9458 +4515.3232 +4515.8164 +4516.3848 +4516.8940 +4518.3022 +4520.5269 +4522.4619 +4523.0083 +4523.5913 +4524.0518 +4525.3975 +4526.1064 +4526.7148 +4527.2979 +4528.9780 +4529.2905 +4529.6792 +4530.2441 +4531.5894 +4531.8228 +4532.9839 +4533.5288 +4534.3481 +4534.5752 +4535.3911 +4535.6738 +4536.5259 +4536.7617 +4537.2520 +4538.9150 +4542.2725 +4543.3247 +4544.6895 +4545.1431 +4545.7886 +4546.3262 +4547.1899 +4547.9507 +4548.5249 +4549.0337 +4549.6016 +4552.7500 +4553.4302 +4555.1143 +4557.0894 +4557.6641 +4559.6230 +4560.3350 +4560.5898 +4562.6260 +4563.3589 +4563.7544 +4564.9399 +4565.6846 +4566.1147 +4568.5200 +4569.4229 +4569.8037 +4572.2534 +4572.5010 +4572.8125 +4574.9854 +4575.3096 +4575.5879 +4576.5161 +4576.7080 +4578.0234 +4578.8647 +4580.6328 +4581.1108 +4582.4570 +4585.6519 +4589.7124 +4590.4077 +4590.5522 +4591.1836 +4593.9526 +4594.2539 +4594.9307 +4596.7080 +4597.3843 +4597.5952 +4600.0508 +4600.9932 +4602.1606 +4604.1758 +4604.4341 +4605.9429 +4607.1143 +4607.7925 +4608.6685 +4609.2256 +4609.9111 +4610.8589 +4611.3726 +4611.9189 +4613.1519 +4613.8354 +4614.8970 +4616.3169 +4616.6270 +4617.1768 +4617.7456 +4619.2002 +4620.7734 +4621.5352 +4621.7422 +4622.4575 +4623.4160 +4624.4116 +4625.1865 +4625.4316 +4625.6089 +4625.9727 +4626.3486 +4626.5703 +4626.7891 +4628.5938 +4629.4976 +4629.7368 +4633.0586 +4635.0630 +4638.5313 +4639.4248 +4639.9839 +4640.8184 +4641.0029 +4641.3457 +4644.8569 +4646.0078 +4647.9873 +4648.5522 +4649.2583 +4651.2798 +4651.5366 +4652.8579 +4653.2920 +4655.3091 +4656.5161 +4657.4888 +4657.8555 +4659.2056 +4660.8745 +4661.6987 +4663.8989 +4664.5078 +4666.2759 +4667.3110 +4667.8218 +4668.1045 +4669.4780 +4670.9731 +4671.2915 +4673.7446 +4674.9692 +4676.6846 +4677.3647 +4678.2813 +4679.5449 +4681.5479 +4681.9561 +4683.5425 +4684.0430 +4684.6626 +4687.5063 +4687.8833 +4691.6475 +4691.9351 +4692.3647 +4692.6582 +4692.9482 +4693.1978 +4695.4053 +4696.3521 +4696.7686 +4699.5391 +4701.4551 +4702.0864 +4703.6313 +4704.6738 +4705.3057 +4706.6152 +4707.0771 +4707.5679 +4708.3618 +4709.6113 +4712.1416 +4713.3237 +4713.7998 +4714.1592 +4715.9902 +4716.7500 +4718.7104 +4720.7627 +4721.3003 +4721.7793 +4722.1021 +4722.5972 +4722.9116 +4723.4097 +4724.7598 +4725.1060 +4726.0942 +4728.1904 +4729.1719 +4729.4556 +4730.4517 +4731.2026 +4731.9829 +4732.2051 +4733.3770 +4735.3696 +4737.2305 +4739.2422 +4741.0020 +4741.8550 +4742.2842 +4742.6299 +4743.4434 +4743.8931 +4745.0137 +4746.6646 +4748.9453 +4749.9194 +4750.5283 +4751.2998 +4753.7432 +4758.5503 +4762.4414 +4763.8564 +4765.6787 +4766.1973 +4766.9282 +4767.9336 +4769.3911 +4774.5757 +4776.6479 +4777.1289 +4778.1147 +4778.5269 +4779.6299 +4781.0645 +4782.0869 +4782.6265 +4782.8623 +4784.0981 +4784.9761 +4785.1992 +4785.3770 +4787.8687 +4788.4863 +4790.0171 +4790.7256 +4791.7769 +4792.8550 +4793.4219 +4794.5845 +4795.2456 +4797.2539 +4797.5835 +4801.5142 +4802.3940 +4804.0142 +4805.2988 +4806.9497 +4807.3638 +4809.4780 +4810.9585 +4813.2163 +4813.7202 +4814.3516 +4815.0654 +4815.2417 +4818.3667 +4819.9941 +4820.5396 +4821.8120 +4822.2319 +4822.9351 +4823.2119 +4823.3613 +4824.2026 +4824.5298 +4824.9536 +4825.3447 +4825.9966 +4828.0488 +4830.0088 +4831.1470 +4832.4712 +4832.9478 +4833.7734 +4834.1533 +4835.0264 +4838.7637 +4839.7065 +4841.8271 +4842.2017 +4843.5205 +4845.2949 +4845.5190 +4846.1089 +4846.2793 +4846.5166 +4848.6807 +4849.1641 +4849.7173 +4850.4951 +4851.2168 +4851.7954 +4854.2241 +4854.9644 +4857.6318 +4858.8955 +4859.4512 +4859.6895 +4862.5747 +4863.0752 +4864.5308 +4866.8364 +4867.2690 +4868.9155 +4869.6343 +4869.8877 +4870.2412 +4872.6494 +4873.3916 +4874.2778 +4875.7256 +4877.8569 +4878.3638 +4879.1753 +4879.3716 +4880.0957 +4880.7124 +4881.2261 +4882.5679 +4883.2168 +4883.6069 +4887.3491 +4888.2310 +4889.6265 +4890.4077 +4890.8560 +4891.2212 +4891.8237 +4892.4043 +4893.0269 +4894.1260 +4894.8120 +4896.3218 +4900.1719 +4900.6079 +4903.4233 +4904.1631 +4906.1206 +4908.5796 +4911.2139 +4911.5288 +4911.9199 +4912.1641 +4912.5068 +4912.7500 +4913.4146 +4913.9009 +4914.8506 +4915.4932 +4916.7881 +4919.1948 +4921.1895 +4922.9873 +4924.3188 +4925.7974 +4926.8003 +4927.3257 +4927.6284 +4928.6743 +4929.1563 +4930.4619 +4931.3613 +4934.5864 +4935.2295 +4935.7080 +4938.1528 +4939.2075 +4939.8833 +4940.4390 +4940.6489 +4941.0205 +4942.7949 +4943.2964 +4944.4434 +4945.0869 +4946.8384 +4948.0439 +4948.9561 +4951.6328 +4952.0078 +4954.0732 +4954.9146 +4958.6797 +4959.4824 +4960.1079 +4962.7661 +4963.1108 +4963.4468 +4964.5732 +4966.4653 +4967.1172 +4968.4492 +4969.0391 +4970.1421 +4971.4658 +4973.5474 +4976.4800 +4977.3374 +4977.9824 +4978.7798 +4981.5757 +4982.1460 +4982.3413 +4983.8770 +4984.9224 +4986.7632 +4987.3394 +4988.5381 +4988.9492 +4990.7002 +4993.5181 +4994.0298 +4995.1421 +4995.4990 +4999.2129 +5001.3345 +5001.6411 +5003.4927 +5004.9941 +5005.5239 +5009.5869 +5010.7319 +5011.3340 +5011.8149 +5012.8755 +5014.5630 +5016.1528 +5017.2886 +5017.9351 +5018.5620 +5018.9077 +5019.4536 +5021.2065 +5021.9463 +5022.6538 +5023.4058 +5023.5747 +5025.1099 +5030.0581 +5030.4141 +5031.0317 +5031.0396 +5031.2939 +5036.7412 +5038.1328 +5039.7065 +5040.6357 +5040.9316 +5042.0859 +5042.5283 +5043.0054 +5044.9209 +5046.1265 +5046.6548 +5047.7598 +5048.0444 +5048.4507 +5050.3442 +5051.2041 +5052.1924 +5053.2974 +5056.7568 +5059.3970 +5061.2720 +5063.0674 +5063.4487 +5064.3442 +5064.9272 +5065.4111 +5066.0142 +5066.3574 +5067.5483 +5068.1899 +5068.5508 +5069.3867 +5070.7520 +5076.0610 +5076.8804 +5080.5527 +5081.3237 +5082.8623 +5086.1162 +5086.4111 +5086.7129 +5087.5947 +5090.6377 +5091.4697 +5091.9644 +5096.4839 +5097.9053 +5099.4639 +5102.0425 +5102.5518 +5111.1572 +5112.7031 +5116.4707 +5118.7188 +5119.6284 +5123.9268 +5126.9170 +5127.3784 +5129.9185 +5131.6631 +5132.5015 +5134.5352 +5136.1768 +5137.5518 +5138.9043 +5142.2056 +5143.2153 +5144.7002 +5145.3496 +5146.7417 +5147.4893 +5149.6455 +5150.6416 +5153.0469 +5155.6792 +5160.0410 +5162.9775 +5163.7227 +5164.8970 +5167.2119 +5168.0947 +5170.3623 +5171.6631 +5175.1123 +5176.2397 +5176.7661 +5177.3530 +5177.6704 +5177.8452 +5178.4023 +5179.0645 +5179.9219 +5182.1636 +5183.9702 +5184.5332 +5185.0479 +5185.4331 +5185.8975 +5186.1753 +5187.8574 +5188.7817 +5189.1909 +5192.3174 +5195.2720 +5195.9038 +5197.2603 +5198.6831 +5200.2476 +5200.6113 +5203.4575 +5205.2969 +5206.6021 +5209.2515 +5211.1753 +5212.6816 +5214.8008 +5218.0493 +5218.2666 +5219.9805 +5220.5635 +5222.1606 +5222.3804 +5222.7251 +5229.6797 +5230.4507 +5232.6157 +5234.6821 +5235.5640 +5240.2715 +5241.0103 +5241.6553 +5249.1157 +5252.3340 +5254.9067 +5255.9272 +5259.8242 +5261.5684 +5262.9365 +5265.6987 +5267.0171 +5268.1763 +5271.2593 +5271.7329 +5274.1118 +5274.3945 +5274.5996 +5275.5869 +5277.8770 +5278.6143 +5278.9683 +5281.5547 +5281.8135 +5282.5381 +5283.0981 +5288.3584 +5291.3691 +5293.2886 +5295.8701 +5296.5615 +5297.7524 +5299.2173 +5299.7563 +5301.9980 +5302.8794 +5308.4629 +5308.9419 +5311.0869 +5311.7441 +5313.4800 +5314.0068 +5314.3823 +5316.7070 +5318.9741 +5319.9067 +5322.2505 +5324.3799 +5326.6255 +5326.9136 +5327.7593 +5328.4575 +5330.8569 +5331.1802 +5331.2383 +5331.5630 +5338.5000 +5341.9834 +5345.0674 +5346.7983 +5347.8647 +5349.4585 +5350.4932 +5350.9487 +5352.6147 +5353.3247 +5356.0908 +5357.1260 +5360.1963 +5361.3174 +5361.6406 +5362.6470 +5364.0664 +5366.9629 +5370.7749 +5370.9399 +5372.2031 +5374.1968 +5374.9888 +5376.3164 +5376.8477 +5377.2642 +5377.6255 +5378.2764 +5380.3315 +5380.6064 +5382.8677 +5384.4248 +5385.5332 +5388.1084 +5389.5488 +5394.0718 +5395.0991 +5395.4712 +5396.2603 +5399.0166 +5400.2026 +5400.4229 +5400.6753 +5401.1226 +5401.6465 +5404.1069 +5404.7012 +5408.2583 +5408.8472 +5409.1567 +5412.2729 +5417.0278 +5418.9917 +5420.6348 +5422.8589 +5423.1699 +5423.3433 +5425.5156 +5427.1865 +5427.9160 +5430.6143 +5432.6216 +5434.2754 +5434.8022 +5435.2114 +5435.6621 +5436.6338 +5437.2349 +5437.4038 +5438.8994 +5439.6489 +5441.5015 +5442.1143 +5442.7271 +5443.7603 +5444.6318 +5445.2021 +5448.6675 +5449.7861 +5450.9932 +5453.1665 +5453.7339 +5456.6680 +5460.4849 +5463.2534 +5464.1309 +5465.7241 +5468.6895 +5472.2793 +5479.0742 +5480.5977 +5482.4136 +5485.6704 +5489.3662 +5490.1543 +5490.4507 +5490.6138 +5491.6450 +5494.1699 +5494.7305 +5495.8574 +5497.4014 +5497.6646 +5499.7119 +5500.7837 +5501.1763 +5502.8101 +5503.4727 +5505.8306 +5507.6421 +5508.4492 +5509.0684 +5510.0889 +5511.5239 +5516.4048 +5520.5220 +5520.7686 +5523.2871 +5526.1172 +5526.4917 +5528.8306 +5529.7627 +5530.6328 +5531.6123 +5532.2339 +5537.5088 +5539.0942 +5540.1475 +5540.8003 +5541.4492 +5542.6855 +5543.1206 +5543.4751 +5544.4297 +5546.5894 +5547.3462 +5547.6611 +5548.6743 +5549.7168 +5552.9141 +5554.1655 +5557.0742 +5557.6924 +5558.5889 +5559.4653 +5559.8862 +5560.2461 +5561.4355 +5565.7466 +5569.5444 +5572.4736 +5572.7383 +5573.6421 +5574.0122 +5574.9009 +5576.4634 +5577.7529 +5579.2329 +5580.9072 +5581.6265 +5582.3042 +5583.5166 +5584.4165 +5585.3125 +5587.3979 +5588.5776 +5589.2861 +5590.3022 +5591.6650 +5595.1660 +5596.0137 +5596.6167 +5599.0298 +5600.0337 +5601.2095 +5602.6768 +5603.1582 +5604.4185 +5606.0718 +5607.9429 +5608.2896 +5611.1313 +5612.2383 +5613.6260 +5614.1753 +5616.8784 +5618.2505 +5618.8491 +5619.2012 +5621.5361 +5626.4746 +5627.2402 +5631.8594 +5634.8584 +5637.4434 +5641.3110 +5643.1230 +5643.3003 +5647.0918 +5647.2358 +5647.4614 +5648.0181 +5649.2744 +5650.2539 +5650.5591 +5652.2725 +5654.4707 +5655.5928 +5656.0879 +5657.0591 +5659.4956 +5660.6978 +5662.2300 +5664.6138 +5666.1934 +5666.7520 +5667.2007 +5667.9912 +5668.7007 +5675.4106 +5676.5610 +5678.6284 +5680.5811 +5683.4766 +5686.7695 +5688.9272 +5692.2725 +5693.2407 +5697.9717 +5699.8740 +5702.4990 +5704.2329 +5707.2197 +5708.6865 +5710.2627 +5717.3101 +5718.7568 +5721.2090 +5721.7695 +5725.8252 +5726.0518 +5726.9771 +5729.2993 +5731.5718 +5737.6211 +5741.1118 +5742.7632 +5743.4219 +5743.6768 +5748.7871 +5748.9790 +5750.3359 +5750.9829 +5751.3813 +5754.6221 +5762.1489 +5764.3926 +5765.1274 +5769.3774 +5769.7808 +5773.3608 +5773.7148 +5775.5474 +5779.0024 +5781.4375 +5791.2505 +5794.0361 +5797.6753 +5798.9268 +5800.0859 +5802.4380 +5803.6885 +5805.7505 +5807.3115 +5809.2920 +5810.2676 +5814.5845 +5817.0342 +5820.0630 +5821.2163 +5824.4082 +5827.8877 +5830.7261 +5831.4790 +5832.4438 +5833.9878 +5835.8809 +5840.5684 +5841.4702 +5842.2593 +5843.6689 +5845.4268 +5846.4111 +5847.5391 +5854.3027 +5855.0972 +5855.7432 +5857.1216 +5859.0728 +5861.9341 +5865.3433 +5868.4380 +5870.0010 +5871.4775 +5872.1797 +5872.8101 +5874.2305 +5875.6660 +5875.9790 +5876.6147 +5880.7559 +5884.2544 +5885.6641 +5887.3330 +5888.1626 +5889.8940 +5890.2163 +5891.5854 +5893.0840 +5896.3315 +5896.9155 +5897.9976 +5901.4795 +5904.2378 +5905.7954 +5906.8130 +5907.2075 +5912.8677 +5913.7241 +5915.0029 +5916.0244 +5916.3096 +5918.3672 +5920.5840 +5927.0454 +5928.7681 +5930.4556 +5931.5771 +5934.0708 +5938.0308 +5938.8071 +5939.3086 +5940.1021 +5940.4707 +5942.2114 +5944.0049 +5945.1118 +5946.2939 +5947.8823 +5950.4473 +5956.2349 +5957.2114 +5957.9087 +5962.4321 +5966.1245 +5969.9731 +5971.3911 +5973.2549 +5974.0898 +5975.3198 +5976.7202 +5977.8564 +5983.5420 +5983.7534 +5987.9253 +5988.9604 +5990.7041 +5992.6670 +5995.1538 +5995.7891 +5998.2905 +6000.6597 +6002.8652 +6003.3960 +6006.8281 +6007.3872 +6008.7358 +6011.8252 +6013.1982 +6015.3433 +6017.0879 +6018.0249 +6020.6602 +6021.9385 +6022.7031 +6023.0786 +6024.8921 +6026.8184 +6027.7139 +6029.9409 +6030.8950 +6031.3198 +6032.1147 +6033.7979 +6034.5430 +6036.8638 +6038.4341 +6039.3691 +6040.3530 +6044.2632 +6044.8965 +6046.1064 +6048.5718 +6050.7261 +6052.6577 +6054.3989 +6055.0571 +6057.2705 +6059.8589 +6061.0508 +6063.2148 +6066.4307 +6067.4595 +6068.7603 +6070.7012 +6072.0225 +6074.7847 +6078.7876 +6079.5552 +6080.1040 +6080.9053 +6082.9263 +6087.0596 +6087.5645 +6088.9473 +6089.7153 +6092.1343 +6098.8818 +6099.8086 +6100.4912 +6100.7715 +6101.6772 +6103.4141 +6107.3252 +6109.2241 +6114.5293 +6115.1582 +6116.2314 +6116.6162 +6117.8589 +6121.3936 +6122.2510 +6123.1021 +6123.9092 +6125.0566 +6125.5283 +6125.7642 +6126.1758 +6127.4355 +6129.1123 +6131.2427 +6135.5122 +6139.6250 +6140.3457 +6146.4590 +6147.1421 +6152.3857 +6153.6958 +6155.7720 +6156.2197 +6156.9419 +6157.2852 +6158.7920 +6163.0581 +6163.8750 +6164.6748 +6166.1851 +6166.8286 +6171.5293 +6171.8809 +6173.9858 +6174.8042 +6180.1411 +6182.4150 +6184.3320 +6188.8467 +6189.8374 +6190.8574 +6193.6187 +6195.5703 +6199.9375 +6202.1479 +6202.8159 +6205.2090 +6207.5771 +6208.9375 +6209.4683 +6210.4048 +6217.6582 +6221.7324 +6223.0405 +6226.2495 +6228.0923 +6234.6992 +6235.9214 +6236.5806 +6241.4385 +6242.6802 +6244.8477 +6246.7690 +6247.3462 +6247.9019 +6250.1333 +6252.2144 +6259.1543 +6260.3379 +6263.1499 +6266.4463 +6267.3364 +6267.9067 +6269.9336 +6273.2788 +6275.8521 +6277.9004 +6278.9741 +6280.3818 +6280.9028 +6281.7144 +6287.0161 +6287.7837 +6288.9941 +6291.2275 +6292.9312 +6293.3687 +6293.8003 +6294.6313 +6294.9829 +6298.6138 +6300.6450 +6302.6592 +6303.1553 +6304.9937 +6305.9858 +6309.4019 +6310.9053 +6312.5552 +6314.3682 +6316.0156 +6317.5215 +6318.9297 +6323.0483 +6323.5684 +6326.1470 +6328.1162 +6329.0278 +6333.1646 +6334.2632 +6334.8975 +6337.1577 +6339.3730 +6341.4209 +6344.6128 +6347.8755 +6349.9868 +6350.4922 +6357.3867 +6357.6675 +6358.7803 +6359.4351 +6360.3789 +6360.8921 +6361.4326 +6364.0107 +6366.6533 +6370.8999 +6371.3354 +6373.7051 +6378.6934 +6380.5234 +6381.4370 +6383.1240 +6383.5229 +6386.4819 +6389.1611 +6390.5796 +6391.1563 +6391.8955 +6392.9438 +6394.1357 +6395.5649 +6395.8174 +6396.4966 +6398.7183 +6400.9756 +6401.7188 +6402.4658 +6404.7827 +6408.2173 +6413.6714 +6415.3872 +6417.3110 +6418.0811 +6420.1445 +6423.8828 +6424.6724 +6426.5884 +6430.5508 +6433.3330 +6438.4487 +6439.5400 +6440.0889 +6440.6953 +6440.8506 +6443.6797 +6445.6406 +6447.4219 +6448.5522 +6451.7881 +6452.7383 +6453.8418 +6457.0483 +6459.0664 +6462.2603 +6462.8447 +6469.4624 +6473.0010 +6484.8740 +6487.1680 +6489.2734 +6490.6763 +6492.5308 +6494.9917 +6495.5723 +6495.7637 +6497.0522 +6497.8242 +6499.2871 +6500.9019 +6501.4414 +6502.4541 +6503.1572 +6503.7886 +6505.3081 +6508.7847 +6510.1587 +6510.8491 +6514.1631 +6515.6460 +6523.8452 +6524.3018 +6533.1465 +6536.4111 +6537.9502 +6538.9844 +6539.4204 +6539.9185 +6543.8569 +6547.5269 +6551.9966 +6553.5151 +6555.9707 +6560.6870 +6561.8696 +6566.2573 +6566.8833 +6571.4468 +6577.9385 +6579.0317 +6579.4722 +6582.0474 +6585.7241 +6586.4316 +6587.5132 +6590.3594 +6593.3052 +6595.2842 +6595.7603 +6597.9360 +6600.5005 +6601.3052 +6602.5542 +6604.5859 +6605.4448 +6606.6777 +6607.2412 +6615.2007 +6618.8857 +6619.3433 +6619.9951 +6621.7744 +6622.7949 +6633.9155 +6635.2900 +6640.0542 +6640.7456 +6641.5742 +6645.5327 +6646.4990 +6648.3755 +6650.3311 +6650.7944 +6656.2051 +6657.3267 +6658.7764 +6660.5156 +6662.5151 +6664.1079 +6665.5366 +6665.8906 +6668.1992 +6670.6577 +6675.4219 +6676.5396 +6679.1255 +6680.5503 +6681.9253 +6685.2124 +6686.1382 +6689.3667 +6694.5737 +6695.8550 +6696.3447 +6697.9888 +6699.5615 +6702.6001 +6713.1050 +6715.8237 +6719.2397 +6721.0547 +6724.7461 +6728.1660 +6729.3159 +6729.9756 +6730.6172 +6731.7905 +6734.5078 +6735.6079 +6740.0405 +6743.7827 +6744.7461 +6747.9980 +6753.2905 +6754.6978 +6755.5244 +6758.3179 +6758.9751 +6760.0688 +6768.4790 +6771.9751 +6774.0435 +6774.9663 +6780.1831 +6781.1953 +6781.9961 +6782.2842 +6789.6094 +6790.7139 +6793.1089 +6797.6738 +6800.3628 +6802.3413 +6809.1973 +6810.4102 +6810.9790 +6811.1968 +6811.3887 +6811.5566 +6812.4287 +6814.3716 +6814.6553 +6817.4932 +6825.3916 +6826.5605 +6829.1333 +6830.9204 +6831.2319 +6834.7783 +6836.8110 +6841.1821 +6848.3687 +6853.7754 +6854.2456 +6855.4150 +6856.0010 +6856.4043 +6857.2070 +6857.5811 +6863.1626 +6864.7627 +6865.4292 +6868.2617 +6868.6582 +6870.3462 +6873.1855 +6876.6504 +6881.4805 +6884.7100 +6888.3076 +6888.9878 +6890.0742 +6891.2036 +6894.1514 +6896.1323 +6902.6670 +6904.1143 +6910.8965 +6911.7554 +6913.1328 +6916.6201 +6918.0366 +6921.9482 +6926.9194 +6938.5664 +6939.5776 +6944.4531 +6945.5259 +6947.4063 +6948.1294 +6953.3950 +6954.8848 +6956.5742 +6957.2334 +6962.1699 +6964.2319 +6967.3521 +6971.2197 +6983.0088 +6987.3984 +6987.9570 +6991.5835 +6994.1411 +6994.6255 +6994.9663 +6995.9165 +6998.6875 +7001.5547 +7002.7349 +7004.8140 +7009.0283 +7016.9028 +7017.2520 +7020.5024 +7022.4194 +7023.2192 +7027.1621 +7028.3989 +7029.9609 +7032.1899 +7034.8701 +7038.2231 +7040.6611 +7047.7397 +7055.5645 +7056.3628 +7060.4355 +7061.4717 +7061.9883 +7062.6006 +7063.3413 +7066.3994 +7069.1670 +7070.6851 +7073.0439 +7073.4297 +7074.3442 +7076.2070 +7077.2842 +7079.3208 +7086.1221 +7088.6587 +7090.7778 +7091.2939 +7102.4722 +7109.4380 +7111.1426 +7111.8208 +7114.8804 +7115.9492 +7116.3599 +7126.5249 +7127.7847 +7132.1504 +7132.6899 +7133.3247 +7134.5767 +7142.4297 +7144.2998 +7149.0112 +7150.5293 +7152.2549 +7155.5596 +7158.9141 +7160.8120 +7161.9199 +7164.5313 +7169.1782 +7170.8711 +7172.3369 +7175.3496 +7178.1641 +7178.6992 +7190.5137 +7193.1147 +7202.0298 +7203.7939 +7204.1758 +7204.5015 +7208.4692 +7208.9668 +7209.9932 +7214.6772 +7220.0435 +7221.1411 +7222.9712 +7227.1011 +7231.9307 +7231.9312 +7232.8550 +7235.5303 +7242.1802 +7244.0879 +7246.6929 +7248.1250 +7252.5879 +7255.6748 +7257.3535 +7258.9858 +7260.1772 +7267.1748 +7272.6675 +7274.9404 +7286.9102 +7287.4512 +7298.2764 +7300.1543 +7307.4170 +7313.7300 +7317.0811 +7318.0205 +7325.2280 +7326.8252 +7328.1670 +7330.3042 +7331.5107 +7337.5981 +7341.6255 +7343.1738 +7344.5996 +7347.4229 +7348.3667 +7350.0776 +7352.8389 +7355.3188 +7360.3721 +7363.3750 +7372.8564 +7374.1489 +7378.9097 +7382.4595 +7386.0146 +7387.5352 +7395.0166 +7395.4741 +7404.2910 +7413.0098 +7413.7783 +7414.3789 +7419.8345 +7420.5938 +7424.3569 +7425.8496 +7427.3394 +7430.9863 +7432.2993 +7437.4155 +7438.3447 +7442.5420 +7446.7993 +7449.8994 +7457.2607 +7460.8076 +7463.9292 +7465.0464 +7471.1133 +7473.2212 +7483.4146 +7485.6865 +7486.3877 +7490.0356 +7495.4912 +7497.6279 +7501.0674 +7502.7212 +7505.9355 +7510.5464 +7512.4766 +7513.4180 +7513.8584 +7516.7212 +7520.8525 +7525.2065 +7527.5801 +7530.5625 +7533.2173 +7538.5117 +7539.5044 +7551.3931 +7557.4058 +7567.9351 +7568.6133 +7569.8257 +7571.5962 +7572.6440 +7573.1177 +7575.4292 +7591.4038 +7600.2969 +7609.9175 +7620.4414 +7622.1748 +7627.8042 +7629.2744 +7630.9819 +7632.4106 +7634.2310 +7637.2075 +7639.4873 +7640.8828 +7649.4844 +7653.8511 +7654.4268 +7655.9355 +7656.8066 +7660.4326 +7662.1318 +7662.9990 +7668.6782 +7671.0718 +7672.1689 +7674.3672 +7678.3325 +7680.2397 +7685.1338 +7687.4229 +7693.8877 +7695.9194 +7701.5225 +7701.8989 +7703.2275 +7705.8057 +7706.9375 +7712.3911 +7714.5278 +7716.0615 +7723.3276 +7725.8872 +7726.3330 +7731.0786 +7733.8667 +7744.6943 +7746.0864 +7763.8491 +7764.8677 +7774.0850 +7778.8125 +7780.6323 +7784.4575 +7789.9429 +7791.0771 +7800.5034 +7812.7734 +7815.6260 +7816.1226 +7816.4731 +7818.3037 +7819.9180 +7824.5400 +7836.6138 +7837.7769 +7838.6157 +7842.4556 +7843.9487 +7844.4233 +7849.6987 +7850.6138 +7864.0732 +7864.0742 +7866.1855 +7868.1338 +7870.3599 +7874.7979 +7877.6294 +7879.2432 +7888.4531 +7893.2461 +7895.7910 +7898.6250 +7901.7964 +7902.4937 +7918.6201 +7927.1719 +7927.9282 +7939.9165 +7943.9102 +7950.3623 +7956.7798 +7959.1626 +7974.7886 +7976.3521 +7981.1675 +7983.4209 +7990.1699 +7993.5635 +7995.8789 +8002.2451 +8008.3584 +8016.9897 +8019.7324 +8024.4072 +8026.4600 +8027.9341 +8028.4209 +8032.4087 +8034.6401 +8039.4287 +8048.3296 +8052.8618 +8055.5234 +8056.7510 +8064.8477 +8077.8726 +8087.4429 +8091.7100 +8094.4629 +8095.8501 +8096.2817 +8105.9214 +8117.5430 +8121.4141 +8124.9575 +8131.6411 +8140.7124 +8142.1411 +8145.3765 +8151.9424 +8154.6230 +8159.7861 +8161.9707 +8165.3652 +8168.6929 +8172.0322 +8179.4268 +8189.1616 +8193.1367 +8196.6475 +8200.6963 +8204.4014 +8209.7344 +8211.7031 +8216.4053 +8219.4854 +8233.6699 +8237.2021 +8254.6621 +8255.8838 +8257.0117 +8261.7813 +8263.2852 +8266.7939 +8277.9023 +8290.6924 +8294.8066 +8297.8301 +8299.4580 +8306.7080 +8313.9160 +8323.1426 +8332.7393 +8337.9980 +8343.7695 +8358.3584 +8358.3652 +8361.0225 +8362.7881 +8368.3730 +8369.6924 +8371.6406 +8381.5293 +8387.0273 +8388.0322 +8389.4102 +8390.8408 +8400.4854 +8401.5654 +8404.2979 +8406.1064 +8410.5205 +8414.2285 +8419.0391 +8420.3115 +8423.5391 +8426.9619 +8434.8105 +8447.8076 +8448.8330 +8452.9980 +8458.6699 +8466.5625 +8467.9971 +8474.1543 +8480.6885 +8492.6396 +8503.0156 +8512.9629 +8514.2480 +8518.8945 +8523.7842 +8542.1396 +8544.4346 +8546.0703 +8546.9434 +8557.2949 +8558.6768 +8560.7979 +8562.7871 +8570.5635 +8575.4756 +8577.6865 +8579.6318 +8589.9922 +8594.1982 +8595.4697 +8602.1172 +8606.3799 +8608.1396 +8618.5879 +8622.8281 +8623.6904 +8631.5117 +8633.7275 +8640.7354 +8641.8145 +8647.6826 +8651.5254 +8658.2529 +8664.5156 +8667.8652 +8670.3252 +8677.7813 +8680.7920 +8690.2334 +8703.5107 +8706.0928 +8707.2510 +8709.7510 +8711.6260 +8712.8066 +8715.2451 +8716.0479 +8722.0234 +8724.0547 +8724.8535 +8726.1143 +8726.7725 +8734.8223 +8736.4219 +8742.1816 +8750.4336 +8751.5732 +8753.6094 +8760.6484 +8762.8555 +8764.0928 +8769.1533 +8774.2695 +8775.2148 +8777.9834 +8785.1279 +8786.9756 +8792.7900 +8794.4727 +8800.5879 +8801.5049 +8807.0078 +8812.6738 +8818.5947 +8820.1650 +8832.1172 +8843.6104 +8844.5020 +8852.3457 +8855.2227 +8857.3389 +8871.2676 +8877.6689 +8891.6348 +8895.4277 +8901.7402 +8908.1035 +8909.4785 +8913.3027 +8922.6504 +8930.5439 +8944.1162 +8951.5801 +8958.3057 +8960.4453 +8964.6074 +8970.1025 +8972.3301 +8987.7480 +8989.8760 +8993.3623 +8997.6592 +9000.3467 +9010.9375 +9012.3564 +9015.0010 +9019.0654 +9020.0664 +9034.2988 +9038.4004 +9040.3750 +9041.1729 +9042.6045 +9047.8369 +9050.7344 +9055.9707 +9058.5674 +9065.0518 +9066.4482 +9068.6006 +9070.5127 +9072.0723 +9074.7686 +9077.8857 +9093.3145 +9097.3262 +9109.7256 +9114.0313 +9125.4717 +9134.7793 +9137.1992 +9143.0645 +9161.5479 +9168.4102 +9173.3389 +9181.2979 +9190.0869 +9196.1152 +9197.1621 +9202.2090 +9206.4873 +9211.1084 +9218.4492 +9227.0303 +9230.0439 +9235.0293 +9236.3916 +9241.8613 +9253.1162 +9262.8662 +9266.2354 +9268.7500 +9269.4629 +9270.2324 +9272.6943 +9278.8193 +9292.1113 +9294.0811 +9297.5244 +9302.5645 +9310.4502 +9312.9990 +9320.2861 +9338.7139 +9338.7246 +9343.2686 +9356.7871 +9363.5566 +9385.8477 +9391.5068 +9393.1621 +9401.6680 +9411.9297 +9416.6709 +9423.0820 +9434.1865 +9434.8691 +9439.4014 +9457.7959 +9463.6230 +9469.7920 +9473.2793 +9477.4775 +9489.5283 +9496.6484 +9498.1025 +9499.7949 +9502.9053 +9508.0000 +9510.2607 +9511.0596 +9538.2715 +9550.6494 +9563.8682 +9579.9746 +9585.4424 +9598.0225 +9616.3281 +9632.2109 +9635.2861 +9660.4355 +9667.3496 diff --git a/noao/lib/linelists/xenon.dat b/noao/lib/linelists/xenon.dat new file mode 100644 index 00000000..0313e6fa --- /dev/null +++ b/noao/lib/linelists/xenon.dat @@ -0,0 +1,89 @@ +# units Angstroms +10530.8 120 +10709.7 50 +10841.3 1000 +10898.3 120 +11088.3 300 +11130.2 40 +11144.2 20 +11617.3 50 +11745.5 300 +11796.8 150 +11860.5 160 +11956.4 40 +12088.1 60 +12238.6 200 +12261.1 20 +12593.7 150 +12626.8 2500 +13547.8 120 +13660.8 3000 +14146.2 2000 +14244.8 600 +14368.8 200 +14664.8 50 +14736.8 5000 +15103.9 20 +15422.6 2000 +15561.4 50 +15983.9 150 +16044.2 50 +16057.7 500 +16559.0 30 +16732.6 2000 +17330.5 1500 +18793.2 500 +20192.6 80 +20267.8 2000 +21378.9 20 +21475.9 300 +22412.8 60 +22624.4 10 +23199.6 1500 +23286.0 50 +24450.4 100 +24709.1 60 +24831.4 5500 +25152.8 200 +25166.3 70 +26027.6 20 +26276.1 3500 +26518.2 4500 +28389.1 300 +28590.1 1000 +29392.3 300 +29456.2 80 +29657.5 20 +29821.6 10 +30261.3 1000 +30483.9 2000 +30512.6 20 +30802.5 800 +31077.6 9900 +31284.3 10 +31344.6 90 +31616.7 800 +32310.9 10 +32747.9 2000 +33274.7 10 +33675.7 7000 +34023.8 150 +34084.2 80 +34344.6 1000 +34753.7 150 +35080.0 5000 +36219.2 90 +36241.8 30 +36518.5 500 +36798.4 800 +36858.6 80 +38696.9 10 +38737.7 30 +38748.6 20 +38878.8 70 +38950.4 300 +38959.7 150 +38973.1 120 +39483.9 70 +39529.9 50 +39965.7 200 diff --git a/noao/lib/mkpkg.inc b/noao/lib/mkpkg.inc new file mode 100644 index 00000000..17ae9763 --- /dev/null +++ b/noao/lib/mkpkg.inc @@ -0,0 +1,27 @@ +# Global MKPKG definitions for the NOAO packages. + +$set XFLAGS = "$(XFLAGS) -p noao" +$set XVFLAGS = "$(XVFLAGS) -p noao" +$set LFLAGS = "$(LFLAGS) -p noao" + +$ifeq (MACH, ssun) then + $include "noao$lib/mkpkg.sf.SSUN" +$else $ifeq (MACH, sparc) then + $include "noao$lib/mkpkg.sf.SUN4" +$else $ifeq (MACH, i386) then + $include "noao$lib/mkpkg.sf.I386" +$else $ifeq (MACH, f68881) then + $include "noao$lib/mkpkg.sf.SUN3" +$else $ifeq (MACH, ffpa) then + $include "noao$lib/mkpkg.sf.SUN3" +$else $ifeq (MACH, vms) then + $include "noao$lib/mkpkg.sf.VMS" +$else $ifeq (MACH, ddec) then + $include "noao$lib/mkpkg.sf.DDEC" +$else $ifeq (MACH, dmip) then + $include "noao$lib/mkpkg.sf.DMIP" +$else $ifeq (MACH, rs6000) then + $include "noao$lib/mkpkg.sf.AIX3" +$else $ifeq (MACH, mips) then + $include "noao$lib/mkpkg.sf.MIPS" +$end diff --git a/noao/lib/mkpkg.sf.AIX3 b/noao/lib/mkpkg.sf.AIX3 new file mode 100644 index 00000000..6fd7446f --- /dev/null +++ b/noao/lib/mkpkg.sf.AIX3 @@ -0,0 +1,9 @@ +# Mkpkg special file list for AIX/IRAF on the IBM RS/6000. + +# Files requiring special compilation due to host compiler bugs. +# ------------------------------------------------------------- + +$set XNO = '& "$xc $(XFLAGS) -cq &"' + +$special "$(noao)artdata/": t_mkechelle.x $(XNO) +$special "$(noao)astutil/": t_gratings.x $(XNO) diff --git a/noao/lib/mkpkg.sf.DDEC b/noao/lib/mkpkg.sf.DDEC new file mode 100644 index 00000000..6952f410 --- /dev/null +++ b/noao/lib/mkpkg.sf.DDEC @@ -0,0 +1,24 @@ +# Mkpkg special file list for DECstation/Ultrix DEC Fortran. + +# All files needing special processing for the local host operating system, +# e.g., to permit host dependent optimization or to work around compiler bugs, +# should be listed here. + +# Files optimized for the local host system. +# ----------------------------------------- + +# $special "iraf$noao/mtlocal/lib/": cyboow.x as$cyboow.s ; + +# Files requiring special compilation due to host compiler bugs. +# ------------------------------------------------------------- + +#$set FC = "$(iraf)noao/lib/FC.mips" +# +#$special "noao$imred/dtoi/": +# database.x & "!(chmod +x $(FC); $(FC) database.x)" +# ; +# +#$special "noao$digiphot/apphot/aplib/": +# aprcursor1.x & "!(chmod +x $(FC); $(FC) aprcursor1.x)" +# apverify1.x & "!(chmod +x $(FC); $(FC) apverify1.x)" +# ; diff --git a/noao/lib/mkpkg.sf.DMIP b/noao/lib/mkpkg.sf.DMIP new file mode 100644 index 00000000..fca1bb3b --- /dev/null +++ b/noao/lib/mkpkg.sf.DMIP @@ -0,0 +1,24 @@ +# Mkpkg special file list for DECstation/Ultrix MIPS Fortran. + +# All files needing special processing for the local host operating system, +# e.g., to permit host dependent optimization or to work around compiler bugs, +# should be listed here. + +# Files optimized for the local host system. +# ----------------------------------------- + +# $special "iraf$noao/mtlocal/lib/": cyboow.x as$cyboow.s ; + +# Files requiring special compilation due to host compiler bugs. +# ------------------------------------------------------------- + +#$set FC = "$(iraf)noao/lib/FC.mips" +# +#$special "noao$imred/dtoi/": +# database.x & "!(chmod +x $(FC); $(FC) database.x)" +# ; +# +#$special "noao$digiphot/apphot/aplib/": +# aprcursor1.x & "!(chmod +x $(FC); $(FC) aprcursor1.x)" +# apverify1.x & "!(chmod +x $(FC); $(FC) apverify1.x)" +# ; diff --git a/noao/lib/mkpkg.sf.I386 b/noao/lib/mkpkg.sf.I386 new file mode 100644 index 00000000..41edfb0b --- /dev/null +++ b/noao/lib/mkpkg.sf.I386 @@ -0,0 +1,10 @@ +# Mkpkg special file list for SUN/IRAF, SUN 386i. + +# Files requiring special compilation due to host compiler bugs. +# ------------------------------------------------------------- + +$set XNO = '& "$xc -cq -/$(MACH) &"' +$set XO1 = '& "$xc -cq -/O1 -/$(MACH) &"' +$set XO2 = '& "$xc -cq -/O2 -/$(MACH) &"' + +$special "$(noao)twodspec/apextract/": trltrace.x $(XO2) diff --git a/noao/lib/mkpkg.sf.MIPS b/noao/lib/mkpkg.sf.MIPS new file mode 100644 index 00000000..6db589ed --- /dev/null +++ b/noao/lib/mkpkg.sf.MIPS @@ -0,0 +1,13 @@ +# Mkpkg special file list for MIPS/IRAF. + +# All files needing special processing for the local host operating system, +# e.g., to permit host dependent optimization or to work around compiler bugs, +# should be listed here. + +# Files optimized for the local host system. +# ----------------------------------------- + +# $special "iraf$noao/mtlocal/lib/": cyboow.x as$cyboow.s ; + +# Files requiring special compilation due to host compiler bugs. +# ------------------------------------------------------------- diff --git a/noao/lib/mkpkg.sf.SSUN b/noao/lib/mkpkg.sf.SSUN new file mode 100644 index 00000000..79d0a37d --- /dev/null +++ b/noao/lib/mkpkg.sf.SSUN @@ -0,0 +1,13 @@ +# Mkpkg special file list for SUN/IRAF, Solaris + +$set XNO = '& "$xc -cq -/libmil -p noao &"' + +$special "$(noao)onedspec/": t_standard.x $(XNO) ; + + +# The following need to be linked nonshared to avoid the 268 MB memory limit +# in the shared Sun/IRAF library implementation. + +$set NONSHARE = '& "LFLAGS = -z -/Bstatic -p noao -p tables"' +$special "digiphot$daophot/": xx_daophot.e $(NONSHARE) ; + diff --git a/noao/lib/mkpkg.sf.SUN3 b/noao/lib/mkpkg.sf.SUN3 new file mode 100644 index 00000000..dc6c6ccb --- /dev/null +++ b/noao/lib/mkpkg.sf.SUN3 @@ -0,0 +1,11 @@ +# Mkpkg special file list for SUN/IRAF, Sun-3/OS-4. + +$set XNO = '& "$xc -cq -/$(MACH) &"' +$set XO1 = '& "$xc -cq -/O1 -/$(MACH) &"' +$set XO2 = '& "$xc -cq -/O2 -/$(MACH) &"' +$set XP = '& "$xc -cq -/P -/$(MACH) &"' + +#$special "$(noao)twodspec/apextract/": trltrace.x $(XO2) +#$special "$(noao)onedspec/dispcor/": ranges.x $(XNO) # OS-3 +#$special "$(noao)nproto/ir/": irmatch2d.x $(XP) # OS-3 +##$special "$(noao)astutil/asttools/": astcoord.x $(XNO) diff --git a/noao/lib/mkpkg.sf.SUN4 b/noao/lib/mkpkg.sf.SUN4 new file mode 100644 index 00000000..3e1a8faf --- /dev/null +++ b/noao/lib/mkpkg.sf.SUN4 @@ -0,0 +1 @@ +# Mkpkg special file list for Sun/IRAF, Sun-4. diff --git a/noao/lib/mkpkg.sf.VMS b/noao/lib/mkpkg.sf.VMS new file mode 100644 index 00000000..13bf6c7e --- /dev/null +++ b/noao/lib/mkpkg.sf.VMS @@ -0,0 +1,15 @@ +# Mkpkg special file list for VMS/IRAF. + +# All files needing special processing for the local host operating system, +# e.g., to permit host dependent optimization or to work around compiler bugs, +# should be listed here. + +# Files optimized for the local host system. +# ----------------------------------------- + +$special "iraf$noao/mtlocal/lib/": cyboow.x as$cyboow.s ; + +# Files requiring special compilation due to host compiler bugs. +# ------------------------------------------------------------- + +# (no such files at present for the VMS VAX/Fortran compiler). diff --git a/noao/lib/obsdb.dat b/noao/lib/obsdb.dat new file mode 100644 index 00000000..be7e0948 --- /dev/null +++ b/noao/lib/obsdb.dat @@ -0,0 +1,571 @@ +# Observatory Parameters. +# +# Some were taken from the Almanac and others have been submitted. +# Observatories wishing to be added or make changes in the default +# distributed database should send information to iraf@noao.edu. + +observatory = "kpno" + name = "Kitt Peak National Observatory" + longitude = 111:36.0 + latitude = 31:57.8 + altitude = 2120. + timezone = 7 + +observatory = "wiyn" + name = "WIYN Observatory" + longitude = 111:36.0 + latitude = 31:57.8 + altitude = 2120. + timezone = 7 + +observatory = "ctio" + name = "Cerro Tololo Interamerican Observatory" + longitude = 70.815 + latitude = -30.16527778 + altitude = 2215. + timezone = 4 + +observatory = "lasilla" + name = "European Southern Observatory: La Silla" + longitude = 70:43.8 + latitude = -29:15.4 + altitude = 2347 + timezone = 4 + +observatory = "paranal" + name = "European Southern Observatory: Paranal" + longitude = 70:24.2 + latitude = -24:37.5 + altitude = 2635 + timezone = 4 + +observatory = "lick" + name = "Lick Observatory" + longitude = 121:38.2 + latitude = 37:20.6 + altitude = 1290 + timezone = 8 + +# Observatory entry from a conversation with Craig Foltz 8/20/97. +# Name was changed and the "mmt" entry was removed. +observatory = "mmto" + name = "MMT Observatory" + longitude = 110:53.1 + latitude = 31:41.3 + altitude = 2600 + timezone = 7 + +observatory = "cfht" + name = "Canada-France-Hawaii Telescope" + longitude = 155:28.3 + latitude = 19:49.6 + altitude = 4215 + timezone = 10 + +observatory = "lapalma" + name = "Roque de los Muchachos, La Palma" + longitude = 17:52.8 + latitude = 28:45.5 + altitude = 2327 + timezone = 0 + +observatory = "mso" + name = "Mt. Stromlo Observatory" + longitude = 210:58:32.4 + latitude = -35:19:14.34 + altitude = 767 + timezone = -10 + +observatory = "sso" + name = "Siding Spring Observatory" + longitude = 210:56:19.70 + latitude = -31:16:24.10 + altitude = 1149 + timezone = -10 + +observatory = "aao" + name = "Anglo-Australian Observatory" + longitude = 210:56:2.09 + latitude = -31:16:37.34 + altitude = 1164 + timezone = -10 + +observatory = "mcdonald" + name = "McDonald Observatory" + longitude = 104.0216667 + latitude = 30.6716667 + altitude = 2075 + timezone = 6 + +observatory = "lco" + name = "Las Campanas Observatory" + longitude = 70:42.1 + latitude = -29:0.2 + altitude = 2282 + timezone = 4 + +# Submitted by Alan Koski 1/13/93 +observatory = "mtbigelow" + name = "Catalina Observatory: 61 inch telescope" + longitude = 110:43.9 + latitude = 32:25.0 + altitude = 2510. + timezone = 7 + +# Revised by Daniel Durand 2/23/93 +observatory = "dao" + name = "Dominion Astrophysical Observatory" + longitude = 123:25.0 + latitude = 48:31.3 + altitude = 229 + timezone = 8 + +# Submitted by Patrick Vielle 5/4/93 +observatory = "spm" + name = "Observatorio Astronomico Nacional, San Pedro Martir" + longitude = 115:29:13 + latitude = 31:01:45 + altitude = 2830 + timezone = 7 + +# Submitted by Patrick Vielle 5/4/93 +observatory = "tona" + name = "Observatorio Astronomico Nacional, Tonantzintla" + longitude = 98:18:50 + latitude = 19:01:58 + timezone = 8 + +# Submitted by Don Hamilton 8/18/93 +observatory = "Palomar" + name = "The Hale Telescope" + longitude = 116:51:46.80 + latitude = 33:21:21.6 + altitude = 1706. + timezone = 8 + +# Submitted by Pat Seitzer 10/31/93 +observatory = "mdm" + name = "Michigan-Dartmouth-MIT Observatory" + longitude = 111:37.0 + latitude = 31:57.0 + altitude = 1938.5 + timezone = 7 + +# Submitted by Ignacio Ferrin 9/1/94 +observatory = "NOV" + name = "National Observatory of Venezuela" + longitude = 70:52.0 + latitude = 8:47.4 + altitude = 3610 + timezone = 4 + +# Submitted by Alan Welty 10/28/94 +observatory = "bmo" + name = "Black Moshannon Observatory" + longitude = 78:00.3 + latitude = 40:55.3 + altitude = 738 + timezone = 5 + +# Submitted by Biwei JIANG 11/28/95 +observatory = "BAO" + name = "Beijing XingLong Observatory" + longitude = 242:25.5 + latitude = 40:23.6 + altitude = 950. + timezone = -8 + +# From Astronomical Almanac 1996 +observatory = "keck" + name = "W. M. Keck Observatory" + longitude = 155:28.7 + latitude = 19:49.7 + altitude = 4160 + timezone = 10 + +# Submitted by Lina Tomasella 6/11/96: Padova Astronomical Obs., Asiago, Italy. +observatory = "ekar" + name = "Mt. Ekar 182 cm. Telescope" + longitude = 348:25:07.92 + latitude = 45:50:54.92 + altitude = 1413.69 + timezone = -1 + +# Submitted by Michael Ledlow 8/8/96 +observatory = "apo" + name = "Apache Point Observatory" + longitude = 105:49.2 + latitude = 32:46.8 + altitude = 2798. + timezone = 7 + +# Submitted by Michael Ledlow 8/8/96 +observatory = "lowell" + name = "Lowell Observatory" + longitude = 111:32.1 + latitude = 35:05.8 + altitude = 2198. + timezone = 7 + +# Submitted by S.G. Bhargavi 8/12/96 +observatory = "vbo" + name = "Vainu Bappu Observatory" + longitude = 281.1734 + latitude = 12.57666 + altitude = 725. + timezone = -5.5 + +# Submitted by S. Giridhar 6/28/03 +observatory = "iao" + name = "Indian Astronomical Observatory, Hanle" + longitude = 281.03583 + latitude = 32.7794 + altitude = 4500 + timezone = -5.5 + +# Submitted by Doug Mink 1/6/97 +observatory = "flwo" + name = "Whipple Observatory" + longitude = 110:52:39 + latitude = 31:40:51.4 + altitude = 2320 + timezone = 7 +observatory = "flwo1" + name = "Whipple Observatory" + longitude = 110:52:39 + latitude = 31:40:51.4 + altitude = 2320 + timezone = 7 + +# Submitted by Doug Mink 1/6/97 +observatory = "oro" + name = "Oak Ridge Observatory" + longitude = 71:33:29.32 + latitude = 42:30:18.94 + altitude = 184 + timezone = 5 + +# Submitted by Claudia Vilega Rodriques 12/12/97 +observatory = "lna" + name = "Laboratorio Nacional de Astrofisica - Brazil" + longitude = 45.5825 + latitude = -22:32:04 + altitude = 1864 + timezone = 3 + +# Submitted by John Memzies 12/31/99 +observatory = "saao" + name = "South African Astronomical Observatory" + longitude = 339:11:21.5 + latitude = -32:22:46 + altitude = 1798 + timezone = -2 + +# Submitted by Jorge Federico Gonzalez 12/10/98 +observatory = "casleo" + name = "Complejo Astronomico El Leoncito, San Juan" + longitude = 69:18:00 + latitude = -31:47:57 + altitude = 2552 + timezone = 3 + +# Submitted by Jorge Federico Gonzalez 12/10/98 +observatory = "bosque" + name = "Estacion Astrofisica Bosque Alegre, Cordoba" + longitude = 64:32:45 + latitude = -31:35:54 + altitude = 1250 + timezone = 3 + +# Submitted by Ilian Iliev 1/19/99 +observatory = "rozhen" + name = "National Astronomical Observatory Rozhen - Bulgaria" + longitude = 335:15:22 + latitude = 41:41:35 + altitude = 1759 + timezone = -2 + +# Submitted by Bill Vacca 7/14/99 +observatory = "irtf" + name = "NASA Infrared Telescope Facility" + longitude = 155.471999 + latitude = 19.826218 + altitude = 4168 + timezone = 10 + +# Submitted by Andy Layden 7/16/99 +observatory = "bgsuo" + name = "Bowling Green State Univ Observatory" + longitude = 83:39:33 + latitude = 41:22:42 + altitude = 225. + timezone = 5 + +# Submitted by Oliver-Mark Cordes 8/5/99 +observatory = "DSAZ" + name = "Deutsch-Spanisches Observatorium Calar Alto - Spain" + longitude = 2:32:46.5 + latitude = 37:13:25 + altitude = 2168 + timezone = -1 + +# Submitted by Matilde Fernandez 2/2/99 +observatory = "ca" + name = "Calar Alto Observatory" + longitude = 2:32:46.5 + latitude = 37:13:25 + altitude = 2168 + timezone = -1 + +# Submitted by Oliver-Mark Cordes 8/5/99 +observatory = "holi" + name = "Observatorium Hoher List (Universitaet Bonn) - Germany" + longitude = 6.85 + latitude = 50.16276 + altitude = 541 + timezone = -1 + +# Submitted by Steven Majewski 8/27/99 +observatory = "lmo" + name = "Leander McCormick Observatory" + longitude = 78:31:24 + latitude = 38:02:00 + altitude = 264 + timezone = 5 + +# Submitted by Steven Majewski 8/27/99 +observatory = "fmo" + name = "Fan Mountain Observatory" + longitude = 78:41:36 + latitude = 37:52:42 + altitude = 566 + timezone = 5 + +# Submitted by Kim K. McLeod 10/13/1999 +observatory = "whitin" + name = "Whitin Observatory, Wellesley College" + longitude = 71.305833 + latitude = 42.295 + altitude = 32 + timezone = 5 + +# Submitted by Nuno Peixinho 6/7/2000 +# Parameters for the Sierra Nevada Observatory (Spain) +observatory = "osn" + name = "Observatorio de Sierra Nevada" + longitude = 3:23:05 + latitude = 37:03:51 + altitude = 2896 + timezone = -1 + +# Gemini Observatory - Submitted by Inger Jorgensen +# +# Gemini-North +# These values are from the aerial survey made Sept 25, 1996 +# http://www.ifa.hawaii.edu/mko/coordinates.html + +observatory = "gemini-north" + name = "Gemini North Observatory" + longitude = 155:28.142805 + latitude = 19:49.42809 + altitude = 4213.4 + timezone = 10 + +# Gemini-South +# The coordinates are from GPS measurements and the elevation +# is from the Gemini Web pages http://www.gemini.edu/public + +#observatory = "gemini-south" +# name = "Gemini South Observatory" +# longitude = 70:43.4 +# latitude = -30:13.7 +# altitude = 2737. +# timezone = 4 + +# Corrected coords from Bryan Miller, 5/18/2006 +observatory = "gemini-south" + name = "Gemini South Observatory" + longitude = 70:44.2016 + latitude = -30:14.445 + altitude = 2722. + timezone = 4 + +# ESO + +observatory = "lasilla" + name = "European Southern Observatory: La Silla" + longitude = 70:43.8 + latitude = -29:15.4 + altitude = 2347 + timezone = 4 + +observatory = "paranal" + name = "European Southern Observatory: Paranal" + longitude = 70:24.2 + latitude = -24:37.5 + altitude = 2635 + timezone = 4 + +# The following additional entries were suppied by Peter Weilbacher +# weilbach@uni-sw.gwdg.de on 28 Jan 2002 13:12:59 -0700. + +observatory = "esontt" + name = "European Southern Observatory, NTT, La Silla" + longitude = 70:43:54.272 + latitude = -29:15:18.440 + altitude = 2375 + timezone = 4 + +observatory = "eso36m" + name = "European Southern Observatory, 3.6m Telescope, La Silla" + longitude = 70:43:46.606 + latitude = -29:15:25.814 + altitude = 2400 + timezone = 4 + +observatory = "esovlt" + name = "European Southern Observatory, VLT, Paranal" + longitude = 70.4022 + latitude = -24.6253 + altitude = 2648 + timezone = 4 + + +# Submited by Giovanni Catanzaro, 7/17/03. +observatory = "sln" + name = "SLN - Catania Astrophysical Observatory" + longitude = 345:01:36 + latitude = 37:41.5 + altitude = 1725. + timezone = -1 + + +# Submited by Ahmet Devlen, 4/21/04 +observatory = "euo" + name = "Ege University Observatory" + longitude = -27:16.5 + latitude = 38:23.9 + altitude = 795. + timezone = 2 + +# Submitted by Zeki Aslan 8/15/05 who said the "tno" entry was wrong. +#observatory = "tno" +# name = "Turkiye National Observatory" +# longitude = -30:21:11 +# latitude = 36:49:28 +# altitude = 2555. +# timezone = 2 +# +observatory = "tug" + name = "TUBITAK National Observatory, Turkey" + longitude = -30:20:00 + latitude = 36:49:30 + altitude = 2547. + timezone = -2 + + +# Submited by Ricky Patterson for Vatican Obs. Research Group, 6/15/04 +observatory = "mgo" + name = "Mount Graham Observatory" + longitude = 109:53:30 + latitude = 32:42:06 + altitude = 3181 + timezone = 7 + +# Submited by Jeewan C. Bandey 7/28/05 +# Changed to W longitude MJF 4/1/06) +# (E) longitude = 79.45639 +observatory = "aries" + name = "Aryabhatta Research Institute of Observational Sciences" + longitude = 280.54361 + latitude = 29.36 + altitude = 1950. + timezone = -5.5 + +# Submitted by Eduardo Fernández Lajús 10/28/05 +observatory = "oalp" + name = 'Observatorio Astronómico de La Plata' + longitude = 57:55:56.2782 + latitude = -34:54:24.3040 + altitude = 20. + timezone = 3. + +# Submitted by Leslie F. Brown 7/29/06 +observatory = "olin" + name = Connecticut College - Olin Observatory" + longitude = 72:06:19 + latitude = 41:22:44 + altitude = 85 + timezone = 5 + +# Submitted by Pat van Heerden 11/20/06 +observatory = "boyden" + name = Boyden Observatory + longitude = 332:35:40.0 + latitude = -29:02:20 + altitude = 1387 + timezone = -2 + +# Submitted by Mike Yang 8/19/09 +observatory = "lulin" + name = "Lulin Observatory" + longitude = 240:52.4 + latitude = 23:28.1 + altitude = 2862. + timezone = -8 + +# Submitted by Mairan Teodoro 1/27/10 +observatory = "soar" + name = "Southern Astrophysical Research Telescope" + longitude = 70:44:01.4 + latitude = -30:14:16.8 + altitude = 2738 + timezone = 4 + +# Submitted from iraf.net 4/12/10 +observatory = "baker" + name = "Baker Observatory" + longitude = 93:02:30.29 + latitude = 37:23:55.05 + altitude = 418.2 + timezone = 6 + +# Added MJF 6/1/2010 +observatory = "het" + name = "McDonald Observatory - Hobby-Eberly Telescope" + longitude = 104.014722222 + latitude = 30.68144444 + altitude = 2026 + timezone = 6 + +# Submitted by Robert D. Collier 9/1/10 +observatory = "jcdo" + name = "Jack C. Davis Observatory, Western Nevada College" + longitude = 119:47:26.4 + latitude = 39:11:08.6 + altitude = 1534 + timezone = 8 + +# Submitted by mas_nomi1711@yahoo.com 3/16/12 +observatory = "lno" + name = "Langkawi National Observatory" + longitude = 260:13:08.0 + latitude = 06:18:25.0 + altitude = 111 + timezone = -8 + +# Submitted by Eugene Esemenko 4/11/13 (BTA 6m, http://www.sao.ru/Doc-en/) +observatory = "saoras" + name = "Special Astrophysical Observatory, Russia" + longitude = -41:26:25.61 + latitude = 43:38:48.57 + altitude = 2080. + timezone = -4 + +# Submitted by Eugene Esemenko 4/11/13 (http://www.terskol.com/) +observatory = "terskol" + name = "Terskol mountain observatory, Russia" + longitude = -42:30:00.0 + latitude = 43:16:22.0 + altitude = 3100. + timezone = -4 diff --git a/noao/lib/onedstds/README b/noao/lib/onedstds/README new file mode 100644 index 00000000..126aac0b --- /dev/null +++ b/noao/lib/onedstds/README @@ -0,0 +1,251 @@ +The onedstds$ directory contains standard calibration data for extinction and +sensitivity calibration as used in the ONEDSPEC, TWODSPEC, and the various +IMRED packages. + + + EXTINCTION TABLES + (eg extinction = onedstds$kpnoextinct.dat) + +ctioextinct.dat - CTIO extinction table for ONEDSPEC (in Angstroms) + The CTIO extinction curve distributed with IRAF comes from the work of + Stone & Baldwin (1983 MN 204, 347) and Baldwin & Stone (1984 MN 206, + 241). The first of these papers lists the points from 3200-8370A while + the second extended the flux calibration from 6056 to 10870A but the + derived extinction curve was not given in the paper. The IRAF table + follows SB83 out to 6436, the redder points presumably come from BS84 + with averages used in the overlap region. + + More recent CTIO extinction curves are shown as Figures in Hamuy + et al (92, PASP 104, 533 ; 94 PASP 106, 566). + + Steve Heathcote, Mon, 19 Jul 1999 + + +kpnoextinct.dat - KPNO extinction table for ONEDSPEC (in Angstroms) + + MISCELLANEOUS + + ctio - Directory containing CTIO decker comb positions and + neutral density filter curves (used with NDPREP). + + FLUX STANDARD DIRECTORIES + (eg caldir = onedstds$iidscal/) + + blackbody - Directory for using blackbody flux distributions in + various magnitude bands. + bstdscal - Directory of the brighter KPNO IRS standards (i.e. those + with HR numbers) at 29 bandpasses, data from various + sources transformed to the Hayes and Latham system, + unpublished. + ctiocal - Directory containing fluxes for the southern tertiary + standards as published by Baldwin & Stone, 1984, MNRAS, + 206, 241 and Stone and Baldwin, 1983, MNRAS, 204, 347. + ctionewcal - Directory containing fluxes at 50A steps in the blue range + 3300-7550A for the tertiary standards of Baldwin and + Stone derived from the revised calibration of Hamuy et + al., 1992, PASP, 104, 533. This directory also contains + the fluxes of the tertiaries in the red (6050-10000A) at + 50A steps as will be published in PASP (Hamuy et al + 1994). The combined fluxes are obtained by gray + shifting the blue fluxes to match the red fluxes in the + overlap region of 6500A-7500A and averaging the red and + blue fluxes in the overlap. The separate red and blue + fluxes may be selected by following the star name with + "red" or "blue"; i.e. CD 32 blue. + iidscal - Directory of the KPNO IIDS standards at 29 bandpasses, + data from various sources transformed to the Hayes and + Latham system, unpublished. + irscal - Directory of the KPNO IRS standards at 78 bandpasses, + data from various sources transformed to the Hayes and + Latham system, unpublished (note that in this directory the + brighter standards have no values - the `bstdscal' directory + must be used for these standards at this time). + oke1990 - Directory of spectrophotometric standards observed for use + with the HST, Table VII, Oke 1990, AJ, 99. 1621 (no + correction was applied). An arbitrary 1A bandpass + is specified for these smoothed and interpolated + flux "points". Users may copy and modify these files + for other bandpasses. + redcal - Directory of standard stars with flux data beyond 8370A. + These stars are from the IRS or the IIDS directory but + have data extending as far out into the red as the + literature permits. Data from various sources. + spechayescal - The KPNO spectrophotometric standards at the Hayes flux + points, Table IV, Spectrophotometric Standards, Massey + et al., 1988, ApJ 328, p. 315. + spec16cal - Directory containing fluxes at 16A steps in the blue + range 3300-7550A for the secondary standards, published + in Hamuy et al., 1992, PASP, 104, 533. This directory + also contains the fluxes of the secondaries in the red + (6020-10300A) at 16A steps as will be published in PASP + (Hamuy et al 1994). The combined fluxes are obtained by + gray shifting the blue fluxes to match the red fluxes in + the overlap region of 6500A-7500A and averaging the blue + and red fluxes in the overlap. The separate red and + blue fluxes may be selected by following the star name + with "red" or "blue"; i.e. HR 1544 blue. + spec50cal - The KPNO spectrophotometric standards at 50 A intervals. + The data are from (1) Table V, Spectrophotometric Standards, + Massey et al., 1988, ApJ 328, p. 315 and (2) Table 3, The + Kitt Peak Spectrophotometric Standards: Extension to 1 + micron, Massey and Gronwall, 1990, ApJ 358, p. 344. + + + STANDARD STAR MENUS + +-------------------------------------------------------------------------------- +Blackbody calibrations in onedstds$blackbody/ + +U B V R I J H K L Lprime M + +Magnitude conversions are available between V, J, H, K, L, Lprime, and M +but for U, B, R, and I the star magnitudes must be in the same bandpass. +-------------------------------------------------------------------------------- +Standard stars in onedstds$bstdscal/ + +hr718 hr3454 hr3982 hr4468 hr4534 +hr5191 hr5511 hr7001 hr7596 hr7950 +hr8634 hr9087 hd15318 hd74280 hd100889 +hd188350 hd198001 hd214923 hd224926 + +-------------------------------------------------------------------------------- +Standard stars in onedstds$ctiocal/ + +bd25 eg139 feige56 l2415 l93080 +bd73632 eg149 feige98 l2511 l97030 +bd8 eg158 g16350 l3218 lds235 +cd32 eg248 g2631 l3864 lds749 +eg11 eg274 g9937 l4364 ltt4099 +eg21 f15 h600 l4816 ltt8702 +eg26 f25 hz2 l6248 ross627 +eg31 f56 hz4 l7379 w1346 +eg54 f98 hz15 l7987 w485a +eg63 f110 kopf27 l8702 wolf1346 +eg76 feige110 l377 l9239 wolf485a +eg79 feige15 l1020 l9491 +eg99 feige25 l1788 l74546 + +-------------------------------------------------------------------------------- +Standard stars in onedstds$ctionewcal/: + +Combined red and blue 3300A-10000A: + +cd32 f56 l2415 l4364 l7987 +eg21 h600 l3218 l4816 l9239 +eg274 l1020 l377 l6248 l9491 +f110 l1788 l3864 l7379 l745 + +Blue 3300A-7550A: + +cd32blue f56blue l2415blue l4364blue l7987blue +eg21blue h600blue l3218blue l4816blue l9239blue +eg274blue l1020blue l377blue l6248blue l9491blue +f110blue l1788blue l3864blue l7379blue + +Red 6050A-10000A: + +cd32red f56red l2415red l4364red l7987red +eg21red h600red l3218red l4816red l9239red +eg274red l1020red l377red l6248red l9491red +f110red l1788red l3864red l7379red l745red + +-------------------------------------------------------------------------------- +Standard stars in onedstds$iidscal/ + +40erib eg50 eg149 g16350 hz4 lds235b +amcvn eg54 eg158 g191b2b hz7 lds749b +bd253941 eg63 eg162 g2610 hz14 lft1655 +bd284211 eg67 eg182 g2631 hz15 lp414101 +bd332642 eg71 eg184 g4718 hz29 ltt13002 +bd404032 eg76 eg193 g88 hz43 ltt16294 +bd73632 eg77 eg247 g9937 hz44 ltt4099 +bd7781 eg79 eg248 gd128 kopff27 ltt8702 +bd82015 eg91 feige15 gd140 l13633 ross627 +eg11 eg98 feige24 gd190 l140349 ross640 +eg20 eg99 feige25 gh7112 l14094 sa29130 +eg26 eg102 feige34 grw705824 l151234b sao131065 +eg28 eg119 feige56 grw708247 l74546a ton573 +eg29 eg129 feige92 grw738031 l8702 wolf1346 +eg31 eg139 feige98 he3 l93080 wolf485a +eg33 eg144 feige110 hiltner102 l97030 +eg39 eg145 g12627 hiltner600 lb1240 +eg42 eg148 g14563 hz2 lb227 + +-------------------------------------------------------------------------------- +Standard stars in onedstds$irscal/ + +bd082015 eg50 feige34 hd117880 hd60778 hr7001 +bd174708 eg71 feige56 hd161817 hd74721 hz44 +bd253941 eg139 feige92 hd17520 hd84937 kopff27 +bd262606 eg158 feige98 hd192281 hd86986 wolf1346 +bd284211 eg247 feige110 hd19445 he3 +bd332642 feige15 g191b2b hd217086 hiltner102 +bd404032 feige25 hd109995 hd2857 hiltner600 + +-------------------------------------------------------------------------------- +Standard stars in onedstds$oke1990/ + +bd284211 feige110 feige67 g191b2b g249 gd248 ltt9491 eg71 +bd75325 feige34 g13831 g19374 gd108 hz21 eg158 eg247 + +-------------------------------------------------------------------------------- +Standard stars in onedstds$redcal/ + +40erib eg63 eg139 eg248 gd140 hz44 ltt16294 +amcvn eg67 eg144 feige24 gd190 l13633 ltt4099 +bd7781 eg76 eg145 g12627 grw705824 l14094 ltt8702 +bd73632 eg79 eg148 g14563 grw708247 l151234b ross627 +bd174708 eg91 eg149 g16350 grw738031 l74546a ross640 +bd262606 eg98 eg162 g191b2b hd19445 l93080 sa29130 +eg20 eg99 eg182 g2610 hd84937 l97030 sao131065 +eg33 eg102 eg184 g2631 he3 lds235b wolf1346 +eg50 eg119 eg193 g4718 hz29 lds749b wolf485a +eg54 eg129 eg247 g9937 hz43 lft1655 + +-------------------------------------------------------------------------------- +Standard stars in onedstds$spec16cal/: + +Combined red and blue 3300A-10300A: + +hd15318 hd74280 hd114330 hd188350 hd214923 +hd30739 hd100889 hd129956 hd198001 hd224926 +hr1544 hr4468 hr5501 hr7596 hr8634 +hr3454 hr4963 hr718 hr7950 hr9087 + +Blue 3300A-7550A: + +hd15318blue hd74280blue hd114330blue hd188350blue hd214923blue +hd30739blue hd100889blue hd129956blue hd198001blue hd224926blue +hr1544blue hr4468blue hr5501blue hr7596blue hr8634blue +hr3454blue hr4963blue hr718blue hr7950blue hr9087blue + +Red 6020A-10300A: + +hd15318red hd74280red hd114330red hd188350red hd214923red +hd30739red hd100889red hd129956red hd198001red hd224926red +hr1544red hr4468red hr5501red hr7596red hr8634red +hr3454red hr4963red hr718red hr7950red hr9087red + +-------------------------------------------------------------------------------- +Standard stars in onedstds$spec50cal/ (3200A - 8100 A) + +bd284211 eg247 feige34 hd192281 pg0205134 pg0934554 wolf1346 +cygob2no9 eg42 feige66 hd217086 pg0216032 pg0939262 +eg139 eg71 feige67 hilt600 pg0310149 pg1121145 +eg158 eg81 g191b2b hz14 pg0823546 pg1545035 +eg20 feige110 gd140 hz44 pg0846249 pg1708602 + +Standard stars in onedstds$spec50cal/ (3200A - 10200A) + +bd284211 eg247 feige34 g191b2b hz44 +eg139 eg71 feige66 gd140 pg0823546 +eg158 feige110 feige67 hilt600 wolf1346 + +-------------------------------------------------------------------------------- +Standard stars in onedstds$spechayescal/ + +bd284211 eg139 feige67 hd217086 pg0216032 pg0939262 +cygob2no9 eg158 feige110 hiltner600 pg0310149 pg1121145 +eg42 eg247 g191b2b hz14 pg0823546 pg1545035 +eg71 feige34 gd140 hz44 pg0846249 pg1708602 +eg81 feige66 hd192281 pg0205134 pg0934554 wolf1346 diff --git a/noao/lib/onedstds/blackbody/b.dat b/noao/lib/onedstds/blackbody/b.dat new file mode 100644 index 00000000..77022e31 --- /dev/null +++ b/noao/lib/onedstds/blackbody/b.dat @@ -0,0 +1,145 @@ +# type blackbody +# units microns +# band B +# weff 0.44 + +0.3 -0.1752 0.005 +0.305 -0.1752 0.005 +0.31 -0.1752 0.005 +0.315 -0.1752 0.005 +0.32 -0.1752 0.005 +0.325 -0.1752 0.005 +0.33 -0.1752 0.005 +0.335 -0.1752 0.005 +0.34 -0.1752 0.005 +0.345 -0.1752 0.005 +0.35 -0.1752 0.005 +0.355 -0.1752 0.005 +0.36 -0.1752 0.005 +0.365 -0.1752 0.005 +0.37 -0.1752 0.005 +0.375 -0.1752 0.005 +0.38 -0.1752 0.005 +0.385 -0.1752 0.005 +0.39 -0.1752 0.005 +0.395 -0.1752 0.005 +0.4 -0.1752 0.005 +0.405 -0.1752 0.005 +0.41 -0.1752 0.005 +0.415 -0.1752 0.005 +0.42 -0.1752 0.005 +0.425 -0.1752 0.005 +0.43 -0.1752 0.005 +0.435 -0.1752 0.005 +0.44 -0.1752 0.005 +0.445 -0.1752 0.005 +0.45 -0.1752 0.005 +0.455 -0.1752 0.005 +0.46 -0.1752 0.005 +0.465 -0.1752 0.005 +0.47 -0.1752 0.005 +0.475 -0.1752 0.005 +0.48 -0.1752 0.005 +0.485 -0.1752 0.005 +0.49 -0.1752 0.005 +0.495 -0.1752 0.005 +0.5 -0.1752 0.005 +0.505 -0.1752 0.005 +0.51 -0.1752 0.005 +0.515 -0.1752 0.005 +0.52 -0.1752 0.005 +0.525 -0.1752 0.005 +0.53 -0.1752 0.005 +0.535 -0.1752 0.005 +0.54 -0.1752 0.005 +0.545 -0.1752 0.005 +0.55 -0.1752 0.005 +0.555 -0.1752 0.005 +0.56 -0.1752 0.005 +0.565 -0.1752 0.005 +0.57 -0.1752 0.005 +0.575 -0.1752 0.005 +0.58 -0.1752 0.005 +0.585 -0.1752 0.005 +0.59 -0.1752 0.005 +0.595 -0.1752 0.005 +0.6 -0.1752 0.005 +0.605 -0.1752 0.005 +0.61 -0.1752 0.005 +0.615 -0.1752 0.005 +0.62 -0.1752 0.005 +0.625 -0.1752 0.005 +0.63 -0.1752 0.005 +0.635 -0.1752 0.005 +0.64 -0.1752 0.005 +0.645 -0.1752 0.005 +0.65 -0.1752 0.005 +0.655 -0.1752 0.005 +0.66 -0.1752 0.005 +0.665 -0.1752 0.005 +0.67 -0.1752 0.005 +0.675 -0.1752 0.005 +0.68 -0.1752 0.005 +0.685 -0.1752 0.005 +0.69 -0.1752 0.005 +0.695 -0.1752 0.005 +0.7 -0.1752 0.005 +0.705 -0.1752 0.005 +0.71 -0.1752 0.005 +0.715 -0.1752 0.005 +0.72 -0.1752 0.005 +0.725 -0.1752 0.005 +0.73 -0.1752 0.005 +0.735 -0.1752 0.005 +0.74 -0.1752 0.005 +0.745 -0.1752 0.005 +0.75 -0.1752 0.005 +0.755 -0.1752 0.005 +0.76 -0.1752 0.005 +0.765 -0.1752 0.005 +0.77 -0.1752 0.005 +0.775 -0.1752 0.005 +0.78 -0.1752 0.005 +0.785 -0.1752 0.005 +0.79 -0.1752 0.005 +0.795 -0.1752 0.005 +0.8 -0.1752 0.005 +0.805 -0.1752 0.005 +0.81 -0.1752 0.005 +0.815 -0.1752 0.005 +0.82 -0.1752 0.005 +0.825 -0.1752 0.005 +0.83 -0.1752 0.005 +0.835 -0.1752 0.005 +0.84 -0.1752 0.005 +0.845 -0.1752 0.005 +0.85 -0.1752 0.005 +0.855 -0.1752 0.005 +0.86 -0.1752 0.005 +0.865 -0.1752 0.005 +0.87 -0.1752 0.005 +0.875 -0.1752 0.005 +0.88 -0.1752 0.005 +0.885 -0.1752 0.005 +0.89 -0.1752 0.005 +0.895 -0.1752 0.005 +0.9 -0.1752 0.005 +0.905 -0.1752 0.005 +0.91 -0.1752 0.005 +0.915 -0.1752 0.005 +0.92 -0.1752 0.005 +0.925 -0.1752 0.005 +0.93 -0.1752 0.005 +0.935 -0.1752 0.005 +0.94 -0.1752 0.005 +0.945 -0.1752 0.005 +0.95 -0.1752 0.005 +0.955 -0.1752 0.005 +0.96 -0.1752 0.005 +0.965 -0.1752 0.005 +0.97 -0.1752 0.005 +0.975 -0.1752 0.005 +0.98 -0.1752 0.005 +0.985 -0.1752 0.005 +0.99 -0.1752 0.005 +0.995 -0.1752 0.005 diff --git a/noao/lib/onedstds/blackbody/h.dat b/noao/lib/onedstds/blackbody/h.dat new file mode 100644 index 00000000..1ae5f0eb --- /dev/null +++ b/noao/lib/onedstds/blackbody/h.dat @@ -0,0 +1,106 @@ +# type blackbody +# units microns +# band H +# weff 1.654 + +1.4 1.3476 0.005 +1.405 1.3476 0.005 +1.41 1.3476 0.005 +1.415 1.3476 0.005 +1.42 1.3476 0.005 +1.425 1.3476 0.005 +1.43 1.3476 0.005 +1.435 1.3476 0.005 +1.44 1.3476 0.005 +1.445 1.3476 0.005 +1.45 1.3476 0.005 +1.455 1.3476 0.005 +1.46 1.3476 0.005 +1.465 1.3476 0.005 +1.47 1.3476 0.005 +1.475 1.3476 0.005 +1.48 1.3476 0.005 +1.485 1.3476 0.005 +1.49 1.3476 0.005 +1.495 1.3476 0.005 +1.5 1.3476 0.005 +1.505 1.3476 0.005 +1.51 1.3476 0.005 +1.515 1.3476 0.005 +1.52 1.3476 0.005 +1.525 1.3476 0.005 +1.53 1.3476 0.005 +1.535 1.3476 0.005 +1.54 1.3476 0.005 +1.545 1.3476 0.005 +1.55 1.3476 0.005 +1.555 1.3476 0.005 +1.56 1.3476 0.005 +1.565 1.3476 0.005 +1.57 1.3476 0.005 +1.575 1.3476 0.005 +1.58 1.3476 0.005 +1.585 1.3476 0.005 +1.59 1.3476 0.005 +1.595 1.3476 0.005 +1.6 1.3476 0.005 +1.605 1.3476 0.005 +1.61 1.3476 0.005 +1.615 1.3476 0.005 +1.62 1.3476 0.005 +1.625 1.3476 0.005 +1.63 1.3476 0.005 +1.635 1.3476 0.005 +1.64 1.3476 0.005 +1.645 1.3476 0.005 +1.65 1.3476 0.005 +1.655 1.3476 0.005 +1.66 1.3476 0.005 +1.665 1.3476 0.005 +1.67 1.3476 0.005 +1.675 1.3476 0.005 +1.68 1.3476 0.005 +1.685 1.3476 0.005 +1.69 1.3476 0.005 +1.695 1.3476 0.005 +1.7 1.3476 0.005 +1.705 1.3476 0.005 +1.71 1.3476 0.005 +1.715 1.3476 0.005 +1.72 1.3476 0.005 +1.725 1.3476 0.005 +1.73 1.3476 0.005 +1.735 1.3476 0.005 +1.74 1.3476 0.005 +1.745 1.3476 0.005 +1.75 1.3476 0.005 +1.755 1.3476 0.005 +1.76 1.3476 0.005 +1.765 1.3476 0.005 +1.77 1.3476 0.005 +1.775 1.3476 0.005 +1.78 1.3476 0.005 +1.785 1.3476 0.005 +1.79 1.3476 0.005 +1.795 1.3476 0.005 +1.8 1.3476 0.005 +1.805 1.3476 0.005 +1.81 1.3476 0.005 +1.815 1.3476 0.005 +1.82 1.3476 0.005 +1.825 1.3476 0.005 +1.83 1.3476 0.005 +1.835 1.3476 0.005 +1.84 1.3476 0.005 +1.845 1.3476 0.005 +1.85 1.3476 0.005 +1.855 1.3476 0.005 +1.86 1.3476 0.005 +1.865 1.3476 0.005 +1.87 1.3476 0.005 +1.875 1.3476 0.005 +1.88 1.3476 0.005 +1.885 1.3476 0.005 +1.89 1.3476 0.005 +1.895 1.3476 0.005 +1.9 1.3476 0.005 diff --git a/noao/lib/onedstds/blackbody/i.dat b/noao/lib/onedstds/blackbody/i.dat new file mode 100644 index 00000000..1cc1f6e7 --- /dev/null +++ b/noao/lib/onedstds/blackbody/i.dat @@ -0,0 +1,146 @@ +# type blackbody +# units microns +# band I +# weff 0.9 + +0.4 0.5209 0.005 +0.405 0.5209 0.005 +0.41 0.5209 0.005 +0.415 0.5209 0.005 +0.42 0.5209 0.005 +0.425 0.5209 0.005 +0.43 0.5209 0.005 +0.435 0.5209 0.005 +0.44 0.5209 0.005 +0.445 0.5209 0.005 +0.45 0.5209 0.005 +0.455 0.5209 0.005 +0.46 0.5209 0.005 +0.465 0.5209 0.005 +0.47 0.5209 0.005 +0.475 0.5209 0.005 +0.48 0.5209 0.005 +0.485 0.5209 0.005 +0.49 0.5209 0.005 +0.495 0.5209 0.005 +0.5 0.5209 0.005 +0.505 0.5209 0.005 +0.51 0.5209 0.005 +0.515 0.5209 0.005 +0.52 0.5209 0.005 +0.525 0.5209 0.005 +0.53 0.5209 0.005 +0.535 0.5209 0.005 +0.54 0.5209 0.005 +0.545 0.5209 0.005 +0.55 0.5209 0.005 +0.555 0.5209 0.005 +0.56 0.5209 0.005 +0.565 0.5209 0.005 +0.57 0.5209 0.005 +0.575 0.5209 0.005 +0.58 0.5209 0.005 +0.585 0.5209 0.005 +0.59 0.5209 0.005 +0.595 0.5209 0.005 +0.6 0.5209 0.005 +0.605 0.5209 0.005 +0.61 0.5209 0.005 +0.615 0.5209 0.005 +0.62 0.5209 0.005 +0.625 0.5209 0.005 +0.63 0.5209 0.005 +0.635 0.5209 0.005 +0.64 0.5209 0.005 +0.645 0.5209 0.005 +0.65 0.5209 0.005 +0.655 0.5209 0.005 +0.66 0.5209 0.005 +0.665 0.5209 0.005 +0.67 0.5209 0.005 +0.675 0.5209 0.005 +0.68 0.5209 0.005 +0.685 0.5209 0.005 +0.69 0.5209 0.005 +0.695 0.5209 0.005 +0.7 0.5209 0.005 +0.705 0.5209 0.005 +0.71 0.5209 0.005 +0.715 0.5209 0.005 +0.72 0.5209 0.005 +0.725 0.5209 0.005 +0.73 0.5209 0.005 +0.735 0.5209 0.005 +0.74 0.5209 0.005 +0.745 0.5209 0.005 +0.75 0.5209 0.005 +0.755 0.5209 0.005 +0.76 0.5209 0.005 +0.765 0.5209 0.005 +0.77 0.5209 0.005 +0.775 0.5209 0.005 +0.78 0.5209 0.005 +0.785 0.5209 0.005 +0.79 0.5209 0.005 +0.795 0.5209 0.005 +0.8 0.5209 0.005 +0.805 0.5209 0.005 +0.81 0.5209 0.005 +0.815 0.5209 0.005 +0.82 0.5209 0.005 +0.825 0.5209 0.005 +0.83 0.5209 0.005 +0.835 0.5209 0.005 +0.84 0.5209 0.005 +0.845 0.5209 0.005 +0.85 0.5209 0.005 +0.855 0.5209 0.005 +0.86 0.5209 0.005 +0.865 0.5209 0.005 +0.87 0.5209 0.005 +0.875 0.5209 0.005 +0.88 0.5209 0.005 +0.885 0.5209 0.005 +0.89 0.5209 0.005 +0.895 0.5209 0.005 +0.9 0.5209 0.005 +0.905 0.5209 0.005 +0.91 0.5209 0.005 +0.915 0.5209 0.005 +0.92 0.5209 0.005 +0.925 0.5209 0.005 +0.93 0.5209 0.005 +0.935 0.5209 0.005 +0.94 0.5209 0.005 +0.945 0.5209 0.005 +0.95 0.5209 0.005 +0.955 0.5209 0.005 +0.96 0.5209 0.005 +0.965 0.5209 0.005 +0.97 0.5209 0.005 +0.975 0.5209 0.005 +0.98 0.5209 0.005 +0.985 0.5209 0.005 +0.99 0.5209 0.005 +0.995 0.5209 0.005 +1. 0.5209 0.005 +1.005 0.5209 0.005 +1.01 0.5209 0.005 +1.015 0.5209 0.005 +1.02 0.5209 0.005 +1.025 0.5209 0.005 +1.03 0.5209 0.005 +1.035 0.5209 0.005 +1.04 0.5209 0.005 +1.045 0.5209 0.005 +1.05 0.5209 0.005 +1.055 0.5209 0.005 +1.06 0.5209 0.005 +1.065 0.5209 0.005 +1.07 0.5209 0.005 +1.075 0.5209 0.005 +1.08 0.5209 0.005 +1.085 0.5209 0.005 +1.09 0.5209 0.005 +1.095 0.5209 0.005 +1.1 0.5209 0.005 diff --git a/noao/lib/onedstds/blackbody/j.dat b/noao/lib/onedstds/blackbody/j.dat new file mode 100644 index 00000000..10507e39 --- /dev/null +++ b/noao/lib/onedstds/blackbody/j.dat @@ -0,0 +1,106 @@ +# type blackbody +# units microns +# band J +# weff 1.215 + +1. 0.8696 0.005 +1.005 0.8696 0.005 +1.01 0.8696 0.005 +1.015 0.8696 0.005 +1.02 0.8696 0.005 +1.025 0.8696 0.005 +1.03 0.8696 0.005 +1.035 0.8696 0.005 +1.04 0.8696 0.005 +1.045 0.8696 0.005 +1.05 0.8696 0.005 +1.055 0.8696 0.005 +1.06 0.8696 0.005 +1.065 0.8696 0.005 +1.07 0.8696 0.005 +1.075 0.8696 0.005 +1.08 0.8696 0.005 +1.085 0.8696 0.005 +1.09 0.8696 0.005 +1.095 0.8696 0.005 +1.1 0.8696 0.005 +1.105 0.8696 0.005 +1.11 0.8696 0.005 +1.115 0.8696 0.005 +1.12 0.8696 0.005 +1.125 0.8696 0.005 +1.13 0.8696 0.005 +1.135 0.8696 0.005 +1.14 0.8696 0.005 +1.145 0.8696 0.005 +1.15 0.8696 0.005 +1.155 0.8696 0.005 +1.16 0.8696 0.005 +1.165 0.8696 0.005 +1.17 0.8696 0.005 +1.175 0.8696 0.005 +1.18 0.8696 0.005 +1.185 0.8696 0.005 +1.19 0.8696 0.005 +1.195 0.8696 0.005 +1.2 0.8696 0.005 +1.205 0.8696 0.005 +1.21 0.8696 0.005 +1.215 0.8696 0.005 +1.22 0.8696 0.005 +1.225 0.8696 0.005 +1.23 0.8696 0.005 +1.235 0.8696 0.005 +1.24 0.8696 0.005 +1.245 0.8696 0.005 +1.25 0.8696 0.005 +1.255 0.8696 0.005 +1.26 0.8696 0.005 +1.265 0.8696 0.005 +1.27 0.8696 0.005 +1.275 0.8696 0.005 +1.28 0.8696 0.005 +1.285 0.8696 0.005 +1.29 0.8696 0.005 +1.295 0.8696 0.005 +1.3 0.8696 0.005 +1.305 0.8696 0.005 +1.31 0.8696 0.005 +1.315 0.8696 0.005 +1.32 0.8696 0.005 +1.325 0.8696 0.005 +1.33 0.8696 0.005 +1.335 0.8696 0.005 +1.34 0.8696 0.005 +1.345 0.8696 0.005 +1.35 0.8696 0.005 +1.355 0.8696 0.005 +1.36 0.8696 0.005 +1.365 0.8696 0.005 +1.37 0.8696 0.005 +1.375 0.8696 0.005 +1.38 0.8696 0.005 +1.385 0.8696 0.005 +1.39 0.8696 0.005 +1.395 0.8696 0.005 +1.4 0.8696 0.005 +1.405 0.8696 0.005 +1.41 0.8696 0.005 +1.415 0.8696 0.005 +1.42 0.8696 0.005 +1.425 0.8696 0.005 +1.43 0.8696 0.005 +1.435 0.8696 0.005 +1.44 0.8696 0.005 +1.445 0.8696 0.005 +1.45 0.8696 0.005 +1.455 0.8696 0.005 +1.46 0.8696 0.005 +1.465 0.8696 0.005 +1.47 0.8696 0.005 +1.475 0.8696 0.005 +1.48 0.8696 0.005 +1.485 0.8696 0.005 +1.49 0.8696 0.005 +1.495 0.8696 0.005 +1.5 0.8696 0.005 diff --git a/noao/lib/onedstds/blackbody/k.dat b/noao/lib/onedstds/blackbody/k.dat new file mode 100644 index 00000000..1648bccb --- /dev/null +++ b/noao/lib/onedstds/blackbody/k.dat @@ -0,0 +1,126 @@ +# type blackbody +# units microns +# band K +# weff 2.179 + +1.9 1.8583 0.005 +1.905 1.8583 0.005 +1.91 1.8583 0.005 +1.915 1.8583 0.005 +1.92 1.8583 0.005 +1.925 1.8583 0.005 +1.93 1.8583 0.005 +1.935 1.8583 0.005 +1.94 1.8583 0.005 +1.945 1.8583 0.005 +1.95 1.8583 0.005 +1.955 1.8583 0.005 +1.96 1.8583 0.005 +1.965 1.8583 0.005 +1.97 1.8583 0.005 +1.975 1.8583 0.005 +1.98 1.8583 0.005 +1.985 1.8583 0.005 +1.99 1.8583 0.005 +1.995 1.8583 0.005 +2. 1.8583 0.005 +2.005 1.8583 0.005 +2.01 1.8583 0.005 +2.015 1.8583 0.005 +2.02 1.8583 0.005 +2.025 1.8583 0.005 +2.03 1.8583 0.005 +2.035 1.8583 0.005 +2.04 1.8583 0.005 +2.045 1.8583 0.005 +2.05 1.8583 0.005 +2.055 1.8583 0.005 +2.06 1.8583 0.005 +2.065 1.8583 0.005 +2.07 1.8583 0.005 +2.075 1.8583 0.005 +2.08 1.8583 0.005 +2.085 1.8583 0.005 +2.09 1.8583 0.005 +2.095 1.8583 0.005 +2.1 1.8583 0.005 +2.105 1.8583 0.005 +2.11 1.8583 0.005 +2.115 1.8583 0.005 +2.12 1.8583 0.005 +2.125 1.8583 0.005 +2.13 1.8583 0.005 +2.135 1.8583 0.005 +2.14 1.8583 0.005 +2.145 1.8583 0.005 +2.15 1.8583 0.005 +2.155 1.8583 0.005 +2.16 1.8583 0.005 +2.165 1.8583 0.005 +2.17 1.8583 0.005 +2.175 1.8583 0.005 +2.18 1.8583 0.005 +2.185 1.8583 0.005 +2.19 1.8583 0.005 +2.195 1.8583 0.005 +2.2 1.8583 0.005 +2.205 1.8583 0.005 +2.21 1.8583 0.005 +2.215 1.8583 0.005 +2.22 1.8583 0.005 +2.225 1.8583 0.005 +2.23 1.8583 0.005 +2.235 1.8583 0.005 +2.24 1.8583 0.005 +2.245 1.8583 0.005 +2.25 1.8583 0.005 +2.255 1.8583 0.005 +2.26 1.8583 0.005 +2.265 1.8583 0.005 +2.27 1.8583 0.005 +2.275 1.8583 0.005 +2.28 1.8583 0.005 +2.285 1.8583 0.005 +2.29 1.8583 0.005 +2.295 1.8583 0.005 +2.3 1.8583 0.005 +2.305 1.8583 0.005 +2.31 1.8583 0.005 +2.315 1.8583 0.005 +2.32 1.8583 0.005 +2.325 1.8583 0.005 +2.33 1.8583 0.005 +2.335 1.8583 0.005 +2.34 1.8583 0.005 +2.345 1.8583 0.005 +2.35 1.8583 0.005 +2.355 1.8583 0.005 +2.36 1.8583 0.005 +2.365 1.8583 0.005 +2.37 1.8583 0.005 +2.375 1.8583 0.005 +2.38 1.8583 0.005 +2.385 1.8583 0.005 +2.39 1.8583 0.005 +2.395 1.8583 0.005 +2.4 1.8583 0.005 +2.405 1.8583 0.005 +2.41 1.8583 0.005 +2.415 1.8583 0.005 +2.42 1.8583 0.005 +2.425 1.8583 0.005 +2.43 1.8583 0.005 +2.435 1.8583 0.005 +2.44 1.8583 0.005 +2.445 1.8583 0.005 +2.45 1.8583 0.005 +2.455 1.8583 0.005 +2.46 1.8583 0.005 +2.465 1.8583 0.005 +2.47 1.8583 0.005 +2.475 1.8583 0.005 +2.48 1.8583 0.005 +2.485 1.8583 0.005 +2.49 1.8583 0.005 +2.495 1.8583 0.005 +2.5 1.8583 0.005 diff --git a/noao/lib/onedstds/blackbody/l.dat b/noao/lib/onedstds/blackbody/l.dat new file mode 100644 index 00000000..42241a1f --- /dev/null +++ b/noao/lib/onedstds/blackbody/l.dat @@ -0,0 +1,286 @@ +# type blackbody +# units microns +# band L +# weff 3.547 + +2.9 2.7955 0.005 +2.905 2.7955 0.005 +2.91 2.7955 0.005 +2.915 2.7955 0.005 +2.92 2.7955 0.005 +2.925 2.7955 0.005 +2.93 2.7955 0.005 +2.935 2.7955 0.005 +2.94 2.7955 0.005 +2.945 2.7955 0.005 +2.95 2.7955 0.005 +2.955 2.7955 0.005 +2.96 2.7955 0.005 +2.965 2.7955 0.005 +2.97 2.7955 0.005 +2.975 2.7955 0.005 +2.98 2.7955 0.005 +2.985 2.7955 0.005 +2.99 2.7955 0.005 +2.995 2.7955 0.005 +3. 2.7955 0.005 +3.005 2.7955 0.005 +3.01 2.7955 0.005 +3.015 2.7955 0.005 +3.02 2.7955 0.005 +3.025 2.7955 0.005 +3.03 2.7955 0.005 +3.035 2.7955 0.005 +3.04 2.7955 0.005 +3.045 2.7955 0.005 +3.05 2.7955 0.005 +3.055 2.7955 0.005 +3.06 2.7955 0.005 +3.065 2.7955 0.005 +3.07 2.7955 0.005 +3.075 2.7955 0.005 +3.08 2.7955 0.005 +3.085 2.7955 0.005 +3.09 2.7955 0.005 +3.095 2.7955 0.005 +3.1 2.7955 0.005 +3.105 2.7955 0.005 +3.11 2.7955 0.005 +3.115 2.7955 0.005 +3.12 2.7955 0.005 +3.125 2.7955 0.005 +3.13 2.7955 0.005 +3.135 2.7955 0.005 +3.14 2.7955 0.005 +3.145 2.7955 0.005 +3.15 2.7955 0.005 +3.155 2.7955 0.005 +3.16 2.7955 0.005 +3.165 2.7955 0.005 +3.17 2.7955 0.005 +3.175 2.7955 0.005 +3.18 2.7955 0.005 +3.185 2.7955 0.005 +3.19 2.7955 0.005 +3.195 2.7955 0.005 +3.2 2.7955 0.005 +3.205 2.7955 0.005 +3.21 2.7955 0.005 +3.215 2.7955 0.005 +3.22 2.7955 0.005 +3.225 2.7955 0.005 +3.23 2.7955 0.005 +3.235 2.7955 0.005 +3.24 2.7955 0.005 +3.245 2.7955 0.005 +3.25 2.7955 0.005 +3.255 2.7955 0.005 +3.26 2.7955 0.005 +3.265 2.7955 0.005 +3.27 2.7955 0.005 +3.275 2.7955 0.005 +3.28 2.7955 0.005 +3.285 2.7955 0.005 +3.29 2.7955 0.005 +3.295 2.7955 0.005 +3.3 2.7955 0.005 +3.305 2.7955 0.005 +3.31 2.7955 0.005 +3.315 2.7955 0.005 +3.32 2.7955 0.005 +3.325 2.7955 0.005 +3.33 2.7955 0.005 +3.335 2.7955 0.005 +3.34 2.7955 0.005 +3.345 2.7955 0.005 +3.35 2.7955 0.005 +3.355 2.7955 0.005 +3.36 2.7955 0.005 +3.365 2.7955 0.005 +3.37 2.7955 0.005 +3.375 2.7955 0.005 +3.38 2.7955 0.005 +3.385 2.7955 0.005 +3.39 2.7955 0.005 +3.395 2.7955 0.005 +3.4 2.7955 0.005 +3.405 2.7955 0.005 +3.41 2.7955 0.005 +3.415 2.7955 0.005 +3.42 2.7955 0.005 +3.425 2.7955 0.005 +3.43 2.7955 0.005 +3.435 2.7955 0.005 +3.44 2.7955 0.005 +3.445 2.7955 0.005 +3.45 2.7955 0.005 +3.455 2.7955 0.005 +3.46 2.7955 0.005 +3.465 2.7955 0.005 +3.47 2.7955 0.005 +3.475 2.7955 0.005 +3.48 2.7955 0.005 +3.485 2.7955 0.005 +3.49 2.7955 0.005 +3.495 2.7955 0.005 +3.5 2.7955 0.005 +3.505 2.7955 0.005 +3.51 2.7955 0.005 +3.515 2.7955 0.005 +3.52 2.7955 0.005 +3.525 2.7955 0.005 +3.53 2.7955 0.005 +3.535 2.7955 0.005 +3.54 2.7955 0.005 +3.545 2.7955 0.005 +3.55 2.7955 0.005 +3.555 2.7955 0.005 +3.56 2.7955 0.005 +3.565 2.7955 0.005 +3.57 2.7955 0.005 +3.575 2.7955 0.005 +3.58 2.7955 0.005 +3.585 2.7955 0.005 +3.59 2.7955 0.005 +3.595 2.7955 0.005 +3.6 2.7955 0.005 +3.605 2.7955 0.005 +3.61 2.7955 0.005 +3.615 2.7955 0.005 +3.62 2.7955 0.005 +3.625 2.7955 0.005 +3.63 2.7955 0.005 +3.635 2.7955 0.005 +3.64 2.7955 0.005 +3.645 2.7955 0.005 +3.65 2.7955 0.005 +3.655 2.7955 0.005 +3.66 2.7955 0.005 +3.665 2.7955 0.005 +3.67 2.7955 0.005 +3.675 2.7955 0.005 +3.68 2.7955 0.005 +3.685 2.7955 0.005 +3.69 2.7955 0.005 +3.695 2.7955 0.005 +3.7 2.7955 0.005 +3.705 2.7955 0.005 +3.71 2.7955 0.005 +3.715 2.7955 0.005 +3.72 2.7955 0.005 +3.725 2.7955 0.005 +3.73 2.7955 0.005 +3.735 2.7955 0.005 +3.74 2.7955 0.005 +3.745 2.7955 0.005 +3.75 2.7955 0.005 +3.755 2.7955 0.005 +3.76 2.7955 0.005 +3.765 2.7955 0.005 +3.77 2.7955 0.005 +3.775 2.7955 0.005 +3.78 2.7955 0.005 +3.785 2.7955 0.005 +3.79 2.7955 0.005 +3.795 2.7955 0.005 +3.8 2.7955 0.005 +3.805 2.7955 0.005 +3.81 2.7955 0.005 +3.815 2.7955 0.005 +3.82 2.7955 0.005 +3.825 2.7955 0.005 +3.83 2.7955 0.005 +3.835 2.7955 0.005 +3.84 2.7955 0.005 +3.845 2.7955 0.005 +3.85 2.7955 0.005 +3.855 2.7955 0.005 +3.86 2.7955 0.005 +3.865 2.7955 0.005 +3.87 2.7955 0.005 +3.875 2.7955 0.005 +3.88 2.7955 0.005 +3.885 2.7955 0.005 +3.89 2.7955 0.005 +3.895 2.7955 0.005 +3.9 2.7955 0.005 +3.905 2.7955 0.005 +3.91 2.7955 0.005 +3.915 2.7955 0.005 +3.92 2.7955 0.005 +3.925 2.7955 0.005 +3.93 2.7955 0.005 +3.935 2.7955 0.005 +3.94 2.7955 0.005 +3.945 2.7955 0.005 +3.95 2.7955 0.005 +3.955 2.7955 0.005 +3.96 2.7955 0.005 +3.965 2.7955 0.005 +3.97 2.7955 0.005 +3.975 2.7955 0.005 +3.98 2.7955 0.005 +3.985 2.7955 0.005 +3.99 2.7955 0.005 +3.995 2.7955 0.005 +4. 2.7955 0.005 +4.005 2.7955 0.005 +4.01 2.7955 0.005 +4.015 2.7955 0.005 +4.02 2.7955 0.005 +4.025 2.7955 0.005 +4.03 2.7955 0.005 +4.035 2.7955 0.005 +4.04 2.7955 0.005 +4.045 2.7955 0.005 +4.05 2.7955 0.005 +4.055 2.7955 0.005 +4.06 2.7955 0.005 +4.065 2.7955 0.005 +4.07 2.7955 0.005 +4.075 2.7955 0.005 +4.08 2.7955 0.005 +4.085 2.7955 0.005 +4.09 2.7955 0.005 +4.095 2.7955 0.005 +4.1 2.7955 0.005 +4.105 2.7955 0.005 +4.11 2.7955 0.005 +4.115 2.7955 0.005 +4.12 2.7955 0.005 +4.125 2.7955 0.005 +4.13 2.7955 0.005 +4.135 2.7955 0.005 +4.14 2.7955 0.005 +4.145 2.7955 0.005 +4.15 2.7955 0.005 +4.155 2.7955 0.005 +4.16 2.7955 0.005 +4.165 2.7955 0.005 +4.17 2.7955 0.005 +4.175 2.7955 0.005 +4.18 2.7955 0.005 +4.185 2.7955 0.005 +4.19 2.7955 0.005 +4.195 2.7955 0.005 +4.2 2.7955 0.005 +4.205 2.7955 0.005 +4.21 2.7955 0.005 +4.215 2.7955 0.005 +4.22 2.7955 0.005 +4.225 2.7955 0.005 +4.23 2.7955 0.005 +4.235 2.7955 0.005 +4.24 2.7955 0.005 +4.245 2.7955 0.005 +4.25 2.7955 0.005 +4.255 2.7955 0.005 +4.26 2.7955 0.005 +4.265 2.7955 0.005 +4.27 2.7955 0.005 +4.275 2.7955 0.005 +4.28 2.7955 0.005 +4.285 2.7955 0.005 +4.29 2.7955 0.005 +4.295 2.7955 0.005 +4.3 2.7955 0.005 diff --git a/noao/lib/onedstds/blackbody/lprime.dat b/noao/lib/onedstds/blackbody/lprime.dat new file mode 100644 index 00000000..55feda62 --- /dev/null +++ b/noao/lib/onedstds/blackbody/lprime.dat @@ -0,0 +1,286 @@ +# type blackbody +# units microns +# band Lprime +# weff 3.761 + +2.9 2.9131 0.005 +2.905 2.9131 0.005 +2.91 2.9131 0.005 +2.915 2.9131 0.005 +2.92 2.9131 0.005 +2.925 2.9131 0.005 +2.93 2.9131 0.005 +2.935 2.9131 0.005 +2.94 2.9131 0.005 +2.945 2.9131 0.005 +2.95 2.9131 0.005 +2.955 2.9131 0.005 +2.96 2.9131 0.005 +2.965 2.9131 0.005 +2.97 2.9131 0.005 +2.975 2.9131 0.005 +2.98 2.9131 0.005 +2.985 2.9131 0.005 +2.99 2.9131 0.005 +2.995 2.9131 0.005 +3. 2.9131 0.005 +3.005 2.9131 0.005 +3.01 2.9131 0.005 +3.015 2.9131 0.005 +3.02 2.9131 0.005 +3.025 2.9131 0.005 +3.03 2.9131 0.005 +3.035 2.9131 0.005 +3.04 2.9131 0.005 +3.045 2.9131 0.005 +3.05 2.9131 0.005 +3.055 2.9131 0.005 +3.06 2.9131 0.005 +3.065 2.9131 0.005 +3.07 2.9131 0.005 +3.075 2.9131 0.005 +3.08 2.9131 0.005 +3.085 2.9131 0.005 +3.09 2.9131 0.005 +3.095 2.9131 0.005 +3.1 2.9131 0.005 +3.105 2.9131 0.005 +3.11 2.9131 0.005 +3.115 2.9131 0.005 +3.12 2.9131 0.005 +3.125 2.9131 0.005 +3.13 2.9131 0.005 +3.135 2.9131 0.005 +3.14 2.9131 0.005 +3.145 2.9131 0.005 +3.15 2.9131 0.005 +3.155 2.9131 0.005 +3.16 2.9131 0.005 +3.165 2.9131 0.005 +3.17 2.9131 0.005 +3.175 2.9131 0.005 +3.18 2.9131 0.005 +3.185 2.9131 0.005 +3.19 2.9131 0.005 +3.195 2.9131 0.005 +3.2 2.9131 0.005 +3.205 2.9131 0.005 +3.21 2.9131 0.005 +3.215 2.9131 0.005 +3.22 2.9131 0.005 +3.225 2.9131 0.005 +3.23 2.9131 0.005 +3.235 2.9131 0.005 +3.24 2.9131 0.005 +3.245 2.9131 0.005 +3.25 2.9131 0.005 +3.255 2.9131 0.005 +3.26 2.9131 0.005 +3.265 2.9131 0.005 +3.27 2.9131 0.005 +3.275 2.9131 0.005 +3.28 2.9131 0.005 +3.285 2.9131 0.005 +3.29 2.9131 0.005 +3.295 2.9131 0.005 +3.3 2.9131 0.005 +3.305 2.9131 0.005 +3.31 2.9131 0.005 +3.315 2.9131 0.005 +3.32 2.9131 0.005 +3.325 2.9131 0.005 +3.33 2.9131 0.005 +3.335 2.9131 0.005 +3.34 2.9131 0.005 +3.345 2.9131 0.005 +3.35 2.9131 0.005 +3.355 2.9131 0.005 +3.36 2.9131 0.005 +3.365 2.9131 0.005 +3.37 2.9131 0.005 +3.375 2.9131 0.005 +3.38 2.9131 0.005 +3.385 2.9131 0.005 +3.39 2.9131 0.005 +3.395 2.9131 0.005 +3.4 2.9131 0.005 +3.405 2.9131 0.005 +3.41 2.9131 0.005 +3.415 2.9131 0.005 +3.42 2.9131 0.005 +3.425 2.9131 0.005 +3.43 2.9131 0.005 +3.435 2.9131 0.005 +3.44 2.9131 0.005 +3.445 2.9131 0.005 +3.45 2.9131 0.005 +3.455 2.9131 0.005 +3.46 2.9131 0.005 +3.465 2.9131 0.005 +3.47 2.9131 0.005 +3.475 2.9131 0.005 +3.48 2.9131 0.005 +3.485 2.9131 0.005 +3.49 2.9131 0.005 +3.495 2.9131 0.005 +3.5 2.9131 0.005 +3.505 2.9131 0.005 +3.51 2.9131 0.005 +3.515 2.9131 0.005 +3.52 2.9131 0.005 +3.525 2.9131 0.005 +3.53 2.9131 0.005 +3.535 2.9131 0.005 +3.54 2.9131 0.005 +3.545 2.9131 0.005 +3.55 2.9131 0.005 +3.555 2.9131 0.005 +3.56 2.9131 0.005 +3.565 2.9131 0.005 +3.57 2.9131 0.005 +3.575 2.9131 0.005 +3.58 2.9131 0.005 +3.585 2.9131 0.005 +3.59 2.9131 0.005 +3.595 2.9131 0.005 +3.6 2.9131 0.005 +3.605 2.9131 0.005 +3.61 2.9131 0.005 +3.615 2.9131 0.005 +3.62 2.9131 0.005 +3.625 2.9131 0.005 +3.63 2.9131 0.005 +3.635 2.9131 0.005 +3.64 2.9131 0.005 +3.645 2.9131 0.005 +3.65 2.9131 0.005 +3.655 2.9131 0.005 +3.66 2.9131 0.005 +3.665 2.9131 0.005 +3.67 2.9131 0.005 +3.675 2.9131 0.005 +3.68 2.9131 0.005 +3.685 2.9131 0.005 +3.69 2.9131 0.005 +3.695 2.9131 0.005 +3.7 2.9131 0.005 +3.705 2.9131 0.005 +3.71 2.9131 0.005 +3.715 2.9131 0.005 +3.72 2.9131 0.005 +3.725 2.9131 0.005 +3.73 2.9131 0.005 +3.735 2.9131 0.005 +3.74 2.9131 0.005 +3.745 2.9131 0.005 +3.75 2.9131 0.005 +3.755 2.9131 0.005 +3.76 2.9131 0.005 +3.765 2.9131 0.005 +3.77 2.9131 0.005 +3.775 2.9131 0.005 +3.78 2.9131 0.005 +3.785 2.9131 0.005 +3.79 2.9131 0.005 +3.795 2.9131 0.005 +3.8 2.9131 0.005 +3.805 2.9131 0.005 +3.81 2.9131 0.005 +3.815 2.9131 0.005 +3.82 2.9131 0.005 +3.825 2.9131 0.005 +3.83 2.9131 0.005 +3.835 2.9131 0.005 +3.84 2.9131 0.005 +3.845 2.9131 0.005 +3.85 2.9131 0.005 +3.855 2.9131 0.005 +3.86 2.9131 0.005 +3.865 2.9131 0.005 +3.87 2.9131 0.005 +3.875 2.9131 0.005 +3.88 2.9131 0.005 +3.885 2.9131 0.005 +3.89 2.9131 0.005 +3.895 2.9131 0.005 +3.9 2.9131 0.005 +3.905 2.9131 0.005 +3.91 2.9131 0.005 +3.915 2.9131 0.005 +3.92 2.9131 0.005 +3.925 2.9131 0.005 +3.93 2.9131 0.005 +3.935 2.9131 0.005 +3.94 2.9131 0.005 +3.945 2.9131 0.005 +3.95 2.9131 0.005 +3.955 2.9131 0.005 +3.96 2.9131 0.005 +3.965 2.9131 0.005 +3.97 2.9131 0.005 +3.975 2.9131 0.005 +3.98 2.9131 0.005 +3.985 2.9131 0.005 +3.99 2.9131 0.005 +3.995 2.9131 0.005 +4. 2.9131 0.005 +4.005 2.9131 0.005 +4.01 2.9131 0.005 +4.015 2.9131 0.005 +4.02 2.9131 0.005 +4.025 2.9131 0.005 +4.03 2.9131 0.005 +4.035 2.9131 0.005 +4.04 2.9131 0.005 +4.045 2.9131 0.005 +4.05 2.9131 0.005 +4.055 2.9131 0.005 +4.06 2.9131 0.005 +4.065 2.9131 0.005 +4.07 2.9131 0.005 +4.075 2.9131 0.005 +4.08 2.9131 0.005 +4.085 2.9131 0.005 +4.09 2.9131 0.005 +4.095 2.9131 0.005 +4.1 2.9131 0.005 +4.105 2.9131 0.005 +4.11 2.9131 0.005 +4.115 2.9131 0.005 +4.12 2.9131 0.005 +4.125 2.9131 0.005 +4.13 2.9131 0.005 +4.135 2.9131 0.005 +4.14 2.9131 0.005 +4.145 2.9131 0.005 +4.15 2.9131 0.005 +4.155 2.9131 0.005 +4.16 2.9131 0.005 +4.165 2.9131 0.005 +4.17 2.9131 0.005 +4.175 2.9131 0.005 +4.18 2.9131 0.005 +4.185 2.9131 0.005 +4.19 2.9131 0.005 +4.195 2.9131 0.005 +4.2 2.9131 0.005 +4.205 2.9131 0.005 +4.21 2.9131 0.005 +4.215 2.9131 0.005 +4.22 2.9131 0.005 +4.225 2.9131 0.005 +4.23 2.9131 0.005 +4.235 2.9131 0.005 +4.24 2.9131 0.005 +4.245 2.9131 0.005 +4.25 2.9131 0.005 +4.255 2.9131 0.005 +4.26 2.9131 0.005 +4.265 2.9131 0.005 +4.27 2.9131 0.005 +4.275 2.9131 0.005 +4.28 2.9131 0.005 +4.285 2.9131 0.005 +4.29 2.9131 0.005 +4.295 2.9131 0.005 +4.3 2.9131 0.005 diff --git a/noao/lib/onedstds/blackbody/m.dat b/noao/lib/onedstds/blackbody/m.dat new file mode 100644 index 00000000..00dfb957 --- /dev/null +++ b/noao/lib/onedstds/blackbody/m.dat @@ -0,0 +1,206 @@ +# type blackbody +# units microns +# band M +# weff 4.769 + +4.4 3.3892 0.005 +4.405 3.3892 0.005 +4.41 3.3892 0.005 +4.415 3.3892 0.005 +4.42 3.3892 0.005 +4.425 3.3892 0.005 +4.43 3.3892 0.005 +4.435 3.3892 0.005 +4.44 3.3892 0.005 +4.445 3.3892 0.005 +4.45 3.3892 0.005 +4.455 3.3892 0.005 +4.46 3.3892 0.005 +4.465 3.3892 0.005 +4.47 3.3892 0.005 +4.475 3.3892 0.005 +4.48 3.3892 0.005 +4.485 3.3892 0.005 +4.49 3.3892 0.005 +4.495 3.3892 0.005 +4.5 3.3892 0.005 +4.505 3.3892 0.005 +4.51 3.3892 0.005 +4.515 3.3892 0.005 +4.52 3.3892 0.005 +4.525 3.3892 0.005 +4.53 3.3892 0.005 +4.535 3.3892 0.005 +4.54 3.3892 0.005 +4.545 3.3892 0.005 +4.55 3.3892 0.005 +4.555 3.3892 0.005 +4.56 3.3892 0.005 +4.565 3.3892 0.005 +4.57 3.3892 0.005 +4.575 3.3892 0.005 +4.58 3.3892 0.005 +4.585 3.3892 0.005 +4.59 3.3892 0.005 +4.595 3.3892 0.005 +4.6 3.3892 0.005 +4.605 3.3892 0.005 +4.61 3.3892 0.005 +4.615 3.3892 0.005 +4.62 3.3892 0.005 +4.625 3.3892 0.005 +4.63 3.3892 0.005 +4.635 3.3892 0.005 +4.64 3.3892 0.005 +4.645 3.3892 0.005 +4.65 3.3892 0.005 +4.655 3.3892 0.005 +4.66 3.3892 0.005 +4.665 3.3892 0.005 +4.67 3.3892 0.005 +4.675 3.3892 0.005 +4.68 3.3892 0.005 +4.685 3.3892 0.005 +4.69 3.3892 0.005 +4.695 3.3892 0.005 +4.7 3.3892 0.005 +4.705 3.3892 0.005 +4.71 3.3892 0.005 +4.715 3.3892 0.005 +4.72 3.3892 0.005 +4.725 3.3892 0.005 +4.73 3.3892 0.005 +4.735 3.3892 0.005 +4.74 3.3892 0.005 +4.745 3.3892 0.005 +4.75 3.3892 0.005 +4.755 3.3892 0.005 +4.76 3.3892 0.005 +4.765 3.3892 0.005 +4.77 3.3892 0.005 +4.775 3.3892 0.005 +4.78 3.3892 0.005 +4.785 3.3892 0.005 +4.79 3.3892 0.005 +4.795 3.3892 0.005 +4.8 3.3892 0.005 +4.805 3.3892 0.005 +4.81 3.3892 0.005 +4.815 3.3892 0.005 +4.82 3.3892 0.005 +4.825 3.3892 0.005 +4.83 3.3892 0.005 +4.835 3.3892 0.005 +4.84 3.3892 0.005 +4.845 3.3892 0.005 +4.85 3.3892 0.005 +4.855 3.3892 0.005 +4.86 3.3892 0.005 +4.865 3.3892 0.005 +4.87 3.3892 0.005 +4.875 3.3892 0.005 +4.88 3.3892 0.005 +4.885 3.3892 0.005 +4.89 3.3892 0.005 +4.895 3.3892 0.005 +4.9 3.3892 0.005 +4.905 3.3892 0.005 +4.91 3.3892 0.005 +4.915 3.3892 0.005 +4.92 3.3892 0.005 +4.925 3.3892 0.005 +4.93 3.3892 0.005 +4.935 3.3892 0.005 +4.94 3.3892 0.005 +4.945 3.3892 0.005 +4.95 3.3892 0.005 +4.955 3.3892 0.005 +4.96 3.3892 0.005 +4.965 3.3892 0.005 +4.97 3.3892 0.005 +4.975 3.3892 0.005 +4.98 3.3892 0.005 +4.985 3.3892 0.005 +4.99 3.3892 0.005 +4.995 3.3892 0.005 +5. 3.3892 0.005 +5.005 3.3892 0.005 +5.01 3.3892 0.005 +5.015 3.3892 0.005 +5.02 3.3892 0.005 +5.025 3.3892 0.005 +5.03 3.3892 0.005 +5.035 3.3892 0.005 +5.04 3.3892 0.005 +5.045 3.3892 0.005 +5.05 3.3892 0.005 +5.055 3.3892 0.005 +5.06 3.3892 0.005 +5.065 3.3892 0.005 +5.07 3.3892 0.005 +5.075 3.3892 0.005 +5.08 3.3892 0.005 +5.085 3.3892 0.005 +5.09 3.3892 0.005 +5.095 3.3892 0.005 +5.1 3.3892 0.005 +5.105 3.3892 0.005 +5.11 3.3892 0.005 +5.115 3.3892 0.005 +5.12 3.3892 0.005 +5.125 3.3892 0.005 +5.13 3.3892 0.005 +5.135 3.3892 0.005 +5.14 3.3892 0.005 +5.145 3.3892 0.005 +5.15 3.3892 0.005 +5.155 3.3892 0.005 +5.16 3.3892 0.005 +5.165 3.3892 0.005 +5.17 3.3892 0.005 +5.175 3.3892 0.005 +5.18 3.3892 0.005 +5.185 3.3892 0.005 +5.19 3.3892 0.005 +5.195 3.3892 0.005 +5.2 3.3892 0.005 +5.205 3.3892 0.005 +5.21 3.3892 0.005 +5.215 3.3892 0.005 +5.22 3.3892 0.005 +5.225 3.3892 0.005 +5.23 3.3892 0.005 +5.235 3.3892 0.005 +5.24 3.3892 0.005 +5.245 3.3892 0.005 +5.25 3.3892 0.005 +5.255 3.3892 0.005 +5.26 3.3892 0.005 +5.265 3.3892 0.005 +5.27 3.3892 0.005 +5.275 3.3892 0.005 +5.28 3.3892 0.005 +5.285 3.3892 0.005 +5.29 3.3892 0.005 +5.295 3.3892 0.005 +5.3 3.3892 0.005 +5.305 3.3892 0.005 +5.31 3.3892 0.005 +5.315 3.3892 0.005 +5.32 3.3892 0.005 +5.325 3.3892 0.005 +5.33 3.3892 0.005 +5.335 3.3892 0.005 +5.34 3.3892 0.005 +5.345 3.3892 0.005 +5.35 3.3892 0.005 +5.355 3.3892 0.005 +5.36 3.3892 0.005 +5.365 3.3892 0.005 +5.37 3.3892 0.005 +5.375 3.3892 0.005 +5.38 3.3892 0.005 +5.385 3.3892 0.005 +5.39 3.3892 0.005 +5.395 3.3892 0.005 +5.4 3.3892 0.005 diff --git a/noao/lib/onedstds/blackbody/mkbbcal.cl b/noao/lib/onedstds/blackbody/mkbbcal.cl new file mode 100644 index 00000000..42575276 --- /dev/null +++ b/noao/lib/onedstds/blackbody/mkbbcal.cl @@ -0,0 +1,28 @@ +procedure mkbbcal (band, w1, w2, dw, weff, mab) + +string band {prompt="Bandpass"} +real w1 {prompt="Starting wavelength (um)"} +real w2 {prompt="Ending wavelength (um)"} +real dw {prompt="Wavelength step (um)"} + +real weff {prompt="Effective wavelength (um)"} +real mab {prompt="M_AB of Vega at eff. wavelength"} + +begin + string b + real x1, x2, dx, x, m + + b = band + x1 = w1 + x2 = w2 + dx = dw + x = weff + m = mab + + printf ("# type blackbody\n") + printf ("# units microns\n") + printf ("# band %s\n", b) + printf ("# weff %g\n\n", x) + for (x=x1; x<=x2; x=x+dx) + printf ("%.5g\t%.6g\t%g\n", x, m, dx) +end diff --git a/noao/lib/onedstds/blackbody/mkbbdat.cl b/noao/lib/onedstds/blackbody/mkbbdat.cl new file mode 100644 index 00000000..ab232424 --- /dev/null +++ b/noao/lib/onedstds/blackbody/mkbbdat.cl @@ -0,0 +1,12 @@ +del [ubvrijhklm].dat,lprime.dat +mkbbcal U 0.3 1.0 0.005 0.365 0.7056 > u.dat +mkbbcal B 0.3 1.0 0.005 0.440 -0.1752 > b.dat +mkbbcal V 0.3 1.0 0.005 0.550 -0.0597 > v.dat +mkbbcal R 0.4 1.1 0.005 0.700 0.2666 > r.dat +mkbbcal I 0.4 1.1 0.005 0.900 0.5209 > i.dat +mkbbcal J 1.0 1.5 0.005 1.215 0.8696 > j.dat +mkbbcal H 1.4 1.9 0.005 1.654 1.3476 > h.dat +mkbbcal K 1.9 2.5 0.005 2.179 1.8583 > k.dat +mkbbcal L 2.9 4.3 0.005 3.547 2.7955 > l.dat +mkbbcal Lprime 2.9 4.3 0.005 3.761 2.9131 > lprime.dat +mkbbcal M 4.4 5.4 0.005 4.769 3.3892 > m.dat diff --git a/noao/lib/onedstds/blackbody/params.dat b/noao/lib/onedstds/blackbody/params.dat new file mode 100644 index 00000000..be19f617 --- /dev/null +++ b/noao/lib/onedstds/blackbody/params.dat @@ -0,0 +1,141 @@ +# The default for the spectral type given Teff should be last. + +# Type Teff V J H K L Lprime M + + O9I 32500 0.00 0.64 0.69 0.82 0.85 INDEF INDEF + B0I 26000 0.00 0.55 0.59 0.69 0.76 INDEF INDEF + B1I 20700 0.00 0.46 0.49 0.55 0.62 INDEF INDEF + B2I 17800 0.00 0.36 0.40 0.40 0.47 INDEF INDEF + B3I 15600 0.00 0.28 0.31 0.28 0.33 INDEF INDEF + B4I 13900 0.00 0.20 0.21 0.20 0.21 INDEF INDEF + B5I 13400 0.00 0.14 0.13 0.13 0.11 INDEF INDEF + B6I 12700 0.00 0.09 0.05 0.07 0.04 INDEF INDEF + B7I 12000 0.00 0.03 -0.03 -0.01 -0.05 INDEF INDEF + B8I 11200 0.00 -0.02 -0.09 -0.07 -0.12 INDEF INDEF + B9I 10500 0.00 -0.07 -0.15 -0.13 -0.19 INDEF INDEF + A0I 9730 0.00 -0.12 -0.21 -0.19 -0.26 INDEF INDEF + A1I 9230 0.00 -0.16 -0.27 -0.26 -0.33 INDEF INDEF + A2I 9080 0.00 -0.21 -0.33 -0.32 -0.40 INDEF INDEF + A3I 8800 0.00 -0.27 -0.39 -0.39 -0.46 INDEF INDEF + A4I 8620 0.00 -0.30 -0.43 -0.44 -0.51 INDEF INDEF + A5I 8510 0.00 -0.33 -0.46 -0.48 -0.55 INDEF INDEF + A6I 8350 0.00 -0.34 -0.47 -0.49 -0.56 INDEF INDEF + A7I 8210 0.00 -0.35 -0.49 -0.51 -0.57 INDEF INDEF + A8I 8050 0.00 -0.36 -0.50 -0.53 -0.59 INDEF INDEF + A9I 7855 0.00 -0.38 -0.52 -0.56 -0.62 INDEF INDEF + F0I 7700 0.00 -0.45 -0.60 -0.64 -0.70 INDEF INDEF + F1I 7445 0.00 -0.44 -0.59 -0.64 -0.70 INDEF INDEF + F2I 7170 0.00 -0.52 -0.70 -0.75 -0.81 INDEF INDEF + F3I 7025 0.00 -0.55 -0.74 -0.79 -0.86 INDEF INDEF + F4I 6825 0.00 -0.63 -0.84 -0.89 -0.96 INDEF INDEF + F5I 6640 0.00 -0.65 -0.87 -0.93 -1.00 INDEF INDEF + F6I 6435 0.00 -0.79 -1.05 -1.11 -1.18 INDEF INDEF + F7I 6235 0.00 -0.87 -1.15 -1.22 -1.29 INDEF INDEF + F8I 6100 0.00 -0.86 -1.14 -1.21 -1.28 INDEF INDEF + F9I 5815 0.00 -0.99 -1.31 -1.38 -1.46 INDEF INDEF + G0I 5510 0.00 -1.03 -1.36 -1.44 -1.52 INDEF INDEF + G1I 5365 0.00 -1.05 -1.39 -1.47 -1.55 INDEF INDEF + G2I 5155 0.00 -1.06 -1.41 -1.49 -1.57 INDEF INDEF + G3I 4980 0.00 -1.20 -1.58 -1.67 -1.75 INDEF INDEF + G4I 4820 0.00 -1.08 -1.44 -1.54 -1.61 INDEF INDEF + G5I 4710 0.00 -1.11 -1.48 -1.58 -1.66 INDEF INDEF + G6I 4635 0.00 -1.16 -1.54 -1.65 -1.72 INDEF INDEF + G7I 4585 0.00 -1.24 -1.64 -1.75 -1.83 INDEF INDEF + G8I 4590 0.00 -1.45 -1.88 -1.99 -2.08 INDEF INDEF + G9I 4505 0.00 -1.48 -1.93 -2.05 -2.14 INDEF INDEF + K0I 4420 0.00 -1.57 -2.03 -2.15 -2.25 INDEF INDEF + K1I 4330 0.00 -1.66 -2.15 -2.28 -2.39 INDEF INDEF + K2I 4260 0.00 -1.78 -2.30 -2.43 -2.55 INDEF INDEF + K3I 4130 0.00 -2.18 -2.77 -2.90 -3.05 INDEF INDEF + K4I 3990 0.00 -2.28 -2.89 -3.03 -3.19 INDEF INDEF + K5I 3850 0.00 -2.69 -3.36 -3.50 -3.68 INDEF INDEF + K6I 3765 0.00 -2.54 -3.21 -3.36 -3.54 INDEF INDEF + K7I 3695 0.00 -2.67 -3.36 -3.53 -3.72 INDEF INDEF + M0I 3650 0.00 -2.89 -3.62 -3.80 -4.00 INDEF INDEF + M1I 3550 0.00 -2.97 -3.70 -3.90 -4.12 INDEF INDEF + M2I 3450 0.00 -3.15 -3.88 -4.10 -4.34 INDEF INDEF + M3I 3200 0.00 -3.62 -4.36 -4.60 -4.86 INDEF INDEF + M4I 2980 0.00 -4.16 -4.94 -5.20 -5.48 INDEF INDEF + + G0III 5910 0.00 -1.31 -1.68 -1.75 -1.79 -1.80 -1.75 + G1III 5600 0.00 -1.35 -1.73 -1.80 -1.85 -1.86 -1.79 + G2III 5405 0.00 -1.41 -1.81 -1.88 -1.93 -1.94 -1.87 + G3III 5280 0.00 -1.46 -1.90 -1.97 -2.02 -2.03 -1.96 + G4III 5190 0.00 -1.50 -1.97 -2.05 -2.10 -2.11 -2.04 + G5III 5115 0.00 -1.53 -2.02 -2.11 -2.16 -2.17 -2.10 + G6III 5050 0.00 -1.56 -2.06 -2.15 -2.21 -2.22 -2.13 + G7III 5000 0.00 -1.57 -2.07 -2.17 -2.22 -2.23 -2.15 + G8III 4960 0.00 -1.57 -2.07 -2.16 -2.22 -2.23 -2.14 + G9III 4900 0.00 -1.60 -2.11 -2.20 -2.27 -2.28 -2.17 + K0III 4810 0.00 -1.67 -2.21 -2.31 -2.38 -2.39 -2.28 + K1III 4620 0.00 -1.82 -2.40 -2.50 -2.58 -2.59 -2.46 + K2III 4500 0.00 -1.95 -2.58 -2.70 -2.79 -2.80 -2.65 + K3III 4320 0.00 -2.18 -2.86 -3.00 -3.10 -3.12 -2.94 + K4III 4080 0.00 -2.38 -3.11 -3.26 -3.37 -3.40 -3.19 + K5III 3980 0.00 -2.64 -3.43 -3.60 -3.72 -3.76 -3.52 + K6III 3910 0.00 -2.70 -3.50 -3.68 -3.80 -3.84 -3.60 + K7III 3855 0.00 -2.81 -3.62 -3.81 -3.93 -3.98 -3.72 + M0III 3820 0.00 -2.83 -3.66 -3.85 -3.97 -4.02 -3.76 + M1III 3780 0.00 -2.99 -3.84 -4.05 -4.18 -4.22 -3.95 + M2III 3710 0.00 -3.21 -4.08 -4.30 -4.45 -4.49 -4.18 + M3III 3630 0.00 -3.50 -4.40 -4.64 -4.81 -4.84 -4.51 + M4III 3560 0.00 -3.92 -4.85 -5.10 -5.28 -5.31 -4.96 + M5III 3420 0.00 -4.72 -5.67 -5.96 -6.16 -6.18 -5.81 + M6III 3250 0.00 -5.58 -6.54 -6.84 INDEF INDEF INDEF + + O9V 35900 0.00 0.69 0.83 0.87 0.93 INDEF INDEF + B0V 31500 0.00 0.67 0.79 0.83 0.89 INDEF INDEF + B1V 25600 0.00 0.61 0.71 0.74 0.79 INDEF INDEF + B2V 22300 0.00 0.54 0.63 0.66 0.71 INDEF INDEF + B3V 19000 0.00 0.46 0.54 0.56 0.61 INDEF INDEF + B4V 17200 0.00 0.40 0.47 0.49 0.54 INDEF INDEF + B5V 15400 0.00 0.35 0.41 0.42 0.46 INDEF INDEF + B6V 14100 0.00 0.30 0.35 0.36 0.40 INDEF INDEF + B7V 13000 0.00 0.25 0.28 0.29 0.33 INDEF INDEF + B8V 11800 0.00 0.21 0.24 0.24 0.28 INDEF INDEF + B9V 10700 0.00 0.12 0.13 0.13 0.16 INDEF INDEF + A0V 9480 0.00 0.00 0.00 0.00 0.00 0.00 0.00 + A1V 9005 0.00 -0.04 -0.05 -0.06 -0.05 -0.06 -0.06 + A2V 8810 0.00 -0.11 -0.13 -0.14 -0.15 -0.15 -0.15 + A3V 8545 0.00 -0.19 -0.23 -0.24 -0.26 -0.25 -0.26 + A4V 8430 0.00 -0.25 -0.30 -0.32 -0.34 -0.33 -0.34 + A5V 8160 0.00 -0.30 -0.36 -0.38 -0.40 -0.40 -0.41 + A6V 8075 0.00 -0.35 -0.43 -0.45 -0.48 -0.47 -0.48 + A7V 7930 0.00 -0.38 -0.47 -0.50 -0.53 -0.53 -0.53 + A8V 7575 0.00 -0.43 -0.53 -0.56 -0.59 -0.59 -0.59 + A9V 7310 0.00 -0.47 -0.59 -0.62 -0.64 -0.65 -0.65 + F0V 7020 0.00 -0.54 -0.67 -0.70 -0.73 -0.73 -0.73 + F1V 6870 0.00 -0.56 -0.71 -0.74 -0.77 -0.77 -0.77 + F2V 6750 0.00 -0.61 -0.78 -0.82 -0.85 -0.85 -0.85 + F3V 6650 0.00 -0.69 -0.88 -0.92 -0.96 -0.95 -0.95 + F4V 6605 0.00 -0.77 -0.99 -1.03 -1.06 -1.06 -1.05 + F5V 6530 0.00 -0.83 -1.06 -1.10 -1.14 -1.14 -1.12 + F6V 6405 0.00 -0.92 -1.18 -1.22 -1.26 -1.26 -1.24 + F7V 6240 0.00 -0.98 -1.27 -1.32 -1.36 -1.36 -1.34 + F8V 6090 0.00 -1.00 -1.30 -1.34 -1.39 -1.39 -1.36 + F9V 5990 0.00 -1.02 -1.33 -1.38 -1.43 -1.43 -1.39 + G0V 5930 0.00 -1.05 -1.36 -1.41 -1.46 -1.46 -1.42 + G1V 5880 0.00 -1.06 -1.38 -1.43 -1.48 -1.48 -1.45 + G2V 5830 0.00 -1.09 -1.41 -1.46 -1.51 -1.51 -1.47 + G3V 5780 0.00 -1.12 -1.44 -1.50 -1.55 -1.55 -1.51 + G4V 5730 0.00 -1.14 -1.47 -1.53 -1.58 -1.58 -1.54 + G5V 5680 0.00 -1.18 -1.52 -1.58 -1.63 -1.63 -1.59 + G6V 5620 0.00 -1.21 -1.58 -1.64 -1.69 -1.69 -1.64 + G7V 5545 0.00 -1.25 -1.62 -1.69 -1.74 -1.74 -1.69 + G8V 5455 0.00 -1.29 -1.69 -1.76 -1.81 -1.81 -1.75 + G9V 5350 0.00 -1.34 -1.77 -1.84 -1.90 -1.90 -1.84 + K0V 5240 0.00 -1.43 -1.88 -1.96 -2.02 -2.02 -1.95 + K1V 5135 0.00 -1.52 -2.00 -2.08 -2.15 -2.15 -2.07 + K2V 5010 0.00 -1.63 -2.13 -2.22 -2.29 -2.29 -2.20 + K3V 4805 0.00 -1.78 -2.32 -2.42 -2.50 -2.51 -2.39 + K4V 4560 0.00 -1.94 -2.52 -2.63 -2.72 -2.73 -2.59 + K5V 4340 0.00 -2.13 -2.74 -2.85 -2.95 -2.96 INDEF + K6V 4155 0.00 -2.27 -2.91 -3.04 -3.15 -3.16 INDEF + K7V 4040 0.00 -2.35 -3.01 -3.16 -3.27 -3.29 INDEF + M0V 3800 0.00 -2.81 -3.48 -3.65 -3.79 -3.82 INDEF + M1V 3680 0.00 -3.03 -3.69 -3.87 -4.02 -4.08 INDEF + M2V 3530 0.00 -3.25 -3.91 -4.11 -4.27 -4.34 INDEF + M3V 3380 0.00 -3.78 -4.42 -4.65 -4.85 -4.97 INDEF + M4V 3180 0.00 -4.39 -5.01 -5.28 -5.51 -5.65 INDEF + M5V 3030 0.00 -5.22 -5.84 -6.17 -6.46 -6.59 INDEF + M6V 2850 0.00 -6.33 -6.99 -7.37 -7.73 -7.85 INDEF diff --git a/noao/lib/onedstds/blackbody/r.dat b/noao/lib/onedstds/blackbody/r.dat new file mode 100644 index 00000000..c4ffc309 --- /dev/null +++ b/noao/lib/onedstds/blackbody/r.dat @@ -0,0 +1,146 @@ +# type blackbody +# units microns +# band R +# weff 0.7 + +0.4 0.2666 0.005 +0.405 0.2666 0.005 +0.41 0.2666 0.005 +0.415 0.2666 0.005 +0.42 0.2666 0.005 +0.425 0.2666 0.005 +0.43 0.2666 0.005 +0.435 0.2666 0.005 +0.44 0.2666 0.005 +0.445 0.2666 0.005 +0.45 0.2666 0.005 +0.455 0.2666 0.005 +0.46 0.2666 0.005 +0.465 0.2666 0.005 +0.47 0.2666 0.005 +0.475 0.2666 0.005 +0.48 0.2666 0.005 +0.485 0.2666 0.005 +0.49 0.2666 0.005 +0.495 0.2666 0.005 +0.5 0.2666 0.005 +0.505 0.2666 0.005 +0.51 0.2666 0.005 +0.515 0.2666 0.005 +0.52 0.2666 0.005 +0.525 0.2666 0.005 +0.53 0.2666 0.005 +0.535 0.2666 0.005 +0.54 0.2666 0.005 +0.545 0.2666 0.005 +0.55 0.2666 0.005 +0.555 0.2666 0.005 +0.56 0.2666 0.005 +0.565 0.2666 0.005 +0.57 0.2666 0.005 +0.575 0.2666 0.005 +0.58 0.2666 0.005 +0.585 0.2666 0.005 +0.59 0.2666 0.005 +0.595 0.2666 0.005 +0.6 0.2666 0.005 +0.605 0.2666 0.005 +0.61 0.2666 0.005 +0.615 0.2666 0.005 +0.62 0.2666 0.005 +0.625 0.2666 0.005 +0.63 0.2666 0.005 +0.635 0.2666 0.005 +0.64 0.2666 0.005 +0.645 0.2666 0.005 +0.65 0.2666 0.005 +0.655 0.2666 0.005 +0.66 0.2666 0.005 +0.665 0.2666 0.005 +0.67 0.2666 0.005 +0.675 0.2666 0.005 +0.68 0.2666 0.005 +0.685 0.2666 0.005 +0.69 0.2666 0.005 +0.695 0.2666 0.005 +0.7 0.2666 0.005 +0.705 0.2666 0.005 +0.71 0.2666 0.005 +0.715 0.2666 0.005 +0.72 0.2666 0.005 +0.725 0.2666 0.005 +0.73 0.2666 0.005 +0.735 0.2666 0.005 +0.74 0.2666 0.005 +0.745 0.2666 0.005 +0.75 0.2666 0.005 +0.755 0.2666 0.005 +0.76 0.2666 0.005 +0.765 0.2666 0.005 +0.77 0.2666 0.005 +0.775 0.2666 0.005 +0.78 0.2666 0.005 +0.785 0.2666 0.005 +0.79 0.2666 0.005 +0.795 0.2666 0.005 +0.8 0.2666 0.005 +0.805 0.2666 0.005 +0.81 0.2666 0.005 +0.815 0.2666 0.005 +0.82 0.2666 0.005 +0.825 0.2666 0.005 +0.83 0.2666 0.005 +0.835 0.2666 0.005 +0.84 0.2666 0.005 +0.845 0.2666 0.005 +0.85 0.2666 0.005 +0.855 0.2666 0.005 +0.86 0.2666 0.005 +0.865 0.2666 0.005 +0.87 0.2666 0.005 +0.875 0.2666 0.005 +0.88 0.2666 0.005 +0.885 0.2666 0.005 +0.89 0.2666 0.005 +0.895 0.2666 0.005 +0.9 0.2666 0.005 +0.905 0.2666 0.005 +0.91 0.2666 0.005 +0.915 0.2666 0.005 +0.92 0.2666 0.005 +0.925 0.2666 0.005 +0.93 0.2666 0.005 +0.935 0.2666 0.005 +0.94 0.2666 0.005 +0.945 0.2666 0.005 +0.95 0.2666 0.005 +0.955 0.2666 0.005 +0.96 0.2666 0.005 +0.965 0.2666 0.005 +0.97 0.2666 0.005 +0.975 0.2666 0.005 +0.98 0.2666 0.005 +0.985 0.2666 0.005 +0.99 0.2666 0.005 +0.995 0.2666 0.005 +1. 0.2666 0.005 +1.005 0.2666 0.005 +1.01 0.2666 0.005 +1.015 0.2666 0.005 +1.02 0.2666 0.005 +1.025 0.2666 0.005 +1.03 0.2666 0.005 +1.035 0.2666 0.005 +1.04 0.2666 0.005 +1.045 0.2666 0.005 +1.05 0.2666 0.005 +1.055 0.2666 0.005 +1.06 0.2666 0.005 +1.065 0.2666 0.005 +1.07 0.2666 0.005 +1.075 0.2666 0.005 +1.08 0.2666 0.005 +1.085 0.2666 0.005 +1.09 0.2666 0.005 +1.095 0.2666 0.005 +1.1 0.2666 0.005 diff --git a/noao/lib/onedstds/blackbody/standards.men b/noao/lib/onedstds/blackbody/standards.men new file mode 100644 index 00000000..99b45570 --- /dev/null +++ b/noao/lib/onedstds/blackbody/standards.men @@ -0,0 +1,6 @@ +Blackbody calibrations: + +U B V R I J H K L Lprime M + +Magnitude conversions are available between V, J, H, K, L, Lprime, and M +but for U, B, R, and I the star magnitudes must be in the same bandpass. diff --git a/noao/lib/onedstds/blackbody/u.dat b/noao/lib/onedstds/blackbody/u.dat new file mode 100644 index 00000000..b6b4ad36 --- /dev/null +++ b/noao/lib/onedstds/blackbody/u.dat @@ -0,0 +1,145 @@ +# type blackbody +# units microns +# band U +# weff 0.365 + +0.3 0.7056 0.005 +0.305 0.7056 0.005 +0.31 0.7056 0.005 +0.315 0.7056 0.005 +0.32 0.7056 0.005 +0.325 0.7056 0.005 +0.33 0.7056 0.005 +0.335 0.7056 0.005 +0.34 0.7056 0.005 +0.345 0.7056 0.005 +0.35 0.7056 0.005 +0.355 0.7056 0.005 +0.36 0.7056 0.005 +0.365 0.7056 0.005 +0.37 0.7056 0.005 +0.375 0.7056 0.005 +0.38 0.7056 0.005 +0.385 0.7056 0.005 +0.39 0.7056 0.005 +0.395 0.7056 0.005 +0.4 0.7056 0.005 +0.405 0.7056 0.005 +0.41 0.7056 0.005 +0.415 0.7056 0.005 +0.42 0.7056 0.005 +0.425 0.7056 0.005 +0.43 0.7056 0.005 +0.435 0.7056 0.005 +0.44 0.7056 0.005 +0.445 0.7056 0.005 +0.45 0.7056 0.005 +0.455 0.7056 0.005 +0.46 0.7056 0.005 +0.465 0.7056 0.005 +0.47 0.7056 0.005 +0.475 0.7056 0.005 +0.48 0.7056 0.005 +0.485 0.7056 0.005 +0.49 0.7056 0.005 +0.495 0.7056 0.005 +0.5 0.7056 0.005 +0.505 0.7056 0.005 +0.51 0.7056 0.005 +0.515 0.7056 0.005 +0.52 0.7056 0.005 +0.525 0.7056 0.005 +0.53 0.7056 0.005 +0.535 0.7056 0.005 +0.54 0.7056 0.005 +0.545 0.7056 0.005 +0.55 0.7056 0.005 +0.555 0.7056 0.005 +0.56 0.7056 0.005 +0.565 0.7056 0.005 +0.57 0.7056 0.005 +0.575 0.7056 0.005 +0.58 0.7056 0.005 +0.585 0.7056 0.005 +0.59 0.7056 0.005 +0.595 0.7056 0.005 +0.6 0.7056 0.005 +0.605 0.7056 0.005 +0.61 0.7056 0.005 +0.615 0.7056 0.005 +0.62 0.7056 0.005 +0.625 0.7056 0.005 +0.63 0.7056 0.005 +0.635 0.7056 0.005 +0.64 0.7056 0.005 +0.645 0.7056 0.005 +0.65 0.7056 0.005 +0.655 0.7056 0.005 +0.66 0.7056 0.005 +0.665 0.7056 0.005 +0.67 0.7056 0.005 +0.675 0.7056 0.005 +0.68 0.7056 0.005 +0.685 0.7056 0.005 +0.69 0.7056 0.005 +0.695 0.7056 0.005 +0.7 0.7056 0.005 +0.705 0.7056 0.005 +0.71 0.7056 0.005 +0.715 0.7056 0.005 +0.72 0.7056 0.005 +0.725 0.7056 0.005 +0.73 0.7056 0.005 +0.735 0.7056 0.005 +0.74 0.7056 0.005 +0.745 0.7056 0.005 +0.75 0.7056 0.005 +0.755 0.7056 0.005 +0.76 0.7056 0.005 +0.765 0.7056 0.005 +0.77 0.7056 0.005 +0.775 0.7056 0.005 +0.78 0.7056 0.005 +0.785 0.7056 0.005 +0.79 0.7056 0.005 +0.795 0.7056 0.005 +0.8 0.7056 0.005 +0.805 0.7056 0.005 +0.81 0.7056 0.005 +0.815 0.7056 0.005 +0.82 0.7056 0.005 +0.825 0.7056 0.005 +0.83 0.7056 0.005 +0.835 0.7056 0.005 +0.84 0.7056 0.005 +0.845 0.7056 0.005 +0.85 0.7056 0.005 +0.855 0.7056 0.005 +0.86 0.7056 0.005 +0.865 0.7056 0.005 +0.87 0.7056 0.005 +0.875 0.7056 0.005 +0.88 0.7056 0.005 +0.885 0.7056 0.005 +0.89 0.7056 0.005 +0.895 0.7056 0.005 +0.9 0.7056 0.005 +0.905 0.7056 0.005 +0.91 0.7056 0.005 +0.915 0.7056 0.005 +0.92 0.7056 0.005 +0.925 0.7056 0.005 +0.93 0.7056 0.005 +0.935 0.7056 0.005 +0.94 0.7056 0.005 +0.945 0.7056 0.005 +0.95 0.7056 0.005 +0.955 0.7056 0.005 +0.96 0.7056 0.005 +0.965 0.7056 0.005 +0.97 0.7056 0.005 +0.975 0.7056 0.005 +0.98 0.7056 0.005 +0.985 0.7056 0.005 +0.99 0.7056 0.005 +0.995 0.7056 0.005 diff --git a/noao/lib/onedstds/blackbody/v.dat b/noao/lib/onedstds/blackbody/v.dat new file mode 100644 index 00000000..66a30587 --- /dev/null +++ b/noao/lib/onedstds/blackbody/v.dat @@ -0,0 +1,145 @@ +# type blackbody +# units microns +# band V +# weff 0.55 + +0.3 -0.0597 0.005 +0.305 -0.0597 0.005 +0.31 -0.0597 0.005 +0.315 -0.0597 0.005 +0.32 -0.0597 0.005 +0.325 -0.0597 0.005 +0.33 -0.0597 0.005 +0.335 -0.0597 0.005 +0.34 -0.0597 0.005 +0.345 -0.0597 0.005 +0.35 -0.0597 0.005 +0.355 -0.0597 0.005 +0.36 -0.0597 0.005 +0.365 -0.0597 0.005 +0.37 -0.0597 0.005 +0.375 -0.0597 0.005 +0.38 -0.0597 0.005 +0.385 -0.0597 0.005 +0.39 -0.0597 0.005 +0.395 -0.0597 0.005 +0.4 -0.0597 0.005 +0.405 -0.0597 0.005 +0.41 -0.0597 0.005 +0.415 -0.0597 0.005 +0.42 -0.0597 0.005 +0.425 -0.0597 0.005 +0.43 -0.0597 0.005 +0.435 -0.0597 0.005 +0.44 -0.0597 0.005 +0.445 -0.0597 0.005 +0.45 -0.0597 0.005 +0.455 -0.0597 0.005 +0.46 -0.0597 0.005 +0.465 -0.0597 0.005 +0.47 -0.0597 0.005 +0.475 -0.0597 0.005 +0.48 -0.0597 0.005 +0.485 -0.0597 0.005 +0.49 -0.0597 0.005 +0.495 -0.0597 0.005 +0.5 -0.0597 0.005 +0.505 -0.0597 0.005 +0.51 -0.0597 0.005 +0.515 -0.0597 0.005 +0.52 -0.0597 0.005 +0.525 -0.0597 0.005 +0.53 -0.0597 0.005 +0.535 -0.0597 0.005 +0.54 -0.0597 0.005 +0.545 -0.0597 0.005 +0.55 -0.0597 0.005 +0.555 -0.0597 0.005 +0.56 -0.0597 0.005 +0.565 -0.0597 0.005 +0.57 -0.0597 0.005 +0.575 -0.0597 0.005 +0.58 -0.0597 0.005 +0.585 -0.0597 0.005 +0.59 -0.0597 0.005 +0.595 -0.0597 0.005 +0.6 -0.0597 0.005 +0.605 -0.0597 0.005 +0.61 -0.0597 0.005 +0.615 -0.0597 0.005 +0.62 -0.0597 0.005 +0.625 -0.0597 0.005 +0.63 -0.0597 0.005 +0.635 -0.0597 0.005 +0.64 -0.0597 0.005 +0.645 -0.0597 0.005 +0.65 -0.0597 0.005 +0.655 -0.0597 0.005 +0.66 -0.0597 0.005 +0.665 -0.0597 0.005 +0.67 -0.0597 0.005 +0.675 -0.0597 0.005 +0.68 -0.0597 0.005 +0.685 -0.0597 0.005 +0.69 -0.0597 0.005 +0.695 -0.0597 0.005 +0.7 -0.0597 0.005 +0.705 -0.0597 0.005 +0.71 -0.0597 0.005 +0.715 -0.0597 0.005 +0.72 -0.0597 0.005 +0.725 -0.0597 0.005 +0.73 -0.0597 0.005 +0.735 -0.0597 0.005 +0.74 -0.0597 0.005 +0.745 -0.0597 0.005 +0.75 -0.0597 0.005 +0.755 -0.0597 0.005 +0.76 -0.0597 0.005 +0.765 -0.0597 0.005 +0.77 -0.0597 0.005 +0.775 -0.0597 0.005 +0.78 -0.0597 0.005 +0.785 -0.0597 0.005 +0.79 -0.0597 0.005 +0.795 -0.0597 0.005 +0.8 -0.0597 0.005 +0.805 -0.0597 0.005 +0.81 -0.0597 0.005 +0.815 -0.0597 0.005 +0.82 -0.0597 0.005 +0.825 -0.0597 0.005 +0.83 -0.0597 0.005 +0.835 -0.0597 0.005 +0.84 -0.0597 0.005 +0.845 -0.0597 0.005 +0.85 -0.0597 0.005 +0.855 -0.0597 0.005 +0.86 -0.0597 0.005 +0.865 -0.0597 0.005 +0.87 -0.0597 0.005 +0.875 -0.0597 0.005 +0.88 -0.0597 0.005 +0.885 -0.0597 0.005 +0.89 -0.0597 0.005 +0.895 -0.0597 0.005 +0.9 -0.0597 0.005 +0.905 -0.0597 0.005 +0.91 -0.0597 0.005 +0.915 -0.0597 0.005 +0.92 -0.0597 0.005 +0.925 -0.0597 0.005 +0.93 -0.0597 0.005 +0.935 -0.0597 0.005 +0.94 -0.0597 0.005 +0.945 -0.0597 0.005 +0.95 -0.0597 0.005 +0.955 -0.0597 0.005 +0.96 -0.0597 0.005 +0.965 -0.0597 0.005 +0.97 -0.0597 0.005 +0.975 -0.0597 0.005 +0.98 -0.0597 0.005 +0.985 -0.0597 0.005 +0.99 -0.0597 0.005 +0.995 -0.0597 0.005 diff --git a/noao/lib/onedstds/bstdscal/hr3454.dat b/noao/lib/onedstds/bstdscal/hr3454.dat new file mode 100644 index 00000000..16d2bdc9 --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr3454.dat @@ -0,0 +1,30 @@ +# HR3454 +3200. 4.074 49. +3250. 4.089 49. +3300. 4.104 49. +3350. 4.117 49. +3400. 4.131 49. +3450. 4.152 49. +3500. 4.163 49. +3571. 4.19 49. +3636. 4.196 49. +3704. 4.21 49. +3862. 3.846 49. +4036. 3.849 49. +4167. 3.883 49. +4255. 3.907 49. +4464. 3.979 49. +4566. 4.006 49. +4785. 4.076 49. +5000. 4.164 49. +5263. 4.232 49. +5556. 4.313 98. +5840. 4.39 98. +6056. 4.458 98. +6436. 4.537 98. +6790. 4.611 98. +7100. 4.7 98. +7550. 4.812 98. +7780. 4.862 98. +8090. 4.916 98. +8370. 4.969 98. diff --git a/noao/lib/onedstds/bstdscal/hr3982.dat b/noao/lib/onedstds/bstdscal/hr3982.dat new file mode 100644 index 00000000..b80ad809 --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr3982.dat @@ -0,0 +1,30 @@ +# HR3982 +3200. 1.856 49. +3250. 1.856 49. +3300. 1.856 49. +3350. 1.856 49. +3400. 1.855 49. +3450. 1.859 49. +3500. 1.854 49. +3571. 1.855 49. +3636. 1.847 49. +3704. 1.796 49. +3862. 1.07 49. +4036. 0.981 49. +4167. 1.017 49. +4255. 1.041 49. +4464. 1.079 49. +4566. 1.12 49. +4785. 1.177 49. +5000. 1.242 49. +5263. 1.312 49. +5556. 1.374 98. +5840. 1.439 98. +6056. 1.492 98. +6436. 1.56 98. +6790. 1.62 98. +7100. 1.679 98. +7550. 1.78 98. +7780. 1.816 98. +8090. 1.861 98. +8370. 1.902 98. diff --git a/noao/lib/onedstds/bstdscal/hr4468.dat b/noao/lib/onedstds/bstdscal/hr4468.dat new file mode 100644 index 00000000..950b6d3e --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr4468.dat @@ -0,0 +1,30 @@ +# HR4468 +3200. 5.548 49. +3250. 5.542 49. +3300. 5.534 49. +3350. 5.53 49. +3400. 5.523 49. +3450. 5.517 49. +3500. 5.511 49. +3571. 5.503 49. +3636. 5.453 49. +3704. 5.403 49. +3862. 5.401 49. +4036. 4.366 49. +4167. 4.387 49. +4255. 4.413 49. +4464. 4.447 49. +4566. 4.487 49. +4785. 4.533 49. +5000. 4.594 49. +5263. 4.659 49. +5556. 4.721 98. +5840. 4.785 98. +6056. 4.833 98. +6436. 4.904 98. +6790. 4.954 98. +7100. 5.015 98. +7550. 5.106 98. +7780. 5.143 98. +8090. 5.181 98. +8370. 5.225 98. diff --git a/noao/lib/onedstds/bstdscal/hr4534.dat b/noao/lib/onedstds/bstdscal/hr4534.dat new file mode 100644 index 00000000..4dd404e3 --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr4534.dat @@ -0,0 +1,30 @@ +# HR4534 +3200. 3.467 49. +3250. 3.451 49. +3300. 3.424 49. +3350. 3.419 49. +3400. 3.419 49. +3450. 3.39 49. +3500. 3.363 49. +3571. 3.351 49. +3636. 3.294 49. +3704. 3.249 49. +3862. 2.181 49. +4036. 1.971 49. +4167. 1.978 49. +4255. 1.978 49. +4464. 1.974 49. +4566. 2.008 49. +4785. 2.038 49. +5000. 2.077 49. +5263. 2.123 49. +5556. 2.145 98. +5840. 2.179 98. +6056. 2.213 98. +6436. 2.262 98. +6790. 2.295 98. +7100. 2.335 98. +7550. 2.077 98. +7780. 2.773 98. +8090. 2.467 98. +8370. 2.493 98. diff --git a/noao/lib/onedstds/bstdscal/hr5191.dat b/noao/lib/onedstds/bstdscal/hr5191.dat new file mode 100644 index 00000000..b52942f2 --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr5191.dat @@ -0,0 +1,30 @@ +# HR5191 +3200. 1.755 49. +3250. 1.767 49. +3300. 1.782 49. +3350. 1.799 49. +3400. 1.815 49. +3450. 1.83 49. +3500. 1.837 49. +3571. 1.852 49. +3636. 1.859 49. +3704. 1.885 49. +3862. 1.39 49. +4036. 1.423 49. +4167. 1.444 49. +4255. 1.464 49. +4464. 1.521 49. +4566. 1.57 49. +4785. 1.64 49. +5000. 1.715 49. +5263. 1.79 49. +5556. 1.874 98. +5840. 1.956 98. +6056. 2.009 98. +6436. 2.089 98. +6790. 2.168 98. +7100. 2.239 98. +7550. 2.353 98. +7780. 2.398 98. +8090. 2.452 98. +8370. 2.499 98. diff --git a/noao/lib/onedstds/bstdscal/hr5511.dat b/noao/lib/onedstds/bstdscal/hr5511.dat new file mode 100644 index 00000000..11704ec8 --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr5511.dat @@ -0,0 +1,30 @@ +# HR5511 +3200. 4.912 49. +3250. 4.894 49. +3300. 4.877 49. +3350. 4.86 49. +3400. 4.843 49. +3450. 4.827 49. +3500. 4.808 49. +3571. 4.802 49. +3636. 4.767 49. +3704. 4.738 49. +3862. 3.586 49. +4036. 3.468 49. +4167. 3.477 49. +4255. 3.501 49. +4464. 3.514 49. +4566. 3.561 49. +4785. 3.609 49. +5000. 3.659 49. +5263. 3.706 49. +5556. 3.754 98. +5840. 3.813 98. +6056. 3.851 98. +6436. 3.905 98. +6790. 3.96 98. +7100. 4.003 98. +7550. 4.097 98. +7780. 4.136 98. +8090. 4.17 98. +8370. 4.208 98. diff --git a/noao/lib/onedstds/bstdscal/hr7001.dat b/noao/lib/onedstds/bstdscal/hr7001.dat new file mode 100644 index 00000000..7b343ec8 --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr7001.dat @@ -0,0 +1,30 @@ +# HR7001 +3200. 1.191 49. +3250. 1.186 49. +3300. 1.181 49. +3350. 1.179 49. +3400. 1.173 49. +3450. 1.161 49. +3500. 1.161 49. +3571. 1.161 49. +3636. 1.057 49. +3704. 1. 49. +3862. -0.132 49. +4036. -0.255 49. +4167. -0.234 49. +4255. -0.219 49. +4464. -0.194 49. +4566. -0.155 49. +4785. -0.109 49. +5000. -0.059 49. +5263. -0.006 49. +5556. 0.044 98. +5840. 0.106 98. +6056. 0.155 98. +6436. 0.211 98. +6790. 0.261 98. +7100. 0.316 98. +7550. 0.405 98. +7780. 0.442 98. +8090. 0.473 98. +8370. 0.507 98. diff --git a/noao/lib/onedstds/bstdscal/hr718.dat b/noao/lib/onedstds/bstdscal/hr718.dat new file mode 100644 index 00000000..ef2c08fb --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr718.dat @@ -0,0 +1,30 @@ +# HR718 +3200. 5.231 49. +3250. 5.218 49. +3300. 5.207 49. +3350. 5.197 49. +3400. 5.181 49. +3450. 5.176 49. +3500. 5.16 49. +3571. 5.149 49. +3636. 5.123 49. +3704. 5.08 49. +3862. 4.091 49. +4036. 3.94 49. +4167. 3.981 49. +4255. 4.004 49. +4464. 4.047 49. +4566. 4.07 49. +4785. 4.116 49. +5000. 4.178 49. +5263. 4.235 49. +5556. 4.293 98. +5840. 4.345 98. +6056. 4.398 98. +6436. 4.467 98. +6790. 4.529 98. +7100. 4.591 98. +7550. 4.68 98. +7780. 4.728 98. +8090. 4.767 98. +8370. 4.815 98. diff --git a/noao/lib/onedstds/bstdscal/hr7596.dat b/noao/lib/onedstds/bstdscal/hr7596.dat new file mode 100644 index 00000000..dd5168a7 --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr7596.dat @@ -0,0 +1,30 @@ +# HR7596 +3200. 6.946 49. +3250. 6.924 49. +3300. 6.898 49. +3350. 6.885 49. +3400. 6.867 49. +3450. 6.841 49. +3500. 6.817 49. +3571. 6.789 49. +3636. 6.76 49. +3704. 6.719 49. +3862. 5.551 49. +4036. 5.417 49. +4167. 5.416 49. +4255. 5.435 49. +4464. 5.442 49. +4566. 5.465 49. +4785. 5.477 49. +5000. 5.509 49. +5263. 5.521 49. +5556. 5.535 98. +5840. 5.561 98. +6056. 5.599 98. +6436. 5.629 98. +6790. 5.647 98. +7100. 5.69 98. +7550. 5.745 98. +7780. 5.781 98. +8090. 5.799 98. +8370. 5.82 98. diff --git a/noao/lib/onedstds/bstdscal/hr7950.dat b/noao/lib/onedstds/bstdscal/hr7950.dat new file mode 100644 index 00000000..b0525e7d --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr7950.dat @@ -0,0 +1,30 @@ +# HR7950 +3200. 5.08 49. +3250. 5.062 49. +3300. 5.038 49. +3350. 5.025 49. +3400. 5.007 49. +3450. 4.995 49. +3500. 4.971 49. +3571. 4.949 49. +3636. 4.917 49. +3704. 4.871 49. +3862. 3.709 49. +4036. 3.513 49. +4167. 3.526 49. +4255. 3.55 49. +4464. 3.569 49. +4566. 3.615 49. +4785. 3.635 49. +5000. 3.691 49. +5263. 3.745 49. +5556. 3.789 98. +5840. 3.835 98. +6056. 3.877 98. +6436. 3.937 98. +6790. 3.977 98. +7100. 4.033 98. +7550. 4.136 98. +7780. 4.17 98. +8090. 4.202 98. +8370. 4.237 98. diff --git a/noao/lib/onedstds/bstdscal/hr8634.dat b/noao/lib/onedstds/bstdscal/hr8634.dat new file mode 100644 index 00000000..b10a21dc --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr8634.dat @@ -0,0 +1,30 @@ +# HR8634 +3200. 4.173 49. +3250. 4.173 49. +3300. 4.17 49. +3350. 4.173 49. +3400. 4.173 49. +3450. 4.175 49. +3500. 4.162 49. +3571. 4.156 49. +3636. 4.152 49. +3704. 4.093 49. +3862. 3.255 49. +4036. 3.106 49. +4167. 3.143 49. +4255. 3.176 49. +4464. 3.208 49. +4566. 3.25 49. +4785. 3.298 49. +5000. 3.368 49. +5263. 3.314 49. +5556. 3.479 98. +5840. 3.541 98. +6056. 3.611 98. +6436. 3.67 98. +6790. 3.73 98. +7100. 3.796 98. +7550. 3.896 98. +7780. 3.94 98. +8090. 3.977 98. +8370. 4.024 98. diff --git a/noao/lib/onedstds/bstdscal/hr9087.dat b/noao/lib/onedstds/bstdscal/hr9087.dat new file mode 100644 index 00000000..61223f8a --- /dev/null +++ b/noao/lib/onedstds/bstdscal/hr9087.dat @@ -0,0 +1,30 @@ +# HR9087 +3200. 5.341 49. +3250. 5.341 49. +3300. 5.341 49. +3350. 5.341 49. +3400. 5.341 49. +3450. 5.342 49. +3500. 5.345 49. +3571. 5.35 49. +3636. 5.356 49. +3704. 5.34 49. +3862. 4.776 49. +4036. 4.704 49. +4167. 4.747 49. +4255. 4.765 49. +4464. 4.814 49. +4566. 4.854 49. +4785. 4.917 49. +5000. 4.987 49. +5263. 5.045 49. +5556. 5.111 98. +5840. 5.188 98. +6056. 5.241 98. +6436. 5.313 98. +6790. 5.38 98. +7100. 5.443 98. +7550. 5.547 98. +7780. 5.596 98. +8090. 5.644 98. +8370. 5.695 98. diff --git a/noao/lib/onedstds/bstdscal/names.men b/noao/lib/onedstds/bstdscal/names.men new file mode 100644 index 00000000..75a4f190 --- /dev/null +++ b/noao/lib/onedstds/bstdscal/names.men @@ -0,0 +1,9 @@ +# Table of alternate names mapped to the names in this directory + +hd74280 hr3454 +hd100889 hr4468 +hd15318 hr718 +hd188350 hr7596 +hd198001 hr7950 +hd214923 hr8634 +hd224926 hr9087 diff --git a/noao/lib/onedstds/bstdscal/standards.men b/noao/lib/onedstds/bstdscal/standards.men new file mode 100644 index 00000000..07a617b9 --- /dev/null +++ b/noao/lib/onedstds/bstdscal/standards.men @@ -0,0 +1,6 @@ +Standard stars in onedstds$bstdscal/ + +hr718 hr3454 hr3982 hr4468 hr4534 +hr5191 hr5511 hr7001 hr7596 hr7950 +hr8634 hr9087 hd15318 hd74280 hd100889 +hd188350 hd198001 hd214923 hd224926 diff --git a/noao/lib/onedstds/ctio/multi1m.dat b/noao/lib/onedstds/ctio/multi1m.dat new file mode 100644 index 00000000..12b00fc6 --- /dev/null +++ b/noao/lib/onedstds/ctio/multi1m.dat @@ -0,0 +1,31 @@ +-279.35 +-256.07 +-232.79 +-209.51 +-186.23 +-162.95 +-139.67 +-116.40 + -93.12 + -69.84 + -46.56 + -23.28 + 0.00 + 23.28 + 46.56 + 69.84 + 93.12 + 116.40 + 139.67 + 162.95 + 186.23 + 209.51 + 232.79 + 256.07 + 279.35 + 302.63 + 325.91 + 349.19 + 372.47 + 395.74 + 419.02 diff --git a/noao/lib/onedstds/ctio/multi4m.dat b/noao/lib/onedstds/ctio/multi4m.dat new file mode 100644 index 00000000..3649adfc --- /dev/null +++ b/noao/lib/onedstds/ctio/multi4m.dat @@ -0,0 +1,85 @@ +-196.80 +-190.24 +-183.68 +-177.12 +-170.56 +-164.00 +-157.44 +-150.88 +-144.32 +-137.76 +-131.20 +-124.64 +-118.08 +-111.52 +-104.96 + -98.40 + -91.84 + -85.28 + -78.72 + -72.16 + -65.60 + -59.04 + -52.48 + -45.92 + -39.36 + -32.80 + -26.24 + -19.68 + -13.12 + -6.56 + 0.00 + 6.56 + 13.12 + 19.68 + 26.24 + 32.80 + 39.36 + 45.92 + 52.48 + 59.04 + 65.60 + 72.16 + 78.72 + 85.28 + 91.84 + 98.40 + 104.96 + 111.52 + 118.08 + 124.64 + 131.20 + 137.76 + 144.32 + 150.88 + 157.44 + 164.00 + 170.56 + 177.12 + 183.68 + 190.24 + 196.80 + 203.36 + 209.92 + 216.48 + 223.04 + 229.60 + 236.16 + 242.72 + 249.28 + 255.84 + 262.40 + 268.96 + 275.52 + 282.08 + 288.64 + 295.20 + 301.76 + 308.32 + 314.88 + 321.44 + 328.00 + 334.56 + 341.12 + 347.68 + 354.24 diff --git a/noao/lib/onedstds/ctio/multi4mech.dat b/noao/lib/onedstds/ctio/multi4mech.dat new file mode 100644 index 00000000..4dc1ba6e --- /dev/null +++ b/noao/lib/onedstds/ctio/multi4mech.dat @@ -0,0 +1,21 @@ +-131.20 +-118.08 +-104.96 + -91.84 + -78.72 + -65.60 + -52.48 + -39.36 + -26.24 + -13.12 + 0.00 + 13.12 + 26.24 + 39.36 + 52.48 + 65.60 + 78.72 + 91.84 + 104.96 + 118.08 + 131.20 diff --git a/noao/lib/onedstds/ctio/nd1m.100mag.dat b/noao/lib/onedstds/ctio/nd1m.100mag.dat new file mode 100644 index 00000000..a0a1f01e --- /dev/null +++ b/noao/lib/onedstds/ctio/nd1m.100mag.dat @@ -0,0 +1,927 @@ +# 1.00 mag ND filter 1.0M +3250 0.2383179 +3255 0.2408589 +3260 0.2437871 +3265 0.2471293 +3270 0.2509012 +3275 0.2551022 +3280 0.2597155 +3285 0.2647043 +3290 0.2700186 +3295 0.2755998 +3300 0.281387 +3305 0.2873223 +3310 0.293355 +3315 0.2994418 +3320 0.3055451 +3325 0.3116321 +3330 0.317674 +3335 0.3236457 +3340 0.3295259 +3345 0.3352975 +3350 0.3409486 +3355 0.3464701 +3360 0.3518565 +3365 0.3571048 +3370 0.3622148 +3375 0.3671874 +3380 0.3720273 +3385 0.3767393 +3390 0.38133 +3395 0.3858056 +3400 0.3901684 +3405 0.3944191 +3410 0.3985543 +3415 0.4025684 +3420 0.4064552 +3425 0.4102089 +3430 0.4138263 +3435 0.4173059 +3440 0.4206483 +3445 0.4238551 +3450 0.4269298 +3455 0.4298758 +3460 0.4326971 +3465 0.4353983 +3470 0.4379849 +3475 0.4404632 +3480 0.4428394 +3485 0.4451186 +3490 0.4473041 +3495 0.4493966 +3500 0.451395 +3505 0.4532957 +3510 0.4550981 +3515 0.456802 +3520 0.4584127 +3525 0.4599377 +3530 0.4613877 +3535 0.4627745 +3540 0.4641097 +3545 0.4654023 +3550 0.4666586 +3555 0.4678819 +3560 0.4690708 +3565 0.4702201 +3570 0.4713226 +3575 0.4723696 +3580 0.4733512 +3585 0.4742596 +3590 0.4750897 +3595 0.475839 +3600 0.47651 +3605 0.4771085 +3610 0.4776437 +3615 0.4781251 +3620 0.4785634 +3625 0.4789675 +3630 0.4793436 +3635 0.4796961 +3640 0.4800271 +3645 0.4803372 +3650 0.4806246 +3655 0.4808865 +3660 0.4811193 +3665 0.4813178 +3670 0.481477 +3675 0.4815923 +3680 0.4816591 +3685 0.481674 +3690 0.4816344 +3695 0.4815383 +3700 0.4813833 +3705 0.4811669 +3710 0.4808882 +3715 0.4805463 +3720 0.4801424 +3725 0.4796808 +3730 0.4791696 +3735 0.4786201 +3740 0.4780468 +3745 0.4774644 +3750 0.4768871 +3755 0.4763261 +3760 0.4757905 +3765 0.4752848 +3770 0.474811 +3775 0.4743713 +3780 0.4739681 +3785 0.4736058 +3790 0.4732914 +3795 0.4730342 +3800 0.4728433 +3805 0.472727 +3810 0.472689 +3815 0.4727304 +3820 0.4728461 +3825 0.4730265 +3830 0.4732602 +3835 0.4735346 +3840 0.4738386 +3845 0.4741637 +3850 0.4745048 +3855 0.4748595 +3860 0.4752262 +3865 0.4756041 +3870 0.4759896 +3875 0.4763796 +3880 0.476768 +3885 0.4771495 +3890 0.4775183 +3895 0.4778703 +3900 0.4782024 +3905 0.478515 +3910 0.4788092 +3915 0.4790871 +3920 0.4793527 +3925 0.4796082 +3930 0.4798559 +3935 0.4800958 +3940 0.4803242 +3945 0.480536 +3950 0.4807218 +3955 0.4808732 +3960 0.480981 +3965 0.4810381 +3970 0.4810411 +3975 0.4809923 +3980 0.4808971 +3985 0.4807661 +3990 0.4806117 +3995 0.4804475 +4000 0.4802856 +4005 0.4801351 +4010 0.4800012 +4015 0.4798866 +4020 0.4797893 +4025 0.4797042 +4030 0.4796243 +4035 0.4795404 +4040 0.4794441 +4045 0.4793259 +4050 0.4791795 +4055 0.4790023 +4060 0.4787942 +4065 0.4785622 +4070 0.4783153 +4075 0.4780664 +4080 0.4778276 +4085 0.4776094 +4090 0.4774184 +4095 0.4772561 +4100 0.4771185 +4105 0.4769987 +4110 0.4768858 +4115 0.4767694 +4120 0.4766394 +4125 0.4764891 +4130 0.4763141 +4135 0.4761156 +4140 0.4758988 +4145 0.4756716 +4150 0.4754449 +4155 0.4752284 +4160 0.4750292 +4165 0.4748492 +4170 0.4746842 +4175 0.4745244 +4180 0.4743567 +4185 0.4741695 +4190 0.4739527 +4195 0.4737057 +4200 0.4734332 +4205 0.4731474 +4210 0.4728657 +4215 0.4726048 +4220 0.4723796 +4225 0.4721984 +4230 0.4720637 +4235 0.4719689 +4240 0.4719036 +4245 0.4718518 +4250 0.4717975 +4255 0.4717249 +4260 0.471621 +4265 0.4714785 +4270 0.4712943 +4275 0.4710711 +4280 0.4708169 +4285 0.4705434 +4290 0.4702617 +4295 0.4699838 +4300 0.4697178 +4305 0.4694673 +4310 0.4692337 +4315 0.4690143 +4320 0.4688041 +4325 0.4685986 +4330 0.4683926 +4335 0.4681859 +4340 0.4679783 +4345 0.4677746 +4350 0.467581 +4355 0.4674048 +4360 0.4672506 +4365 0.4671211 +4370 0.4670138 +4375 0.4669219 +4380 0.4668376 +4385 0.4667526 +4390 0.4666616 +4395 0.466562 +4400 0.4664565 +4405 0.4663494 +4410 0.4662448 +4415 0.4661459 +4420 0.4660529 +4425 0.4659639 +4430 0.4658737 +4435 0.4657765 +4440 0.4656667 +4445 0.4655395 +4450 0.4653931 +4455 0.4652271 +4460 0.4650458 +4465 0.4648563 +4470 0.4646671 +4475 0.4644887 +4480 0.4643296 +4485 0.4641939 +4490 0.4640822 +4495 0.463989 +4500 0.4639038 +4505 0.4638152 +4510 0.4637125 +4515 0.4635886 +4520 0.463442 +4525 0.4632754 +4530 0.4630975 +4535 0.462918 +4540 0.462747 +4545 0.4625925 +4550 0.4624604 +4555 0.4623512 +4560 0.4622637 +4565 0.4621938 +4570 0.4621362 +4575 0.4620854 +4580 0.4620364 +4585 0.4619842 +4590 0.4619249 +4595 0.4618555 +4600 0.4617743 +4605 0.4616813 +4610 0.4615788 +4615 0.4614704 +4620 0.4613606 +4625 0.4612537 +4630 0.4611513 +4635 0.4610525 +4640 0.4609535 +4645 0.4608486 +4650 0.4607331 +4655 0.4606032 +4660 0.460458 +4665 0.4603004 +4670 0.4601358 +4675 0.4599698 +4680 0.4598075 +4685 0.4596531 +4690 0.4595068 +4695 0.4593676 +4700 0.459233 +4705 0.4591001 +4710 0.458965 +4715 0.4588265 +4720 0.4586835 +4725 0.4585375 +4730 0.4583887 +4735 0.4582393 +4740 0.458091 +4745 0.4579442 +4750 0.4577995 +4755 0.4576554 +4760 0.4575109 +4765 0.4573623 +4770 0.4572078 +4775 0.4570447 +4780 0.456872 +4785 0.4566903 +4790 0.4564996 +4795 0.4563022 +4800 0.4560998 +4805 0.4558947 +4810 0.4556897 +4815 0.4554876 +4820 0.4552906 +4825 0.4551007 +4830 0.4549202 +4835 0.4547469 +4840 0.4545801 +4845 0.4544162 +4850 0.4542508 +4855 0.4540799 +4860 0.4539013 +4865 0.4537146 +4870 0.4535218 +4875 0.4533268 +4880 0.4531344 +4885 0.4529498 +4890 0.452776 +4895 0.452615 +4900 0.4524642 +4905 0.4523214 +4910 0.4521815 +4915 0.45204 +4920 0.4518926 +4925 0.4517383 +4930 0.4515776 +4935 0.4514137 +4940 0.4512509 +4945 0.4510933 +4950 0.450944 +4955 0.4508035 +4960 0.45067 +4965 0.4505395 +4970 0.4504076 +4975 0.4502697 +4980 0.4501225 +4985 0.4499657 +4990 0.4498002 +4995 0.4496308 +5000 0.4494616 +5005 0.4492971 +5010 0.4491414 +5015 0.4489961 +5020 0.4488621 +5025 0.4487382 +5030 0.4486233 +5035 0.4485166 +5040 0.448417 +5045 0.4483242 +5050 0.448238 +5055 0.4481567 +5060 0.448079 +5065 0.4480007 +5070 0.4479188 +5075 0.4478289 +5080 0.4477289 +5085 0.4476177 +5090 0.4474953 +5095 0.4473638 +5100 0.4472254 +5105 0.447084 +5110 0.4469414 +5115 0.4468011 +5120 0.446664 +5125 0.4465316 +5130 0.4464047 +5135 0.4462839 +5140 0.4461692 +5145 0.4460621 +5150 0.4459609 +5155 0.4458649 +5160 0.4457721 +5165 0.4456805 +5170 0.4455874 +5175 0.4454929 +5180 0.4453965 +5185 0.4453002 +5190 0.4452066 +5195 0.445118 +5200 0.4450357 +5205 0.4449611 +5210 0.4448924 +5215 0.444828 +5220 0.4447649 +5225 0.4446999 +5230 0.4446303 +5235 0.4445546 +5240 0.4444723 +5245 0.4443825 +5250 0.4442861 +5255 0.4441832 +5260 0.444074 +5265 0.4439588 +5270 0.4438361 +5275 0.4437064 +5280 0.4435685 +5285 0.4434225 +5290 0.4432693 +5295 0.4431098 +5300 0.4429465 +5305 0.4427813 +5310 0.4426176 +5315 0.4424585 +5320 0.4423079 +5325 0.4421691 +5330 0.4420457 +5335 0.4419391 +5340 0.4418498 +5345 0.4417767 +5350 0.4417139 +5355 0.441657 +5360 0.4415982 +5365 0.4415306 +5370 0.4414494 +5375 0.4413518 +5380 0.441238 +5385 0.4411105 +5390 0.4409724 +5395 0.4408271 +5400 0.4406775 +5405 0.4405267 +5410 0.4403768 +5415 0.4402301 +5420 0.4400896 +5425 0.4399581 +5430 0.4398372 +5435 0.4397275 +5440 0.4396271 +5445 0.4395324 +5450 0.4394396 +5455 0.4393454 +5460 0.4392466 +5465 0.4391426 +5470 0.4390337 +5475 0.4389217 +5480 0.4388083 +5485 0.4386943 +5490 0.4385812 +5495 0.4384698 +5500 0.4383612 +5505 0.4382553 +5510 0.438153 +5515 0.4380551 +5520 0.4379616 +5525 0.4378721 +5530 0.4377866 +5535 0.4377044 +5540 0.4376269 +5545 0.4375553 +5550 0.4374906 +5555 0.437434 +5560 0.4373834 +5565 0.4373349 +5570 0.4372824 +5575 0.4372169 +5580 0.4371322 +5585 0.4370232 +5590 0.4368888 +5595 0.4367316 +5600 0.4365574 +5605 0.4363747 +5610 0.4361918 +5615 0.436017 +5620 0.4358548 +5625 0.4357091 +5630 0.4355797 +5635 0.4354649 +5640 0.4353611 +5645 0.4352646 +5650 0.4351705 +5655 0.4350755 +5660 0.4349775 +5665 0.4348761 +5670 0.4347711 +5675 0.4346645 +5680 0.4345577 +5685 0.4344511 +5690 0.434345 +5695 0.4342372 +5700 0.4341269 +5705 0.4340122 +5710 0.4338918 +5715 0.4337662 +5720 0.4336365 +5725 0.4335049 +5730 0.4333728 +5735 0.4332433 +5740 0.4331186 +5745 0.433001 +5750 0.4328915 +5755 0.4327923 +5760 0.4327027 +5765 0.432622 +5770 0.432547 +5775 0.4324726 +5780 0.4323924 +5785 0.4323016 +5790 0.4321938 +5795 0.4320676 +5800 0.4319245 +5805 0.4317675 +5810 0.4316034 +5815 0.4314377 +5820 0.4312764 +5825 0.4311221 +5830 0.430975 +5835 0.4308338 +5840 0.4306961 +5845 0.4305602 +5850 0.4304247 +5855 0.4302897 +5860 0.4301558 +5865 0.4300233 +5870 0.4298929 +5875 0.4297623 +5880 0.4296308 +5885 0.4294975 +5890 0.4293622 +5895 0.429227 +5900 0.4290945 +5905 0.4289679 +5910 0.4288509 +5915 0.4287443 +5920 0.4286473 +5925 0.4285583 +5930 0.4284732 +5935 0.4283892 +5940 0.4283027 +5945 0.4282098 +5950 0.4281089 +5955 0.4279977 +5960 0.4278765 +5965 0.427746 +5970 0.4276094 +5975 0.4274712 +5980 0.4273367 +5985 0.4272095 +5990 0.4270924 +5995 0.4269846 +6000 0.4268838 +6005 0.4267852 +6010 0.4266844 +6015 0.4265768 +6020 0.4264595 +6025 0.4263326 +6030 0.4261967 +6035 0.4260542 +6040 0.4259074 +6045 0.425759 +6050 0.425611 +6055 0.4254648 +6060 0.4253214 +6065 0.4251811 +6070 0.4250442 +6075 0.4249115 +6080 0.4247818 +6085 0.4246545 +6090 0.4245297 +6095 0.4244066 +6100 0.4242853 +6105 0.4241671 +6110 0.4240518 +6115 0.4239397 +6120 0.4238298 +6125 0.4237191 +6130 0.4236046 +6135 0.4234825 +6140 0.4233513 +6145 0.423211 +6150 0.4230637 +6155 0.4229128 +6160 0.4227629 +6165 0.422619 +6170 0.4224851 +6175 0.4223638 +6180 0.4222567 +6185 0.4221617 +6190 0.4220763 +6195 0.421996 +6200 0.4219153 +6205 0.4218276 +6210 0.4217295 +6215 0.4216183 +6220 0.4214946 +6225 0.4213616 +6230 0.4212237 +6235 0.4210862 +6240 0.4209538 +6245 0.4208298 +6250 0.4207159 +6255 0.4206128 +6260 0.420518 +6265 0.4204302 +6270 0.4203454 +6275 0.4202611 +6280 0.4201727 +6285 0.4200771 +6290 0.4199729 +6295 0.4198578 +6300 0.4197318 +6305 0.4195972 +6310 0.4194576 +6315 0.4193173 +6320 0.4191811 +6325 0.4190525 +6330 0.4189331 +6335 0.4188221 +6340 0.4187173 +6345 0.4186152 +6350 0.4185118 +6355 0.4184048 +6360 0.4182922 +6365 0.4181735 +6370 0.4180495 +6375 0.4179206 +6380 0.4177878 +6385 0.4176525 +6390 0.4175158 +6395 0.4173782 +6400 0.4172403 +6405 0.4171022 +6410 0.4169645 +6415 0.4168269 +6420 0.4166903 +6425 0.4165563 +6430 0.4164275 +6435 0.4163051 +6440 0.4161908 +6445 0.416084 +6450 0.4159833 +6455 0.4158844 +6460 0.4157845 +6465 0.4156811 +6470 0.4155721 +6475 0.4154583 +6480 0.4153404 +6485 0.4152204 +6490 0.4151003 +6495 0.4149815 +6500 0.4148654 +6505 0.4147537 +6510 0.4146472 +6515 0.4145467 +6520 0.4144527 +6525 0.4143642 +6530 0.4142792 +6535 0.4141953 +6540 0.4141087 +6545 0.4140165 +6550 0.4139166 +6555 0.4138092 +6560 0.4136958 +6565 0.4135793 +6570 0.413464 +6575 0.4133524 +6580 0.4132466 +6585 0.4131475 +6590 0.4130531 +6595 0.4129614 +6600 0.4128686 +6605 0.4127705 +6610 0.4126641 +6615 0.4125476 +6620 0.4124204 +6625 0.4122841 +6630 0.4121407 +6635 0.4119936 +6640 0.4118449 +6645 0.4116974 +6650 0.4115522 +6655 0.4114099 +6660 0.4112712 +6665 0.4111371 +6670 0.4110086 +6675 0.4108868 +6680 0.4107722 +6685 0.4106651 +6690 0.4105631 +6695 0.4104636 +6700 0.4103641 +6705 0.4102615 +6710 0.410156 +6715 0.4100477 +6720 0.4099385 +6725 0.4098305 +6730 0.4097247 +6735 0.4096213 +6740 0.4095192 +6745 0.4094163 +6750 0.4093109 +6755 0.4092014 +6760 0.4090872 +6765 0.4089688 +6770 0.4088457 +6775 0.4087189 +6780 0.4085895 +6785 0.4084587 +6790 0.4083288 +6795 0.4082014 +6800 0.4080786 +6805 0.4079611 +6810 0.4078485 +6815 0.407739 +6820 0.4076294 +6825 0.4075153 +6830 0.4073941 +6835 0.4072631 +6840 0.4071219 +6845 0.406972 +6850 0.4068158 +6855 0.4066584 +6860 0.4065047 +6865 0.4063604 +6870 0.40623 +6875 0.406116 +6880 0.406019 +6885 0.405937 +6890 0.4058656 +6895 0.4058006 +6900 0.4057364 +6905 0.4056701 +6910 0.405598 +6915 0.4055189 +6920 0.4054312 +6925 0.4053333 +6930 0.4052244 +6935 0.4051037 +6940 0.4049719 +6945 0.4048309 +6950 0.404685 +6955 0.4045385 +6960 0.4043983 +6965 0.4042666 +6970 0.4041462 +6975 0.4040362 +6980 0.4039328 +6985 0.4038316 +6990 0.4037271 +6995 0.4036165 +7000 0.4034978 +7005 0.4033719 +7010 0.4032412 +7015 0.4031076 +7020 0.4029731 +7025 0.4028381 +7030 0.4027023 +7035 0.4025644 +7040 0.4024243 +7045 0.4022826 +7050 0.4021407 +7055 0.4020022 +7060 0.40187 +7065 0.4017461 +7070 0.4016314 +7075 0.4015251 +7080 0.4014232 +7085 0.4013211 +7090 0.4012151 +7095 0.4011011 +7100 0.4009782 +7105 0.4008479 +7110 0.4007121 +7115 0.4005751 +7120 0.4004398 +7125 0.4003086 +7130 0.4001822 +7135 0.4000591 +7140 0.399939 +7145 0.3998202 +7150 0.3997028 +7155 0.3995875 +7160 0.3994749 +7165 0.3993664 +7170 0.3992626 +7175 0.3991639 +7180 0.3990701 +7185 0.3989797 +7190 0.3988912 +7195 0.3988042 +7200 0.3987159 +7205 0.3986242 +7210 0.3985263 +7215 0.3984199 +7220 0.3983031 +7225 0.3981763 +7230 0.3980409 +7235 0.3979007 +7240 0.3977608 +7245 0.3976273 +7250 0.3975039 +7255 0.3973942 +7260 0.3972981 +7265 0.3972135 +7270 0.3971371 +7275 0.3970631 +7280 0.3969876 +7285 0.3969057 +7290 0.3968144 +7295 0.3967123 +7300 0.3965992 +7305 0.3964756 +7310 0.3963432 +7315 0.3962049 +7320 0.3960627 +7325 0.3959194 +7330 0.3957781 +7335 0.3956409 +7340 0.3955093 +7345 0.3953848 +7350 0.3952684 +7355 0.3951598 +7360 0.3950594 +7365 0.3949673 +7370 0.3948842 +7375 0.3948089 +7380 0.3947403 +7385 0.3946758 +7390 0.3946117 +7395 0.3945439 +7400 0.3944682 +7405 0.3943807 +7410 0.3942777 +7415 0.3941576 +7420 0.3940197 +7425 0.3938644 +7430 0.3936937 +7435 0.3935111 +7440 0.393322 +7445 0.3931329 +7450 0.3929493 +7455 0.3927767 +7460 0.3926198 +7465 0.3924808 +7470 0.3923588 +7475 0.3922527 +7480 0.3921596 +7485 0.3920743 +7490 0.3919948 +7495 0.3919168 +7500 0.391839 +7505 0.3917598 +7510 0.3916789 +7515 0.3915964 +7520 0.3915118 +7525 0.3914265 +7530 0.3913403 +7535 0.3912536 +7540 0.3911667 +7545 0.3910788 +7550 0.3909887 +7555 0.3908943 +7560 0.3907948 +7565 0.3906881 +7570 0.3905734 +7575 0.3904502 +7580 0.390319 +7585 0.3901805 +7590 0.3900355 +7595 0.3898849 +7600 0.3897297 +7605 0.3895713 +7610 0.3894106 +7615 0.3892488 +7620 0.3890876 +7625 0.3889285 +7630 0.3887734 +7635 0.3886246 +7640 0.3884838 +7645 0.3883527 +7650 0.3882327 +7655 0.3881227 +7660 0.3880216 +7665 0.3879262 +7670 0.3878334 +7675 0.38774 +7680 0.3876445 +7685 0.3875458 +7690 0.3874459 +7695 0.3873477 +7700 0.3872532 +7705 0.3871645 +7710 0.3870821 +7715 0.3870041 +7720 0.3869278 +7725 0.3868502 +7730 0.3867683 +7735 0.3866802 +7740 0.3865857 +7745 0.3864861 +7750 0.3863843 +7755 0.3862832 +7760 0.3861852 +7765 0.3860916 +7770 0.3860021 +7775 0.3859147 +7780 0.3858259 +7785 0.3857329 +7790 0.3856322 +7795 0.3855229 +7800 0.385405 +7805 0.3852807 +7810 0.3851534 +7815 0.3850253 +7820 0.3849005 +7825 0.3847806 +7830 0.3846689 +7835 0.3845655 +7840 0.3844723 +7845 0.3843892 +7850 0.3843168 +7855 0.3842549 +7860 0.3842037 +7865 0.3841625 +7870 0.3841307 +7875 0.3841074 diff --git a/noao/lib/onedstds/ctio/nd1m.125mag.dat b/noao/lib/onedstds/ctio/nd1m.125mag.dat new file mode 100644 index 00000000..8ccdb7e7 --- /dev/null +++ b/noao/lib/onedstds/ctio/nd1m.125mag.dat @@ -0,0 +1,927 @@ +# 1.25 mag ND filter 1.0M +3250 0.08709133 +3255 0.08880705 +3260 0.09073389 +3265 0.0928852 +3270 0.09527242 +3275 0.09790474 +3280 0.1007896 +3285 0.1039321 +3290 0.1073335 +3295 0.1109899 +3300 0.1148881 +3305 0.1190054 +3310 0.1233077 +3315 0.1277562 +3320 0.1323099 +3325 0.1369336 +3330 0.1416014 +3335 0.1462997 +3340 0.1510248 +3345 0.1557793 +3350 0.1605694 +3355 0.1653988 +3360 0.1702678 +3365 0.1751714 +3370 0.180098 +3375 0.1850318 +3380 0.1899509 +3385 0.1948325 +3390 0.1996518 +3395 0.2043858 +3400 0.2090171 +3405 0.2135331 +3410 0.2179282 +3415 0.2222031 +3420 0.2263596 +3425 0.2304029 +3430 0.2343361 +3435 0.2381606 +3440 0.2418778 +3445 0.2454885 +3450 0.2489943 +3455 0.2523996 +3460 0.2557086 +3465 0.2589273 +3470 0.2620595 +3475 0.2651068 +3480 0.2680693 +3485 0.2709468 +3490 0.2737363 +3495 0.2764372 +3500 0.2790493 +3505 0.2815727 +3510 0.284007 +3515 0.2863524 +3520 0.2886087 +3525 0.2907743 +3530 0.2928497 +3535 0.2948355 +3540 0.2967347 +3545 0.2985518 +3550 0.3002937 +3555 0.3019673 +3560 0.3035798 +3565 0.305137 +3570 0.3066423 +3575 0.3080973 +3580 0.3094996 +3585 0.3108471 +3590 0.3121343 +3595 0.313356 +3600 0.314507 +3605 0.3155834 +3610 0.3165839 +3615 0.3175083 +3620 0.3183608 +3625 0.319147 +3630 0.3198748 +3635 0.3205527 +3640 0.321188 +3645 0.3217849 +3650 0.3223444 +3655 0.3228632 +3660 0.3233347 +3665 0.3237507 +3670 0.3241031 +3675 0.3243847 +3680 0.3245913 +3685 0.3247211 +3690 0.3247748 +3695 0.3247548 +3700 0.3246643 +3705 0.3245065 +3710 0.3242837 +3715 0.3239978 +3720 0.3236509 +3725 0.3232453 +3730 0.3227849 +3735 0.3222754 +3740 0.3217252 +3745 0.3211429 +3750 0.3205412 +3755 0.3199325 +3760 0.3193316 +3765 0.3187541 +3770 0.318216 +3775 0.3177324 +3780 0.3173186 +3785 0.3169864 +3790 0.3167464 +3795 0.3166058 +3800 0.316568 +3805 0.3166343 +3810 0.3168017 +3815 0.3170642 +3820 0.3174139 +3825 0.3178401 +3830 0.3183306 +3835 0.3188739 +3840 0.3194585 +3845 0.3200759 +3850 0.3207181 +3855 0.3213782 +3860 0.3220521 +3865 0.3227344 +3870 0.3234215 +3875 0.3241083 +3880 0.3247898 +3885 0.3254618 +3890 0.3261174 +3895 0.3267512 +3900 0.3273565 +3905 0.3279268 +3910 0.3284562 +3915 0.3289403 +3920 0.3293776 +3925 0.3297673 +3930 0.3301138 +3935 0.3304212 +3940 0.3306959 +3945 0.3309436 +3950 0.3311687 +3955 0.3313732 +3960 0.3315574 +3965 0.3317179 +3970 0.3318503 +3975 0.3319497 +3980 0.3320121 +3985 0.3320363 +3990 0.3320245 +3995 0.3319812 +4000 0.3319161 +4005 0.3318396 +4010 0.3317632 +4015 0.331697 +4020 0.3316489 +4025 0.331622 +4030 0.3316151 +4035 0.3316227 +4040 0.3316349 +4045 0.3316405 +4050 0.3316274 +4055 0.3315869 +4060 0.3315123 +4065 0.3314026 +4070 0.3312594 +4075 0.3310881 +4080 0.3308946 +4085 0.330685 +4090 0.3304665 +4095 0.3302442 +4100 0.3300233 +4105 0.3298074 +4110 0.3295985 +4115 0.3293961 +4120 0.3291975 +4125 0.3289982 +4130 0.328793 +4135 0.3285774 +4140 0.3283497 +4145 0.3281119 +4150 0.3278696 +4155 0.327631 +4160 0.3274052 +4165 0.3272009 +4170 0.3270259 +4175 0.3268839 +4180 0.3267758 +4185 0.326699 +4190 0.3266476 +4195 0.3266119 +4200 0.3265804 +4205 0.3265413 +4210 0.3264841 +4215 0.3264017 +4220 0.3262911 +4225 0.3261547 +4230 0.3259966 +4235 0.3258255 +4240 0.3256486 +4245 0.3254741 +4250 0.3253089 +4255 0.3251591 +4260 0.3250288 +4265 0.3249207 +4270 0.3248347 +4275 0.3247697 +4280 0.3247204 +4285 0.324681 +4290 0.3246445 +4295 0.324604 +4300 0.3245547 +4305 0.3244923 +4310 0.3244154 +4315 0.3243224 +4320 0.324214 +4325 0.3240905 +4330 0.3239524 +4335 0.3238008 +4340 0.3236375 +4345 0.3234653 +4350 0.3232895 +4355 0.3231163 +4360 0.3229536 +4365 0.3228084 +4370 0.3226867 +4375 0.3225898 +4380 0.3225166 +4385 0.3224607 +4390 0.322415 +4395 0.322371 +4400 0.322322 +4405 0.3222632 +4410 0.3221944 +4415 0.3221163 +4420 0.322032 +4425 0.3219445 +4430 0.3218554 +4435 0.3217662 +4440 0.3216778 +4445 0.3215908 +4450 0.3215065 +4455 0.3214259 +4460 0.3213524 +4465 0.3212886 +4470 0.3212376 +4475 0.3212012 +4480 0.3211822 +4485 0.3211817 +4490 0.3211987 +4495 0.3212321 +4500 0.3212782 +4505 0.3213325 +4510 0.3213892 +4515 0.321442 +4520 0.3214857 +4525 0.3215177 +4530 0.3215364 +4535 0.3215443 +4540 0.3215448 +4545 0.3215419 +4550 0.3215394 +4555 0.3215383 +4560 0.321539 +4565 0.3215397 +4570 0.321538 +4575 0.3215306 +4580 0.321515 +4585 0.3214898 +4590 0.3214539 +4595 0.321407 +4600 0.3213499 +4605 0.3212844 +4610 0.3212125 +4615 0.3211377 +4620 0.3210616 +4625 0.3209868 +4630 0.320914 +4635 0.3208439 +4640 0.320776 +4645 0.320711 +4650 0.3206478 +4655 0.3205881 +4660 0.320531 +4665 0.3204785 +4670 0.320429 +4675 0.3203825 +4680 0.3203373 +4685 0.320292 +4690 0.3202449 +4695 0.3201959 +4700 0.3201447 +4705 0.3200914 +4710 0.3200372 +4715 0.3199835 +4720 0.3199303 +4725 0.3198787 +4730 0.3198283 +4735 0.3197783 +4740 0.3197275 +4745 0.3196745 +4750 0.3196176 +4755 0.3195558 +4760 0.3194888 +4765 0.3194168 +4770 0.3193412 +4775 0.3192638 +4780 0.3191876 +4785 0.3191146 +4790 0.3190461 +4795 0.3189834 +4800 0.3189258 +4805 0.3188732 +4810 0.3188251 +4815 0.3187811 +4820 0.3187412 +4825 0.3187061 +4830 0.3186756 +4835 0.3186491 +4840 0.3186249 +4845 0.3186005 +4850 0.3185724 +4855 0.3185382 +4860 0.3184951 +4865 0.318441 +4870 0.318376 +4875 0.3183005 +4880 0.3182162 +4885 0.3181265 +4890 0.3180344 +4895 0.3179441 +4900 0.3178603 +4905 0.3177861 +4910 0.3177224 +4915 0.31767 +4920 0.317625 +4925 0.317584 +4930 0.3175415 +4935 0.3174939 +4940 0.3174364 +4945 0.3173691 +4950 0.3172925 +4955 0.3172081 +4960 0.3171205 +4965 0.3170333 +4970 0.3169503 +4975 0.3168732 +4980 0.3168037 +4985 0.316741 +4990 0.3166846 +4995 0.3166333 +5000 0.3165877 +5005 0.3165475 +5010 0.3165132 +5015 0.3164842 +5020 0.3164593 +5025 0.3164366 +5030 0.3164131 +5035 0.3163852 +5040 0.3163517 +5045 0.3163131 +5050 0.3162711 +5055 0.3162285 +5060 0.3161899 +5065 0.3161572 +5070 0.3161322 +5075 0.3161138 +5080 0.3160985 +5085 0.3160832 +5090 0.3160623 +5095 0.3160334 +5100 0.3159941 +5105 0.3159448 +5110 0.3158872 +5115 0.3158235 +5120 0.3157564 +5125 0.3156866 +5130 0.3156149 +5135 0.3155402 +5140 0.3154624 +5145 0.3153811 +5150 0.3152962 +5155 0.3152083 +5160 0.3151181 +5165 0.3150269 +5170 0.3149346 +5175 0.3148425 +5180 0.3147537 +5185 0.3146691 +5190 0.314593 +5195 0.3145278 +5200 0.3144757 +5205 0.3144378 +5210 0.3144131 +5215 0.3143992 +5220 0.3143928 +5225 0.3143896 +5230 0.3143866 +5235 0.3143798 +5240 0.314368 +5245 0.3143499 +5250 0.3143262 +5255 0.3142967 +5260 0.3142612 +5265 0.3142195 +5270 0.3141713 +5275 0.3141164 +5280 0.3140553 +5285 0.3139888 +5290 0.3139198 +5295 0.3138511 +5300 0.3137857 +5305 0.313727 +5310 0.3136759 +5315 0.313633 +5320 0.3135954 +5325 0.3135607 +5330 0.313524 +5335 0.3134828 +5340 0.3134346 +5345 0.3133795 +5350 0.3133188 +5355 0.3132554 +5360 0.3131913 +5365 0.3131294 +5370 0.3130704 +5375 0.3130146 +5380 0.3129615 +5385 0.3129102 +5390 0.3128605 +5395 0.3128115 +5400 0.3127643 +5405 0.3127194 +5410 0.3126771 +5415 0.3126382 +5420 0.312602 +5425 0.3125679 +5430 0.312535 +5435 0.3125021 +5440 0.3124689 +5445 0.3124354 +5450 0.312403 +5455 0.3123726 +5460 0.3123473 +5465 0.3123278 +5470 0.312315 +5475 0.3123077 +5480 0.3123044 +5485 0.3123023 +5490 0.3122976 +5495 0.3122876 +5500 0.3122707 +5505 0.3122472 +5510 0.3122175 +5515 0.3121834 +5520 0.312147 +5525 0.3121096 +5530 0.3120717 +5535 0.3120346 +5540 0.3119977 +5545 0.3119613 +5550 0.3119252 +5555 0.3118896 +5560 0.3118542 +5565 0.311819 +5570 0.3117837 +5575 0.3117474 +5580 0.3117101 +5585 0.31167 +5590 0.311628 +5595 0.3115829 +5600 0.3115352 +5605 0.311485 +5610 0.3114327 +5615 0.3113782 +5620 0.311321 +5625 0.3112612 +5630 0.3111985 +5635 0.311134 +5640 0.3110689 +5645 0.3110037 +5650 0.3109403 +5655 0.3108798 +5660 0.3108224 +5665 0.310769 +5670 0.3107178 +5675 0.3106684 +5680 0.310618 +5685 0.3105654 +5690 0.3105081 +5695 0.3104453 +5700 0.3103764 +5705 0.3103025 +5710 0.3102246 +5715 0.3101449 +5720 0.3100652 +5725 0.3099867 +5730 0.3099115 +5735 0.3098391 +5740 0.3097698 +5745 0.3097025 +5750 0.3096369 +5755 0.3095716 +5760 0.3095064 +5765 0.3094407 +5770 0.3093755 +5775 0.3093112 +5780 0.3092484 +5785 0.309188 +5790 0.3091306 +5795 0.3090762 +5800 0.3090256 +5805 0.3089777 +5810 0.3089337 +5815 0.3088925 +5820 0.3088552 +5825 0.3088209 +5830 0.3087902 +5835 0.3087626 +5840 0.3087374 +5845 0.3087125 +5850 0.3086862 +5855 0.3086559 +5860 0.3086169 +5865 0.3085659 +5870 0.3085009 +5875 0.3084203 +5880 0.3083256 +5885 0.3082199 +5890 0.3081088 +5895 0.3079984 +5900 0.3078942 +5905 0.3078003 +5910 0.3077184 +5915 0.3076481 +5920 0.307586 +5925 0.3075289 +5930 0.3074721 +5935 0.3074125 +5940 0.30735 +5945 0.3072845 +5950 0.3072202 +5955 0.3071607 +5960 0.3071108 +5965 0.3070725 +5970 0.307047 +5975 0.3070318 +5980 0.307023 +5985 0.3070146 +5990 0.3070001 +5995 0.3069744 +6000 0.3069342 +6005 0.3068792 +6010 0.3068122 +6015 0.3067393 +6020 0.3066675 +6025 0.306604 +6030 0.3065548 +6035 0.3065223 +6040 0.3065053 +6045 0.3064994 +6050 0.3064975 +6055 0.3064924 +6060 0.3064781 +6065 0.3064499 +6070 0.3064067 +6075 0.3063487 +6080 0.3062779 +6085 0.3061977 +6090 0.3061108 +6095 0.3060207 +6100 0.3059307 +6105 0.3058438 +6110 0.3057618 +6115 0.3056869 +6120 0.3056199 +6125 0.3055605 +6130 0.3055084 +6135 0.3054622 +6140 0.3054197 +6145 0.3053794 +6150 0.3053383 +6155 0.3052939 +6160 0.3052441 +6165 0.3051865 +6170 0.3051204 +6175 0.3050455 +6180 0.3049627 +6185 0.3048746 +6190 0.3047852 +6195 0.3046976 +6200 0.3046153 +6205 0.3045407 +6210 0.3044742 +6215 0.304416 +6220 0.3043646 +6225 0.3043188 +6230 0.3042766 +6235 0.3042364 +6240 0.3041963 +6245 0.304155 +6250 0.3041109 +6255 0.3040636 +6260 0.3040132 +6265 0.3039598 +6270 0.3039051 +6275 0.3038506 +6280 0.3037983 +6285 0.3037494 +6290 0.3037046 +6295 0.3036637 +6300 0.3036253 +6305 0.3035869 +6310 0.3035466 +6315 0.3035012 +6320 0.3034492 +6325 0.3033891 +6330 0.3033214 +6335 0.3032478 +6340 0.3031721 +6345 0.3030981 +6350 0.3030304 +6355 0.3029723 +6360 0.3029267 +6365 0.3028932 +6370 0.3028707 +6375 0.3028547 +6380 0.3028406 +6385 0.3028226 +6390 0.3027962 +6395 0.3027585 +6400 0.3027071 +6405 0.3026431 +6410 0.3025672 +6415 0.3024826 +6420 0.3023927 +6425 0.3023007 +6430 0.3022098 +6435 0.3021233 +6440 0.3020443 +6445 0.3019752 +6450 0.3019186 +6455 0.3018756 +6460 0.3018452 +6465 0.3018245 +6470 0.301809 +6475 0.301793 +6480 0.3017714 +6485 0.3017401 +6490 0.3016979 +6495 0.3016457 +6500 0.3015873 +6505 0.3015271 +6510 0.301469 +6515 0.3014163 +6520 0.3013703 +6525 0.30133 +6530 0.3012929 +6535 0.3012567 +6540 0.3012192 +6545 0.3011788 +6550 0.3011363 +6555 0.301094 +6560 0.3010548 +6565 0.3010211 +6570 0.3009954 +6575 0.3009772 +6580 0.3009643 +6585 0.3009531 +6590 0.3009383 +6595 0.3009161 +6600 0.3008828 +6605 0.3008371 +6610 0.3007794 +6615 0.3007116 +6620 0.3006382 +6625 0.3005623 +6630 0.3004888 +6635 0.300421 +6640 0.3003615 +6645 0.3003118 +6650 0.3002712 +6655 0.30024 +6660 0.3002154 +6665 0.3001963 +6670 0.3001804 +6675 0.3001683 +6680 0.3001582 +6685 0.3001516 +6690 0.3001475 +6695 0.3001459 +6700 0.3001449 +6705 0.3001423 +6710 0.3001346 +6715 0.3001201 +6720 0.3000963 +6725 0.300063 +6730 0.3000214 +6735 0.2999735 +6740 0.299922 +6745 0.2998704 +6750 0.2998214 +6755 0.2997763 +6760 0.2997371 +6765 0.2997021 +6770 0.2996703 +6775 0.2996397 +6780 0.2996082 +6785 0.2995748 +6790 0.2995382 +6795 0.2994992 +6800 0.2994582 +6805 0.2994168 +6810 0.2993762 +6815 0.2993367 +6820 0.2992978 +6825 0.2992587 +6830 0.2992176 +6835 0.2991724 +6840 0.2991225 +6845 0.2990663 +6850 0.2990042 +6855 0.2989368 +6860 0.2988649 +6865 0.29879 +6870 0.2987148 +6875 0.2986412 +6880 0.2985725 +6885 0.2985121 +6890 0.2984624 +6895 0.2984244 +6900 0.2983986 +6905 0.2983835 +6910 0.2983768 +6915 0.2983744 +6920 0.298373 +6925 0.2983693 +6930 0.2983598 +6935 0.2983421 +6940 0.2983142 +6945 0.2982757 +6950 0.2982264 +6955 0.2981683 +6960 0.2981042 +6965 0.2980371 +6970 0.2979695 +6975 0.2979043 +6980 0.2978425 +6985 0.2977841 +6990 0.2977286 +6995 0.297675 +7000 0.2976221 +7005 0.2975694 +7010 0.2975164 +7015 0.2974641 +7020 0.2974122 +7025 0.2973625 +7030 0.2973151 +7035 0.2972708 +7040 0.2972283 +7045 0.2971873 +7050 0.2971467 +7055 0.2971064 +7060 0.2970659 +7065 0.2970259 +7070 0.2969873 +7075 0.2969505 +7080 0.2969159 +7085 0.2968835 +7090 0.2968528 +7095 0.2968229 +7100 0.2967917 +7105 0.2967596 +7110 0.2967241 +7115 0.2966842 +7120 0.2966387 +7125 0.2965865 +7130 0.2965271 +7135 0.296462 +7140 0.2963929 +7145 0.2963238 +7150 0.2962584 +7155 0.2961999 +7160 0.29615 +7165 0.2961094 +7170 0.2960761 +7175 0.2960486 +7180 0.2960235 +7185 0.2959985 +7190 0.2959719 +7195 0.2959426 +7200 0.2959089 +7205 0.2958701 +7210 0.2958248 +7215 0.2957718 +7220 0.2957106 +7225 0.2956415 +7230 0.2955655 +7235 0.2954856 +7240 0.2954036 +7245 0.2953232 +7250 0.2952457 +7255 0.2951725 +7260 0.2951044 +7265 0.295042 +7270 0.2949861 +7275 0.2949374 +7280 0.2948967 +7285 0.2948648 +7290 0.2948413 +7295 0.294824 +7300 0.2948093 +7305 0.2947924 +7310 0.2947676 +7315 0.2947318 +7320 0.2946812 +7325 0.2946152 +7330 0.2945365 +7335 0.2944476 +7340 0.2943532 +7345 0.2942572 +7350 0.2941628 +7355 0.294072 +7360 0.2939854 +7365 0.2939021 +7370 0.2938223 +7375 0.2937446 +7380 0.2936689 +7385 0.2935949 +7390 0.293523 +7395 0.2934541 +7400 0.2933893 +7405 0.2933298 +7410 0.2932755 +7415 0.2932267 +7420 0.2931811 +7425 0.293137 +7430 0.2930918 +7435 0.2930441 +7440 0.2929921 +7445 0.2929356 +7450 0.2928756 +7455 0.2928136 +7460 0.2927512 +7465 0.2926905 +7470 0.2926331 +7475 0.2925802 +7480 0.2925322 +7485 0.2924887 +7490 0.2924488 +7495 0.292412 +7500 0.2923762 +7505 0.2923394 +7510 0.2923007 +7515 0.2922579 +7520 0.2922102 +7525 0.2921576 +7530 0.2921013 +7535 0.2920432 +7540 0.2919869 +7545 0.2919353 +7550 0.2918915 +7555 0.2918562 +7560 0.291828 +7565 0.2918038 +7570 0.2917791 +7575 0.2917491 +7580 0.2917098 +7585 0.29166 +7590 0.2915999 +7595 0.291532 +7600 0.2914592 +7605 0.2913847 +7610 0.2913104 +7615 0.291238 +7620 0.2911679 +7625 0.2910995 +7630 0.2910336 +7635 0.2909701 +7640 0.2909093 +7645 0.2908522 +7650 0.2907993 +7655 0.2907506 +7660 0.2907069 +7665 0.2906669 +7670 0.2906308 +7675 0.2905974 +7680 0.2905672 +7685 0.2905381 +7690 0.2905096 +7695 0.2904785 +7700 0.2904428 +7705 0.2903992 +7710 0.290345 +7715 0.2902786 +7720 0.2902004 +7725 0.2901115 +7730 0.2900162 +7735 0.2899184 +7740 0.2898227 +7745 0.2897333 +7750 0.2896522 +7755 0.289581 +7760 0.2895187 +7765 0.2894636 +7770 0.2894141 +7775 0.289367 +7780 0.2893209 +7785 0.2892741 +7790 0.2892269 +7795 0.289179 +7800 0.2891314 +7805 0.2890854 +7810 0.2890417 +7815 0.2890006 +7820 0.2889617 +7825 0.2889245 +7830 0.2888887 +7835 0.2888534 +7840 0.2888194 +7845 0.288787 +7850 0.2887574 +7855 0.2887312 +7860 0.2887093 +7865 0.2886916 +7870 0.2886784 +7875 0.2886692 diff --git a/noao/lib/onedstds/ctio/nd1m.250mag.dat b/noao/lib/onedstds/ctio/nd1m.250mag.dat new file mode 100644 index 00000000..f052b7b3 --- /dev/null +++ b/noao/lib/onedstds/ctio/nd1m.250mag.dat @@ -0,0 +1,927 @@ +# 2.5 mag ND filter 1.0M +3250 0.0590096 +3255 0.05957838 +3260 0.06021743 +3265 0.06093263 +3270 0.06172876 +3275 0.06260914 +3280 0.06357491 +3285 0.06462479 +3290 0.06575459 +3295 0.06695747 +3300 0.06822395 +3305 0.06954288 +3310 0.07090199 +3315 0.07228875 +3320 0.07369113 +3325 0.07509785 +3330 0.07649964 +3335 0.07788789 +3340 0.07925547 +3345 0.08059675 +3350 0.0819071 +3355 0.08318287 +3360 0.08442122 +3365 0.08562087 +3370 0.08678151 +3375 0.08790296 +3380 0.0889864 +3385 0.09003389 +3390 0.09104753 +3395 0.09202952 +3400 0.09298229 +3405 0.09390819 +3410 0.09480923 +3415 0.09568644 +3420 0.09654135 +3425 0.09737402 +3430 0.09818411 +3435 0.09897119 +3440 0.09973389 +3445 0.1004717 +3450 0.1011834 +3455 0.1018685 +3460 0.1025262 +3465 0.1031569 +3470 0.1037621 +3475 0.1043419 +3480 0.1048978 +3485 0.1054306 +3490 0.105941 +3495 0.1064296 +3500 0.1068952 +3505 0.1073382 +3510 0.1077579 +3515 0.1081535 +3520 0.1085249 +3525 0.1088725 +3530 0.1091977 +3535 0.109502 +3540 0.109787 +3545 0.1100551 +3550 0.1103081 +3555 0.1105477 +3560 0.1107754 +3565 0.1109918 +3570 0.1111983 +3575 0.1113946 +3580 0.1115809 +3585 0.111757 +3590 0.1119234 +3595 0.1120791 +3600 0.1122234 +3605 0.1123557 +3610 0.1124749 +3615 0.1125804 +3620 0.1126714 +3625 0.1127473 +3630 0.1128083 +3635 0.1128548 +3640 0.1128876 +3645 0.1129075 +3650 0.1129157 +3655 0.1129139 +3660 0.112902 +3665 0.1128815 +3670 0.1128528 +3675 0.1128159 +3680 0.1127709 +3685 0.1127176 +3690 0.1126559 +3695 0.112585 +3700 0.1125044 +3705 0.1124133 +3710 0.112311 +3715 0.1121973 +3720 0.1120716 +3725 0.111934 +3730 0.1117845 +3735 0.1116244 +3740 0.1114548 +3745 0.1112783 +3750 0.1110975 +3755 0.110915 +3760 0.1107348 +3765 0.1105598 +3770 0.110393 +3775 0.1102369 +3780 0.1100941 +3785 0.1099656 +3790 0.1098522 +3795 0.1097547 +3800 0.1096728 +3805 0.1096063 +3810 0.109554 +3815 0.1095159 +3820 0.1094903 +3825 0.109476 +3830 0.109472 +3835 0.1094763 +3840 0.1094877 +3845 0.1095042 +3850 0.1095248 +3855 0.1095476 +3860 0.1095719 +3865 0.1095968 +3870 0.1096215 +3875 0.1096461 +3880 0.1096699 +3885 0.1096925 +3890 0.1097142 +3895 0.109734 +3900 0.1097516 +3905 0.1097671 +3910 0.1097791 +3915 0.1097878 +3920 0.1097925 +3925 0.1097928 +3930 0.1097887 +3935 0.10978 +3940 0.1097668 +3945 0.1097492 +3950 0.1097273 +3955 0.1097016 +3960 0.1096715 +3965 0.109637 +3970 0.1095983 +3975 0.1095543 +3980 0.1095045 +3985 0.1094484 +3990 0.1093853 +3995 0.1093145 +4000 0.1092363 +4005 0.1091513 +4010 0.10906 +4015 0.1089635 +4020 0.1088643 +4025 0.1087637 +4030 0.108664 +4035 0.1085669 +4040 0.1084737 +4045 0.1083859 +4050 0.1083027 +4055 0.1082241 +4060 0.1081494 +4065 0.1080772 +4070 0.1080065 +4075 0.1079361 +4080 0.1078653 +4085 0.1077934 +4090 0.1077197 +4095 0.1076446 +4100 0.1075675 +4105 0.1074888 +4110 0.1074078 +4115 0.1073247 +4120 0.1072392 +4125 0.1071507 +4130 0.1070583 +4135 0.1069624 +4140 0.1068622 +4145 0.1067581 +4150 0.1066493 +4155 0.1065369 +4160 0.106421 +4165 0.1063027 +4170 0.1061826 +4175 0.1060617 +4180 0.1059409 +4185 0.105821 +4190 0.1057021 +4195 0.1055842 +4200 0.1054677 +4205 0.105352 +4210 0.1052365 +4215 0.1051217 +4220 0.1050073 +4225 0.1048928 +4230 0.1047788 +4235 0.1046653 +4240 0.1045527 +4245 0.1044415 +4250 0.1043317 +4255 0.1042239 +4260 0.1041187 +4265 0.1040163 +4270 0.1039172 +4275 0.1038218 +4280 0.1037307 +4285 0.103644 +4290 0.1035617 +4295 0.103484 +4300 0.1034095 +4305 0.1033387 +4310 0.1032696 +4315 0.1032014 +4320 0.1031336 +4325 0.1030647 +4330 0.102994 +4335 0.102921 +4340 0.1028455 +4345 0.1027672 +4350 0.102686 +4355 0.1026022 +4360 0.1025158 +4365 0.1024269 +4370 0.1023365 +4375 0.1022443 +4380 0.1021511 +4385 0.1020571 +4390 0.1019627 +4395 0.101868 +4400 0.1017736 +4405 0.1016791 +4410 0.1015849 +4415 0.101491 +4420 0.1013978 +4425 0.1013052 +4430 0.1012147 +4435 0.1011269 +4440 0.1010421 +4445 0.1009613 +4450 0.1008854 +4455 0.1008147 +4460 0.1007493 +4465 0.1006889 +4470 0.100633 +4475 0.1005804 +4480 0.1005304 +4485 0.1004817 +4490 0.1004328 +4495 0.1003829 +4500 0.1003306 +4505 0.1002751 +4510 0.100216 +4515 0.1001529 +4520 0.1000852 +4525 0.1000137 +4530 0.09993774 +4535 0.09985811 +4540 0.0997749 +4545 0.0996887 +4550 0.0995999 +4555 0.09950919 +4560 0.09941667 +4565 0.09932398 +4570 0.09923112 +4575 0.09913898 +4580 0.0990485 +4585 0.09895987 +4590 0.0988742 +4595 0.09879208 +4600 0.0987134 +4605 0.09863926 +4610 0.09856982 +4615 0.0985049 +4620 0.09844429 +4625 0.09838789 +4630 0.09833449 +4635 0.09828335 +4640 0.09823298 +4645 0.09818221 +4650 0.09813029 +4655 0.09807634 +4660 0.09801937 +4665 0.09795958 +4670 0.09789681 +4675 0.09783179 +4680 0.09776538 +4685 0.09769774 +4690 0.0976299 +4695 0.09756201 +4700 0.09749448 +4705 0.09742773 +4710 0.09736091 +4715 0.09729468 +4720 0.09722822 +4725 0.09716124 +4730 0.09709406 +4735 0.09702659 +4740 0.0969587 +4745 0.09689075 +4750 0.09682262 +4755 0.0967549 +4760 0.09668713 +4765 0.09661955 +4770 0.09655184 +4775 0.09648412 +4780 0.09641629 +4785 0.09634769 +4790 0.09627879 +4795 0.0962094 +4800 0.09613962 +4805 0.09606957 +4810 0.09599961 +4815 0.09592992 +4820 0.09586077 +4825 0.09579241 +4830 0.09572471 +4835 0.09565759 +4840 0.09559148 +4845 0.09552622 +4850 0.09546179 +4855 0.09539819 +4860 0.09533579 +4865 0.09527444 +4870 0.09521431 +4875 0.09515517 +4880 0.09509718 +4885 0.09503984 +4890 0.09498275 +4895 0.09492505 +4900 0.09486669 +4905 0.09480686 +4910 0.09474492 +4915 0.09468096 +4920 0.09461451 +4925 0.09454525 +4930 0.09447396 +4935 0.09440004 +4940 0.09432429 +4945 0.09424674 +4950 0.09416765 +4955 0.09408808 +4960 0.09400798 +4965 0.0939275 +4970 0.09384739 +4975 0.09376799 +4980 0.09368999 +4985 0.09361345 +4990 0.09353895 +4995 0.093467 +5000 0.09339756 +5005 0.0933314 +5010 0.09326863 +5015 0.09320933 +5020 0.0931536 +5025 0.0931012 +5030 0.09305221 +5035 0.09300649 +5040 0.09296333 +5045 0.09292245 +5050 0.0928834 +5055 0.09284573 +5060 0.0928086 +5065 0.09277195 +5070 0.09273475 +5075 0.09269702 +5080 0.09265781 +5085 0.09261692 +5090 0.09257407 +5095 0.09252883 +5100 0.09248167 +5105 0.09243298 +5110 0.09238297 +5115 0.09233225 +5120 0.09228146 +5125 0.09223104 +5130 0.09218168 +5135 0.0921334 +5140 0.09208631 +5145 0.09204073 +5150 0.09199619 +5155 0.09195268 +5160 0.09190977 +5165 0.09186792 +5170 0.0918265 +5175 0.09178556 +5180 0.09174502 +5185 0.09170485 +5190 0.09166539 +5195 0.09162605 +5200 0.09158659 +5205 0.09154695 +5210 0.09150678 +5215 0.09146493 +5220 0.09142244 +5225 0.09137779 +5230 0.09133149 +5235 0.09128349 +5240 0.09123433 +5245 0.09118409 +5250 0.09113348 +5255 0.09108233 +5260 0.09103174 +5265 0.09098191 +5270 0.09093249 +5275 0.09088409 +5280 0.09083652 +5285 0.09078938 +5290 0.09074295 +5295 0.09069687 +5300 0.0906508 +5305 0.09060514 +5310 0.09055943 +5315 0.09051365 +5320 0.09046775 +5325 0.0904218 +5330 0.09037554 +5335 0.09032905 +5340 0.09028232 +5345 0.09023552 +5350 0.09018911 +5355 0.09014261 +5360 0.09009666 +5365 0.09005153 +5370 0.09000749 +5375 0.08996433 +5380 0.08992226 +5385 0.08988131 +5390 0.08984136 +5395 0.08980244 +5400 0.08976387 +5405 0.08972568 +5410 0.08968752 +5415 0.08964908 +5420 0.08961017 +5425 0.08957034 +5430 0.08952927 +5435 0.08948762 +5440 0.08944464 +5445 0.08940083 +5450 0.08935642 +5455 0.08931191 +5460 0.08926755 +5465 0.08922386 +5470 0.08918113 +5475 0.08913987 +5480 0.08910012 +5485 0.08906174 +5490 0.08902478 +5495 0.08898897 +5500 0.08895344 +5505 0.08891785 +5510 0.08888149 +5515 0.08884389 +5520 0.08880442 +5525 0.08876324 +5530 0.08872015 +5535 0.08867538 +5540 0.08862948 +5545 0.08858294 +5550 0.08853639 +5555 0.08849013 +5560 0.08844519 +5565 0.08840108 +5570 0.08835834 +5575 0.08831661 +5580 0.0882758 +5585 0.08823508 +5590 0.0881942 +5595 0.08815271 +5600 0.08811003 +5605 0.08806639 +5610 0.0880217 +5615 0.08797639 +5620 0.08793074 +5625 0.08788561 +5630 0.08784145 +5635 0.08779889 +5640 0.08775794 +5645 0.08771914 +5650 0.08768224 +5655 0.08764678 +5660 0.08761257 +5665 0.08757865 +5670 0.08754492 +5675 0.08751016 +5680 0.08747458 +5685 0.08743733 +5690 0.0873986 +5695 0.08735824 +5700 0.08731616 +5705 0.08727282 +5710 0.08722853 +5715 0.08718336 +5720 0.0871383 +5725 0.08709323 +5730 0.0870487 +5735 0.08700509 +5740 0.08696288 +5745 0.08692186 +5750 0.08688236 +5755 0.0868442 +5760 0.08680743 +5765 0.08677173 +5770 0.08673656 +5775 0.08670169 +5780 0.08666706 +5785 0.08663219 +5790 0.08659696 +5795 0.08656162 +5800 0.08652586 +5805 0.08649009 +5810 0.08645475 +5815 0.08641975 +5820 0.08638525 +5825 0.08635175 +5830 0.08631926 +5835 0.0862878 +5840 0.08625728 +5845 0.08622754 +5850 0.08619832 +5855 0.08616948 +5860 0.08614117 +5865 0.08611238 +5870 0.08608335 +5875 0.08605343 +5880 0.08602279 +5885 0.08599138 +5890 0.08595926 +5895 0.08592647 +5900 0.08589249 +5905 0.0858578 +5910 0.08582192 +5915 0.08578443 +5920 0.0857454 +5925 0.08570378 +5930 0.08565962 +5935 0.08561265 +5940 0.08556271 +5945 0.08551014 +5950 0.08545578 +5955 0.08540016 +5960 0.0853442 +5965 0.08528942 +5970 0.08523624 +5975 0.08518624 +5980 0.08513951 +5985 0.08509659 +5990 0.08505768 +5995 0.08502227 +6000 0.08499027 +6005 0.08496035 +6010 0.08493209 +6015 0.0849049 +6020 0.0848776 +6025 0.08484965 +6030 0.08482045 +6035 0.08478981 +6040 0.08475775 +6045 0.08472419 +6050 0.0846898 +6055 0.08465475 +6060 0.08461988 +6065 0.08458585 +6070 0.08455342 +6075 0.08452296 +6080 0.08449501 +6085 0.08446909 +6090 0.08444577 +6095 0.08442426 +6100 0.08440428 +6105 0.08438492 +6110 0.08436567 +6115 0.08434576 +6120 0.08432496 +6125 0.08430243 +6130 0.08427828 +6135 0.08425195 +6140 0.08422321 +6145 0.08419263 +6150 0.08415937 +6155 0.0841241 +6160 0.08408624 +6165 0.08404624 +6170 0.08400417 +6175 0.08396011 +6180 0.08391428 +6185 0.08386766 +6190 0.08382064 +6195 0.08377379 +6200 0.08372802 +6205 0.08368372 +6210 0.08364165 +6215 0.08360194 +6220 0.08356464 +6225 0.08352972 +6230 0.08349675 +6235 0.0834657 +6240 0.08343589 +6245 0.08340776 +6250 0.08338069 +6255 0.08335532 +6260 0.08333153 +6265 0.08330965 +6270 0.08329003 +6275 0.08327222 +6280 0.08325577 +6285 0.08324057 +6290 0.08322561 +6295 0.08320987 +6300 0.08319259 +6305 0.08317257 +6310 0.08314954 +6315 0.08312279 +6320 0.08309228 +6325 0.08305866 +6330 0.08302224 +6335 0.08298355 +6340 0.08294386 +6345 0.0829038 +6350 0.08286417 +6355 0.0828253 +6360 0.08278751 +6365 0.08275086 +6370 0.08271504 +6375 0.08267981 +6380 0.08264434 +6385 0.08260845 +6390 0.08257157 +6395 0.08253354 +6400 0.08249384 +6405 0.08245325 +6410 0.0824123 +6415 0.08237154 +6420 0.08233178 +6425 0.08229422 +6430 0.08225942 +6435 0.08222818 +6440 0.08220041 +6445 0.08217644 +6450 0.08215576 +6455 0.08213806 +6460 0.08212203 +6465 0.08210707 +6470 0.08209199 +6475 0.08207613 +6480 0.08205866 +6485 0.08203875 +6490 0.0820167 +6495 0.08199209 +6500 0.08196502 +6505 0.0819357 +6510 0.08190477 +6515 0.08187252 +6520 0.08183956 +6525 0.08180654 +6530 0.08177358 +6535 0.08174144 +6540 0.0817104 +6545 0.08168072 +6550 0.0816524 +6555 0.0816254 +6560 0.08159959 +6565 0.08157438 +6570 0.08154941 +6575 0.08152455 +6580 0.08149911 +6585 0.08147275 +6590 0.08144528 +6595 0.08141661 +6600 0.08138669 +6605 0.08135534 +6610 0.08132321 +6615 0.0812903 +6620 0.08125698 +6625 0.08122367 +6630 0.08119106 +6635 0.08115935 +6640 0.08112884 +6645 0.0811004 +6650 0.08107424 +6655 0.08105046 +6660 0.08102888 +6665 0.08100957 +6670 0.0809918 +6675 0.08097499 +6680 0.08095849 +6685 0.08094143 +6690 0.08092333 +6695 0.08090342 +6700 0.08088136 +6705 0.08085703 +6710 0.08083045 +6715 0.08080214 +6720 0.080773 +6725 0.08074319 +6730 0.08071381 +6735 0.08068495 +6740 0.08065772 +6745 0.08063131 +6750 0.08060652 +6755 0.08058274 +6760 0.0805599 +6765 0.08053708 +6770 0.08051384 +6775 0.08048951 +6780 0.08046395 +6785 0.08043689 +6790 0.08040757 +6795 0.08037603 +6800 0.08034235 +6805 0.08030701 +6810 0.08026946 +6815 0.08023065 +6820 0.08019073 +6825 0.08015008 +6830 0.08010895 +6835 0.080068 +6840 0.08002716 +6845 0.07998706 +6850 0.07994753 +6855 0.07990891 +6860 0.0798713 +6865 0.07983457 +6870 0.079799 +6875 0.07976431 +6880 0.07973021 +6885 0.07969731 +6890 0.07966536 +6895 0.0796345 +6900 0.07960539 +6905 0.07957804 +6910 0.07955276 +6915 0.07953053 +6920 0.07951075 +6925 0.07949364 +6930 0.07947892 +6935 0.07946581 +6940 0.07945377 +6945 0.07944149 +6950 0.07942832 +6955 0.079413 +6960 0.07939506 +6965 0.07937408 +6970 0.07934964 +6975 0.07932252 +6980 0.07929289 +6985 0.079261 +6990 0.07922786 +6995 0.07919419 +7000 0.07916027 +7005 0.07912714 +7010 0.0790944 +7015 0.0790627 +7020 0.07903206 +7025 0.07900238 +7030 0.07897317 +7035 0.07894456 +7040 0.07891608 +7045 0.07888722 +7050 0.07885796 +7055 0.07882773 +7060 0.07879711 +7065 0.07876563 +7070 0.07873363 +7075 0.07870121 +7080 0.07866919 +7085 0.07863778 +7090 0.07860727 +7095 0.07857835 +7100 0.07855058 +7105 0.07852459 +7110 0.07849979 +7115 0.07847632 +7120 0.07845342 +7125 0.07843094 +7130 0.07840842 +7135 0.07838577 +7140 0.07836241 +7145 0.07833845 +7150 0.07831353 +7155 0.07828795 +7160 0.07826214 +7165 0.07823527 +7170 0.07820809 +7175 0.07818025 +7180 0.07815176 +7185 0.07812213 +7190 0.07809156 +7195 0.07806003 +7200 0.07802796 +7205 0.07799578 +7210 0.07796431 +7215 0.07793444 +7220 0.07790667 +7225 0.07788217 +7230 0.07786059 +7235 0.07784229 +7240 0.07782656 +7245 0.0778125 +7250 0.07779901 +7255 0.07778478 +7260 0.07776868 +7265 0.07775015 +7270 0.07772869 +7275 0.07770437 +7280 0.0776776 +7285 0.0776493 +7290 0.07762015 +7295 0.07759141 +7300 0.07756407 +7305 0.07753849 +7310 0.07751483 +7315 0.07749313 +7320 0.07747275 +7325 0.07745289 +7330 0.07743293 +7335 0.0774119 +7340 0.07738871 +7345 0.07736354 +7350 0.0773359 +7355 0.07730591 +7360 0.07727396 +7365 0.07724082 +7370 0.07720715 +7375 0.07717329 +7380 0.07714032 +7385 0.07710821 +7390 0.07707728 +7395 0.07704759 +7400 0.07701868 +7405 0.07699012 +7410 0.07696205 +7415 0.07693374 +7420 0.07690513 +7425 0.07687623 +7430 0.07684731 +7435 0.07681841 +7440 0.07678973 +7445 0.07676173 +7450 0.07673407 +7455 0.07670736 +7460 0.07668138 +7465 0.07665616 +7470 0.07663143 +7475 0.07660699 +7480 0.07658309 +7485 0.07655931 +7490 0.0765354 +7495 0.0765112 +7500 0.07648683 +7505 0.07646216 +7510 0.07643694 +7515 0.07641095 +7520 0.0763846 +7525 0.07635731 +7530 0.07632929 +7535 0.07630093 +7540 0.07627171 +7545 0.07624215 +7550 0.07621246 +7555 0.07618301 +7560 0.07615387 +7565 0.07612586 +7570 0.07609909 +7575 0.07607347 +7580 0.0760498 +7585 0.07602781 +7590 0.07600754 +7595 0.07598883 +7600 0.07597173 +7605 0.07595503 +7610 0.0759393 +7615 0.07592321 +7620 0.07590652 +7625 0.07588911 +7630 0.07587022 +7635 0.07584995 +7640 0.07582825 +7645 0.07580519 +7650 0.07578081 +7655 0.07575536 +7660 0.07572926 +7665 0.07570249 +7670 0.07567579 +7675 0.07564931 +7680 0.07562333 +7685 0.07559806 +7690 0.07557379 +7695 0.07555092 +7700 0.07552963 +7705 0.0755093 +7710 0.07549065 +7715 0.07547278 +7720 0.07545633 +7725 0.07544059 +7730 0.07542508 +7735 0.07540983 +7740 0.07539457 +7745 0.07537866 +7750 0.07536232 +7755 0.07534516 +7760 0.07532728 +7765 0.07530843 +7770 0.07528865 +7775 0.07526809 +7780 0.07524651 +7785 0.07522416 +7790 0.07520116 +7795 0.07517737 +7800 0.07515287 +7805 0.07512802 +7810 0.07510287 +7815 0.07507789 +7820 0.07505316 +7825 0.07502931 +7830 0.07500643 +7835 0.07498502 +7840 0.07496525 +7845 0.07494731 +7850 0.07493126 +7855 0.07491703 +7860 0.07490462 +7865 0.07489384 +7870 0.07488459 +7875 0.07487673 diff --git a/noao/lib/onedstds/ctio/nd1m.500mag.dat b/noao/lib/onedstds/ctio/nd1m.500mag.dat new file mode 100644 index 00000000..1ef7bc68 --- /dev/null +++ b/noao/lib/onedstds/ctio/nd1m.500mag.dat @@ -0,0 +1,857 @@ +# 5.0 mag ND filter 1.0M +3650 0.01141884 +3655 0.01142718 +3660 0.01143594 +3665 0.01144507 +3670 0.01145453 +3675 0.01146425 +3680 0.01147412 +3685 0.01148402 +3690 0.01149379 +3695 0.0115033 +3700 0.01151235 +3705 0.01152072 +3710 0.01152828 +3715 0.01153482 +3720 0.01154016 +3725 0.01154416 +3730 0.01154669 +3735 0.01154761 +3740 0.01154688 +3745 0.01154443 +3750 0.01154024 +3755 0.01153429 +3760 0.01152659 +3765 0.01151716 +3770 0.01150607 +3775 0.01149338 +3780 0.01147925 +3785 0.01146377 +3790 0.01144719 +3795 0.01142971 +3800 0.01141161 +3805 0.01139317 +3810 0.01137469 +3815 0.01135648 +3820 0.01133889 +3825 0.01132219 +3830 0.01130667 +3835 0.01129255 +3840 0.01128009 +3845 0.01126945 +3850 0.01126075 +3855 0.01125417 +3860 0.01124972 +3865 0.01124746 +3870 0.01124736 +3875 0.01124939 +3880 0.01125349 +3885 0.01125953 +3890 0.01126735 +3895 0.01127676 +3900 0.01128756 +3905 0.01129953 +3910 0.01131242 +3915 0.01132598 +3920 0.01133996 +3925 0.01135415 +3930 0.01136831 +3935 0.0113823 +3940 0.01139589 +3945 0.01140898 +3950 0.01142148 +3955 0.01143327 +3960 0.01144431 +3965 0.01145457 +3970 0.01146401 +3975 0.01147265 +3980 0.01148043 +3985 0.01148737 +3990 0.01149344 +3995 0.01149866 +4000 0.01150297 +4005 0.01150635 +4010 0.01150879 +4015 0.01151025 +4020 0.01151071 +4025 0.01151019 +4030 0.01150871 +4035 0.01150626 +4040 0.01150288 +4045 0.01149866 +4050 0.01149362 +4055 0.01148785 +4060 0.01148143 +4065 0.01147445 +4070 0.01146697 +4075 0.01145909 +4080 0.01145087 +4085 0.01144239 +4090 0.01143368 +4095 0.01142476 +4100 0.01141569 +4105 0.01140646 +4110 0.01139708 +4115 0.01138751 +4120 0.01137777 +4125 0.01136782 +4130 0.01135768 +4135 0.01134734 +4140 0.01133678 +4145 0.01132608 +4150 0.01131523 +4155 0.01130429 +4160 0.01129331 +4165 0.0112823 +4170 0.01127135 +4175 0.0112605 +4180 0.01124977 +4185 0.01123916 +4190 0.01122869 +4195 0.01121836 +4200 0.01120815 +4205 0.01119803 +4210 0.01118799 +4215 0.01117802 +4220 0.01116808 +4225 0.01115818 +4230 0.01114833 +4235 0.01113853 +4240 0.01112883 +4245 0.01111927 +4250 0.01110987 +4255 0.01110068 +4260 0.01109171 +4265 0.011083 +4270 0.01107459 +4275 0.01106645 +4280 0.0110586 +4285 0.01105101 +4290 0.01104367 +4295 0.01103657 +4300 0.01102969 +4305 0.01102299 +4310 0.01101648 +4315 0.01101011 +4320 0.01100388 +4325 0.01099775 +4330 0.01099171 +4335 0.01098573 +4340 0.01097978 +4345 0.01097383 +4350 0.01096785 +4355 0.01096182 +4360 0.01095572 +4365 0.01094955 +4370 0.01094329 +4375 0.01093696 +4380 0.01093053 +4385 0.01092406 +4390 0.01091753 +4395 0.01091099 +4400 0.01090444 +4405 0.01089788 +4410 0.01089134 +4415 0.01088481 +4420 0.01087836 +4425 0.01087194 +4430 0.01086558 +4435 0.0108593 +4440 0.01085309 +4445 0.01084699 +4450 0.01084102 +4455 0.01083522 +4460 0.01082955 +4465 0.01082408 +4470 0.01081882 +4475 0.01081381 +4480 0.010809 +4485 0.01080447 +4490 0.01080017 +4495 0.01079614 +4500 0.01079235 +4505 0.01078883 +4510 0.01078554 +4515 0.01078247 +4520 0.01077963 +4525 0.01077697 +4530 0.01077453 +4535 0.01077222 +4540 0.01077006 +4545 0.01076803 +4550 0.01076609 +4555 0.01076423 +4560 0.01076242 +4565 0.01076065 +4570 0.0107589 +4575 0.01075716 +4580 0.01075544 +4585 0.01075372 +4590 0.01075202 +4595 0.01075034 +4600 0.01074871 +4605 0.01074712 +4610 0.01074562 +4615 0.01074415 +4620 0.01074278 +4625 0.01074143 +4630 0.01074016 +4635 0.01073889 +4640 0.01073765 +4645 0.0107364 +4650 0.01073514 +4655 0.01073384 +4660 0.01073247 +4665 0.01073107 +4670 0.01072963 +4675 0.01072814 +4680 0.01072663 +4685 0.01072511 +4690 0.01072357 +4695 0.01072203 +4700 0.01072051 +4705 0.01071902 +4710 0.01071752 +4715 0.01071606 +4720 0.01071462 +4725 0.01071319 +4730 0.01071179 +4735 0.01071039 +4740 0.010709 +4745 0.01070758 +4750 0.01070615 +4755 0.01070463 +4760 0.01070304 +4765 0.0107013 +4770 0.01069944 +4775 0.0106974 +4780 0.01069516 +4785 0.01069271 +4790 0.01069005 +4795 0.01068721 +4800 0.01068423 +4805 0.01068114 +4810 0.01067794 +4815 0.01067474 +4820 0.01067155 +4825 0.01066843 +4830 0.01066539 +4835 0.01066246 +4840 0.01065962 +4845 0.0106569 +4850 0.01065426 +4855 0.0106517 +4860 0.01064916 +4865 0.01064662 +4870 0.01064407 +4875 0.01064153 +4880 0.01063896 +4885 0.01063637 +4890 0.0106338 +4895 0.01063122 +4900 0.01062871 +4905 0.01062626 +4910 0.01062387 +4915 0.01062157 +4920 0.01061937 +4925 0.01061726 +4930 0.01061527 +4935 0.01061337 +4940 0.01061154 +4945 0.01060979 +4950 0.01060812 +4955 0.01060652 +4960 0.01060495 +4965 0.01060343 +4970 0.01060194 +4975 0.01060047 +4980 0.01059902 +4985 0.01059757 +4990 0.0105961 +4995 0.01059464 +5000 0.01059316 +5005 0.01059167 +5010 0.0105902 +5015 0.01058875 +5020 0.01058734 +5025 0.01058604 +5030 0.01058482 +5035 0.01058377 +5040 0.01058289 +5045 0.01058221 +5050 0.01058179 +5055 0.01058162 +5060 0.01058173 +5065 0.01058211 +5070 0.0105828 +5075 0.01058375 +5080 0.01058496 +5085 0.01058642 +5090 0.01058804 +5095 0.01058983 +5100 0.01059175 +5105 0.01059372 +5110 0.01059571 +5115 0.01059767 +5120 0.01059956 +5125 0.01060135 +5130 0.01060297 +5135 0.01060444 +5140 0.01060572 +5145 0.01060681 +5150 0.01060767 +5155 0.01060833 +5160 0.0106088 +5165 0.01060909 +5170 0.01060923 +5175 0.01060922 +5180 0.01060913 +5185 0.01060899 +5190 0.01060884 +5195 0.01060872 +5200 0.01060871 +5205 0.01060884 +5210 0.01060913 +5215 0.01060962 +5220 0.01061034 +5225 0.01061132 +5230 0.01061255 +5235 0.01061399 +5240 0.01061564 +5245 0.01061746 +5250 0.01061943 +5255 0.01062147 +5260 0.01062358 +5265 0.01062566 +5270 0.01062774 +5275 0.01062974 +5280 0.01063167 +5285 0.01063351 +5290 0.01063525 +5295 0.0106369 +5300 0.01063843 +5305 0.01063989 +5310 0.01064127 +5315 0.01064256 +5320 0.0106438 +5325 0.01064494 +5330 0.01064603 +5335 0.01064704 +5340 0.01064799 +5345 0.01064887 +5350 0.01064971 +5355 0.01065049 +5360 0.01065123 +5365 0.01065193 +5370 0.01065266 +5375 0.01065337 +5380 0.0106541 +5385 0.01065485 +5390 0.01065567 +5395 0.01065654 +5400 0.01065752 +5405 0.01065856 +5410 0.01065972 +5415 0.01066101 +5420 0.01066241 +5425 0.01066395 +5430 0.0106656 +5435 0.01066738 +5440 0.01066929 +5445 0.0106713 +5450 0.01067339 +5455 0.01067557 +5460 0.01067781 +5465 0.01068013 +5470 0.01068246 +5475 0.01068484 +5480 0.01068722 +5485 0.01068962 +5490 0.01069202 +5495 0.01069438 +5500 0.01069675 +5505 0.01069906 +5510 0.01070134 +5515 0.01070355 +5520 0.01070571 +5525 0.01070779 +5530 0.0107098 +5535 0.01071174 +5540 0.01071359 +5545 0.01071537 +5550 0.01071708 +5555 0.01071873 +5560 0.01072034 +5565 0.01072191 +5570 0.01072349 +5575 0.01072506 +5580 0.01072667 +5585 0.01072831 +5590 0.01072998 +5595 0.0107317 +5600 0.01073348 +5605 0.01073527 +5610 0.0107371 +5615 0.01073895 +5620 0.01074078 +5625 0.0107426 +5630 0.0107444 +5635 0.01074614 +5640 0.01074785 +5645 0.0107495 +5650 0.0107511 +5655 0.01075265 +5660 0.01075415 +5665 0.01075559 +5670 0.01075701 +5675 0.01075838 +5680 0.0107597 +5685 0.01076098 +5690 0.01076222 +5695 0.01076343 +5700 0.01076459 +5705 0.01076572 +5710 0.01076684 +5715 0.01076793 +5720 0.01076902 +5725 0.01077015 +5730 0.01077129 +5735 0.01077246 +5740 0.01077367 +5745 0.01077491 +5750 0.01077618 +5755 0.01077746 +5760 0.01077874 +5765 0.01077998 +5770 0.01078118 +5775 0.01078229 +5780 0.01078333 +5785 0.01078424 +5790 0.01078502 +5795 0.01078566 +5800 0.01078616 +5805 0.01078654 +5810 0.01078677 +5815 0.01078689 +5820 0.01078692 +5825 0.01078686 +5830 0.01078675 +5835 0.01078661 +5840 0.01078647 +5845 0.01078638 +5850 0.01078637 +5855 0.01078646 +5860 0.01078668 +5865 0.01078706 +5870 0.01078764 +5875 0.01078836 +5880 0.01078928 +5885 0.01079036 +5890 0.0107916 +5895 0.01079295 +5900 0.01079436 +5905 0.01079583 +5910 0.01079731 +5915 0.01079875 +5920 0.01080015 +5925 0.01080148 +5930 0.01080276 +5935 0.01080394 +5940 0.01080509 +5945 0.01080617 +5950 0.01080724 +5955 0.01080832 +5960 0.01080942 +5965 0.01081059 +5970 0.01081184 +5975 0.01081317 +5980 0.01081463 +5985 0.01081618 +5990 0.01081784 +5995 0.0108196 +6000 0.01082143 +6005 0.01082335 +6010 0.01082529 +6015 0.01082727 +6020 0.01082927 +6025 0.01083126 +6030 0.01083323 +6035 0.01083517 +6040 0.0108371 +6045 0.01083898 +6050 0.0108408 +6055 0.01084257 +6060 0.01084421 +6065 0.01084577 +6070 0.01084719 +6075 0.01084844 +6080 0.01084955 +6085 0.01085045 +6090 0.01085117 +6095 0.01085167 +6100 0.01085201 +6105 0.01085222 +6110 0.01085232 +6115 0.01085237 +6120 0.01085243 +6125 0.01085256 +6130 0.01085282 +6135 0.01085324 +6140 0.01085388 +6145 0.01085472 +6150 0.01085581 +6155 0.01085709 +6160 0.01085857 +6165 0.01086016 +6170 0.01086184 +6175 0.01086355 +6180 0.01086526 +6185 0.01086688 +6190 0.01086841 +6195 0.01086982 +6200 0.01087108 +6205 0.01087219 +6210 0.01087313 +6215 0.01087393 +6220 0.01087459 +6225 0.01087511 +6230 0.01087548 +6235 0.01087575 +6240 0.01087588 +6245 0.01087592 +6250 0.01087586 +6255 0.01087571 +6260 0.01087552 +6265 0.01087528 +6270 0.010875 +6275 0.01087473 +6280 0.01087452 +6285 0.01087435 +6290 0.01087429 +6295 0.01087433 +6300 0.01087454 +6305 0.01087489 +6310 0.01087547 +6315 0.01087626 +6320 0.01087728 +6325 0.01087854 +6330 0.01088004 +6335 0.01088177 +6340 0.01088367 +6345 0.01088573 +6350 0.01088789 +6355 0.01089009 +6360 0.01089227 +6365 0.01089434 +6370 0.01089626 +6375 0.01089801 +6380 0.01089949 +6385 0.01090073 +6390 0.0109017 +6395 0.01090242 +6400 0.0109029 +6405 0.01090319 +6410 0.01090334 +6415 0.01090337 +6420 0.01090337 +6425 0.01090336 +6430 0.01090342 +6435 0.01090356 +6440 0.01090383 +6445 0.01090424 +6450 0.01090482 +6455 0.01090558 +6460 0.01090649 +6465 0.01090754 +6470 0.01090872 +6475 0.01091001 +6480 0.0109114 +6485 0.01091285 +6490 0.01091436 +6495 0.01091591 +6500 0.01091747 +6505 0.01091906 +6510 0.01092067 +6515 0.0109223 +6520 0.01092394 +6525 0.01092564 +6530 0.01092736 +6535 0.01092914 +6540 0.01093094 +6545 0.01093279 +6550 0.01093468 +6555 0.01093661 +6560 0.0109385 +6565 0.0109404 +6570 0.01094228 +6575 0.01094408 +6580 0.01094582 +6585 0.01094743 +6590 0.01094893 +6595 0.01095029 +6600 0.0109515 +6605 0.01095261 +6610 0.01095358 +6615 0.01095447 +6620 0.01095525 +6625 0.010956 +6630 0.01095674 +6635 0.01095749 +6640 0.01095827 +6645 0.01095912 +6650 0.01096007 +6655 0.01096112 +6660 0.0109623 +6665 0.01096362 +6670 0.01096506 +6675 0.01096667 +6680 0.01096841 +6685 0.01097026 +6690 0.01097225 +6695 0.01097431 +6700 0.01097646 +6705 0.01097864 +6710 0.01098083 +6715 0.01098302 +6720 0.01098517 +6725 0.01098727 +6730 0.01098927 +6735 0.01099119 +6740 0.010993 +6745 0.01099469 +6750 0.01099626 +6755 0.01099774 +6760 0.01099911 +6765 0.01100039 +6770 0.01100158 +6775 0.01100271 +6780 0.01100379 +6785 0.01100485 +6790 0.0110059 +6795 0.01100696 +6800 0.01100806 +6805 0.01100923 +6810 0.01101046 +6815 0.01101179 +6820 0.01101322 +6825 0.01101473 +6830 0.01101636 +6835 0.01101803 +6840 0.01101974 +6845 0.01102147 +6850 0.01102317 +6855 0.01102482 +6860 0.01102637 +6865 0.01102778 +6870 0.01102904 +6875 0.01103012 +6880 0.01103099 +6885 0.01103167 +6890 0.01103218 +6895 0.01103252 +6900 0.01103274 +6905 0.01103284 +6910 0.0110329 +6915 0.01103296 +6920 0.01103304 +6925 0.01103319 +6930 0.01103347 +6935 0.01103388 +6940 0.01103448 +6945 0.01103527 +6950 0.01103627 +6955 0.01103749 +6960 0.0110389 +6965 0.01104051 +6970 0.0110423 +6975 0.01104424 +6980 0.01104629 +6985 0.01104842 +6990 0.01105058 +6995 0.01105278 +7000 0.01105491 +7005 0.01105699 +7010 0.01105894 +7015 0.01106077 +7020 0.01106246 +7025 0.01106399 +7030 0.01106537 +7035 0.01106659 +7040 0.0110677 +7045 0.0110687 +7050 0.01106964 +7055 0.01107057 +7060 0.01107148 +7065 0.01107245 +7070 0.01107346 +7075 0.01107458 +7080 0.01107579 +7085 0.01107709 +7090 0.01107849 +7095 0.01107994 +7100 0.01108144 +7105 0.01108295 +7110 0.0110844 +7115 0.01108577 +7120 0.01108703 +7125 0.01108814 +7130 0.01108906 +7135 0.01108978 +7140 0.01109031 +7145 0.01109061 +7150 0.01109073 +7155 0.01109064 +7160 0.01109039 +7165 0.01108996 +7170 0.01108944 +7175 0.01108877 +7180 0.01108803 +7185 0.01108722 +7190 0.01108635 +7195 0.01108547 +7200 0.01108457 +7205 0.01108368 +7210 0.01108283 +7215 0.01108205 +7220 0.01108136 +7225 0.01108079 +7230 0.01108035 +7235 0.01108008 +7240 0.01107997 +7245 0.01108003 +7250 0.01108031 +7255 0.01108074 +7260 0.01108138 +7265 0.01108221 +7270 0.01108321 +7275 0.01108437 +7280 0.0110857 +7285 0.01108717 +7290 0.01108877 +7295 0.01109052 +7300 0.01109235 +7305 0.01109426 +7310 0.01109626 +7315 0.01109829 +7320 0.01110031 +7325 0.01110232 +7330 0.01110425 +7335 0.01110611 +7340 0.01110783 +7345 0.01110939 +7350 0.01111078 +7355 0.01111196 +7360 0.01111293 +7365 0.01111371 +7370 0.01111427 +7375 0.01111463 +7380 0.01111487 +7385 0.01111495 +7390 0.01111497 +7395 0.01111491 +7400 0.01111483 +7405 0.01111475 +7410 0.01111473 +7415 0.01111472 +7420 0.01111478 +7425 0.01111485 +7430 0.01111499 +7435 0.01111512 +7440 0.01111524 +7445 0.01111533 +7450 0.01111536 +7455 0.01111533 +7460 0.01111523 +7465 0.01111507 +7470 0.01111488 +7475 0.01111465 +7480 0.01111441 +7485 0.01111419 +7490 0.01111403 +7495 0.01111395 +7500 0.01111395 +7505 0.01111405 +7510 0.01111422 +7515 0.01111447 +7520 0.01111473 +7525 0.01111503 +7530 0.0111153 +7535 0.0111155 +7540 0.01111566 +7545 0.01111567 +7550 0.01111557 +7555 0.0111153 +7560 0.01111489 +7565 0.01111434 +7570 0.01111368 +7575 0.01111289 +7580 0.01111203 +7585 0.01111113 +7590 0.01111023 +7595 0.01110937 +7600 0.01110858 +7605 0.01110791 +7610 0.01110737 +7615 0.01110701 +7620 0.01110682 +7625 0.01110682 +7630 0.01110702 +7635 0.01110741 +7640 0.01110795 +7645 0.01110861 +7650 0.01110937 +7655 0.0111102 +7660 0.01111104 +7665 0.01111187 +7670 0.01111265 +7675 0.01111334 +7680 0.01111393 +7685 0.01111441 +7690 0.01111479 +7695 0.01111506 +7700 0.01111522 +7705 0.0111153 +7710 0.01111532 +7715 0.0111153 +7720 0.01111526 +7725 0.01111522 +7730 0.0111152 +7735 0.01111521 +7740 0.01111525 +7745 0.01111533 +7750 0.01111546 +7755 0.01111564 +7760 0.01111583 +7765 0.01111608 +7770 0.01111634 +7775 0.01111664 +7780 0.01111694 +7785 0.01111725 +7790 0.01111756 +7795 0.01111785 +7800 0.01111814 +7805 0.0111184 +7810 0.01111865 +7815 0.01111886 +7820 0.01111908 +7825 0.01111925 +7830 0.01111942 +7835 0.0111196 +7840 0.0111198 +7845 0.01111999 +7850 0.01112021 +7855 0.01112045 +7860 0.01112071 +7865 0.011121 +7870 0.01112129 +7875 0.01112159 +7880 0.01112187 +7885 0.01112213 +7890 0.01112238 +7895 0.01112258 +7900 0.01112277 +7905 0.01112289 +7910 0.011123 +7915 0.01112305 +7920 0.01112308 +7925 0.01112306 diff --git a/noao/lib/onedstds/ctio/nd4m.l000mag.dat b/noao/lib/onedstds/ctio/nd4m.l000mag.dat new file mode 100644 index 00000000..b4492805 --- /dev/null +++ b/noao/lib/onedstds/ctio/nd4m.l000mag.dat @@ -0,0 +1,282 @@ +# lower clear filter 4.0M +3000 0.9229788 +3025 0.9230464 +3050 0.9231152 +3075 0.9231863 +3100 0.9232585 +3125 0.9233325 +3150 0.9234073 +3175 0.9234841 +3200 0.9235617 +3225 0.9236408 +3250 0.9237214 +3275 0.9238023 +3300 0.9238833 +3325 0.9239651 +3350 0.9240469 +3375 0.9241278 +3400 0.9242091 +3425 0.9242889 +3450 0.9243674 +3475 0.9244449 +3500 0.92452 +3525 0.9245924 +3550 0.9246623 +3575 0.9247296 +3600 0.9247935 +3625 0.9248533 +3650 0.9249095 +3675 0.9249611 +3700 0.9250084 +3725 0.9250503 +3750 0.9250876 +3775 0.9251196 +3800 0.9251471 +3825 0.9251693 +3850 0.9251866 +3875 0.9251988 +3900 0.9252069 +3925 0.9252114 +3950 0.9252113 +3975 0.9252089 +4000 0.9252034 +4025 0.9251959 +4050 0.9251869 +4075 0.9251779 +4100 0.9251686 +4125 0.9251605 +4150 0.9251539 +4175 0.9251504 +4200 0.9251498 +4225 0.9251538 +4250 0.9251629 +4275 0.9251778 +4300 0.925199 +4325 0.9252276 +4350 0.9252636 +4375 0.925308 +4400 0.9253612 +4425 0.9254231 +4450 0.9254934 +4475 0.9255745 +4500 0.9256639 +4525 0.9257635 +4550 0.9258716 +4575 0.9259889 +4600 0.9261148 +4625 0.9262494 +4650 0.9263919 +4675 0.9265417 +4700 0.9266986 +4725 0.9268614 +4750 0.9270306 +4775 0.9272044 +4800 0.9273832 +4825 0.9275648 +4850 0.9277505 +4875 0.9279382 +4900 0.9281282 +4925 0.92832 +4950 0.9285124 +4975 0.9287054 +5000 0.9288979 +5025 0.9290901 +5050 0.9292817 +5075 0.9294717 +5100 0.9296603 +5125 0.9298478 +5150 0.9300328 +5175 0.9302162 +5200 0.9303972 +5225 0.930576 +5250 0.930753 +5275 0.9309276 +5300 0.9310998 +5325 0.9312698 +5350 0.9314383 +5375 0.9316041 +5400 0.9317679 +5425 0.9319296 +5450 0.9320892 +5475 0.9322473 +5500 0.9324026 +5525 0.9325565 +5550 0.932708 +5575 0.9328575 +5600 0.9330047 +5625 0.9331498 +5650 0.9332928 +5675 0.9334331 +5700 0.933571 +5725 0.9337065 +5750 0.9338391 +5775 0.9339683 +5800 0.9340956 +5825 0.9342192 +5850 0.9343399 +5875 0.9344569 +5900 0.9345707 +5925 0.9346814 +5950 0.9347892 +5975 0.9348925 +6000 0.9349933 +6025 0.9350903 +6050 0.9351837 +6075 0.935274 +6100 0.9353608 +6125 0.9354448 +6150 0.9355254 +6175 0.935603 +6200 0.9356778 +6225 0.9357497 +6250 0.9358187 +6275 0.9358853 +6300 0.9359495 +6325 0.9360112 +6350 0.936071 +6375 0.9361281 +6400 0.9361833 +6425 0.9362369 +6450 0.9362883 +6475 0.9363372 +6500 0.9363855 +6525 0.9364315 +6550 0.9364758 +6575 0.9365184 +6600 0.9365596 +6625 0.9365996 +6650 0.936638 +6675 0.9366754 +6700 0.9367113 +6725 0.9367457 +6750 0.936779 +6775 0.9368116 +6800 0.9368431 +6825 0.9368737 +6850 0.9369035 +6875 0.936933 +6900 0.9369612 +6925 0.9369897 +6950 0.937017 +6975 0.9370442 +7000 0.937071 +7025 0.9370979 +7050 0.9371244 +7075 0.9371504 +7100 0.9371766 +7125 0.9372026 +7150 0.9372285 +7175 0.937254 +7200 0.9372798 +7225 0.937305 +7250 0.9373303 +7275 0.937355 +7300 0.9373796 +7325 0.9374029 +7350 0.9374267 +7375 0.9374498 +7400 0.9374722 +7425 0.9374939 +7450 0.9375146 +7475 0.9375353 +7500 0.9375548 +7525 0.9375744 +7550 0.9375921 +7575 0.9376101 +7600 0.9376277 +7625 0.9376437 +7650 0.93766 +7675 0.9376756 +7700 0.9376907 +7725 0.9377056 +7750 0.9377205 +7775 0.9377356 +7800 0.9377507 +7825 0.9377664 +7850 0.9377821 +7875 0.937798 +7900 0.9378145 +7925 0.9378317 +7950 0.93785 +7975 0.9378695 +8000 0.9378898 +8025 0.9379107 +8050 0.9379331 +8075 0.9379565 +8100 0.9379815 +8125 0.9380072 +8150 0.9380345 +8175 0.9380624 +8200 0.9380919 +8225 0.9381224 +8250 0.9381544 +8275 0.9381878 +8300 0.9382217 +8325 0.9382571 +8350 0.9382939 +8375 0.9383314 +8400 0.9383702 +8425 0.93841 +8450 0.9384516 +8475 0.9384944 +8500 0.9385379 +8525 0.9385837 +8550 0.9386302 +8575 0.938678 +8600 0.9387277 +8625 0.9387789 +8650 0.9388319 +8675 0.9388865 +8700 0.9389433 +8725 0.9390019 +8750 0.939062 +8775 0.9391246 +8800 0.9391888 +8825 0.9392554 +8850 0.9393235 +8875 0.9393941 +8900 0.9394661 +8925 0.9395399 +8950 0.939615 +8975 0.9396914 +9000 0.9397685 +9025 0.9398469 +9050 0.9399255 +9075 0.9400044 +9100 0.9400834 +9125 0.9401622 +9150 0.9402403 +9175 0.9403173 +9200 0.940393 +9225 0.9404672 +9250 0.9405397 +9275 0.9406103 +9300 0.9406784 +9325 0.940744 +9350 0.9408067 +9375 0.9408673 +9400 0.9409243 +9425 0.9409783 +9450 0.9410295 +9475 0.941078 +9500 0.9411229 +9525 0.9411656 +9550 0.9412044 +9575 0.9412407 +9600 0.9412744 +9625 0.9413049 +9650 0.9413331 +9675 0.941359 +9700 0.9413829 +9725 0.9414045 +9750 0.9414243 +9775 0.9414421 +9800 0.9414584 +9825 0.9414734 +9850 0.9414865 +9875 0.941499 +9900 0.94151 +9925 0.941521 +9950 0.9415311 +9975 0.9415399 +10000 0.9415483 diff --git a/noao/lib/onedstds/ctio/nd4m.l250mag.dat b/noao/lib/onedstds/ctio/nd4m.l250mag.dat new file mode 100644 index 00000000..2f90bf2a --- /dev/null +++ b/noao/lib/onedstds/ctio/nd4m.l250mag.dat @@ -0,0 +1,282 @@ +# 2.5 mag ND filter 4.0M +3000 0.1309844 +3025 0.1309457 +3050 0.1308958 +3075 0.1308334 +3100 0.1307576 +3125 0.1306673 +3150 0.130562 +3175 0.1304406 +3200 0.1303027 +3225 0.1301478 +3250 0.1299757 +3275 0.1297864 +3300 0.1295798 +3325 0.1293561 +3350 0.129116 +3375 0.1288597 +3400 0.1285877 +3425 0.1283003 +3450 0.127998 +3475 0.1276817 +3500 0.1273517 +3525 0.1270086 +3550 0.1266533 +3575 0.1262864 +3600 0.125909 +3625 0.1255212 +3650 0.1251243 +3675 0.1247186 +3700 0.1243055 +3725 0.1238845 +3750 0.1234565 +3775 0.1230214 +3800 0.1225796 +3825 0.1221306 +3850 0.1216744 +3875 0.1212107 +3900 0.120739 +3925 0.1202601 +3950 0.1197731 +3975 0.1192788 +4000 0.1187779 +4025 0.1182709 +4050 0.1177595 +4075 0.117245 +4100 0.116729 +4125 0.1162137 +4150 0.1157009 +4175 0.1151928 +4200 0.1146914 +4225 0.1141986 +4250 0.1137159 +4275 0.1132451 +4300 0.1127872 +4325 0.1123433 +4350 0.111914 +4375 0.1114998 +4400 0.1111009 +4425 0.1107171 +4450 0.110348 +4475 0.1099932 +4500 0.1096522 +4525 0.109324 +4550 0.1090078 +4575 0.1087028 +4600 0.108408 +4625 0.1081225 +4650 0.1078454 +4675 0.1075758 +4700 0.1073131 +4725 0.1070566 +4750 0.1068059 +4775 0.1065605 +4800 0.1063203 +4825 0.1060852 +4850 0.105855 +4875 0.1056303 +4900 0.1054109 +4925 0.1051974 +4950 0.1049899 +4975 0.1047887 +5000 0.1045943 +5025 0.1044067 +5050 0.1042263 +5075 0.104053 +5100 0.103887 +5125 0.1037282 +5150 0.1035762 +5175 0.103431 +5200 0.1032923 +5225 0.1031595 +5250 0.1030325 +5275 0.1029108 +5300 0.102794 +5325 0.1026818 +5350 0.1025741 +5375 0.1024705 +5400 0.1023712 +5425 0.1022761 +5450 0.1021855 +5475 0.1020997 +5500 0.1020188 +5525 0.1019436 +5550 0.1018744 +5575 0.1018116 +5600 0.1017559 +5625 0.1017076 +5650 0.1016671 +5675 0.1016346 +5700 0.1016101 +5725 0.1015935 +5750 0.1015846 +5775 0.1015827 +5800 0.1015872 +5825 0.1015971 +5850 0.1016114 +5875 0.1016289 +5900 0.1016481 +5925 0.1016676 +5950 0.1016862 +5975 0.1017021 +6000 0.101714 +6025 0.1017205 +6050 0.1017203 +6075 0.1017125 +6100 0.101696 +6125 0.1016703 +6150 0.1016351 +6175 0.1015902 +6200 0.1015361 +6225 0.1014734 +6250 0.1014031 +6275 0.1013266 +6300 0.1012458 +6325 0.1011624 +6350 0.101079 +6375 0.1009978 +6400 0.1009215 +6425 0.1008527 +6450 0.1007941 +6475 0.1007484 +6500 0.1007183 +6525 0.1007063 +6550 0.1007149 +6575 0.1007466 +6600 0.1008037 +6625 0.1008887 +6650 0.1010036 +6675 0.1011507 +6700 0.1013315 +6725 0.1015475 +6750 0.1017995 +6775 0.1020877 +6800 0.1024116 +6825 0.1027694 +6850 0.1031587 +6875 0.1035755 +6900 0.1040149 +6925 0.1044711 +6950 0.1049374 +6975 0.1054062 +7000 0.1058698 +7025 0.1063206 +7050 0.1067511 +7075 0.1071545 +7100 0.1075251 +7125 0.1078584 +7150 0.108151 +7175 0.1084012 +7200 0.1086088 +7225 0.1087747 +7250 0.1089013 +7275 0.1089916 +7300 0.1090497 +7325 0.1090801 +7350 0.1090873 +7375 0.1090761 +7400 0.1090508 +7425 0.1090155 +7450 0.1089739 +7475 0.108929 +7500 0.1088832 +7525 0.1088385 +7550 0.1087962 +7575 0.1087571 +7600 0.108722 +7625 0.1086908 +7650 0.1086634 +7675 0.1086396 +7700 0.108619 +7725 0.1086011 +7750 0.1085854 +7775 0.1085715 +7800 0.1085588 +7825 0.1085469 +7850 0.1085353 +7875 0.1085235 +7900 0.1085113 +7925 0.1084979 +7950 0.108483 +7975 0.1084661 +8000 0.1084465 +8025 0.1084239 +8050 0.1083975 +8075 0.1083669 +8100 0.1083314 +8125 0.1082907 +8150 0.1082442 +8175 0.1081917 +8200 0.1081328 +8225 0.1080675 +8250 0.1079957 +8275 0.1079175 +8300 0.1078334 +8325 0.1077439 +8350 0.1076493 +8375 0.1075504 +8400 0.1074482 +8425 0.1073435 +8450 0.1072373 +8475 0.1071308 +8500 0.1070248 +8525 0.1069204 +8550 0.1068187 +8575 0.1067206 +8600 0.106627 +8625 0.1065387 +8650 0.1064563 +8675 0.1063807 +8700 0.1063122 +8725 0.1062515 +8750 0.106199 +8775 0.1061552 +8800 0.1061204 +8825 0.1060951 +8850 0.1060798 +8875 0.1060748 +8900 0.1060805 +8925 0.1060977 +8950 0.1061265 +8975 0.1061677 +9000 0.1062216 +9025 0.1062887 +9050 0.1063695 +9075 0.1064643 +9100 0.1065736 +9125 0.1066975 +9150 0.1068365 +9175 0.1069909 +9200 0.1071609 +9225 0.1073468 +9250 0.107549 +9275 0.1077679 +9300 0.1080039 +9325 0.1082574 +9350 0.1085292 +9375 0.1088194 +9400 0.1091287 +9425 0.1094576 +9450 0.1098061 +9475 0.1101744 +9500 0.1105618 +9525 0.1109681 +9550 0.1113917 +9575 0.1118314 +9600 0.1122852 +9625 0.1127506 +9650 0.1132252 +9675 0.1137059 +9700 0.1141896 +9725 0.1146732 +9750 0.1151537 +9775 0.1156281 +9800 0.1160936 +9825 0.1165479 +9850 0.116989 +9875 0.1174151 +9900 0.1178247 +9925 0.1182171 +9950 0.1185914 +9975 0.1189472 +10000 0.1192846 diff --git a/noao/lib/onedstds/ctio/nd4m.rc500mag.dat b/noao/lib/onedstds/ctio/nd4m.rc500mag.dat new file mode 100644 index 00000000..f571434c --- /dev/null +++ b/noao/lib/onedstds/ctio/nd4m.rc500mag.dat @@ -0,0 +1,254 @@ +# 4m-RC spectrograph 5.0 mag ND filter +3091.977 0.008991015 +3116.977 0.009096411 +3141.977 0.009185717 +3166.977 0.009260332 +3191.977 0.009321663 +3216.977 0.009371106 +3241.977 0.009410065 +3266.977 0.00943994 +3291.977 0.009462134 +3316.977 0.009478046 +3341.977 0.009489082 +3366.977 0.009496638 +3391.977 0.009502118 +3416.977 0.009506926 +3441.977 0.009512259 +3466.977 0.009518174 +3491.977 0.009524327 +3516.977 0.00953036 +3541.977 0.009535926 +3566.977 0.009540677 +3591.977 0.009544257 +3616.977 0.009546321 +3641.977 0.009546515 +3666.977 0.009544488 +3691.977 0.009539894 +3716.977 0.009532375 +3741.977 0.009521588 +3766.977 0.009507238 +3791.977 0.009489523 +3816.977 0.009468885 +3841.977 0.009445766 +3866.977 0.009420611 +3891.977 0.009393862 +3916.977 0.009365964 +3941.977 0.009337358 +3966.977 0.009308489 +3991.977 0.009279801 +4016.977 0.009251735 +4041.977 0.009224735 +4066.977 0.009199247 +4091.977 0.009175686 +4116.977 0.00915416 +4141.977 0.009134561 +4166.977 0.009116773 +4191.977 0.00910069 +4216.977 0.009086195 +4241.977 0.009073175 +4266.977 0.009061524 +4291.977 0.009051122 +4316.977 0.009041861 +4341.977 0.009033628 +4366.977 0.009026308 +4391.977 0.009019792 +4416.977 0.009013968 +4441.977 0.009008781 +4466.977 0.009004218 +4491.977 0.009000273 +4516.977 0.00899694 +4541.977 0.008994211 +4566.977 0.008992078 +4591.977 0.008990535 +4616.977 0.008989573 +4641.977 0.008989186 +4666.977 0.008989364 +4691.977 0.008990102 +4716.977 0.008991395 +4741.977 0.00899323 +4766.977 0.008995611 +4791.977 0.008998546 +4816.977 0.009002045 +4841.977 0.009006116 +4866.977 0.009010769 +4891.977 0.009016014 +4916.977 0.009021861 +4941.977 0.009028316 +4966.977 0.009035393 +4991.977 0.009043098 +5016.977 0.009051444 +5041.977 0.009060437 +5066.977 0.009070087 +5091.977 0.009080387 +5116.977 0.009091293 +5141.977 0.009102765 +5166.977 0.009114756 +5191.977 0.009127223 +5216.977 0.009140121 +5241.977 0.009153408 +5266.977 0.009167038 +5291.977 0.009180968 +5316.977 0.009195153 +5341.977 0.009209549 +5366.977 0.009224114 +5391.977 0.009238802 +5416.977 0.009253593 +5441.977 0.009268527 +5466.977 0.009283648 +5491.977 0.009299002 +5516.977 0.009314635 +5541.977 0.009330595 +5566.977 0.009346927 +5591.977 0.009363677 +5616.977 0.009380895 +5641.977 0.009398621 +5666.977 0.009416905 +5691.977 0.009435792 +5716.977 0.009455332 +5741.977 0.009475539 +5766.977 0.009496339 +5791.977 0.009517638 +5816.977 0.009539343 +5841.977 0.009561356 +5866.977 0.009583583 +5891.977 0.009605931 +5916.977 0.009628303 +5941.977 0.009650603 +5966.977 0.00967274 +5991.977 0.009694615 +6016.977 0.009716135 +6041.977 0.009737206 +6066.977 0.009757768 +6091.977 0.009777943 +6116.977 0.009792063 +6141.977 0.009813652 +6166.977 0.009835312 +6191.977 0.009857133 +6216.977 0.009879215 +6241.977 0.009901647 +6266.977 0.009924528 +6291.977 0.009947948 +6316.977 0.009972002 +6341.977 0.009996787 +6366.977 0.01002128 +6391.977 0.01003857 +6416.977 0.01006123 +6441.977 0.01008385 +6466.977 0.01010642 +6491.977 0.01012895 +6516.977 0.01015143 +6541.977 0.01017386 +6566.977 0.01019625 +6591.977 0.0102186 +6616.977 0.01024089 +6641.977 0.01026315 +6666.977 0.01028536 +6691.977 0.01030752 +6716.977 0.01032963 +6741.977 0.0103517 +6766.977 0.01037373 +6791.977 0.01039571 +6816.977 0.01041765 +6841.977 0.01043954 +6866.977 0.01046139 +6891.977 0.01048319 +6916.977 0.01050495 +6941.977 0.01052667 +6966.977 0.01054834 +6991.977 0.01056996 +7016.977 0.01059155 +7041.977 0.01061309 +7066.977 0.01063458 +7091.977 0.01065603 +7116.977 0.01067744 +7141.977 0.01069881 +7166.977 0.01072013 +7191.977 0.0107414 +7216.977 0.01076264 +7241.977 0.01078383 +7266.977 0.01080498 +7291.977 0.01082608 +7316.977 0.01084715 +7341.977 0.01086816 +7366.977 0.01088914 +7391.977 0.01091008 +7416.977 0.01093097 +7441.977 0.01095182 +7466.977 0.01097263 +7491.977 0.01099339 +7516.977 0.01101412 +7541.977 0.0110348 +7566.977 0.01105544 +7591.977 0.01107604 +7616.977 0.01109659 +7641.977 0.01111711 +7666.977 0.01113758 +7691.977 0.01115802 +7716.977 0.01117841 +7741.977 0.01119876 +7766.977 0.01121907 +7791.977 0.01123933 +7816.977 0.01125956 +7841.977 0.01127975 +7866.977 0.01129989 +7891.977 0.01132 +7916.977 0.01134006 +7941.977 0.01136009 +7966.977 0.01138007 +7991.977 0.01140001 +8016.977 0.01141992 +8041.977 0.01143978 +8066.977 0.01145961 +8091.977 0.01147939 +8116.977 0.01149914 +8141.977 0.01151884 +8166.977 0.01153851 +8191.977 0.01155813 +8216.977 0.01157772 +8241.977 0.01159727 +8266.977 0.01161678 +8291.977 0.01163625 +8316.977 0.01165568 +8341.977 0.01167507 +8366.977 0.01169442 +8391.977 0.01171374 +8416.977 0.01173301 +8441.977 0.01175225 +8466.977 0.01177145 +8491.977 0.01179061 +8516.977 0.01180974 +8541.977 0.01182882 +8566.977 0.01184787 +8591.977 0.01186688 +8616.977 0.01188585 +8641.977 0.01190478 +8666.977 0.01192368 +8691.977 0.01194254 +8716.977 0.01196136 +8741.977 0.01198015 +8766.977 0.01199889 +8791.977 0.0120176 +8816.977 0.01203628 +8841.977 0.01205491 +8866.977 0.01207351 +8891.977 0.01209208 +8916.977 0.0121106 +8941.977 0.01212909 +8966.977 0.01214755 +8991.977 0.01216596 +9016.977 0.01218435 +9041.977 0.01220269 +9066.977 0.012221 +9091.977 0.01223927 +9116.977 0.01225751 +9141.977 0.01227571 +9166.977 0.01229388 +9191.977 0.01231201 +9216.977 0.01233011 +9241.977 0.01234817 +9266.977 0.01236619 +9291.977 0.01238418 +9316.977 0.01240214 +9341.977 0.01242006 +9366.977 0.01243795 +9391.977 0.01245575 diff --git a/noao/lib/onedstds/ctio/nd4m.u000mag.dat b/noao/lib/onedstds/ctio/nd4m.u000mag.dat new file mode 100644 index 00000000..2b179ede --- /dev/null +++ b/noao/lib/onedstds/ctio/nd4m.u000mag.dat @@ -0,0 +1,283 @@ +# upper clear filter 4.0M +2975 0.9295918 +3000 0.9298539 +3025 0.9301121 +3050 0.9303651 +3075 0.930612 +3100 0.9308519 +3125 0.9310838 +3150 0.931304 +3175 0.9315138 +3200 0.9317085 +3225 0.9318892 +3250 0.9320549 +3275 0.9322044 +3300 0.9323359 +3325 0.9324499 +3350 0.9325459 +3375 0.9326245 +3400 0.9326866 +3425 0.9327331 +3450 0.9327655 +3475 0.9327844 +3500 0.9327925 +3525 0.9327923 +3550 0.9327859 +3575 0.9327763 +3600 0.9327661 +3625 0.9327574 +3650 0.9327537 +3675 0.9327566 +3700 0.9327688 +3725 0.9327925 +3750 0.9328273 +3775 0.9328756 +3800 0.9329379 +3825 0.9330124 +3850 0.9330987 +3875 0.9331956 +3900 0.9333004 +3925 0.9334117 +3950 0.9335275 +3975 0.9336429 +4000 0.9337562 +4025 0.9338658 +4050 0.9339691 +4075 0.9340639 +4100 0.9341494 +4125 0.9342248 +4150 0.9342909 +4175 0.9343476 +4200 0.9343965 +4225 0.9344388 +4250 0.9344757 +4275 0.93451 +4300 0.9345428 +4325 0.9345775 +4350 0.9346139 +4375 0.9346532 +4400 0.9346977 +4425 0.934747 +4450 0.9348012 +4475 0.9348598 +4500 0.9349225 +4525 0.9349889 +4550 0.9350572 +4575 0.9351271 +4600 0.9351974 +4625 0.9352676 +4650 0.9353383 +4675 0.9354075 +4700 0.9354758 +4725 0.935545 +4750 0.9356114 +4775 0.9356785 +4800 0.9357449 +4825 0.935811 +4850 0.9358763 +4875 0.9359415 +4900 0.9360052 +4925 0.936067 +4950 0.9361255 +4975 0.9361816 +5000 0.9362333 +5025 0.9362799 +5050 0.9363216 +5075 0.9363573 +5100 0.9363871 +5125 0.9364114 +5150 0.9364308 +5175 0.9364448 +5200 0.9364563 +5225 0.9364651 +5250 0.9364721 +5275 0.9364794 +5300 0.9364871 +5325 0.9364976 +5350 0.9365104 +5375 0.9365262 +5400 0.936546 +5425 0.9365686 +5450 0.9365957 +5475 0.9366244 +5500 0.9366557 +5525 0.9366881 +5550 0.9367207 +5575 0.9367533 +5600 0.9367849 +5625 0.9368148 +5650 0.9368439 +5675 0.9368701 +5700 0.9368953 +5725 0.9369189 +5750 0.9369418 +5775 0.9369642 +5800 0.9369881 +5825 0.9370123 +5850 0.9370388 +5875 0.9370674 +5900 0.937099 +5925 0.937133 +5950 0.9371704 +5975 0.9372102 +6000 0.9372525 +6025 0.937296 +6050 0.9373404 +6075 0.9373859 +6100 0.9374313 +6125 0.9374759 +6150 0.9375201 +6175 0.937563 +6200 0.9376048 +6225 0.937645 +6250 0.937684 +6275 0.9377209 +6300 0.937756 +6325 0.937789 +6350 0.9378198 +6375 0.9378473 +6400 0.9378704 +6425 0.9378905 +6450 0.9379042 +6475 0.937913 +6500 0.937915 +6525 0.9379112 +6550 0.9378996 +6575 0.937881 +6600 0.9378552 +6625 0.9378232 +6650 0.9377851 +6675 0.9377412 +6700 0.9376924 +6725 0.9376385 +6750 0.9375813 +6775 0.9375203 +6800 0.937456 +6825 0.937389 +6850 0.9373186 +6875 0.9372445 +6900 0.937167 +6925 0.9370857 +6950 0.9370013 +6975 0.936913 +7000 0.936821 +7025 0.9367265 +7050 0.9366287 +7075 0.9365292 +7100 0.9364296 +7125 0.9363301 +7150 0.936232 +7175 0.9361375 +7200 0.9360467 +7225 0.9359616 +7250 0.9358833 +7275 0.9358131 +7300 0.9357524 +7325 0.935701 +7350 0.935659 +7375 0.9356282 +7400 0.9356068 +7425 0.9355944 +7450 0.9355903 +7475 0.9355932 +7500 0.9356018 +7525 0.9356148 +7550 0.93563 +7575 0.9356456 +7600 0.935659 +7625 0.935671 +7650 0.9356788 +7675 0.9356816 +7700 0.9356785 +7725 0.9356703 +7750 0.9356567 +7775 0.9356385 +7800 0.9356155 +7825 0.9355896 +7850 0.9355623 +7875 0.9355342 +7900 0.9355083 +7925 0.9354841 +7950 0.9354649 +7975 0.9354506 +8000 0.935444 +8025 0.9354454 +8050 0.9354557 +8075 0.9354761 +8100 0.9355069 +8125 0.9355485 +8150 0.935601 +8175 0.9356644 +8200 0.9357374 +8225 0.9358197 +8250 0.9359102 +8275 0.9360061 +8300 0.9361073 +8325 0.9362113 +8350 0.9363167 +8375 0.9364207 +8400 0.9365217 +8425 0.9366186 +8450 0.9367088 +8475 0.9367917 +8500 0.9368663 +8525 0.9369308 +8550 0.9369871 +8575 0.9370341 +8600 0.9370717 +8625 0.937102 +8650 0.9371244 +8675 0.9371415 +8700 0.937153 +8725 0.9371606 +8750 0.9371658 +8775 0.9371696 +8800 0.9371719 +8825 0.937174 +8850 0.9371781 +8875 0.9371824 +8900 0.9371884 +8925 0.9371958 +8950 0.9372052 +8975 0.937216 +9000 0.9372282 +9025 0.9372426 +9050 0.9372568 +9075 0.9372718 +9100 0.9372879 +9125 0.937304 +9150 0.9373211 +9175 0.9373387 +9200 0.9373573 +9225 0.9373772 +9250 0.9373999 +9275 0.9374251 +9300 0.9374533 +9325 0.9374856 +9350 0.9375218 +9375 0.9375638 +9400 0.9376113 +9425 0.937664 +9450 0.9377232 +9475 0.9377881 +9500 0.9378575 +9525 0.9379315 +9550 0.9380087 +9575 0.9380884 +9600 0.9381689 +9625 0.9382504 +9650 0.9383308 +9675 0.9384088 +9700 0.9384842 +9725 0.9385554 +9750 0.9386224 +9775 0.9386851 +9800 0.938742 +9825 0.9387944 +9850 0.9388424 +9875 0.9388853 +9900 0.9389236 +9925 0.9389582 +9950 0.9389894 +9975 0.9390167 +10000 0.9390423 diff --git a/noao/lib/onedstds/ctio/nd4m.u025mag.dat b/noao/lib/onedstds/ctio/nd4m.u025mag.dat new file mode 100644 index 00000000..39b72224 --- /dev/null +++ b/noao/lib/onedstds/ctio/nd4m.u025mag.dat @@ -0,0 +1,283 @@ +# 0.25 mag ND filter 4.0M +2975 0.7591906 +3000 0.7596162 +3025 0.76007 +3050 0.7605528 +3075 0.761067 +3100 0.7616115 +3125 0.7621875 +3150 0.7627946 +3175 0.7634324 +3200 0.7640988 +3225 0.7647921 +3250 0.7655119 +3275 0.7662532 +3300 0.7670126 +3325 0.7677855 +3350 0.7685675 +3375 0.7693529 +3400 0.7701364 +3425 0.7709143 +3450 0.7716795 +3475 0.7724261 +3500 0.7731515 +3525 0.7738515 +3550 0.7745221 +3575 0.7751619 +3600 0.7757686 +3625 0.7763426 +3650 0.7768834 +3675 0.7773926 +3700 0.7778723 +3725 0.7783234 +3750 0.7787499 +3775 0.7791542 +3800 0.7795398 +3825 0.7799096 +3850 0.7802673 +3875 0.7806153 +3900 0.7809569 +3925 0.7812936 +3950 0.7816297 +3975 0.7819644 +4000 0.7822998 +4025 0.7826376 +4050 0.7829781 +4075 0.7833207 +4100 0.7836656 +4125 0.784012 +4150 0.78436 +4175 0.7847089 +4200 0.7850566 +4225 0.7854034 +4250 0.7857472 +4275 0.7860878 +4300 0.7864233 +4325 0.7867538 +4350 0.7870779 +4375 0.7873951 +4400 0.7877057 +4425 0.7880086 +4450 0.7883034 +4475 0.7885907 +4500 0.788871 +4525 0.7891433 +4550 0.7894084 +4575 0.7896669 +4600 0.7899193 +4625 0.7901663 +4650 0.7904083 +4675 0.7906462 +4700 0.7908813 +4725 0.7911148 +4750 0.7913482 +4775 0.791582 +4800 0.7918188 +4825 0.7920588 +4850 0.792304 +4875 0.7925544 +4900 0.7928119 +4925 0.7930765 +4950 0.7933479 +4975 0.7936258 +5000 0.7939105 +5025 0.7942012 +5050 0.7944961 +5075 0.7947935 +5100 0.7950937 +5125 0.795393 +5150 0.7956917 +5175 0.795988 +5200 0.7962805 +5225 0.7965692 +5250 0.7968533 +5275 0.7971333 +5300 0.7974087 +5325 0.7976797 +5350 0.7979475 +5375 0.7982133 +5400 0.7984776 +5425 0.7987419 +5450 0.7990075 +5475 0.7992734 +5500 0.7995424 +5525 0.7998129 +5550 0.8000876 +5575 0.8003648 +5600 0.8006437 +5625 0.8009254 +5650 0.8012075 +5675 0.8014908 +5700 0.801774 +5725 0.8020555 +5750 0.8023353 +5775 0.8026119 +5800 0.8028849 +5825 0.803154 +5850 0.8034182 +5875 0.8036784 +5900 0.8039328 +5925 0.8041827 +5950 0.8044274 +5975 0.8046674 +6000 0.8049032 +6025 0.8051348 +6050 0.8053637 +6075 0.8055894 +6100 0.8058125 +6125 0.8060334 +6150 0.8062521 +6175 0.8064697 +6200 0.8066865 +6225 0.8069021 +6250 0.8071176 +6275 0.8073317 +6300 0.8075447 +6325 0.8077576 +6350 0.8079698 +6375 0.808181 +6400 0.8083917 +6425 0.8086007 +6450 0.808808 +6475 0.8090126 +6500 0.8092151 +6525 0.8094146 +6550 0.8096102 +6575 0.8098012 +6600 0.8099871 +6625 0.810168 +6650 0.8103437 +6675 0.8105142 +6700 0.8106788 +6725 0.8108394 +6750 0.8109961 +6775 0.8111494 +6800 0.8113009 +6825 0.811452 +6850 0.8116035 +6875 0.8117571 +6900 0.811914 +6925 0.812075 +6950 0.8122398 +6975 0.8124099 +7000 0.8125868 +7025 0.8127691 +7050 0.8129567 +7075 0.8131495 +7100 0.8133476 +7125 0.8135499 +7150 0.8137565 +7175 0.8139654 +7200 0.814178 +7225 0.8143917 +7250 0.8146071 +7275 0.8148237 +7300 0.8150407 +7325 0.8152571 +7350 0.8154725 +7375 0.8156859 +7400 0.815897 +7425 0.816105 +7450 0.8163093 +7475 0.8165091 +7500 0.8167038 +7525 0.8168931 +7550 0.8170764 +7575 0.817254 +7600 0.8174257 +7625 0.8175917 +7650 0.8177521 +7675 0.8179069 +7700 0.8180583 +7725 0.8182055 +7750 0.8183497 +7775 0.8184919 +7800 0.8186312 +7825 0.8187706 +7850 0.8189083 +7875 0.8190461 +7900 0.8191838 +7925 0.8193213 +7950 0.8194584 +7975 0.8195955 +8000 0.8197319 +8025 0.819868 +8050 0.820003 +8075 0.8201367 +8100 0.8202684 +8125 0.8203985 +8150 0.8205261 +8175 0.8206527 +8200 0.8207771 +8225 0.8209007 +8250 0.8210226 +8275 0.821145 +8300 0.8212681 +8325 0.8213928 +8350 0.8215196 +8375 0.8216497 +8400 0.8217839 +8425 0.8219238 +8450 0.8220688 +8475 0.8222203 +8500 0.822378 +8525 0.8225425 +8550 0.8227128 +8575 0.8228886 +8600 0.8230696 +8625 0.8232542 +8650 0.823442 +8675 0.8236314 +8700 0.8238215 +8725 0.8240109 +8750 0.824199 +8775 0.8243852 +8800 0.8245686 +8825 0.8247491 +8850 0.8249257 +8875 0.8251001 +8900 0.8252717 +8925 0.8254398 +8950 0.8256058 +8975 0.8257698 +9000 0.8259317 +9025 0.8260924 +9050 0.826252 +9075 0.8264098 +9100 0.8265648 +9125 0.8267172 +9150 0.8268676 +9175 0.8270132 +9200 0.8271554 +9225 0.8272917 +9250 0.8274235 +9275 0.8275491 +9300 0.8276684 +9325 0.8277815 +9350 0.8278871 +9375 0.8279861 +9400 0.8280798 +9425 0.8281679 +9450 0.8282515 +9475 0.8283313 +9500 0.8284082 +9525 0.8284829 +9550 0.8285559 +9575 0.8286287 +9600 0.8287011 +9625 0.8287733 +9650 0.8288467 +9675 0.8289208 +9700 0.8289949 +9725 0.8290686 +9750 0.8291432 +9775 0.8292169 +9800 0.8292894 +9825 0.8293605 +9850 0.82943 +9875 0.8294976 +9900 0.8295624 +9925 0.829624 +9950 0.8296834 +9975 0.8297392 +10000 0.8297921 diff --git a/noao/lib/onedstds/ctio/nd4m.u075mag.dat b/noao/lib/onedstds/ctio/nd4m.u075mag.dat new file mode 100644 index 00000000..77bf69e6 --- /dev/null +++ b/noao/lib/onedstds/ctio/nd4m.u075mag.dat @@ -0,0 +1,283 @@ +# 0.75 mag ND filter 4.0M +2975 0.5659764 +3000 0.56578 +3025 0.5655688 +3050 0.5653424 +3075 0.5651008 +3100 0.5648407 +3125 0.5645616 +3150 0.5642624 +3175 0.5639396 +3200 0.5635936 +3225 0.5632219 +3250 0.5628251 +3275 0.5623994 +3300 0.5619441 +3325 0.56146 +3350 0.5609454 +3375 0.5603996 +3400 0.5598235 +3425 0.5592179 +3450 0.5585827 +3475 0.5579196 +3500 0.5572307 +3525 0.5565178 +3550 0.5557838 +3575 0.5550308 +3600 0.5542633 +3625 0.5534828 +3650 0.5526942 +3675 0.5518999 +3700 0.5511034 +3725 0.5503064 +3750 0.5495133 +3775 0.5487257 +3800 0.5479451 +3825 0.5471719 +3850 0.5464085 +3875 0.5456539 +3900 0.5449081 +3925 0.5441707 +3950 0.5434405 +3975 0.5427159 +4000 0.541996 +4025 0.5412793 +4050 0.540565 +4075 0.5398517 +4100 0.5391383 +4125 0.5384253 +4150 0.5377135 +4175 0.5370027 +4200 0.5362945 +4225 0.5355905 +4250 0.5348926 +4275 0.5342019 +4300 0.5335217 +4325 0.5328526 +4350 0.5321977 +4375 0.5315571 +4400 0.530933 +4425 0.5303245 +4450 0.5297332 +4475 0.5291574 +4500 0.5285959 +4525 0.5280487 +4550 0.5275136 +4575 0.5269893 +4600 0.5264747 +4625 0.525968 +4650 0.5254689 +4675 0.5249768 +4700 0.5244915 +4725 0.5240133 +4750 0.5235426 +4775 0.523081 +4800 0.5226283 +4825 0.5221875 +4850 0.5217583 +4875 0.5213426 +4900 0.5209408 +4925 0.5205536 +4950 0.5201809 +4975 0.5198228 +5000 0.5194792 +5025 0.5191493 +5050 0.5188324 +5075 0.5185278 +5100 0.5182344 +5125 0.5179524 +5150 0.5176809 +5175 0.5174196 +5200 0.5171678 +5225 0.5169264 +5250 0.516696 +5275 0.5164764 +5300 0.516269 +5325 0.5160739 +5350 0.5158917 +5375 0.5157232 +5400 0.5155681 +5425 0.5154265 +5450 0.5152986 +5475 0.5151834 +5500 0.5150807 +5525 0.5149884 +5550 0.5149052 +5575 0.5148311 +5600 0.5147632 +5625 0.5147008 +5650 0.5146417 +5675 0.5145856 +5700 0.5145316 +5725 0.5144781 +5750 0.5144249 +5775 0.5143727 +5800 0.5143211 +5825 0.514272 +5850 0.5142239 +5875 0.5141778 +5900 0.5141352 +5925 0.5140963 +5950 0.5140606 +5975 0.5140283 +6000 0.513999 +6025 0.5139728 +6050 0.5139468 +6075 0.5139219 +6100 0.5138959 +6125 0.5138681 +6150 0.5138371 +6175 0.513802 +6200 0.5137628 +6225 0.5137184 +6250 0.5136704 +6275 0.5136185 +6300 0.5135641 +6325 0.513508 +6350 0.5134524 +6375 0.5133992 +6400 0.5133507 +6425 0.5133073 +6450 0.513272 +6475 0.5132453 +6500 0.513229 +6525 0.5132231 +6550 0.5132286 +6575 0.5132458 +6600 0.5132736 +6625 0.5133122 +6650 0.5133613 +6675 0.5134194 +6700 0.513486 +6725 0.5135605 +6750 0.513641 +6775 0.5137277 +6800 0.5138185 +6825 0.5139139 +6850 0.5140112 +6875 0.5141102 +6900 0.5142105 +6925 0.5143109 +6950 0.5144096 +6975 0.5145083 +7000 0.514605 +7025 0.5146989 +7050 0.5147906 +7075 0.5148799 +7100 0.5149661 +7125 0.5150494 +7150 0.5151295 +7175 0.5152064 +7200 0.5152798 +7225 0.5153491 +7250 0.5154142 +7275 0.5154744 +7300 0.5155295 +7325 0.5155786 +7350 0.5156221 +7375 0.5156592 +7400 0.5156907 +7425 0.5157158 +7450 0.515736 +7475 0.5157513 +7500 0.5157629 +7525 0.5157722 +7550 0.515779 +7575 0.5157856 +7600 0.5157922 +7625 0.5157995 +7650 0.5158087 +7675 0.5158191 +7700 0.5158314 +7725 0.5158461 +7750 0.5158616 +7775 0.5158784 +7800 0.5158961 +7825 0.515914 +7850 0.5159312 +7875 0.5159491 +7900 0.5159663 +7925 0.5159845 +7950 0.5160031 +7975 0.5160229 +8000 0.516045 +8025 0.5160708 +8050 0.5161003 +8075 0.5161351 +8100 0.5161758 +8125 0.5162225 +8150 0.5162768 +8175 0.5163374 +8200 0.5164058 +8225 0.5164799 +8250 0.5165603 +8275 0.5166455 +8300 0.5167344 +8325 0.5168256 +8350 0.5169175 +8375 0.517009 +8400 0.5170981 +8425 0.5171846 +8450 0.5172651 +8475 0.517341 +8500 0.5174107 +8525 0.5174734 +8550 0.5175297 +8575 0.5175791 +8600 0.5176228 +8625 0.5176611 +8650 0.517695 +8675 0.5177258 +8700 0.5177539 +8725 0.517781 +8750 0.5178091 +8775 0.5178385 +8800 0.5178715 +8825 0.5179086 +8850 0.5179507 +8875 0.518 +8900 0.518055 +8925 0.5181184 +8950 0.5181898 +8975 0.518269 +9000 0.5183572 +9025 0.5184529 +9050 0.5185559 +9075 0.518665 +9100 0.5187801 +9125 0.5188989 +9150 0.5190211 +9175 0.5191449 +9200 0.519269 +9225 0.5193919 +9250 0.5195129 +9275 0.5196311 +9300 0.5197459 +9325 0.5198558 +9350 0.5199623 +9375 0.5200649 +9400 0.5201643 +9425 0.520261 +9450 0.5203566 +9475 0.5204521 +9500 0.5205485 +9525 0.5206472 +9550 0.5207481 +9575 0.5208529 +9600 0.5209624 +9625 0.5210752 +9650 0.521192 +9675 0.5213119 +9700 0.5214348 +9725 0.5215588 +9750 0.5216833 +9775 0.5218071 +9800 0.5219284 +9825 0.5220465 +9850 0.5221611 +9875 0.5222709 +9900 0.5223742 +9925 0.5224714 +9950 0.5225618 +9975 0.5226464 +10000 0.5227232 diff --git a/noao/lib/onedstds/ctio/nd4m.u150mag.dat b/noao/lib/onedstds/ctio/nd4m.u150mag.dat new file mode 100644 index 00000000..a64860b8 --- /dev/null +++ b/noao/lib/onedstds/ctio/nd4m.u150mag.dat @@ -0,0 +1,283 @@ +# 1.50 mag ND filter 4.0M +2975 0.296389 +3000 0.2962481 +3025 0.2960847 +3050 0.2958955 +3075 0.2956803 +3100 0.2954345 +3125 0.2951601 +3150 0.2948515 +3175 0.2945094 +3200 0.2941315 +3225 0.2937171 +3250 0.2932667 +3275 0.2927787 +3300 0.292255 +3325 0.2916963 +3350 0.2911043 +3375 0.2904809 +3400 0.2898289 +3425 0.2891517 +3450 0.288453 +3475 0.2877354 +3500 0.2870029 +3525 0.2862585 +3550 0.2855058 +3575 0.2847466 +3600 0.2839837 +3625 0.283219 +3650 0.282453 +3675 0.2816864 +3700 0.2809205 +3725 0.2801532 +3750 0.2793861 +3775 0.2786185 +3800 0.2778488 +3825 0.2770774 +3850 0.2763051 +3875 0.275531 +3900 0.2747561 +3925 0.273982 +3950 0.2732093 +3975 0.2724389 +4000 0.2716723 +4025 0.2709129 +4050 0.27016 +4075 0.2694165 +4100 0.2686833 +4125 0.2679613 +4150 0.2672511 +4175 0.2665553 +4200 0.2658717 +4225 0.265202 +4250 0.2645466 +4275 0.2639044 +4300 0.2632757 +4325 0.26266 +4350 0.2620573 +4375 0.2614682 +4400 0.2608906 +4425 0.260326 +4450 0.2597744 +4475 0.2592347 +4500 0.2587079 +4525 0.2581941 +4550 0.2576922 +4575 0.2572044 +4600 0.2567292 +4625 0.256268 +4650 0.2558197 +4675 0.2553854 +4700 0.2549638 +4725 0.2545561 +4750 0.254162 +4775 0.2537811 +4800 0.2534132 +4825 0.2530587 +4850 0.2527177 +4875 0.2523892 +4900 0.2520728 +4925 0.2517697 +4950 0.2514796 +4975 0.251201 +5000 0.2509344 +5025 0.2506802 +5050 0.2504368 +5075 0.2502053 +5100 0.2499841 +5125 0.2497734 +5150 0.2495721 +5175 0.2493803 +5200 0.2491974 +5225 0.2490219 +5250 0.2488554 +5275 0.2486957 +5300 0.2485431 +5325 0.2483976 +5350 0.2482584 +5375 0.2481262 +5400 0.2479998 +5425 0.2478799 +5450 0.247766 +5475 0.2476584 +5500 0.2475555 +5525 0.2474591 +5550 0.2473671 +5575 0.2472807 +5600 0.2471983 +5625 0.2471199 +5650 0.247045 +5675 0.2469739 +5700 0.246905 +5725 0.2468385 +5750 0.246774 +5775 0.2467102 +5800 0.2466487 +5825 0.2465873 +5850 0.246528 +5875 0.24647 +5900 0.2464137 +5925 0.2463592 +5950 0.2463081 +5975 0.24626 +6000 0.2462162 +6025 0.2461777 +6050 0.2461448 +6075 0.2461192 +6100 0.2460998 +6125 0.2460889 +6150 0.2460843 +6175 0.2460876 +6200 0.2460988 +6225 0.2461154 +6250 0.2461377 +6275 0.2461648 +6300 0.2461952 +6325 0.2462276 +6350 0.2462612 +6375 0.246296 +6400 0.2463301 +6425 0.2463633 +6450 0.2463954 +6475 0.2464256 +6500 0.2464541 +6525 0.2464804 +6550 0.2465043 +6575 0.2465263 +6600 0.2465445 +6625 0.2465605 +6650 0.2465716 +6675 0.2465786 +6700 0.2465808 +6725 0.2465768 +6750 0.2465669 +6775 0.2465501 +6800 0.2465262 +6825 0.2464949 +6850 0.2464567 +6875 0.2464131 +6900 0.2463629 +6925 0.2463084 +6950 0.2462506 +6975 0.2461897 +7000 0.246129 +7025 0.2460678 +7050 0.2460089 +7075 0.2459529 +7100 0.245901 +7125 0.2458541 +7150 0.2458134 +7175 0.2457788 +7200 0.2457521 +7225 0.2457317 +7250 0.2457193 +7275 0.2457147 +7300 0.245717 +7325 0.2457271 +7350 0.2457438 +7375 0.2457669 +7400 0.2457963 +7425 0.2458305 +7450 0.2458699 +7475 0.245913 +7500 0.2459596 +7525 0.2460088 +7550 0.2460592 +7575 0.2461116 +7600 0.2461636 +7625 0.2462155 +7650 0.2462661 +7675 0.2463156 +7700 0.2463636 +7725 0.2464091 +7750 0.2464523 +7775 0.2464935 +7800 0.2465329 +7825 0.246569 +7850 0.2466044 +7875 0.2466377 +7900 0.2466698 +7925 0.2467012 +7950 0.2467326 +7975 0.2467636 +8000 0.2467949 +8025 0.2468268 +8050 0.2468601 +8075 0.2468945 +8100 0.2469296 +8125 0.2469662 +8150 0.247004 +8175 0.247043 +8200 0.2470829 +8225 0.2471232 +8250 0.2471638 +8275 0.2472045 +8300 0.2472453 +8325 0.2472849 +8350 0.2473249 +8375 0.2473634 +8400 0.2474002 +8425 0.2474362 +8450 0.2474715 +8475 0.2475053 +8500 0.2475383 +8525 0.2475702 +8550 0.2476013 +8575 0.2476326 +8600 0.2476631 +8625 0.2476939 +8650 0.247725 +8675 0.2477565 +8700 0.2477882 +8725 0.2478212 +8750 0.2478547 +8775 0.2478897 +8800 0.2479258 +8825 0.2479632 +8850 0.248002 +8875 0.2480412 +8900 0.2480822 +8925 0.2481245 +8950 0.2481685 +8975 0.2482135 +9000 0.2482597 +9025 0.2483064 +9050 0.2483548 +9075 0.2484034 +9100 0.2484532 +9125 0.2485036 +9150 0.2485542 +9175 0.2486059 +9200 0.2486586 +9225 0.2487115 +9250 0.2487657 +9275 0.2488209 +9300 0.2488766 +9325 0.2489346 +9350 0.2489926 +9375 0.2490522 +9400 0.2491131 +9425 0.2491751 +9450 0.2492375 +9475 0.2493007 +9500 0.2493638 +9525 0.2494265 +9550 0.2494882 +9575 0.2495486 +9600 0.2496067 +9625 0.2496626 +9650 0.2497156 +9675 0.249765 +9700 0.2498112 +9725 0.2498533 +9750 0.2498916 +9775 0.2499264 +9800 0.249957 +9825 0.2499837 +9850 0.2500075 +9875 0.2500276 +9900 0.2500447 +9925 0.2500593 +9950 0.2500712 +9975 0.2500808 +10000 0.2500886 diff --git a/noao/lib/onedstds/ctio/nd4m.u225mag.dat b/noao/lib/onedstds/ctio/nd4m.u225mag.dat new file mode 100644 index 00000000..dc9ed014 --- /dev/null +++ b/noao/lib/onedstds/ctio/nd4m.u225mag.dat @@ -0,0 +1,283 @@ +# 2.25 mag ND filter 4.0M +2975 0.1673126 +3000 0.1671906 +3025 0.1670471 +3050 0.1668798 +3075 0.1666864 +3100 0.1664637 +3125 0.1662108 +3150 0.1659248 +3175 0.1656027 +3200 0.1652446 +3225 0.1648479 +3250 0.1644133 +3275 0.1639401 +3300 0.1634289 +3325 0.1628817 +3350 0.1623005 +3375 0.1616879 +3400 0.1610479 +3425 0.1603831 +3450 0.1596985 +3475 0.1589979 +3500 0.1582853 +3525 0.1575651 +3550 0.1568403 +3575 0.1561143 +3600 0.1553898 +3625 0.1546695 +3650 0.1539546 +3675 0.1532463 +3700 0.1525463 +3725 0.1518543 +3750 0.1511712 +3775 0.1504967 +3800 0.1498303 +3825 0.1491719 +3850 0.1485215 +3875 0.1478777 +3900 0.1472405 +3925 0.1466091 +3950 0.1459839 +3975 0.1453639 +4000 0.1447483 +4025 0.1441383 +4050 0.1435325 +4075 0.1429319 +4100 0.1423368 +4125 0.141748 +4150 0.1411661 +4175 0.1405915 +4200 0.1400262 +4225 0.13947 +4250 0.1389251 +4275 0.138393 +4300 0.1378742 +4325 0.1373693 +4350 0.1368799 +4375 0.1364067 +4400 0.1359505 +4425 0.1355116 +4450 0.1350905 +4475 0.1346872 +4500 0.1343021 +4525 0.1339341 +4550 0.1335833 +4575 0.1332498 +4600 0.1329319 +4625 0.132629 +4650 0.1323412 +4675 0.1320667 +4700 0.1318049 +4725 0.1315556 +4750 0.1313173 +4775 0.1310902 +4800 0.1308725 +4825 0.1306646 +4850 0.1304657 +4875 0.1302754 +4900 0.1300936 +4925 0.1299201 +4950 0.1297544 +4975 0.1295972 +5000 0.1294476 +5025 0.1293064 +5050 0.129174 +5075 0.1290493 +5100 0.1289335 +5125 0.1288255 +5150 0.1287264 +5175 0.1286352 +5200 0.1285526 +5225 0.1284772 +5250 0.1284102 +5275 0.1283498 +5300 0.1282966 +5325 0.1282492 +5350 0.1282069 +5375 0.1281692 +5400 0.1281355 +5425 0.128105 +5450 0.128077 +5475 0.1280503 +5500 0.1280248 +5525 0.1279996 +5550 0.1279742 +5575 0.1279479 +5600 0.1279205 +5625 0.1278916 +5650 0.1278606 +5675 0.1278276 +5700 0.1277922 +5725 0.1277547 +5750 0.1277148 +5775 0.1276725 +5800 0.127628 +5825 0.1275818 +5850 0.1275344 +5875 0.1274858 +5900 0.1274379 +5925 0.12739 +5950 0.1273442 +5975 0.1273016 +6000 0.1272625 +6025 0.1272286 +6050 0.1272007 +6075 0.1271802 +6100 0.1271663 +6125 0.1271611 +6150 0.1271638 +6175 0.1271753 +6200 0.127194 +6225 0.1272199 +6250 0.1272522 +6275 0.1272901 +6300 0.127332 +6325 0.1273776 +6350 0.1274252 +6375 0.1274739 +6400 0.1275232 +6425 0.1275728 +6450 0.1276213 +6475 0.1276688 +6500 0.1277147 +6525 0.1277596 +6550 0.1278021 +6575 0.127843 +6600 0.1278813 +6625 0.1279171 +6650 0.1279495 +6675 0.127978 +6700 0.1280023 +6725 0.1280217 +6750 0.1280348 +6775 0.1280416 +6800 0.128042 +6825 0.1280352 +6850 0.1280214 +6875 0.1280003 +6900 0.1279724 +6925 0.1279389 +6950 0.1279004 +6975 0.127858 +7000 0.1278129 +7025 0.1277665 +7050 0.1277201 +7075 0.1276755 +7100 0.1276337 +7125 0.1275961 +7150 0.1275629 +7175 0.1275361 +7200 0.1275159 +7225 0.1275019 +7250 0.1274946 +7275 0.1274941 +7300 0.1274996 +7325 0.1275107 +7350 0.1275272 +7375 0.1275473 +7400 0.127571 +7425 0.1275967 +7450 0.1276246 +7475 0.1276534 +7500 0.1276814 +7525 0.1277096 +7550 0.1277367 +7575 0.1277623 +7600 0.1277863 +7625 0.1278084 +7650 0.1278293 +7675 0.1278489 +7700 0.1278667 +7725 0.1278839 +7750 0.127901 +7775 0.1279179 +7800 0.1279358 +7825 0.1279541 +7850 0.1279741 +7875 0.1279951 +7900 0.1280181 +7925 0.1280434 +7950 0.1280708 +7975 0.1280999 +8000 0.1281312 +8025 0.1281644 +8050 0.1281996 +8075 0.1282369 +8100 0.1282756 +8125 0.1283159 +8150 0.1283575 +8175 0.1284008 +8200 0.1284444 +8225 0.128489 +8250 0.1285346 +8275 0.1285796 +8300 0.1286249 +8325 0.1286693 +8350 0.1287139 +8375 0.1287572 +8400 0.128799 +8425 0.1288391 +8450 0.1288776 +8475 0.1289144 +8500 0.128949 +8525 0.1289817 +8550 0.1290127 +8575 0.1290417 +8600 0.1290696 +8625 0.1290958 +8650 0.1291209 +8675 0.1291449 +8700 0.1291685 +8725 0.1291918 +8750 0.1292152 +8775 0.1292378 +8800 0.1292611 +8825 0.1292846 +8850 0.1293086 +8875 0.1293333 +8900 0.1293582 +8925 0.1293839 +8950 0.1294104 +8975 0.1294375 +9000 0.1294656 +9025 0.1294945 +9050 0.1295244 +9075 0.1295549 +9100 0.1295863 +9125 0.1296185 +9150 0.1296519 +9175 0.1296855 +9200 0.12972 +9225 0.129755 +9250 0.1297904 +9275 0.1298265 +9300 0.1298631 +9325 0.1299 +9350 0.1299373 +9375 0.1299749 +9400 0.1300136 +9425 0.1300532 +9450 0.1300942 +9475 0.130136 +9500 0.1301799 +9525 0.1302257 +9550 0.1302732 +9575 0.1303228 +9600 0.130374 +9625 0.1304268 +9650 0.1304813 +9675 0.1305369 +9700 0.130593 +9725 0.1306493 +9750 0.1307052 +9775 0.1307606 +9800 0.1308145 +9825 0.1308667 +9850 0.130917 +9875 0.1309649 +9900 0.1310101 +9925 0.1310526 +9950 0.1310921 +9975 0.1311287 +10000 0.1311623 diff --git a/noao/lib/onedstds/ctio/ndfilters.men b/noao/lib/onedstds/ctio/ndfilters.men new file mode 100644 index 00000000..722d8028 --- /dev/null +++ b/noao/lib/onedstds/ctio/ndfilters.men @@ -0,0 +1,17 @@ + CTIO Neutral Density Filter Curves + + Directory = onedstds$ctio/ + + nd1m.100mag.dat = 1.00 mag ND filter CTIO 1.0M + nd1m.125mag.dat = 1.25 mag ND filter CTIO 1.0M + nd1m.250mag.dat = 2.50 mag ND filter CTIO 1.0M + nd1m.500mag.dat = 5.00 mag ND filter CTIO 1.0M + + nd4m.l000mag.dat = lower clear filter CTIO 4.0M + nd4m.u000mag.dat = upper clear filter CTIO 4.0M + nd4m.u025mag.dat = 0.25 mag ND filter CTIO 4.0M + nd4m.u075mag.dat = 0.75 mag ND filter CTIO 4.0M + nd4m.u150mag.dat = 1.50 mag ND filter CTIO 4.0M + nd4m.u225mag.dat = 2.25 mag ND filter CTIO 4.0M + nd4m.l250mag.dat = 2.50 mag ND filter CTIO 4.0M + diff --git a/noao/lib/onedstds/ctiocal/bd25.dat b/noao/lib/onedstds/ctiocal/bd25.dat new file mode 100644 index 00000000..5eadac24 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/bd25.dat @@ -0,0 +1,30 @@ +# BD25 +3200. 12.11 49. +3250. 12.05 49. +3300. 11.98 49. +3350. 11.91 49. +3400. 11.85 49. +3450. 11.82 49. +3500. 11.77 49. +3571. 11.73 49. +3636. 11.7 49. +3704. 11.63 49. +3862. 11.26 49. +4036. 11.16 49. +4167. 11.09 49. +4255. 11.04 49. +4464. 10.96 49. +4566. 10.87 49. +4785. 10.79 49. +5000. 10.69 49. +5263. 10.49 98. +5556. 10.36 98. +5840. 10.31 98. +6056. 10.27 98. +6436. 10.2 98. +6790. 10.12 98. +7100. 10.07 98. +7550. 10.01 98. +7780. 9.98 98. +8090. 9.96 98. +8370. 9.97 98. diff --git a/noao/lib/onedstds/ctiocal/bd8.dat b/noao/lib/onedstds/ctiocal/bd8.dat new file mode 100644 index 00000000..ce07f69c --- /dev/null +++ b/noao/lib/onedstds/ctiocal/bd8.dat @@ -0,0 +1,30 @@ +# BD8 +3200. 12.67 49. +3250. 12.63 49. +3300. 12.31 49. +3350. 12.37 49. +3400. 12.2 49. +3450. 12.26 49. +3500. 12.09 49. +3571. 12.16 49. +3636. 11.95 49. +3704. 11.83 49. +3862. 11.77 49. +4036. 11.2 49. +4167. 11.08 49. +4255. 11.12 49. +4464. 10.81 49. +4566. 10.71 49. +4785. 10.61 49. +5000. 10.6 49. +5263. 10.49 98. +5556. 10.39 98. +5840. 10.3 98. +6056. 10.26 98. +6436. 10.2 98. +6790. 10.16 98. +7100. 10.12 98. +7550. 10.09 98. +7780. 10.04 98. +8090. 10.04 98. +8370. 10.06 98. diff --git a/noao/lib/onedstds/ctiocal/cd32.dat b/noao/lib/onedstds/ctiocal/cd32.dat new file mode 100644 index 00000000..48bc8305 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/cd32.dat @@ -0,0 +1,45 @@ +# CD32 +3200. 12.2 40. +3350. 11.96 40. +3400. 11.85 40. +3450. 11.91 40. +3500. 11.87 40. +3571. 11.8 40. +3636. 11.72 40. +3704. 11.52 40. +3790. 11.3 40. +3862. 10.96 40. +4036. 10.65 40. +4167. 10.66 40. +4255. 10.61 40. +4464. 10.5 40. +4566. 10.5 40. +4675. 10.45 40. +4785. 10.43 40. +5000. 10.49 40. +5130. 10.49 40. +5263. 10.46 40. +5420. 10.43 80. +5556. 10.41 80. +5700. 10.42 80. +5840. 10.45 80. +5950. 10.44 80. +6056. 10.41 80. +6180. 10.41 80. +6310. 10.44 80. +6436. 10.43 80. +6640. 10.48 80. +6790. 10.45 80. +7100. 10.45 80. +7250. 10.5 80. +7400. 10.48 80. +7550. 10.49 80. +7780. 10.51 80. +7890. 10.5 80. +7990. 10.52 80. +8090. 10.52 80. +8370. 10.54 80. +8708. 10.54 80. +9832. 10.55 80. +10256. 10.61 80. +10400. 10.62 80. diff --git a/noao/lib/onedstds/ctiocal/eg21.dat b/noao/lib/onedstds/ctiocal/eg21.dat new file mode 100644 index 00000000..465ba18c --- /dev/null +++ b/noao/lib/onedstds/ctiocal/eg21.dat @@ -0,0 +1,45 @@ +# EG21 +3200. 11.45 40. +3350. 11.39 40. +3400. 11.41 40. +3450. 11.47 40. +3500. 11.43 40. +3571. 11.54 40. +3636. 11.5 40. +3704. 11.5 40. +3790. 11.53 40. +3862. 11.48 40. +4036. 11.26 40. +4167. 11.15 40. +4255. 11.18 40. +4464. 11.12 40. +4566. 11.12 40. +4675. 11.12 40. +4785. 11.29 40. +5000. 11.28 40. +5130. 11.25 40. +5263. 11.32 40. +5420. 11.36 80. +5556. 11.39 80. +5700. 11.46 80. +5840. 11.44 80. +5950. 11.52 80. +6056. 11.53 80. +6180. 11.55 80. +6310. 11.61 80. +6436. 11.68 80. +6640. 11.81 80. +6790. 11.71 80. +7100. 11.77 80. +7250. 11.82 80. +7400. 11.84 80. +7550. 11.86 80. +7780. 11.9 80. +7890. 11.91 80. +7990. 11.94 80. +8090. 11.94 80. +8370. 12. 80. +8708. 12.06 80. +9832. 12.18 80. +10256. 12.25 80. +10400. 12.28 80. diff --git a/noao/lib/onedstds/ctiocal/eg274.dat b/noao/lib/onedstds/ctiocal/eg274.dat new file mode 100644 index 00000000..bf0bd228 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/eg274.dat @@ -0,0 +1,45 @@ +# EG274 +3200. 10.63 40. +3350. 10.6 40. +3400. 10.67 40. +3450. 10.77 40. +3500. 10.66 40. +3571. 10.82 40. +3636. 10.8 40. +3704. 10.82 40. +3790. 10.86 40. +3862. 10.78 40. +4036. 10.7 40. +4167. 10.66 40. +4255. 10.7 40. +4464. 10.74 40. +4566. 10.74 40. +4675. 10.75 40. +4785. 10.9 40. +5000. 10.9 40. +5130. 10.92 40. +5263. 10.97 40. +5420. 10.98 80. +5556. 11.04 80. +5700. 11.09 80. +5840. 11.14 80. +5950. 11.21 80. +6056. 11.21 80. +6180. 11.24 80. +6310. 11.3 80. +6436. 11.33 80. +6640. 11.47 80. +6790. 11.4 80. +7100. 11.46 80. +7250. 11.54 80. +7400. 11.58 80. +7550. 11.6 80. +7780. 11.65 80. +7890. 11.66 80. +7990. 11.73 80. +8090. 11.71 80. +8370. 11.79 80. +8708. 11.85 80. +9832. 12.04 80. +10256. 12.18 80. +10400. 12.19 80. diff --git a/noao/lib/onedstds/ctiocal/f110.dat b/noao/lib/onedstds/ctiocal/f110.dat new file mode 100644 index 00000000..17930eaa --- /dev/null +++ b/noao/lib/onedstds/ctiocal/f110.dat @@ -0,0 +1,30 @@ +# F110 +3200. 11.04 49. +3250. 10.99 49. +3300. 10.98 49. +3350. 11.01 49. +3400. 11.04 49. +3450. 11.07 49. +3500. 11.09 49. +3571. 11.13 49. +3636. 11.16 49. +3704. 11.21 49. +3862. 11.23 49. +4036. 11.29 49. +4167. 11.34 49. +4255. 11.38 49. +4464. 11.47 49. +4566. 11.51 49. +4785. 11.6 49. +5000. 11.68 49. +5263. 11.77 98. +5556. 11.88 98. +5840. 11.96 98. +6056. 12.03 98. +6436. 12.16 98. +6790. 12.24 98. +7100. 12.31 98. +7550. 12.47 98. +7780. 12.5 98. +8090. 12.54 98. +8370. 12.59 98. diff --git a/noao/lib/onedstds/ctiocal/f15.dat b/noao/lib/onedstds/ctiocal/f15.dat new file mode 100644 index 00000000..0ec349cd --- /dev/null +++ b/noao/lib/onedstds/ctiocal/f15.dat @@ -0,0 +1,30 @@ +# F15 +3200. 11.7 49. +3250. 11.65 49. +3300. 11.55 49. +3350. 11.55 49. +3400. 11.53 49. +3450. 11.52 49. +3500. 11.5 49. +3571. 11.49 49. +3636. 11.46 49. +3704. 11.39 49. +3862. 10.46 49. +4036. 10.2 49. +4167. 10.2 49. +4255. 10.22 49. +4464. 10.23 49. +4566. 10.25 49. +4785. 10.28 49. +5000. 10.33 49. +5263. 10.36 98. +5556. 10.41 98. +5840. 10.43 98. +6056. 10.48 98. +6436. 10.55 98. +6790. 10.6 98. +7100. 10.63 98. +7550. 10.7 98. +7780. 10.73 98. +8090. 10.74 98. +8370. 10.76 98. diff --git a/noao/lib/onedstds/ctiocal/f25.dat b/noao/lib/onedstds/ctiocal/f25.dat new file mode 100644 index 00000000..7605a520 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/f25.dat @@ -0,0 +1,30 @@ +# F25 +3200. 12.59 49. +3250. 12.6 49. +3300. 12.56 49. +3350. 12.55 49. +3400. 12.45 49. +3450. 12.5 49. +3500. 12.49 49. +3571. 12.52 49. +3636. 12.51 49. +3704. 12.49 49. +3862. 11.87 49. +4036. 11.74 49. +4167. 11.76 49. +4255. 11.78 49. +4464. 11.83 49. +4566. 11.83 49. +4785. 11.89 49. +5000. 11.95 49. +5263. 11.97 98. +5556. 12.01 98. +5840. 12.03 98. +6056. 12.09 98. +6436. 12.19 98. +6790. 12.21 98. +7100. 12.24 98. +7550. 12.35 98. +7780. 12.34 98. +8090. 12.36 98. +8370. 12.4 98. diff --git a/noao/lib/onedstds/ctiocal/f56.dat b/noao/lib/onedstds/ctiocal/f56.dat new file mode 100644 index 00000000..03f742c5 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/f56.dat @@ -0,0 +1,30 @@ +# F56 +3200. 11.39 49. +3250. 11.32 49. +3300. 11.3 49. +3350. 11.28 49. +3400. 11.26 49. +3450. 11.28 49. +3500. 11.26 49. +3571. 11.29 49. +3636. 11.29 49. +3704. 11.27 49. +3862. 10.78 49. +4036. 10.71 49. +4167. 10.75 49. +4255. 10.79 49. +4464. 10.83 49. +4566. 10.85 49. +4785. 10.91 49. +5000. 10.98 49. +5263. 11.04 98. +5556. 11.11 98. +5840. 11.16 98. +6056. 11.22 98. +6436. 11.31 98. +6790. 11.38 98. +7100. 11.43 98. +7550. 11.54 98. +7780. 11.59 98. +8090. 11.62 98. +8370. 11.62 98. diff --git a/noao/lib/onedstds/ctiocal/f98.dat b/noao/lib/onedstds/ctiocal/f98.dat new file mode 100644 index 00000000..07365d5a --- /dev/null +++ b/noao/lib/onedstds/ctiocal/f98.dat @@ -0,0 +1,30 @@ +# F98 +3200. 13.01 49. +3250. 12.97 49. +3300. 12.93 49. +3350. 12.89 49. +3400. 12.86 49. +3450. 12.89 49. +3500. 12.86 49. +3571. 12.84 49. +3636. 12.81 49. +3704. 12.69 49. +3862. 11.72 49. +4036. 11.54 49. +4167. 11.56 49. +4255. 11.6 49. +4464. 11.61 49. +4566. 11.65 49. +4785. 11.69 49. +5000. 11.77 49. +5263. 11.78 98. +5556. 11.84 98. +5840. 11.89 98. +6056. 11.95 98. +6436. 12.01 98. +6790. 12.05 98. +7100. 12.08 98. +7550. 12.17 98. +7780. 12.2 98. +8090. 12.26 98. +8370. 12.36 98. diff --git a/noao/lib/onedstds/ctiocal/g9937.dat b/noao/lib/onedstds/ctiocal/g9937.dat new file mode 100644 index 00000000..e6ed622f --- /dev/null +++ b/noao/lib/onedstds/ctiocal/g9937.dat @@ -0,0 +1,38 @@ +# G9937 +3320. 15.486 80. +3480. 15.304 80. +3640. 15.22 80. +3800. 15.184 80. +3960. 15.054 80. +4120. 14.845 80. +4280. 15.075 80. +4440. 14.76 80. +4600. 14.676 80. +4760. 14.588 80. +4920. 14.544 80. +5080. 14.675 80. +5240. 14.45 80. +5400. 14.442 80. +5560. 14.485 80. +5720. 14.42 80. +6040. 14.378 160. +6200. 14.32 160. +6360. 14.311 160. +6520. 14.273 160. +6680. 14.316 160. +6840. 14.321 160. +7000. 14.337 160. +7160. 14.293 160. +7320. 14.32 160. +7480. 14.327 160. +7800. 14.335 160. +7960. 14.282 160. +8120. 14.318 160. +8280. 14.258 160. +8440. 14.273 160. +8600. 14.285 160. +8760. 14.327 160. +8920. 14.349 160. +9080. 14.337 160. +9240. 14.395 160. +9400. 14.323 160. diff --git a/noao/lib/onedstds/ctiocal/h600.dat b/noao/lib/onedstds/ctiocal/h600.dat new file mode 100644 index 00000000..01fd9ff8 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/h600.dat @@ -0,0 +1,30 @@ +# H600 +3200. 10.98 49. +3250. 10.92 49. +3300. 10.86 49. +3350. 10.84 49. +3400. 10.84 49. +3450. 10.83 49. +3500. 10.81 49. +3571. 10.82 49. +3636. 10.8 49. +3704. 10.79 49. +3862. 10.51 49. +4036. 10.47 49. +4167. 10.46 49. +4255. 10.46 49. +4464. 10.47 49. +4566. 10.45 49. +4785. 10.45 49. +5000. 10.45 49. +5263. 10.43 98. +5556. 10.42 98. +5840. 10.43 98. +6056. 10.45 98. +6436. 10.49 98. +6790. 10.5 98. +7100. 10.52 98. +7550. 10.56 98. +7780. 10.58 98. +8090. 10.59 98. +8370. 10.64 98. diff --git a/noao/lib/onedstds/ctiocal/hz15.dat b/noao/lib/onedstds/ctiocal/hz15.dat new file mode 100644 index 00000000..2e20fd05 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/hz15.dat @@ -0,0 +1,30 @@ +# HZ15 +3200. 12.68 49. +3250. 12.64 49. +3300. 12.63 49. +3350. 12.58 49. +3400. 12.59 49. +3450. 12.6 49. +3500. 12.6 49. +3571. 12.63 49. +3636. 12.62 49. +3704. 12.63 49. +3862. 12.38 49. +4036. 12.39 49. +4167. 12.39 49. +4255. 12.42 49. +4464. 12.46 49. +4566. 12.44 49. +4785. 12.46 49. +5000. 12.58 49. +5263. 12.53 98. +5556. 12.59 98. +5840. 12.64 98. +6056. 12.68 98. +6436. 12.76 98. +6790. 12.8 98. +7100. 12.84 98. +7550. 12.92 98. +7780. 12.93 98. +8090. 13.01 98. +8370. 13.08 98. diff --git a/noao/lib/onedstds/ctiocal/hz2.dat b/noao/lib/onedstds/ctiocal/hz2.dat new file mode 100644 index 00000000..9c3ee6d6 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/hz2.dat @@ -0,0 +1,33 @@ +# HZ2 +3220. 13.63 40. +3300. 13.81 40. +3380. 13.804 40. +3460. 13.828 40. +3540. 13.826 40. +3620. 13.84 40. +3740. 13.882 40. +3860. 13.957 40. +3980. 13.981 40. +4100. 14.094 40. +4220. 13.646 40. +4460. 13.688 40. +4580. 13.736 40. +4700. 13.767 40. +4820. 14. 40. +4940. 13.945 40. +5060. 13.936 40. +5180. 13.882 40. +5300. 13.947 40. +5420. 14.011 40. +5540. 14.036 40. +5660. 14.078 40. +5740. 14.12 40. +5860. 14.163 40. +5980. 14.186 40. +6100. 14.215 40. +6220. 14.188 40. +6340. 14.302 40. +6460. 14.326 40. +6700. 14.365 40. +7140. 14.522 40. +7220. 14.505 40. diff --git a/noao/lib/onedstds/ctiocal/hz4.dat b/noao/lib/onedstds/ctiocal/hz4.dat new file mode 100644 index 00000000..b6796e58 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/hz4.dat @@ -0,0 +1,33 @@ +# HZ4 +3220. 14.72 40. +3300. 14.68 40. +3380. 14.744 40. +3460. 14.698 40. +3540. 14.716 40. +3620. 14.7 40. +3740. 14.822 40. +3860. 14.797 40. +3980. 14.791 40. +4100. 14.884 40. +4220. 14.346 40. +4460. 14.318 40. +4580. 14.266 40. +4700. 14.357 40. +4820. 14.77 40. +4940. 14.585 40. +5060. 14.496 40. +5180. 14.452 40. +5300. 14.487 40. +5420. 14.561 40. +5540. 14.516 40. +5660. 14.618 40. +5740. 14.62 40. +5860. 14.683 40. +5980. 14.696 40. +6100. 14.695 40. +6220. 14.728 40. +6340. 14.742 40. +6460. 14.866 40. +6700. 14.865 40. +7140. 14.932 40. +7220. 14.935 40. diff --git a/noao/lib/onedstds/ctiocal/kopf27.dat b/noao/lib/onedstds/ctiocal/kopf27.dat new file mode 100644 index 00000000..bd423823 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/kopf27.dat @@ -0,0 +1,30 @@ +# KOPF27 +3200. 12.14 49. +3250. 12.14 49. +3300. 12. 49. +3350. 11.97 49. +3400. 11.91 49. +3450. 11.89 49. +3500. 11.85 49. +3571. 11.8 49. +3636. 11.75 49. +3704. 11.69 49. +3862. 10.88 49. +4036. 10.42 49. +4167. 10.39 49. +4255. 10.38 49. +4464. 10.34 49. +4566. 10.36 49. +4785. 10.33 49. +5000. 10.34 49. +5263. 10.33 98. +5556. 10.31 98. +5840. 10.31 98. +6056. 10.33 98. +6436. 10.35 98. +6790. 10.34 98. +7100. 10.35 98. +7550. 10.4 98. +7780. 10.4 98. +8090. 10.42 98. +8370. 10.45 98. diff --git a/noao/lib/onedstds/ctiocal/l1020.dat b/noao/lib/onedstds/ctiocal/l1020.dat new file mode 100644 index 00000000..bab165d0 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l1020.dat @@ -0,0 +1,45 @@ +# L1020 +3200. 13.17 40. +3350. 12.87 40. +3400. 12.64 40. +3450. 12.79 40. +3500. 12.67 40. +3571. 12.74 40. +3636. 12.58 40. +3704. 12.51 40. +3790. 12.43 40. +3862. 12.32 40. +4036. 12.12 40. +4167. 12.02 40. +4255. 12.02 40. +4464. 11.82 40. +4566. 11.79 40. +4675. 11.72 40. +4785. 11.69 40. +5000. 11.65 40. +5130. 11.6 40. +5263. 11.56 40. +5420. 11.52 80. +5556. 11.48 80. +5700. 11.44 80. +5840. 11.41 80. +5950. 11.41 80. +6056. 11.38 80. +6180. 11.35 80. +6310. 11.34 80. +6436. 11.3 80. +6640. 11.26 80. +6790. 11.26 80. +7100. 11.23 80. +7250. 11.23 80. +7400. 11.22 80. +7550. 11.2 80. +7780. 11.16 80. +7890. 11.16 80. +7990. 11.15 80. +8090. 11.13 80. +8370. 11.13 80. +8708. 11.08 80. +9832. 11.05 80. +10256. 11.08 80. +10400. 11.13 80. diff --git a/noao/lib/onedstds/ctiocal/l1788.dat b/noao/lib/onedstds/ctiocal/l1788.dat new file mode 100644 index 00000000..b2fa21d1 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l1788.dat @@ -0,0 +1,43 @@ +# L1788 +3200. 14.57 40. +3350. 14.3 40. +3400. 14.16 40. +3450. 14.26 40. +3500. 14.19 40. +3571. 14.16 40. +3636. 14.06 40. +3704. 14.04 40. +3790. 13.87 40. +3862. 13.73 40. +4036. 13.6 40. +4167. 13.53 40. +4255. 13.53 40. +4464. 13.42 40. +4566. 13.4 40. +4675. 13.36 40. +4785. 13.3 40. +5000. 13.25 40. +5130. 13.18 40. +5263. 13.15 40. +5420. 13.14 80. +5556. 13.1 80. +5700. 13.08 80. +5840. 13.04 80. +5950. 13.04 80. +6056. 13.04 80. +6180. 12.99 80. +6310. 12.96 80. +6436. 12.98 80. +6640. 13.03 80. +6790. 12.97 80. +7100. 12.92 80. +7250. 12.97 80. +7400. 12.93 80. +7550. 12.92 80. +7780. 12.87 80. +7890. 12.8 80. +7990. 12.85 80. +8090. 12.85 80. +8370. 12.84 80. +8708. 12.8 80. +9832. 12.81 80. diff --git a/noao/lib/onedstds/ctiocal/l2415.dat b/noao/lib/onedstds/ctiocal/l2415.dat new file mode 100644 index 00000000..fab7f1fd --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l2415.dat @@ -0,0 +1,45 @@ +# L2415 +3200. 13.57 40. +3350. 13.36 40. +3400. 13.33 40. +3450. 13.34 40. +3500. 13.27 40. +3571. 13.29 40. +3636. 13.21 40. +3704. 13.18 40. +3790. 12.93 40. +3862. 12.72 40. +4036. 12.55 40. +4167. 12.48 40. +4255. 12.48 40. +4464. 12.4 40. +4566. 12.36 40. +4675. 12.34 40. +4785. 12.31 40. +5000. 12.28 40. +5130. 12.23 40. +5263. 12.18 40. +5420. 12.18 80. +5556. 12.16 80. +5700. 12.12 80. +5840. 12.1 80. +5950. 12.12 80. +6056. 12.11 80. +6180. 12.1 80. +6310. 12.09 80. +6436. 12.08 80. +6640. 12.11 80. +6790. 12.06 80. +7100. 12.06 80. +7250. 12.06 80. +7400. 12.08 80. +7550. 12.04 80. +7780. 12.01 80. +7890. 12. 80. +7990. 12. 80. +8090. 11.98 80. +8370. 12. 80. +8708. 11.96 80. +9832. 11.93 80. +10256. 11.93 80. +10400. 11.95 80. diff --git a/noao/lib/onedstds/ctiocal/l2511.dat b/noao/lib/onedstds/ctiocal/l2511.dat new file mode 100644 index 00000000..1366cb31 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l2511.dat @@ -0,0 +1,35 @@ +# L2511 +3200. 13.75 40. +3350. 13.61 40. +3450. 13.62 40. +3500. 13.62 40. +3571. 13.65 40. +3636. 13.68 40. +3704. 13.68 40. +3790. 13.68 40. +3862. 13.64 40. +4036. 13.87 40. +4167. 13.67 40. +4255. 13.69 40. +4464. 13.95 40. +4566. 13.73 40. +4675. 13.72 40. +4785. 13.77 40. +5000. 13.92 40. +5130. 13.84 40. +5263. 13.86 40. +5420. 13.89 80. +5556. 13.91 80. +5700. 14.02 80. +5840. 14.07 80. +5950. 14.08 80. +6056. 14.01 80. +6180. 14.01 80. +6310. 14.06 80. +6436. 14.11 80. +6640. 14.21 80. +6790. 14.15 80. +7100. 14.23 80. +7250. 14.24 80. +7400. 14.3 80. +7550. 14.28 80. diff --git a/noao/lib/onedstds/ctiocal/l3218.dat b/noao/lib/onedstds/ctiocal/l3218.dat new file mode 100644 index 00000000..f11a9126 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l3218.dat @@ -0,0 +1,42 @@ +# L3218 +3200. 12.44 40. +3350. 12.31 40. +3400. 12.26 40. +3450. 12.3 40. +3500. 12.27 40. +3571. 12.33 40. +3636. 12.24 40. +3704. 12.28 40. +3790. 12.26 40. +3862. 12.14 40. +4036. 11.98 40. +4167. 11.88 40. +4255. 11.88 40. +4464. 11.82 40. +4566. 11.82 40. +4675. 11.79 40. +4785. 11.82 40. +5000. 11.83 40. +5130. 11.82 40. +5263. 11.8 40. +5420. 11.86 80. +5556. 11.83 80. +5700. 11.86 80. +5840. 11.88 80. +5950. 11.89 80. +6056. 11.88 80. +6180. 11.92 80. +6310. 11.85 80. +6436. 11.94 80. +6640. 12.14 80. +6790. 11.98 80. +7100. 11.96 80. +7400. 11.99 80. +7550. 12.03 80. +7780. 12.04 80. +8090. 12.04 80. +8370. 12.11 80. +8708. 12.1 80. +9832. 12.23 80. +10256. 12.33 80. +10400. 12.3 80. diff --git a/noao/lib/onedstds/ctiocal/l377.dat b/noao/lib/onedstds/ctiocal/l377.dat new file mode 100644 index 00000000..523d8c08 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l377.dat @@ -0,0 +1,45 @@ +# L377 +3200. 12.96 40. +3350. 12.69 40. +3400. 12.58 40. +3450. 12.61 40. +3500. 12.53 40. +3571. 12.6 40. +3636. 12.46 40. +3704. 12.33 40. +3790. 12.18 40. +3862. 12.02 40. +4036. 11.75 40. +4167. 11.66 40. +4255. 11.66 40. +4464. 11.53 40. +4566. 11.49 40. +4675. 11.41 40. +4785. 11.38 40. +5000. 11.36 40. +5130. 11.32 40. +5263. 11.28 40. +5420. 11.23 80. +5556. 11.19 80. +5700. 11.19 80. +5840. 11.14 80. +5950. 11.18 80. +6056. 11.13 80. +6180. 11.12 80. +6310. 11.09 80. +6436. 11.08 80. +6640. 11.08 80. +6790. 11.06 80. +7100. 11.04 80. +7250. 11.04 80. +7400. 11.07 80. +7550. 11.03 80. +7780. 11.02 80. +7890. 11.01 80. +7990. 11.01 80. +8090. 10.98 80. +8370. 11.01 80. +8708. 10.97 80. +9832. 10.96 80. +10256. 10.98 80. +10400. 11.02 80. diff --git a/noao/lib/onedstds/ctiocal/l3864.dat b/noao/lib/onedstds/ctiocal/l3864.dat new file mode 100644 index 00000000..49daa9a3 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l3864.dat @@ -0,0 +1,45 @@ +# L3864 +3200. 13.73 40. +3350. 13.49 40. +3400. 13.37 40. +3450. 13.39 40. +3500. 13.34 40. +3571. 13.42 40. +3636. 13.23 40. +3704. 13.23 40. +3790. 12.98 40. +3862. 12.85 40. +4036. 12.66 40. +4167. 12.57 40. +4255. 12.57 40. +4464. 12.43 40. +4566. 12.4 40. +4675. 12.36 40. +4785. 12.3 40. +5000. 12.27 40. +5130. 12.24 40. +5263. 12.19 40. +5420. 12.2 80. +5556. 12.12 80. +5700. 12.08 80. +5840. 12.12 80. +5950. 12.03 80. +6056. 12.04 80. +6180. 12.03 80. +6310. 12.01 80. +6436. 11.99 80. +6640. 11.99 80. +6790. 11.98 80. +7100. 11.95 80. +7250. 11.96 80. +7400. 11.94 80. +7550. 11.93 80. +7780. 11.91 80. +7890. 11.95 80. +7990. 11.93 80. +8090. 11.89 80. +8370. 11.89 80. +8708. 11.87 80. +9832. 11.87 80. +10256. 11.88 80. +10400. 11.94 80. diff --git a/noao/lib/onedstds/ctiocal/l4364.dat b/noao/lib/onedstds/ctiocal/l4364.dat new file mode 100644 index 00000000..fa395337 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l4364.dat @@ -0,0 +1,45 @@ +# L4364 +3200. 12. 40. +3350. 11.83 40. +3400. 11.78 40. +3450. 11.8 40. +3500. 11.77 40. +3571. 11.83 40. +3636. 11.75 40. +3704. 11.76 40. +3790. 11.7 40. +3862. 11.6 40. +4036. 11.63 40. +4167. 11.57 40. +4255. 11.57 40. +4464. 11.52 40. +4566. 11.51 40. +4675. 11.58 40. +4785. 11.46 40. +5000. 11.52 40. +5130. 11.57 40. +5263. 11.48 40. +5420. 11.48 80. +5556. 11.49 80. +5700. 11.48 80. +5840. 11.47 80. +5950. 11.51 80. +6056. 11.5 80. +6180. 11.51 80. +6310. 11.52 80. +6436. 11.52 80. +6640. 11.55 80. +6790. 11.53 80. +7100. 11.53 80. +7250. 11.61 80. +7400. 11.56 80. +7550. 11.58 80. +7780. 11.61 80. +7890. 11.58 80. +7990. 11.63 80. +8090. 11.64 80. +8370. 11.67 80. +8708. 11.69 80. +9832. 11.81 80. +10256. 11.87 80. +10400. 11.89 80. diff --git a/noao/lib/onedstds/ctiocal/l4816.dat b/noao/lib/onedstds/ctiocal/l4816.dat new file mode 100644 index 00000000..978abd93 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l4816.dat @@ -0,0 +1,38 @@ +# L4816 +3200. 14.09 40. +3350. 14. 40. +3400. 13.97 40. +3450. 14.02 40. +3500. 14.02 40. +3571. 14.07 40. +3636. 14.04 40. +3704. 14.07 40. +3790. 14.05 40. +3862. 13.96 40. +4036. 13.86 40. +4167. 13.77 40. +4255. 13.75 40. +4464. 13.66 40. +4566. 13.66 40. +4675. 13.7 40. +4785. 13.81 40. +5000. 13.73 40. +5130. 13.69 40. +5263. 13.75 40. +5420. 13.76 80. +5556. 13.8 80. +5700. 13.8 80. +5840. 13.87 80. +5950. 13.84 80. +6056. 13.85 80. +6180. 13.89 80. +6310. 13.97 80. +6436. 13.98 80. +6640. 14.12 80. +6790. 14.01 80. +7100. 14.04 80. +7250. 14.16 80. +7550. 14.17 80. +7780. 14.13 80. +8090. 14.09 80. +8370. 14.19 80. diff --git a/noao/lib/onedstds/ctiocal/l6248.dat b/noao/lib/onedstds/ctiocal/l6248.dat new file mode 100644 index 00000000..412d2908 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l6248.dat @@ -0,0 +1,45 @@ +# L6248 +3200. 13.31 40. +3350. 13.09 40. +3400. 13.52 40. +3450. 13.12 40. +3500. 12.94 40. +3571. 13.04 40. +3636. 12.81 40. +3704. 12.72 40. +3790. 12.59 40. +3862. 12.44 40. +4036. 12.23 40. +4167. 12.21 40. +4255. 12.15 40. +4464. 12.07 40. +4566. 12.03 40. +4675. 11.98 40. +4785. 11.99 40. +5000. 11.93 40. +5130. 11.91 40. +5263. 11.88 40. +5420. 11.81 80. +5556. 11.77 80. +5700. 11.76 80. +5840. 11.7 80. +5950. 11.7 80. +6056. 11.67 80. +6180. 11.65 80. +6310. 11.64 80. +6436. 11.62 80. +6640. 11.65 80. +6790. 11.61 80. +7100. 11.59 80. +7250. 11.6 80. +7400. 11.59 80. +7550. 11.56 80. +7780. 11.52 80. +7890. 11.51 80. +7990. 11.5 80. +8090. 11.48 80. +8370. 11.49 80. +8708. 11.46 80. +9832. 11.45 80. +10256. 11.49 80. +10400. 11.5 80. diff --git a/noao/lib/onedstds/ctiocal/l7379.dat b/noao/lib/onedstds/ctiocal/l7379.dat new file mode 100644 index 00000000..32eb0062 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l7379.dat @@ -0,0 +1,45 @@ +# L7379 +3200. 12.17 40. +3350. 11.79 40. +3400. 11.67 40. +3450. 11.73 40. +3500. 11.58 40. +3571. 11.68 40. +3636. 11.52 40. +3704. 11.42 40. +3790. 11.31 40. +3862. 11.22 40. +4036. 10.89 40. +4167. 10.77 40. +4255. 10.83 40. +4464. 10.56 40. +4566. 10.49 40. +4675. 10.4 40. +4785. 10.37 40. +5000. 10.35 40. +5130. 10.34 40. +5263. 10.27 40. +5420. 10.21 80. +5556. 10.18 80. +5700. 10.15 80. +5840. 10.1 80. +5950. 10.11 80. +6056. 10.08 80. +6180. 10.08 80. +6310. 10.05 80. +6436. 10.01 80. +6640. 10.01 80. +6790. 9.97 80. +7100. 9.95 80. +7250. 9.97 80. +7400. 9.95 80. +7550. 9.93 80. +7780. 9.91 80. +7890. 9.89 80. +7990. 9.9 80. +8090. 9.89 80. +8370. 9.88 80. +8708. 9.87 80. +9832. 9.85 80. +10256. 9.89 80. +10400. 9.9 80. diff --git a/noao/lib/onedstds/ctiocal/l74546.dat b/noao/lib/onedstds/ctiocal/l74546.dat new file mode 100644 index 00000000..595700f4 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l74546.dat @@ -0,0 +1,41 @@ +# L74546 +3200. 13.67 40. +3350. 13.49 40. +3400. 13.44 40. +3450. 13.45 40. +3500. 13.41 40. +3571. 13.43 40. +3636. 13.31 40. +3704. 13.35 40. +3790. 13.33 40. +3862. 13.19 40. +4036. 13.2 40. +4167. 13.16 40. +4255. 13.16 40. +4464. 13.09 40. +4566. 13.09 40. +4675. 13.07 40. +4785. 13.09 40. +5000. 13.07 40. +5130. 13.07 40. +5263. 13.01 40. +5420. 13.04 80. +5556. 13.01 80. +5700. 13.04 80. +5840. 12.97 80. +5950. 12.99 80. +6056. 13.02 80. +6180. 13.01 80. +6310. 13.02 80. +6436. 13.05 80. +6640. 13.09 80. +6790. 13.03 80. +7100. 12.95 80. +7250. 13.08 80. +7400. 13.08 80. +7550. 13.11 80. +7780. 13.12 80. +8090. 13.13 80. +8370. 13.12 80. +8708. 13.16 80. +9832. 13.23 80. diff --git a/noao/lib/onedstds/ctiocal/l7987.dat b/noao/lib/onedstds/ctiocal/l7987.dat new file mode 100644 index 00000000..a0eb891f --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l7987.dat @@ -0,0 +1,44 @@ +# L7987 +3200. 12.39 40. +3350. 12.32 40. +3400. 12.3 40. +3450. 12.36 40. +3500. 12.34 40. +3571. 12.41 40. +3636. 12.39 40. +3704. 12.41 40. +3790. 12.37 40. +3862. 12.35 40. +4036. 12.12 40. +4167. 12.01 40. +4255. 12.01 40. +4464. 11.95 40. +4566. 11.97 40. +4675. 11.99 40. +4785. 12.18 40. +5000. 12.13 40. +5130. 12.13 40. +5263. 12.15 40. +5420. 12.16 80. +5556. 12.2 80. +5700. 12.25 80. +5840. 12.28 80. +5950. 12.34 80. +6056. 12.37 80. +6180. 12.39 80. +6310. 12.44 80. +6436. 12.5 80. +6790. 12.53 80. +7100. 12.6 80. +7250. 12.64 80. +7400. 12.68 80. +7550. 12.71 80. +7780. 12.72 80. +7890. 12.76 80. +7990. 12.76 80. +8090. 12.77 80. +8370. 12.84 80. +8708. 12.9 80. +9832. 13.03 80. +10256. 13.12 80. +10400. 13.19 80. diff --git a/noao/lib/onedstds/ctiocal/l8702.dat b/noao/lib/onedstds/ctiocal/l8702.dat new file mode 100644 index 00000000..45841ea9 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l8702.dat @@ -0,0 +1,35 @@ +# L8702 +3220. 13.6 40. +3300. 13.57 40. +3380. 13.554 40. +3460. 13.428 40. +3540. 13.446 40. +3620. 13.38 40. +3740. 13.302 40. +3860. 13.257 40. +3980. 13.181 40. +4100. 13.174 40. +4220. 13.036 40. +4380. 13.015 40. +4460. 12.958 40. +4580. 12.936 40. +4700. 12.917 40. +4820. 12.87 40. +4940. 12.875 40. +5060. 12.896 40. +5180. 12.832 40. +5300. 12.837 40. +5420. 12.801 40. +5540. 12.796 40. +5660. 12.778 40. +5740. 12.79 40. +5860. 12.783 40. +5980. 12.816 40. +6100. 12.765 40. +6220. 12.748 40. +6340. 12.762 40. +6460. 12.746 40. +6540. 12.892 40. +6700. 12.735 40. +7140. 12.752 40. +7220. 12.755 40. diff --git a/noao/lib/onedstds/ctiocal/l9239.dat b/noao/lib/onedstds/ctiocal/l9239.dat new file mode 100644 index 00000000..501700b9 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l9239.dat @@ -0,0 +1,45 @@ +# L9239 +3200. 13.96 40. +3350. 13.57 40. +3400. 13.43 40. +3450. 13.38 40. +3500. 13.36 40. +3571. 13.39 40. +3636. 13.25 40. +3704. 13.25 40. +3790. 13.09 40. +3862. 13. 40. +4036. 12.77 40. +4167. 12.66 40. +4255. 12.69 40. +4464. 12.45 40. +4566. 12.37 40. +4675. 12.29 40. +4785. 12.26 40. +5000. 12.22 40. +5130. 12.16 40. +5263. 12.1 40. +5420. 12.08 80. +5556. 12.01 80. +5700. 11.97 80. +5840. 11.92 80. +5950. 11.95 80. +6056. 11.92 80. +6180. 11.91 80. +6310. 11.88 80. +6436. 11.83 80. +6640. 11.81 80. +6790. 11.78 80. +7100. 11.74 80. +7250. 11.71 80. +7400. 11.7 80. +7550. 11.7 80. +7780. 11.69 80. +7890. 11.68 80. +7990. 11.68 80. +8090. 11.65 80. +8370. 11.64 80. +8708. 11.61 80. +9832. 11.55 80. +10256. 11.56 80. +10400. 11.59 80. diff --git a/noao/lib/onedstds/ctiocal/l93080.dat b/noao/lib/onedstds/ctiocal/l93080.dat new file mode 100644 index 00000000..680dc4fd --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l93080.dat @@ -0,0 +1,53 @@ +# L93080 +3320. 14.506 80. +3400. 14.53 80. +3480. 14.534 80. +3560. 14.504 80. +3640. 14.55 80. +3720. 14.585 80. +3800. 14.564 80. +3880. 14.644 80. +3960. 14.554 80. +4040. 14.654 80. +4120. 14.525 80. +4200. 14.516 80. +4280. 14.525 80. +4360. 14.597 80. +4440. 14.73 80. +4520. 14.668 80. +4600. 14.606 80. +4680. 14.637 80. +4760. 14.618 80. +4840. 14.621 80. +4920. 14.754 80. +5000. 14.768 80. +5080. 14.725 80. +5160. 14.703 80. +5240. 14.74 80. +5320. 14.776 80. +5400. 14.792 80. +5480. 14.799 80. +5560. 14.855 80. +5640. 14.867 80. +5720. 14.88 80. +5800. 14.912 80. +6040. 14.918 160. +6200. 14.95 160. +6360. 14.961 160. +6520. 14.963 160. +6680. 15.096 160. +6840. 15.121 160. +7000. 15.147 160. +7160. 15.143 160. +7320. 15.21 160. +7480. 15.237 160. +7640. 15.298 160. +7800. 15.255 160. +7960. 15.292 160. +8280. 15.378 160. +8440. 15.283 160. +8600. 15.195 160. +8760. 15.417 160. +8920. 15.299 160. +9080. 15.427 160. +9240. 15.425 160. diff --git a/noao/lib/onedstds/ctiocal/l9491.dat b/noao/lib/onedstds/ctiocal/l9491.dat new file mode 100644 index 00000000..78b9ab8a --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l9491.dat @@ -0,0 +1,38 @@ +# L9491 +3200. 14.17 40. +3350. 14.07 40. +3400. 14.07 40. +3450. 14.11 40. +3500. 14.03 40. +3571. 14.09 40. +3636. 14.07 40. +3704. 14.05 40. +3790. 14.02 40. +3862. 13.97 40. +4036. 14.04 40. +4167. 13.98 40. +4255. 14. 40. +4464. 14.02 40. +4566. 14.02 40. +4675. 14. 40. +4785. 14.01 40. +5000. 14.07 40. +5130. 14.08 40. +5263. 14.09 40. +5420. 14.11 80. +5556. 14.1 80. +5700. 14.13 80. +5840. 14.17 80. +5950. 14.2 80. +6056. 14.19 80. +6180. 14.18 80. +6310. 14.2 80. +6436. 14.19 80. +6640. 14.24 80. +6790. 14.29 80. +7100. 14.27 80. +7250. 14.4 80. +7400. 14.39 80. +7550. 14.39 80. +7780. 14.41 80. +8370. 14.45 80. diff --git a/noao/lib/onedstds/ctiocal/l97030.dat b/noao/lib/onedstds/ctiocal/l97030.dat new file mode 100644 index 00000000..a6a188ee --- /dev/null +++ b/noao/lib/onedstds/ctiocal/l97030.dat @@ -0,0 +1,42 @@ +# L97030 +3220. 13.03 40. +3300. 13.09 40. +3380. 13.074 40. +3460. 13.068 40. +3540. 13.096 40. +3620. 13.09 40. +3740. 13.152 40. +3860. 13.117 40. +3980. 13.131 40. +4100. 13.344 40. +4220. 12.676 40. +4380. 12.895 40. +4460. 12.648 40. +4580. 12.676 40. +4820. 13.08 40. +4940. 12.885 40. +5060. 12.816 40. +5180. 12.802 40. +5300. 12.877 40. +5420. 12.911 40. +5540. 12.956 40. +5660. 12.978 40. +5740. 13.03 40. +5860. 13.123 40. +7160. 13.333 160. +7320. 13.41 160. +7480. 13.437 160. +7640. 13.568 160. +7800. 13.495 160. +7960. 13.522 160. +8120. 13.537 160. +8280. 13.548 160. +8440. 13.523 160. +8600. 13.565 160. +8760. 13.567 160. +8920. 13.689 160. +9080. 13.727 160. +9240. 13.715 160. +9560. 13.812 160. +9720. 13.742 160. +9880. 13.762 160. diff --git a/noao/lib/onedstds/ctiocal/lds235.dat b/noao/lib/onedstds/ctiocal/lds235.dat new file mode 100644 index 00000000..dd5e13a3 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/lds235.dat @@ -0,0 +1,51 @@ +# LDS235 +3320. 15.436 80. +3400. 15.39 80. +3480. 15.364 80. +3560. 15.404 80. +3640. 15.39 80. +3720. 15.415 80. +3800. 15.464 80. +3880. 15.444 80. +3960. 15.484 80. +4040. 15.514 80. +4120. 15.415 80. +4200. 15.376 80. +4280. 15.365 80. +4360. 15.467 80. +4440. 15.61 80. +4520. 15.498 80. +4600. 15.446 80. +4680. 15.477 80. +4760. 15.498 80. +4840. 15.461 80. +4920. 15.614 80. +5000. 15.598 80. +5080. 15.575 80. +5160. 15.533 80. +5240. 15.57 80. +5320. 15.576 80. +5400. 15.592 80. +5480. 15.599 80. +5560. 15.635 80. +5640. 15.667 80. +5720. 15.73 80. +5800. 15.782 80. +6040. 15.738 160. +6200. 15.72 160. +6360. 15.761 160. +6520. 15.783 160. +6680. 15.996 160. +6840. 15.861 160. +7000. 15.997 160. +7160. 15.943 160. +7320. 16.05 160. +7480. 16.087 160. +7640. 16.058 160. +7800. 16.095 160. +7960. 16.052 160. +8280. 16.188 160. +8440. 16.293 160. +8600. 16.155 160. +8760. 16.097 160. +8920. 16.539 160. diff --git a/noao/lib/onedstds/ctiocal/lds749.dat b/noao/lib/onedstds/ctiocal/lds749.dat new file mode 100644 index 00000000..69c79683 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/lds749.dat @@ -0,0 +1,30 @@ +# LDS749 +3220. 14.59 40. +3300. 14.56 40. +3380. 14.514 40. +3460. 14.478 40. +3540. 14.466 40. +3620. 14.51 40. +3740. 14.472 40. +3860. 14.587 40. +3980. 14.431 40. +4100. 14.424 40. +4220. 14.476 40. +4460. 14.648 40. +4580. 14.516 40. +4700. 14.547 40. +4820. 14.53 40. +4940. 14.615 40. +5060. 14.656 40. +5180. 14.652 40. +5300. 14.637 40. +5420. 14.641 40. +5540. 14.676 40. +5660. 14.718 40. +5740. 14.73 40. +5860. 14.903 40. +5980. 14.786 40. +6100. 14.805 40. +6220. 14.798 40. +6340. 14.812 40. +6460. 14.826 40. diff --git a/noao/lib/onedstds/ctiocal/names.men b/noao/lib/onedstds/ctiocal/names.men new file mode 100644 index 00000000..52986c92 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/names.men @@ -0,0 +1,26 @@ +# Table of alternate names mapped to the names in this directory + +bd73632 w485a +eg11 l8702 +eg139 w1346 +eg149 l93080 +eg158 f110 +eg248 g9937 +eg26 hz4 +eg31 hz2 +eg54 l74546 +eg63 lds235 +eg76 l97030 +eg79 ross627 +eg99 w485a +feige110 f110 +feige15 f15 +feige25 f25 +feige56 f56 +feige98 f98 +g16350 l97030 +g2631 l93080 +ltt4099 l97030 +ltt8702 l93080 +wolf1346 w1346 +wolf485a w485a diff --git a/noao/lib/onedstds/ctiocal/ross627.dat b/noao/lib/onedstds/ctiocal/ross627.dat new file mode 100644 index 00000000..7e4b8d18 --- /dev/null +++ b/noao/lib/onedstds/ctiocal/ross627.dat @@ -0,0 +1,43 @@ +# ROSS627 +3160. 14.86 40. +3240. 14.88 40. +3320. 14.806 40. +3400. 14.78 40. +3480. 14.724 40. +3560. 14.674 40. +3640. 14.63 40. +3720. 14.585 40. +3800. 14.614 40. +3880. 14.574 40. +4000. 14.529 40. +4080. 14.474 40. +4200. 14.346 40. +4280. 14.355 40. +4400. 14.384 40. +4480. 14.311 40. +4600. 14.216 40. +4680. 14.227 40. +4800. 14.189 40. +4880. 14.273 40. +5000. 14.168 40. +5080. 14.165 40. +5200. 14.121 40. +5280. 14.128 40. +5400. 14.102 40. +5480. 14.129 40. +5600. 14.086 40. +5680. 14.108 40. +5800. 14.062 80. +5960. 14.036 80. +6200. 14.06 80. +6360. 14.031 80. +6600. 14.119 80. +6760. 14.042 80. +7000. 14.067 80. +7160. 14.003 80. +7400. 14.043 80. +7720. 14.107 80. +7880. 14.124 80. +8200. 13.983 80. +8360. 14.023 80. +8600. 14.025 80. diff --git a/noao/lib/onedstds/ctiocal/standards.men b/noao/lib/onedstds/ctiocal/standards.men new file mode 100644 index 00000000..a86b443e --- /dev/null +++ b/noao/lib/onedstds/ctiocal/standards.men @@ -0,0 +1,15 @@ +Standard stars in onedstds$ctiocal/ + +bd25 eg139 feige56 l2415 l93080 +bd73632 eg149 feige98 l2511 l97030 +bd8 eg158 g16350 l3218 lds235 +cd32 eg248 g2631 l3864 lds749 +eg11 eg274 g9937 l4364 ltt4099 +eg21 f15 h600 l4816 ltt8702 +eg26 f25 hz2 l6248 ross627 +eg31 f56 hz4 l7379 w1346 +eg54 f98 hz15 l7987 w485a +eg63 f110 kopf27 l8702 wolf1346 +eg76 feige110 l377 l9239 wolf485a +eg79 feige15 l1020 l9491 +eg99 feige25 l1788 l74546 diff --git a/noao/lib/onedstds/ctiocal/w1346.dat b/noao/lib/onedstds/ctiocal/w1346.dat new file mode 100644 index 00000000..f6ff592a --- /dev/null +++ b/noao/lib/onedstds/ctiocal/w1346.dat @@ -0,0 +1,12 @@ +# W1346 +5740. 11.56 40. +5860. 11.583 40. +5980. 11.656 40. +6100. 11.665 40. +6220. 11.708 40. +6340. 11.752 40. +6460. 11.786 40. +6540. 11.962 40. +6700. 11.855 40. +7140. 11.922 40. +7220. 11.935 40. diff --git a/noao/lib/onedstds/ctiocal/w485a.dat b/noao/lib/onedstds/ctiocal/w485a.dat new file mode 100644 index 00000000..70c6eedc --- /dev/null +++ b/noao/lib/onedstds/ctiocal/w485a.dat @@ -0,0 +1,58 @@ +# W485A +3320. 12.466 80. +3400. 12.48 80. +3480. 12.464 80. +3560. 12.434 80. +3640. 12.44 80. +3720. 12.455 80. +3800. 12.494 80. +3880. 12.504 80. +3960. 12.554 80. +4040. 12.244 80. +4120. 12.445 80. +4200. 12.056 80. +4280. 12.185 80. +4360. 12.497 80. +4440. 12.07 80. +4520. 12.018 80. +4600. 12.026 80. +4680. 12.057 80. +4760. 12.138 80. +4840. 12.501 80. +4920. 12.314 80. +5000. 12.158 80. +5080. 12.145 80. +5160. 12.123 80. +5240. 12.14 80. +5320. 12.166 80. +5400. 12.182 80. +5480. 12.219 80. +5560. 12.195 80. +5640. 12.217 80. +5720. 12.23 80. +5800. 12.252 80. +6040. 12.238 160. +6200. 12.27 160. +6360. 12.291 160. +6520. 12.563 160. +6680. 12.486 160. +6840. 12.451 160. +7000. 12.477 160. +7160. 12.523 160. +7320. 12.57 160. +7480. 12.617 160. +7640. 12.698 160. +7800. 12.655 160. +7960. 12.682 160. +8120. 12.657 160. +8280. 12.678 160. +8440. 12.713 160. +8600. 12.745 160. +8760. 12.787 160. +8920. 12.839 160. +9080. 12.847 160. +9240. 12.855 160. +9400. 12.993 160. +9560. 12.902 160. +9720. 12.922 160. +9880. 12.972 160. diff --git a/noao/lib/onedstds/ctioextinct.dat b/noao/lib/onedstds/ctioextinct.dat new file mode 100644 index 00000000..ab9e40d9 --- /dev/null +++ b/noao/lib/onedstds/ctioextinct.dat @@ -0,0 +1,36 @@ + 3200. 1.05 + 3250. 0.91 + 3300. 0.82 + 3350. 0.75 + 3400. 0.70 + 3450. 0.66 + 3500. 0.62 + 3571. 0.57 + 3636. 0.55 + 3704. 0.50 + 3862. 0.42 + 4036. 0.38 + 4167. 0.34 + 4255. 0.31 + 4464. 0.27 + 4566. 0.25 + 4785. 0.22 + 5000. 0.19 + 5263. 0.17 + 5556. 0.14 + 5840. 0.16 + 6056. 0.15 + 6436. 0.11 + 6790. 0.071 + 7100. 0.067 + 7550. 0.053 + 7780. 0.049 + 8090. 0.053 + 8370. 0.050 + 8708. 0.030 + 9832. 0.053 +10256. 0.023 +10400. 0.024 +10610. 0.026 +10796. 0.029 +10870. 0.037 diff --git a/noao/lib/onedstds/ctionewcal/cd32.dat b/noao/lib/onedstds/ctionewcal/cd32.dat new file mode 100644 index 00000000..d17b7139 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/cd32.dat @@ -0,0 +1,140 @@ +# CD 32 +3300 12.024 50 +3350 11.992 50 +3400 11.967 50 +3450 11.962 50 +3500 11.931 50 +3550 11.849 50 +3600 11.827 50 +3650 11.732 50 +3700 11.676 50 +3750 11.502 50 +3800 11.26 50 +3850 11.095 50 +3900 11.057 50 +3950 11.033 50 +4000 10.799 50 +4050 10.718 50 +4100 10.94 50 +4150 10.705 50 +4200 10.643 50 +4250 10.61 50 +4300 10.661 50 +4350 10.797 50 +4400 10.57 50 +4450 10.548 50 +4500 10.509 50 +4550 10.527 50 +4600 10.489 50 +4650 10.481 50 +4700 10.475 50 +4750 10.47 50 +4800 10.475 50 +4850 10.714 50 +4900 10.541 50 +4950 10.458 50 +5000 10.471 50 +5050 10.443 50 +5100 10.455 50 +5150 10.467 50 +5200 10.477 50 +5250 10.463 50 +5300 10.448 50 +5350 10.442 50 +5400 10.446 50 +5450 10.433 50 +5500 10.427 50 +5550 10.416 50 +5600 10.419 50 +5650 10.421 50 +5700 10.429 50 +5750 10.419 50 +5800 10.417 50 +5850 10.406 50 +5900 10.424 50 +5950 10.411 50 +6000 10.421 50 +6050 10.419 50 +6100 10.424 50 +6150 10.445 50 +6200 10.429 50 +6250 10.444 50 +6300 10.454 50 +6350 10.442 50 +6400 10.436 50 +6450 10.44 50 +6500 10.458 50 +6550 10.627 50 +6600 10.489 50 +6650 10.438 50 +6700 10.430 50 +6750 10.435 50 +6800 10.438 50 +6850 10.492 50 +6900 10.553 50 +6950 10.470 50 +7000 10.470 50 +7050 10.464 50 +7100 10.465 50 +7150 10.488 50 +7200 10.549 50 +7250 10.540 50 +7300 10.535 50 +7350 10.499 50 +7400 10.508 50 +7450 10.502 50 +7500 10.504 50 +7550 10.498 50 +7600 10.965 50 +7650 10.843 50 +7700 10.526 50 +7750 10.513 50 +7800 10.510 50 +7850 10.509 50 +7900 10.519 50 +7950 10.522 50 +8000 10.520 50 +8050 10.523 50 +8100 10.533 50 +8150 10.595 50 +8200 10.604 50 +8250 10.591 50 +8300 10.586 50 +8350 10.568 50 +8400 10.557 50 +8450 10.564 50 +8500 10.571 50 +8550 10.580 50 +8600 10.574 50 +8650 10.593 50 +8700 10.549 50 +8750 10.617 50 +8800 10.535 50 +8850 10.634 50 +8900 10.562 50 +8950 10.580 50 +9000 10.762 50 +9050 10.639 50 +9100 10.649 50 +9150 10.643 50 +9200 10.685 50 +9250 10.731 50 +9300 10.796 50 +9350 11.050 50 +9400 10.855 50 +9450 10.933 50 +9500 10.912 50 +9550 11.005 50 +9600 10.838 50 +9650 10.762 50 +9700 10.662 50 +9750 10.682 50 +9800 10.653 50 +9850 10.623 50 +9900 10.618 50 +9950 10.625 50 +10000 10.631 50 +10050 10.783 50 +10100 10.641 50 +10150 10.604 50 +10200 10.632 50 diff --git a/noao/lib/onedstds/ctionewcal/cd32blue.dat b/noao/lib/onedstds/ctionewcal/cd32blue.dat new file mode 100644 index 00000000..5f447773 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/cd32blue.dat @@ -0,0 +1,87 @@ +# CD-32 +3300 12.029 50 +3350 11.997 50 +3400 11.972 50 +3450 11.967 50 +3500 11.936 50 +3550 11.854 50 +3600 11.832 50 +3650 11.737 50 +3700 11.681 50 +3750 11.507 50 +3800 11.265 50 +3850 11.100 50 +3900 11.062 50 +3950 11.038 50 +4000 10.804 50 +4050 10.723 50 +4100 10.945 50 +4150 10.710 50 +4200 10.648 50 +4250 10.615 50 +4300 10.666 50 +4350 10.802 50 +4400 10.575 50 +4450 10.553 50 +4500 10.514 50 +4550 10.532 50 +4600 10.494 50 +4650 10.486 50 +4700 10.480 50 +4750 10.475 50 +4800 10.480 50 +4850 10.719 50 +4900 10.546 50 +4950 10.463 50 +5000 10.476 50 +5050 10.448 50 +5100 10.460 50 +5150 10.472 50 +5200 10.482 50 +5250 10.468 50 +5300 10.453 50 +5350 10.447 50 +5400 10.451 50 +5450 10.438 50 +5500 10.432 50 +5550 10.421 50 +5600 10.424 50 +5650 10.426 50 +5700 10.434 50 +5750 10.424 50 +5800 10.422 50 +5850 10.411 50 +5900 10.429 50 +5950 10.416 50 +6000 10.426 50 +6050 10.424 50 +6100 10.429 50 +6150 10.450 50 +6200 10.434 50 +6250 10.449 50 +6300 10.459 50 +6350 10.447 50 +6400 10.441 50 +6450 10.445 50 +6500 10.456 50 +6550 10.630 50 +6600 10.498 50 +6650 10.440 50 +6700 10.431 50 +6750 10.439 50 +6800 10.444 50 +6850 10.499 50 +6900 10.563 50 +6950 10.478 50 +7000 10.476 50 +7050 10.465 50 +7100 10.465 50 +7150 10.491 50 +7200 10.556 50 +7250 10.548 50 +7300 10.542 50 +7350 10.505 50 +7400 10.515 50 +7450 10.511 50 +7500 10.513 50 +7550 10.515 50 diff --git a/noao/lib/onedstds/ctionewcal/cd32red.dat b/noao/lib/onedstds/ctionewcal/cd32red.dat new file mode 100644 index 00000000..599e9082 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/cd32red.dat @@ -0,0 +1,84 @@ +# CD-32 +6100 10.417 50 +6150 10.450 50 +6200 10.442 50 +6250 10.465 50 +6300 10.474 50 +6350 10.458 50 +6400 10.461 50 +6450 10.448 50 +6500 10.465 50 +6550 10.629 50 +6600 10.484 50 +6650 10.441 50 +6700 10.433 50 +6750 10.436 50 +6800 10.436 50 +6850 10.490 50 +6900 10.547 50 +6950 10.466 50 +7000 10.469 50 +7050 10.468 50 +7100 10.470 50 +7150 10.489 50 +7200 10.546 50 +7250 10.536 50 +7300 10.532 50 +7350 10.497 50 +7400 10.505 50 +7450 10.497 50 +7500 10.500 50 +7550 10.498 50 +7600 10.965 50 +7650 10.843 50 +7700 10.526 50 +7750 10.513 50 +7800 10.510 50 +7850 10.509 50 +7900 10.519 50 +7950 10.522 50 +8000 10.520 50 +8050 10.523 50 +8100 10.533 50 +8150 10.595 50 +8200 10.604 50 +8250 10.591 50 +8300 10.586 50 +8350 10.568 50 +8400 10.557 50 +8450 10.564 50 +8500 10.571 50 +8550 10.580 50 +8600 10.574 50 +8650 10.593 50 +8700 10.549 50 +8750 10.617 50 +8800 10.535 50 +8850 10.634 50 +8900 10.562 50 +8950 10.580 50 +9000 10.762 50 +9050 10.639 50 +9100 10.649 50 +9150 10.643 50 +9200 10.685 50 +9250 10.731 50 +9300 10.796 50 +9350 11.050 50 +9400 10.855 50 +9450 10.933 50 +9500 10.912 50 +9550 11.005 50 +9600 10.838 50 +9650 10.762 50 +9700 10.662 50 +9750 10.682 50 +9800 10.653 50 +9850 10.623 50 +9900 10.618 50 +9950 10.625 50 +10000 10.631 50 +10050 10.783 50 +10100 10.641 50 +10150 10.604 50 +10200 10.632 50 diff --git a/noao/lib/onedstds/ctionewcal/eg21.dat b/noao/lib/onedstds/ctionewcal/eg21.dat new file mode 100644 index 00000000..2326523a --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/eg21.dat @@ -0,0 +1,136 @@ +# EG 21 +3300 11.46 50 +3350 11.435 50 +3400 11.443 50 +3450 11.471 50 +3500 11.484 50 +3550 11.488 50 +3600 11.475 50 +3650 11.474 50 +3700 11.491 50 +3750 11.502 50 +3800 11.504 50 +3850 11.491 50 +3900 11.5 50 +3950 11.482 50 +4000 11.407 50 +4050 11.241 50 +4100 11.626 50 +4150 11.266 50 +4200 11.096 50 +4250 11.121 50 +4300 11.346 50 +4350 11.699 50 +4400 11.288 50 +4450 11.153 50 +4500 11.123 50 +4550 11.132 50 +4600 11.146 50 +4650 11.163 50 +4700 11.189 50 +4750 11.241 50 +4800 11.375 50 +4850 11.765 50 +4900 11.571 50 +4950 11.345 50 +5000 11.298 50 +5050 11.294 50 +5100 11.292 50 +5150 11.296 50 +5200 11.305 50 +5250 11.319 50 +5300 11.331 50 +5350 11.347 50 +5400 11.361 50 +5450 11.372 50 +5500 11.382 50 +5550 11.395 50 +5600 11.408 50 +5650 11.424 50 +5700 11.44 50 +5750 11.457 50 +5800 11.464 50 +5850 11.472 50 +5900 11.491 50 +5950 11.512 50 +6000 11.525 50 +6050 11.536 50 +6100 11.543 50 +6150 11.548 50 +6200 11.56 50 +6250 11.582 50 +6300 11.609 50 +6350 11.61 50 +6400 11.633 50 +6450 11.673 50 +6500 11.771 50 +6550 12.026 50 +6600 11.899 50 +6650 11.746 50 +6700 11.704 50 +6750 11.700 50 +6800 11.706 50 +6850 11.763 50 +6900 11.826 50 +6950 11.749 50 +7000 11.753 50 +7050 11.763 50 +7100 11.772 50 +7150 11.799 50 +7200 11.857 50 +7250 11.860 50 +7300 11.852 50 +7350 11.836 50 +7400 11.838 50 +7450 11.843 50 +7500 11.855 50 +7550 11.861 50 +7600 12.345 50 +7650 12.232 50 +7700 11.911 50 +7750 11.908 50 +7800 11.915 50 +7850 11.925 50 +7900 11.936 50 +7950 11.936 50 +8000 11.957 50 +8050 11.968 50 +8100 11.985 50 +8150 12.057 50 +8200 12.058 50 +8250 12.059 50 +8300 12.063 50 +8350 12.051 50 +8400 12.038 50 +8450 12.043 50 +8500 12.070 50 +8550 12.084 50 +8600 12.092 50 +8650 12.105 50 +8700 12.110 50 +8750 12.130 50 +8800 12.152 50 +8850 12.145 50 +8900 12.153 50 +8950 12.229 50 +9000 12.314 50 +9050 12.260 50 +9100 12.305 50 +9150 12.322 50 +9200 12.300 50 +9250 12.310 50 +9300 12.449 50 +9350 12.715 50 +9400 12.492 50 +9450 12.568 50 +9500 12.612 50 +9550 12.610 50 +9600 12.558 50 +9650 12.471 50 +9700 12.370 50 +9750 12.369 50 +9800 12.339 50 +9850 12.338 50 +9900 12.314 50 +9950 12.344 50 +10000 12.476 50 diff --git a/noao/lib/onedstds/ctionewcal/eg21blue.dat b/noao/lib/onedstds/ctionewcal/eg21blue.dat new file mode 100644 index 00000000..6e1e78de --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/eg21blue.dat @@ -0,0 +1,87 @@ +# EG 21 +3300 11.450 50 +3350 11.425 50 +3400 11.433 50 +3450 11.461 50 +3500 11.474 50 +3550 11.478 50 +3600 11.465 50 +3650 11.464 50 +3700 11.481 50 +3750 11.492 50 +3800 11.494 50 +3850 11.481 50 +3900 11.490 50 +3950 11.472 50 +4000 11.397 50 +4050 11.231 50 +4100 11.616 50 +4150 11.256 50 +4200 11.086 50 +4250 11.111 50 +4300 11.336 50 +4350 11.689 50 +4400 11.278 50 +4450 11.143 50 +4500 11.113 50 +4550 11.122 50 +4600 11.136 50 +4650 11.153 50 +4700 11.179 50 +4750 11.231 50 +4800 11.365 50 +4850 11.755 50 +4900 11.561 50 +4950 11.335 50 +5000 11.288 50 +5050 11.284 50 +5100 11.282 50 +5150 11.286 50 +5200 11.295 50 +5250 11.309 50 +5300 11.321 50 +5350 11.337 50 +5400 11.351 50 +5450 11.362 50 +5500 11.372 50 +5550 11.385 50 +5600 11.398 50 +5650 11.414 50 +5700 11.430 50 +5750 11.447 50 +5800 11.454 50 +5850 11.462 50 +5900 11.481 50 +5950 11.502 50 +6000 11.515 50 +6050 11.526 50 +6100 11.533 50 +6150 11.538 50 +6200 11.550 50 +6250 11.572 50 +6300 11.599 50 +6350 11.600 50 +6400 11.623 50 +6450 11.663 50 +6500 11.761 50 +6550 12.017 50 +6600 11.889 50 +6650 11.736 50 +6700 11.695 50 +6750 11.693 50 +6800 11.702 50 +6850 11.755 50 +6900 11.821 50 +6950 11.740 50 +7000 11.743 50 +7050 11.755 50 +7100 11.764 50 +7150 11.790 50 +7200 11.844 50 +7250 11.846 50 +7300 11.840 50 +7350 11.823 50 +7400 11.824 50 +7450 11.826 50 +7500 11.842 50 +7550 11.861 50 diff --git a/noao/lib/onedstds/ctionewcal/eg21red.dat b/noao/lib/onedstds/ctionewcal/eg21red.dat new file mode 100644 index 00000000..865ff747 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/eg21red.dat @@ -0,0 +1,81 @@ +# EG 21 +6050 11.512 50 +6100 11.520 50 +6150 11.538 50 +6200 11.551 50 +6250 11.577 50 +6300 11.613 50 +6350 11.607 50 +6400 11.626 50 +6450 11.672 50 +6500 11.770 50 +6550 12.025 50 +6600 11.898 50 +6650 11.746 50 +6700 11.703 50 +6750 11.697 50 +6800 11.699 50 +6850 11.760 50 +6900 11.821 50 +6950 11.747 50 +7000 11.753 50 +7050 11.761 50 +7100 11.770 50 +7150 11.798 50 +7200 11.860 50 +7250 11.864 50 +7300 11.854 50 +7350 11.838 50 +7400 11.842 50 +7450 11.850 50 +7500 11.858 50 +7550 11.861 50 +7600 12.345 50 +7650 12.232 50 +7700 11.911 50 +7750 11.908 50 +7800 11.915 50 +7850 11.925 50 +7900 11.936 50 +7950 11.936 50 +8000 11.957 50 +8050 11.968 50 +8100 11.985 50 +8150 12.057 50 +8200 12.058 50 +8250 12.059 50 +8300 12.063 50 +8350 12.051 50 +8400 12.038 50 +8450 12.043 50 +8500 12.070 50 +8550 12.084 50 +8600 12.092 50 +8650 12.105 50 +8700 12.110 50 +8750 12.130 50 +8800 12.152 50 +8850 12.145 50 +8900 12.153 50 +8950 12.229 50 +9000 12.314 50 +9050 12.260 50 +9100 12.305 50 +9150 12.322 50 +9200 12.300 50 +9250 12.310 50 +9300 12.449 50 +9350 12.715 50 +9400 12.492 50 +9450 12.568 50 +9500 12.612 50 +9550 12.610 50 +9600 12.558 50 +9650 12.471 50 +9700 12.370 50 +9750 12.369 50 +9800 12.339 50 +9850 12.338 50 +9900 12.314 50 +9950 12.344 50 +10000 12.476 50 diff --git a/noao/lib/onedstds/ctionewcal/eg274.dat b/noao/lib/onedstds/ctionewcal/eg274.dat new file mode 100644 index 00000000..b98f2dc5 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/eg274.dat @@ -0,0 +1,139 @@ +# EG 274 +3300 10.605 50 +3350 10.598 50 +3400 10.619 50 +3450 10.668 50 +3500 10.68 50 +3550 10.691 50 +3600 10.697 50 +3650 10.709 50 +3700 10.73 50 +3750 10.749 50 +3800 10.765 50 +3850 10.769 50 +3900 10.781 50 +3950 10.827 50 +4000 10.756 50 +4050 10.672 50 +4100 10.968 50 +4150 10.711 50 +4200 10.626 50 +4250 10.655 50 +4300 10.817 50 +4350 11.074 50 +4400 10.773 50 +4450 10.711 50 +4500 10.714 50 +4550 10.729 50 +4600 10.748 50 +4650 10.771 50 +4700 10.801 50 +4750 10.833 50 +4800 10.925 50 +4850 11.225 50 +4900 11.052 50 +4950 10.914 50 +5000 10.898 50 +5050 10.906 50 +5100 10.918 50 +5150 10.926 50 +5200 10.941 50 +5250 10.957 50 +5300 10.979 50 +5350 10.994 50 +5400 11.009 50 +5450 11.025 50 +5500 11.037 50 +5550 11.046 50 +5600 11.071 50 +5650 11.09 50 +5700 11.108 50 +5750 11.132 50 +5800 11.141 50 +5850 11.145 50 +5900 11.161 50 +5950 11.183 50 +6000 11.199 50 +6050 11.211 50 +6100 11.238 50 +6150 11.242 50 +6200 11.25 50 +6250 11.27 50 +6300 11.287 50 +6350 11.284 50 +6400 11.294 50 +6450 11.323 50 +6500 11.384 50 +6550 11.592 50 +6600 11.483 50 +6650 11.385 50 +6700 11.370 50 +6750 11.377 50 +6800 11.388 50 +6850 11.451 50 +6900 11.517 50 +6950 11.448 50 +7000 11.452 50 +7050 11.460 50 +7100 11.473 50 +7150 11.497 50 +7200 11.558 50 +7250 11.561 50 +7300 11.552 50 +7350 11.549 50 +7400 11.554 50 +7450 11.563 50 +7500 11.575 50 +7550 11.585 50 +7600 12.056 50 +7650 11.954 50 +7700 11.631 50 +7750 11.623 50 +7800 11.634 50 +7850 11.648 50 +7900 11.665 50 +7950 11.673 50 +8000 11.689 50 +8050 11.694 50 +8100 11.711 50 +8150 11.782 50 +8200 11.786 50 +8250 11.792 50 +8300 11.793 50 +8350 11.779 50 +8400 11.772 50 +8450 11.787 50 +8500 11.798 50 +8550 11.811 50 +8600 11.820 50 +8650 11.831 50 +8700 11.843 50 +8750 11.856 50 +8800 11.875 50 +8850 11.888 50 +8900 11.900 50 +8950 11.962 50 +9000 12.038 50 +9050 11.992 50 +9100 12.038 50 +9150 12.061 50 +9200 12.035 50 +9250 12.038 50 +9300 12.218 50 +9350 12.504 50 +9400 12.274 50 +9450 12.394 50 +9500 12.379 50 +9550 12.347 50 +9600 12.299 50 +9650 12.208 50 +9700 12.109 50 +9750 12.158 50 +9800 12.141 50 +9850 12.091 50 +9900 12.093 50 +9950 12.152 50 +10000 12.160 50 +10050 12.270 50 +10100 12.191 50 +10150 12.160 50 diff --git a/noao/lib/onedstds/ctionewcal/eg274blue.dat b/noao/lib/onedstds/ctionewcal/eg274blue.dat new file mode 100644 index 00000000..516d8562 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/eg274blue.dat @@ -0,0 +1,87 @@ +# EG 274 +3300 10.585 50 +3350 10.578 50 +3400 10.599 50 +3450 10.648 50 +3500 10.660 50 +3550 10.671 50 +3600 10.677 50 +3650 10.689 50 +3700 10.710 50 +3750 10.729 50 +3800 10.745 50 +3850 10.749 50 +3900 10.761 50 +3950 10.807 50 +4000 10.736 50 +4050 10.652 50 +4100 10.948 50 +4150 10.691 50 +4200 10.606 50 +4250 10.635 50 +4300 10.797 50 +4350 11.054 50 +4400 10.753 50 +4450 10.691 50 +4500 10.694 50 +4550 10.709 50 +4600 10.728 50 +4650 10.751 50 +4700 10.781 50 +4750 10.813 50 +4800 10.905 50 +4850 11.205 50 +4900 11.032 50 +4950 10.894 50 +5000 10.878 50 +5050 10.886 50 +5100 10.898 50 +5150 10.906 50 +5200 10.921 50 +5250 10.937 50 +5300 10.959 50 +5350 10.974 50 +5400 10.989 50 +5450 11.005 50 +5500 11.017 50 +5550 11.026 50 +5600 11.051 50 +5650 11.070 50 +5700 11.088 50 +5750 11.112 50 +5800 11.121 50 +5850 11.125 50 +5900 11.141 50 +5950 11.163 50 +6000 11.179 50 +6050 11.191 50 +6100 11.218 50 +6150 11.222 50 +6200 11.230 50 +6250 11.250 50 +6300 11.267 50 +6350 11.264 50 +6400 11.274 50 +6450 11.303 50 +6500 11.358 50 +6550 11.559 50 +6600 11.462 50 +6650 11.365 50 +6700 11.352 50 +6750 11.361 50 +6800 11.373 50 +6850 11.434 50 +6900 11.502 50 +6950 11.434 50 +7000 11.433 50 +7050 11.438 50 +7100 11.453 50 +7150 11.469 50 +7200 11.530 50 +7250 11.530 50 +7300 11.532 50 +7350 11.529 50 +7400 11.533 50 +7450 11.548 50 +7500 11.559 50 +7550 11.583 50 diff --git a/noao/lib/onedstds/ctionewcal/eg274red.dat b/noao/lib/onedstds/ctionewcal/eg274red.dat new file mode 100644 index 00000000..23b034a0 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/eg274red.dat @@ -0,0 +1,84 @@ +# EG 274 +6050 11.182 50 +6100 11.202 50 +6150 11.219 50 +6200 11.238 50 +6250 11.260 50 +6300 11.292 50 +6350 11.288 50 +6400 11.300 50 +6450 11.324 50 +6500 11.389 50 +6550 11.605 50 +6600 11.484 50 +6650 11.384 50 +6700 11.368 50 +6750 11.372 50 +6800 11.383 50 +6850 11.447 50 +6900 11.511 50 +6950 11.442 50 +7000 11.450 50 +7050 11.462 50 +7100 11.472 50 +7150 11.504 50 +7200 11.565 50 +7250 11.571 50 +7300 11.565 50 +7350 11.548 50 +7400 11.554 50 +7450 11.558 50 +7500 11.571 50 +7550 11.585 50 +7600 12.056 50 +7650 11.954 50 +7700 11.631 50 +7750 11.623 50 +7800 11.634 50 +7850 11.648 50 +7900 11.665 50 +7950 11.673 50 +8000 11.689 50 +8050 11.694 50 +8100 11.711 50 +8150 11.782 50 +8200 11.786 50 +8250 11.792 50 +8300 11.793 50 +8350 11.779 50 +8400 11.772 50 +8450 11.787 50 +8500 11.798 50 +8550 11.811 50 +8600 11.820 50 +8650 11.831 50 +8700 11.843 50 +8750 11.856 50 +8800 11.875 50 +8850 11.888 50 +8900 11.900 50 +8950 11.962 50 +9000 12.038 50 +9050 11.992 50 +9100 12.038 50 +9150 12.061 50 +9200 12.035 50 +9250 12.038 50 +9300 12.218 50 +9350 12.504 50 +9400 12.274 50 +9450 12.394 50 +9500 12.379 50 +9550 12.347 50 +9600 12.299 50 +9650 12.208 50 +9700 12.109 50 +9750 12.158 50 +9800 12.141 50 +9850 12.091 50 +9900 12.093 50 +9950 12.152 50 +10000 12.160 50 +10050 12.270 50 +10100 12.191 50 +10150 12.160 50 diff --git a/noao/lib/onedstds/ctionewcal/f110.dat b/noao/lib/onedstds/ctionewcal/f110.dat new file mode 100644 index 00000000..7a1e6c89 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/f110.dat @@ -0,0 +1,135 @@ +# Feige 110 +3300 10.982 50 +3350 10.972 50 +3400 11.002 50 +3450 11.057 50 +3500 11.078 50 +3550 11.093 50 +3600 11.107 50 +3650 11.134 50 +3700 11.164 50 +3750 11.182 50 +3800 11.195 50 +3850 11.197 50 +3900 11.224 50 +3950 11.255 50 +4000 11.254 50 +4050 11.243 50 +4100 11.37 50 +4150 11.296 50 +4200 11.329 50 +4250 11.353 50 +4300 11.388 50 +4350 11.5 50 +4400 11.423 50 +4450 11.444 50 +4500 11.462 50 +4550 11.484 50 +4600 11.506 50 +4650 11.534 50 +4700 11.574 50 +4750 11.572 50 +4800 11.592 50 +4850 11.71 50 +4900 11.638 50 +4950 11.635 50 +5000 11.655 50 +5050 11.676 50 +5100 11.689 50 +5150 11.702 50 +5200 11.716 50 +5250 11.737 50 +5300 11.757 50 +5350 11.77 50 +5400 11.807 50 +5450 11.807 50 +5500 11.823 50 +5550 11.84 50 +5600 11.86 50 +5650 11.88 50 +5700 11.905 50 +5750 11.92 50 +5800 11.93 50 +5850 11.94 50 +5900 11.963 50 +5950 11.974 50 +6000 11.992 50 +6050 12.012 50 +6100 12.041 50 +6150 12.064 50 +6200 12.087 50 +6250 12.115 50 +6300 12.142 50 +6350 12.141 50 +6400 12.151 50 +6450 12.160 50 +6500 12.175 50 +6550 12.275 50 +6600 12.212 50 +6650 12.208 50 +6700 12.214 50 +6750 12.225 50 +6800 12.237 50 +6850 12.304 50 +6900 12.377 50 +6950 12.303 50 +7000 12.311 50 +7050 12.329 50 +7100 12.340 50 +7150 12.368 50 +7200 12.425 50 +7250 12.432 50 +7300 12.424 50 +7350 12.417 50 +7400 12.423 50 +7450 12.434 50 +7500 12.450 50 +7550 12.466 50 +7600 12.941 50 +7650 12.835 50 +7700 12.519 50 +7750 12.509 50 +7800 12.513 50 +7850 12.530 50 +7900 12.545 50 +7950 12.553 50 +8000 12.569 50 +8050 12.583 50 +8100 12.598 50 +8150 12.659 50 +8200 12.659 50 +8250 12.686 50 +8300 12.680 50 +8350 12.663 50 +8400 12.672 50 +8450 12.684 50 +8500 12.691 50 +8550 12.704 50 +8600 12.717 50 +8650 12.729 50 +8700 12.746 50 +8750 12.757 50 +8800 12.764 50 +8850 12.796 50 +8900 12.799 50 +8950 12.847 50 +9000 12.930 50 +9050 12.885 50 +9100 12.917 50 +9150 12.931 50 +9200 12.929 50 +9250 12.951 50 +9300 13.082 50 +9350 13.301 50 +9400 13.140 50 +9450 13.218 50 +9500 13.233 50 +9550 13.196 50 +9600 13.117 50 +9650 13.079 50 +9700 13.046 50 +9750 13.076 50 +9800 13.028 50 +9850 13.048 50 +9900 13.082 50 +9950 12.970 50 diff --git a/noao/lib/onedstds/ctionewcal/f110blue.dat b/noao/lib/onedstds/ctionewcal/f110blue.dat new file mode 100644 index 00000000..ff417f70 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/f110blue.dat @@ -0,0 +1,87 @@ +# Feige 110 +3300 11.017 50 +3350 11.008 50 +3400 11.035 50 +3450 11.085 50 +3500 11.112 50 +3550 11.128 50 +3600 11.134 50 +3650 11.154 50 +3700 11.194 50 +3750 11.215 50 +3800 11.223 50 +3850 11.233 50 +3900 11.255 50 +3950 11.285 50 +4000 11.274 50 +4050 11.264 50 +4100 11.387 50 +4150 11.313 50 +4200 11.340 50 +4250 11.370 50 +4300 11.403 50 +4350 11.516 50 +4400 11.442 50 +4450 11.465 50 +4500 11.484 50 +4550 11.509 50 +4600 11.527 50 +4650 11.553 50 +4700 11.594 50 +4750 11.586 50 +4800 11.610 50 +4850 11.729 50 +4900 11.661 50 +4950 11.661 50 +5000 11.681 50 +5050 11.703 50 +5100 11.715 50 +5150 11.726 50 +5200 11.739 50 +5250 11.759 50 +5300 11.778 50 +5350 11.796 50 +5400 11.830 50 +5450 11.830 50 +5500 11.846 50 +5550 11.861 50 +5600 11.874 50 +5650 11.892 50 +5700 11.917 50 +5750 11.934 50 +5800 11.948 50 +5850 11.963 50 +5900 11.984 50 +5950 12.001 50 +6000 12.018 50 +6050 12.033 50 +6100 12.028 50 +6150 12.020 50 +6200 12.026 50 +6250 12.038 50 +6300 12.070 50 +6350 12.061 50 +6400 12.085 50 +6450 12.095 50 +6500 12.116 50 +6550 12.216 50 +6600 12.156 50 +6650 12.147 50 +6700 12.170 50 +6750 12.177 50 +6800 12.202 50 +6850 12.258 50 +6900 12.321 50 +6950 12.245 50 +7000 12.240 50 +7050 12.268 50 +7100 12.281 50 +7150 12.306 50 +7200 12.354 50 +7250 12.351 50 +7300 12.340 50 +7350 12.350 50 +7400 12.345 50 +7450 12.354 50 +7500 12.358 50 +7550 12.398 50 diff --git a/noao/lib/onedstds/ctionewcal/f110red.dat b/noao/lib/onedstds/ctionewcal/f110red.dat new file mode 100644 index 00000000..5f5ab1b9 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/f110red.dat @@ -0,0 +1,79 @@ +# Feige 110 +6100 12.041 50 +6150 12.064 50 +6200 12.087 50 +6250 12.115 50 +6300 12.142 50 +6350 12.141 50 +6400 12.151 50 +6450 12.160 50 +6500 12.175 50 +6550 12.275 50 +6600 12.212 50 +6650 12.208 50 +6700 12.214 50 +6750 12.225 50 +6800 12.237 50 +6850 12.304 50 +6900 12.377 50 +6950 12.303 50 +7000 12.311 50 +7050 12.329 50 +7100 12.340 50 +7150 12.368 50 +7200 12.425 50 +7250 12.432 50 +7300 12.424 50 +7350 12.417 50 +7400 12.423 50 +7450 12.434 50 +7500 12.450 50 +7550 12.466 50 +7600 12.941 50 +7650 12.835 50 +7700 12.519 50 +7750 12.509 50 +7800 12.513 50 +7850 12.530 50 +7900 12.545 50 +7950 12.553 50 +8000 12.569 50 +8050 12.583 50 +8100 12.598 50 +8150 12.659 50 +8200 12.659 50 +8250 12.686 50 +8300 12.680 50 +8350 12.663 50 +8400 12.672 50 +8450 12.684 50 +8500 12.691 50 +8550 12.704 50 +8600 12.717 50 +8650 12.729 50 +8700 12.746 50 +8750 12.757 50 +8800 12.764 50 +8850 12.796 50 +8900 12.799 50 +8950 12.847 50 +9000 12.930 50 +9050 12.885 50 +9100 12.917 50 +9150 12.931 50 +9200 12.929 50 +9250 12.951 50 +9300 13.082 50 +9350 13.301 50 +9400 13.140 50 +9450 13.218 50 +9500 13.233 50 +9550 13.196 50 +9600 13.117 50 +9650 13.079 50 +9700 13.046 50 +9750 13.076 50 +9800 13.028 50 +9850 13.048 50 +9900 13.082 50 +9950 12.970 50 diff --git a/noao/lib/onedstds/ctionewcal/f56.dat b/noao/lib/onedstds/ctionewcal/f56.dat new file mode 100644 index 00000000..821af3f4 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/f56.dat @@ -0,0 +1,138 @@ +# Feige 56 +3300 11.232 50 +3350 11.224 50 +3400 11.232 50 +3450 11.248 50 +3500 11.254 50 +3550 11.246 50 +3600 11.237 50 +3650 11.232 50 +3700 11.204 50 +3750 11.031 50 +3800 10.853 50 +3850 10.764 50 +3900 10.752 50 +3950 10.774 50 +4000 10.7 50 +4050 10.679 50 +4100 10.837 50 +4150 10.713 50 +4200 10.716 50 +4250 10.741 50 +4300 10.781 50 +4350 10.902 50 +4400 10.791 50 +4450 10.805 50 +4500 10.815 50 +4550 10.828 50 +4600 10.837 50 +4650 10.849 50 +4700 10.861 50 +4750 10.88 50 +4800 10.896 50 +4850 11.035 50 +4900 10.928 50 +4950 10.918 50 +5000 10.944 50 +5050 10.964 50 +5100 10.972 50 +5150 10.984 50 +5200 11.006 50 +5250 11.01 50 +5300 11.016 50 +5350 11.022 50 +5400 11.031 50 +5450 11.041 50 +5500 11.051 50 +5550 11.057 50 +5600 11.066 50 +5650 11.089 50 +5700 11.104 50 +5750 11.112 50 +5800 11.123 50 +5850 11.125 50 +5900 11.157 50 +5950 11.159 50 +6000 11.164 50 +6050 11.176 50 +6100 11.185 50 +6150 11.196 50 +6200 11.206 50 +6250 11.222 50 +6300 11.249 50 +6350 11.249 50 +6400 11.252 50 +6450 11.261 50 +6500 11.272 50 +6550 11.370 50 +6600 11.300 50 +6650 11.292 50 +6700 11.298 50 +6750 11.308 50 +6800 11.322 50 +6850 11.383 50 +6900 11.450 50 +6950 11.377 50 +7000 11.375 50 +7050 11.381 50 +7100 11.392 50 +7150 11.419 50 +7200 11.486 50 +7250 11.490 50 +7300 11.482 50 +7350 11.453 50 +7400 11.454 50 +7450 11.458 50 +7500 11.469 50 +7550 11.476 50 +7600 11.962 50 +7650 11.842 50 +7700 11.521 50 +7750 11.509 50 +7800 11.517 50 +7850 11.523 50 +7900 11.539 50 +7950 11.543 50 +8000 11.553 50 +8050 11.561 50 +8100 11.575 50 +8150 11.651 50 +8200 11.651 50 +8250 11.656 50 +8300 11.659 50 +8350 11.637 50 +8400 11.633 50 +8450 11.645 50 +8500 11.648 50 +8550 11.654 50 +8600 11.669 50 +8650 11.673 50 +8700 11.623 50 +8750 11.715 50 +8800 11.611 50 +8850 11.732 50 +8900 11.659 50 +8950 11.692 50 +9000 11.878 50 +9050 11.754 50 +9100 11.764 50 +9150 11.786 50 +9200 11.807 50 +9250 11.862 50 +9300 11.960 50 +9350 12.255 50 +9400 12.028 50 +9450 12.115 50 +9500 12.091 50 +9550 12.184 50 +9600 12.003 50 +9650 11.929 50 +9700 11.844 50 +9750 11.872 50 +9800 11.852 50 +9850 11.839 50 +9900 11.836 50 +9950 11.820 50 +10000 11.830 50 +10050 11.889 50 +10100 11.845 50 diff --git a/noao/lib/onedstds/ctionewcal/f56blue.dat b/noao/lib/onedstds/ctionewcal/f56blue.dat new file mode 100644 index 00000000..2b72460a --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/f56blue.dat @@ -0,0 +1,87 @@ +# Feige 56 +3300 11.237 50 +3350 11.229 50 +3400 11.237 50 +3450 11.253 50 +3500 11.259 50 +3550 11.251 50 +3600 11.242 50 +3650 11.237 50 +3700 11.209 50 +3750 11.036 50 +3800 10.858 50 +3850 10.769 50 +3900 10.757 50 +3950 10.779 50 +4000 10.705 50 +4050 10.684 50 +4100 10.842 50 +4150 10.718 50 +4200 10.721 50 +4250 10.746 50 +4300 10.786 50 +4350 10.907 50 +4400 10.796 50 +4450 10.810 50 +4500 10.820 50 +4550 10.833 50 +4600 10.842 50 +4650 10.854 50 +4700 10.866 50 +4750 10.885 50 +4800 10.901 50 +4850 11.040 50 +4900 10.933 50 +4950 10.923 50 +5000 10.949 50 +5050 10.969 50 +5100 10.977 50 +5150 10.989 50 +5200 11.011 50 +5250 11.015 50 +5300 11.021 50 +5350 11.027 50 +5400 11.036 50 +5450 11.046 50 +5500 11.056 50 +5550 11.062 50 +5600 11.071 50 +5650 11.094 50 +5700 11.109 50 +5750 11.117 50 +5800 11.128 50 +5850 11.130 50 +5900 11.162 50 +5950 11.164 50 +6000 11.169 50 +6050 11.181 50 +6100 11.190 50 +6150 11.201 50 +6200 11.211 50 +6250 11.227 50 +6300 11.254 50 +6350 11.254 50 +6400 11.257 50 +6450 11.266 50 +6500 11.274 50 +6550 11.376 50 +6600 11.306 50 +6650 11.295 50 +6700 11.302 50 +6750 11.312 50 +6800 11.331 50 +6850 11.389 50 +6900 11.458 50 +6950 11.385 50 +7000 11.382 50 +7050 11.382 50 +7100 11.396 50 +7150 11.424 50 +7200 11.497 50 +7250 11.500 50 +7300 11.491 50 +7350 11.458 50 +7400 11.461 50 +7450 11.464 50 +7500 11.475 50 +7550 11.482 50 diff --git a/noao/lib/onedstds/ctionewcal/f56red.dat b/noao/lib/onedstds/ctionewcal/f56red.dat new file mode 100644 index 00000000..5268452f --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/f56red.dat @@ -0,0 +1,75 @@ +# Feige 56 +6450 11.263 50 +6500 11.274 50 +6550 11.368 50 +6600 11.298 50 +6650 11.293 50 +6700 11.298 50 +6750 11.308 50 +6800 11.317 50 +6850 11.382 50 +6900 11.447 50 +6950 11.373 50 +7000 11.373 50 +7050 11.384 50 +7100 11.392 50 +7150 11.418 50 +7200 11.480 50 +7250 11.484 50 +7300 11.477 50 +7350 11.452 50 +7400 11.452 50 +7450 11.457 50 +7500 11.468 50 +7550 11.476 50 +7600 11.962 50 +7650 11.842 50 +7700 11.521 50 +7750 11.509 50 +7800 11.517 50 +7850 11.523 50 +7900 11.539 50 +7950 11.543 50 +8000 11.553 50 +8050 11.561 50 +8100 11.575 50 +8150 11.651 50 +8200 11.651 50 +8250 11.656 50 +8300 11.659 50 +8350 11.637 50 +8400 11.633 50 +8450 11.645 50 +8500 11.648 50 +8550 11.654 50 +8600 11.669 50 +8650 11.673 50 +8700 11.623 50 +8750 11.715 50 +8800 11.611 50 +8850 11.732 50 +8900 11.659 50 +8950 11.692 50 +9000 11.878 50 +9050 11.754 50 +9100 11.764 50 +9150 11.786 50 +9200 11.807 50 +9250 11.862 50 +9300 11.960 50 +9350 12.255 50 +9400 12.028 50 +9450 12.115 50 +9500 12.091 50 +9550 12.184 50 +9600 12.003 50 +9650 11.929 50 +9700 11.844 50 +9750 11.872 50 +9800 11.852 50 +9850 11.839 50 +9900 11.836 50 +9950 11.820 50 +10000 11.830 50 +10050 11.889 50 +10100 11.845 50 diff --git a/noao/lib/onedstds/ctionewcal/h600.dat b/noao/lib/onedstds/ctionewcal/h600.dat new file mode 100644 index 00000000..e3056d38 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/h600.dat @@ -0,0 +1,138 @@ +# Hiltner 600 +3300 10.901 50 +3350 10.871 50 +3400 10.872 50 +3450 10.876 50 +3500 10.868 50 +3550 10.844 50 +3600 10.828 50 +3650 10.8 50 +3700 10.797 50 +3750 10.713 50 +3800 10.619 50 +3850 10.535 50 +3900 10.522 50 +3950 10.52 50 +4000 10.486 50 +4050 10.454 50 +4100 10.552 50 +4150 10.462 50 +4200 10.437 50 +4250 10.449 50 +4300 10.477 50 +4350 10.566 50 +4400 10.486 50 +4450 10.489 50 +4500 10.455 50 +4550 10.45 50 +4600 10.455 50 +4650 10.457 50 +4700 10.459 50 +4750 10.458 50 +4800 10.459 50 +4850 10.549 50 +4900 10.476 50 +4950 10.447 50 +5000 10.456 50 +5050 10.451 50 +5100 10.445 50 +5150 10.443 50 +5200 10.432 50 +5250 10.429 50 +5300 10.424 50 +5350 10.422 50 +5400 10.419 50 +5450 10.423 50 +5500 10.419 50 +5550 10.417 50 +5600 10.417 50 +5650 10.429 50 +5700 10.436 50 +5750 10.44 50 +5800 10.441 50 +5850 10.435 50 +5900 10.474 50 +5950 10.446 50 +6000 10.449 50 +6050 10.45 50 +6100 10.451 50 +6150 10.459 50 +6200 10.469 50 +6250 10.474 50 +6300 10.502 50 +6350 10.482 50 +6400 10.483 50 +6450 10.483 50 +6500 10.493 50 +6550 10.571 50 +6600 10.507 50 +6650 10.491 50 +6700 10.493 50 +6750 10.486 50 +6800 10.494 50 +6850 10.550 50 +6900 10.604 50 +6950 10.530 50 +7000 10.523 50 +7050 10.531 50 +7100 10.524 50 +7150 10.546 50 +7200 10.607 50 +7250 10.607 50 +7300 10.596 50 +7350 10.565 50 +7400 10.559 50 +7450 10.558 50 +7500 10.561 50 +7550 10.561 50 +7600 11.031 50 +7650 10.911 50 +7700 10.598 50 +7750 10.576 50 +7800 10.574 50 +7850 10.570 50 +7900 10.582 50 +7950 10.583 50 +8000 10.586 50 +8050 10.591 50 +8100 10.600 50 +8150 10.671 50 +8200 10.668 50 +8250 10.667 50 +8300 10.660 50 +8350 10.643 50 +8400 10.631 50 +8450 10.635 50 +8500 10.638 50 +8550 10.642 50 +8600 10.654 50 +8650 10.657 50 +8700 10.626 50 +8750 10.688 50 +8800 10.623 50 +8850 10.702 50 +8900 10.650 50 +8950 10.681 50 +9000 10.849 50 +9050 10.746 50 +9100 10.747 50 +9150 10.766 50 +9200 10.772 50 +9250 10.813 50 +9300 10.928 50 +9350 11.215 50 +9400 10.981 50 +9450 11.068 50 +9500 11.054 50 +9550 11.122 50 +9600 10.960 50 +9650 10.876 50 +9700 10.785 50 +9750 10.811 50 +9800 10.772 50 +9850 10.741 50 +9900 10.735 50 +9950 10.745 50 +10000 10.766 50 +10050 10.830 50 +10100 10.745 50 diff --git a/noao/lib/onedstds/ctionewcal/h600blue.dat b/noao/lib/onedstds/ctionewcal/h600blue.dat new file mode 100644 index 00000000..5e5da493 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/h600blue.dat @@ -0,0 +1,87 @@ +# HILT 600 +3300 10.905 50 +3350 10.875 50 +3400 10.876 50 +3450 10.880 50 +3500 10.872 50 +3550 10.848 50 +3600 10.832 50 +3650 10.804 50 +3700 10.801 50 +3750 10.717 50 +3800 10.623 50 +3850 10.539 50 +3900 10.526 50 +3950 10.524 50 +4000 10.490 50 +4050 10.458 50 +4100 10.556 50 +4150 10.466 50 +4200 10.441 50 +4250 10.453 50 +4300 10.481 50 +4350 10.570 50 +4400 10.490 50 +4450 10.493 50 +4500 10.459 50 +4550 10.454 50 +4600 10.459 50 +4650 10.461 50 +4700 10.463 50 +4750 10.462 50 +4800 10.463 50 +4850 10.553 50 +4900 10.480 50 +4950 10.451 50 +5000 10.460 50 +5050 10.455 50 +5100 10.449 50 +5150 10.447 50 +5200 10.436 50 +5250 10.433 50 +5300 10.428 50 +5350 10.426 50 +5400 10.423 50 +5450 10.427 50 +5500 10.423 50 +5550 10.421 50 +5600 10.421 50 +5650 10.433 50 +5700 10.440 50 +5750 10.444 50 +5800 10.445 50 +5850 10.439 50 +5900 10.478 50 +5950 10.450 50 +6000 10.453 50 +6050 10.454 50 +6100 10.455 50 +6150 10.463 50 +6200 10.473 50 +6250 10.478 50 +6300 10.506 50 +6350 10.486 50 +6400 10.487 50 +6450 10.487 50 +6500 10.493 50 +6550 10.573 50 +6600 10.511 50 +6650 10.491 50 +6700 10.494 50 +6750 10.489 50 +6800 10.501 50 +6850 10.553 50 +6900 10.608 50 +6950 10.535 50 +7000 10.526 50 +7050 10.532 50 +7100 10.526 50 +7150 10.549 50 +7200 10.614 50 +7250 10.613 50 +7300 10.604 50 +7350 10.571 50 +7400 10.566 50 +7450 10.566 50 +7500 10.572 50 +7550 10.569 50 diff --git a/noao/lib/onedstds/ctionewcal/h600red.dat b/noao/lib/onedstds/ctionewcal/h600red.dat new file mode 100644 index 00000000..2287d973 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/h600red.dat @@ -0,0 +1,75 @@ +# Hiltner 600 +6450 10.489 50 +6500 10.496 50 +6550 10.573 50 +6600 10.506 50 +6650 10.494 50 +6700 10.495 50 +6750 10.487 50 +6800 10.490 50 +6850 10.550 50 +6900 10.604 50 +6950 10.528 50 +7000 10.523 50 +7050 10.533 50 +7100 10.526 50 +7150 10.547 50 +7200 10.603 50 +7250 10.604 50 +7300 10.592 50 +7350 10.562 50 +7400 10.555 50 +7450 10.553 50 +7500 10.554 50 +7550 10.561 50 +7600 11.031 50 +7650 10.911 50 +7700 10.598 50 +7750 10.576 50 +7800 10.574 50 +7850 10.570 50 +7900 10.582 50 +7950 10.583 50 +8000 10.586 50 +8050 10.591 50 +8100 10.600 50 +8150 10.671 50 +8200 10.668 50 +8250 10.667 50 +8300 10.660 50 +8350 10.643 50 +8400 10.631 50 +8450 10.635 50 +8500 10.638 50 +8550 10.642 50 +8600 10.654 50 +8650 10.657 50 +8700 10.626 50 +8750 10.688 50 +8800 10.623 50 +8850 10.702 50 +8900 10.650 50 +8950 10.681 50 +9000 10.849 50 +9050 10.746 50 +9100 10.747 50 +9150 10.766 50 +9200 10.772 50 +9250 10.813 50 +9300 10.928 50 +9350 11.215 50 +9400 10.981 50 +9450 11.068 50 +9500 11.054 50 +9550 11.122 50 +9600 10.960 50 +9650 10.876 50 +9700 10.785 50 +9750 10.811 50 +9800 10.772 50 +9850 10.741 50 +9900 10.735 50 +9950 10.745 50 +10000 10.766 50 +10050 10.830 50 +10100 10.745 50 diff --git a/noao/lib/onedstds/ctionewcal/l1020.dat b/noao/lib/onedstds/ctionewcal/l1020.dat new file mode 100644 index 00000000..1338ab2a --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l1020.dat @@ -0,0 +1,138 @@ +# LTT 1020 +3300 12.888 50 +3350 12.846 50 +3400 12.789 50 +3450 12.787 50 +3500 12.719 50 +3550 12.659 50 +3600 12.641 50 +3650 12.539 50 +3700 12.51 50 +3750 12.512 50 +3800 12.378 50 +3850 12.358 50 +3900 12.343 50 +3950 12.438 50 +4000 12.155 50 +4050 12.086 50 +4100 12.073 50 +4150 12.019 50 +4200 12.016 50 +4250 12.023 50 +4300 12.067 50 +4350 11.988 50 +4400 11.925 50 +4450 11.872 50 +4500 11.833 50 +4550 11.815 50 +4600 11.783 50 +4650 11.762 50 +4700 11.746 50 +4750 11.726 50 +4800 11.705 50 +4850 11.731 50 +4900 11.678 50 +4950 11.653 50 +5000 11.644 50 +5050 11.629 50 +5100 11.608 50 +5150 11.607 50 +5200 11.601 50 +5250 11.56 50 +5300 11.54 50 +5350 11.526 50 +5400 11.517 50 +5450 11.502 50 +5500 11.483 50 +5550 11.469 50 +5600 11.465 50 +5650 11.449 50 +5700 11.446 50 +5750 11.431 50 +5800 11.414 50 +5850 11.399 50 +5900 11.402 50 +5950 11.388 50 +6000 11.381 50 +6050 11.373 50 +6100 11.364 50 +6150 11.356 50 +6200 11.346 50 +6250 11.349 50 +6300 11.353 50 +6350 11.327 50 +6400 11.323 50 +6450 11.318 50 +6500 11.312 50 +6550 11.359 50 +6600 11.301 50 +6650 11.282 50 +6700 11.273 50 +6750 11.267 50 +6800 11.263 50 +6850 11.308 50 +6900 11.359 50 +6950 11.268 50 +7000 11.258 50 +7050 11.252 50 +7100 11.247 50 +7150 11.259 50 +7200 11.304 50 +7250 11.288 50 +7300 11.272 50 +7350 11.239 50 +7400 11.228 50 +7450 11.220 50 +7500 11.220 50 +7550 11.215 50 +7600 11.681 50 +7650 11.559 50 +7700 11.222 50 +7750 11.198 50 +7800 11.192 50 +7850 11.192 50 +7900 11.191 50 +7950 11.188 50 +8000 11.187 50 +8050 11.186 50 +8100 11.191 50 +8150 11.244 50 +8200 11.238 50 +8250 11.229 50 +8300 11.218 50 +8350 11.193 50 +8400 11.183 50 +8450 11.176 50 +8500 11.190 50 +8550 11.207 50 +8600 11.179 50 +8650 11.199 50 +8700 11.184 50 +8750 11.184 50 +8800 11.193 50 +8850 11.191 50 +8900 11.192 50 +8950 11.231 50 +9000 11.301 50 +9050 11.247 50 +9100 11.284 50 +9150 11.294 50 +9200 11.251 50 +9250 11.255 50 +9300 11.414 50 +9350 11.679 50 +9400 11.470 50 +9450 11.541 50 +9500 11.494 50 +9550 11.472 50 +9600 11.415 50 +9650 11.353 50 +9700 11.270 50 +9750 11.301 50 +9800 11.270 50 +9850 11.238 50 +9900 11.219 50 +9950 11.201 50 +10000 11.224 50 +10050 11.240 50 +10100 11.208 50 diff --git a/noao/lib/onedstds/ctionewcal/l1020blue.dat b/noao/lib/onedstds/ctionewcal/l1020blue.dat new file mode 100644 index 00000000..4437e374 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l1020blue.dat @@ -0,0 +1,87 @@ +# LTT 1020 +3300 12.898 50 +3350 12.856 50 +3400 12.799 50 +3450 12.797 50 +3500 12.729 50 +3550 12.669 50 +3600 12.651 50 +3650 12.549 50 +3700 12.520 50 +3750 12.522 50 +3800 12.388 50 +3850 12.368 50 +3900 12.353 50 +3950 12.448 50 +4000 12.165 50 +4050 12.096 50 +4100 12.083 50 +4150 12.029 50 +4200 12.026 50 +4250 12.033 50 +4300 12.077 50 +4350 11.998 50 +4400 11.935 50 +4450 11.882 50 +4500 11.843 50 +4550 11.825 50 +4600 11.793 50 +4650 11.772 50 +4700 11.756 50 +4750 11.736 50 +4800 11.715 50 +4850 11.741 50 +4900 11.688 50 +4950 11.663 50 +5000 11.654 50 +5050 11.639 50 +5100 11.618 50 +5150 11.617 50 +5200 11.611 50 +5250 11.570 50 +5300 11.550 50 +5350 11.536 50 +5400 11.527 50 +5450 11.512 50 +5500 11.493 50 +5550 11.479 50 +5600 11.475 50 +5650 11.459 50 +5700 11.456 50 +5750 11.441 50 +5800 11.424 50 +5850 11.409 50 +5900 11.412 50 +5950 11.398 50 +6000 11.391 50 +6050 11.383 50 +6100 11.374 50 +6150 11.366 50 +6200 11.356 50 +6250 11.359 50 +6300 11.363 50 +6350 11.337 50 +6400 11.333 50 +6450 11.328 50 +6500 11.320 50 +6550 11.367 50 +6600 11.309 50 +6650 11.290 50 +6700 11.282 50 +6750 11.277 50 +6800 11.274 50 +6850 11.318 50 +6900 11.370 50 +6950 11.277 50 +7000 11.268 50 +7050 11.260 50 +7100 11.256 50 +7150 11.268 50 +7200 11.312 50 +7250 11.297 50 +7300 11.281 50 +7350 11.248 50 +7400 11.237 50 +7450 11.230 50 +7500 11.233 50 +7550 11.227 50 diff --git a/noao/lib/onedstds/ctionewcal/l1020red.dat b/noao/lib/onedstds/ctionewcal/l1020red.dat new file mode 100644 index 00000000..d70013f9 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l1020red.dat @@ -0,0 +1,83 @@ +# LTT 1020 +6050 11.371 50 +6100 11.365 50 +6150 11.366 50 +6200 11.357 50 +6250 11.358 50 +6300 11.363 50 +6350 11.336 50 +6400 11.324 50 +6450 11.321 50 +6500 11.314 50 +6550 11.361 50 +6600 11.302 50 +6650 11.283 50 +6700 11.273 50 +6750 11.266 50 +6800 11.261 50 +6850 11.308 50 +6900 11.357 50 +6950 11.269 50 +7000 11.257 50 +7050 11.253 50 +7100 11.247 50 +7150 11.259 50 +7200 11.305 50 +7250 11.289 50 +7300 11.272 50 +7350 11.240 50 +7400 11.228 50 +7450 11.220 50 +7500 11.217 50 +7550 11.215 50 +7600 11.681 50 +7650 11.559 50 +7700 11.222 50 +7750 11.198 50 +7800 11.192 50 +7850 11.192 50 +7900 11.191 50 +7950 11.188 50 +8000 11.187 50 +8050 11.186 50 +8100 11.191 50 +8150 11.244 50 +8200 11.238 50 +8250 11.229 50 +8300 11.218 50 +8350 11.193 50 +8400 11.183 50 +8450 11.176 50 +8500 11.190 50 +8550 11.207 50 +8600 11.179 50 +8650 11.199 50 +8700 11.184 50 +8750 11.184 50 +8800 11.193 50 +8850 11.191 50 +8900 11.192 50 +8950 11.231 50 +9000 11.301 50 +9050 11.247 50 +9100 11.284 50 +9150 11.294 50 +9200 11.251 50 +9250 11.255 50 +9300 11.414 50 +9350 11.679 50 +9400 11.470 50 +9450 11.541 50 +9500 11.494 50 +9550 11.472 50 +9600 11.415 50 +9650 11.353 50 +9700 11.270 50 +9750 11.301 50 +9800 11.270 50 +9850 11.238 50 +9900 11.219 50 +9950 11.201 50 +10000 11.224 50 +10050 11.240 50 +10100 11.208 50 diff --git a/noao/lib/onedstds/ctionewcal/l1788.dat b/noao/lib/onedstds/ctionewcal/l1788.dat new file mode 100644 index 00000000..6d882db4 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l1788.dat @@ -0,0 +1,138 @@ +# LTT 1788 +3300 14.364 50 +3350 14.302 50 +3400 14.269 50 +3450 14.258 50 +3500 14.226 50 +3550 14.156 50 +3600 14.105 50 +3650 14.042 50 +3700 14.022 50 +3750 13.973 50 +3800 13.846 50 +3850 13.793 50 +3900 13.772 50 +3950 13.791 50 +4000 13.639 50 +4050 13.591 50 +4100 13.617 50 +4150 13.544 50 +4200 13.536 50 +4250 13.522 50 +4300 13.523 50 +4350 13.541 50 +4400 13.461 50 +4450 13.434 50 +4500 13.402 50 +4550 13.389 50 +4600 13.369 50 +4650 13.352 50 +4700 13.335 50 +4750 13.319 50 +4800 13.307 50 +4850 13.348 50 +4900 13.28 50 +4950 13.255 50 +5000 13.248 50 +5050 13.237 50 +5100 13.223 50 +5150 13.21 50 +5200 13.2 50 +5250 13.182 50 +5300 13.163 50 +5350 13.153 50 +5400 13.143 50 +5450 13.129 50 +5500 13.116 50 +5550 13.112 50 +5600 13.1 50 +5650 13.095 50 +5700 13.095 50 +5750 13.086 50 +5800 13.069 50 +5850 13.054 50 +5900 13.056 50 +5950 13.044 50 +6000 13.037 50 +6050 13.034 50 +6100 13.028 50 +6150 13.028 50 +6200 13.018 50 +6250 13.019 50 +6300 13.024 50 +6350 13.006 50 +6400 13 50 +6450 12.994 50 +6500 12.992 50 +6550 13.056 50 +6600 12.985 50 +6650 12.962 50 +6700 12.957 50 +6750 12.951 50 +6800 12.952 50 +6850 12.997 50 +6900 13.046 50 +6950 12.959 50 +7000 12.949 50 +7050 12.944 50 +7100 12.939 50 +7150 12.953 50 +7200 12.998 50 +7250 12.993 50 +7300 12.979 50 +7350 12.945 50 +7400 12.931 50 +7450 12.930 50 +7500 12.924 50 +7550 12.918 50 +7600 13.375 50 +7650 13.255 50 +7700 12.926 50 +7750 12.903 50 +7800 12.900 50 +7850 12.898 50 +7900 12.898 50 +7950 12.897 50 +8000 12.897 50 +8050 12.897 50 +8100 12.896 50 +8150 12.954 50 +8200 12.946 50 +8250 12.942 50 +8300 12.932 50 +8350 12.908 50 +8400 12.899 50 +8450 12.893 50 +8500 12.903 50 +8550 12.910 50 +8600 12.902 50 +8650 12.906 50 +8700 12.904 50 +8750 12.911 50 +8800 12.913 50 +8850 12.922 50 +8900 12.920 50 +8950 12.960 50 +9000 13.026 50 +9050 12.972 50 +9100 13.010 50 +9150 13.014 50 +9200 12.983 50 +9250 12.989 50 +9300 13.146 50 +9350 13.387 50 +9400 13.180 50 +9450 13.258 50 +9500 13.221 50 +9550 13.196 50 +9600 13.135 50 +9650 13.073 50 +9700 12.987 50 +9750 13.022 50 +9800 12.998 50 +9850 12.958 50 +9900 12.955 50 +9950 12.944 50 +10000 12.983 50 +10050 12.929 50 +10100 12.946 50 diff --git a/noao/lib/onedstds/ctionewcal/l1788blue.dat b/noao/lib/onedstds/ctionewcal/l1788blue.dat new file mode 100644 index 00000000..358d60a5 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l1788blue.dat @@ -0,0 +1,87 @@ +# LTT 1788 +3300 14.376 50 +3350 14.314 50 +3400 14.281 50 +3450 14.270 50 +3500 14.238 50 +3550 14.168 50 +3600 14.117 50 +3650 14.054 50 +3700 14.034 50 +3750 13.985 50 +3800 13.858 50 +3850 13.805 50 +3900 13.784 50 +3950 13.803 50 +4000 13.651 50 +4050 13.603 50 +4100 13.629 50 +4150 13.556 50 +4200 13.548 50 +4250 13.534 50 +4300 13.535 50 +4350 13.553 50 +4400 13.473 50 +4450 13.446 50 +4500 13.414 50 +4550 13.401 50 +4600 13.381 50 +4650 13.364 50 +4700 13.347 50 +4750 13.331 50 +4800 13.319 50 +4850 13.360 50 +4900 13.292 50 +4950 13.267 50 +5000 13.260 50 +5050 13.249 50 +5100 13.235 50 +5150 13.222 50 +5200 13.212 50 +5250 13.194 50 +5300 13.175 50 +5350 13.165 50 +5400 13.155 50 +5450 13.141 50 +5500 13.128 50 +5550 13.124 50 +5600 13.112 50 +5650 13.107 50 +5700 13.107 50 +5750 13.098 50 +5800 13.081 50 +5850 13.066 50 +5900 13.068 50 +5950 13.056 50 +6000 13.049 50 +6050 13.046 50 +6100 13.040 50 +6150 13.040 50 +6200 13.030 50 +6250 13.031 50 +6300 13.036 50 +6350 13.018 50 +6400 13.012 50 +6450 13.006 50 +6500 13.003 50 +6550 13.071 50 +6600 12.997 50 +6650 12.969 50 +6700 12.965 50 +6750 12.962 50 +6800 12.966 50 +6850 13.010 50 +6900 13.056 50 +6950 12.971 50 +7000 12.959 50 +7050 12.954 50 +7100 12.948 50 +7150 12.964 50 +7200 13.022 50 +7250 13.011 50 +7300 12.999 50 +7350 12.962 50 +7400 12.946 50 +7450 12.951 50 +7500 12.943 50 +7550 12.936 50 diff --git a/noao/lib/onedstds/ctionewcal/l1788red.dat b/noao/lib/onedstds/ctionewcal/l1788red.dat new file mode 100644 index 00000000..5049bcd9 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l1788red.dat @@ -0,0 +1,82 @@ +# LTT 1788 +6100 13.028 50 +6150 13.024 50 +6200 13.023 50 +6250 13.025 50 +6300 13.032 50 +6350 13.007 50 +6400 12.992 50 +6450 12.994 50 +6500 12.993 50 +6550 13.053 50 +6600 12.984 50 +6650 12.966 50 +6700 12.960 50 +6750 12.952 50 +6800 12.950 50 +6850 12.996 50 +6900 13.047 50 +6950 12.959 50 +7000 12.950 50 +7050 12.945 50 +7100 12.942 50 +7150 12.954 50 +7200 12.996 50 +7250 12.986 50 +7300 12.971 50 +7350 12.939 50 +7400 12.927 50 +7450 12.921 50 +7500 12.917 50 +7550 12.918 50 +7600 13.375 50 +7650 13.255 50 +7700 12.926 50 +7750 12.903 50 +7800 12.900 50 +7850 12.898 50 +7900 12.898 50 +7950 12.897 50 +8000 12.897 50 +8050 12.897 50 +8100 12.896 50 +8150 12.954 50 +8200 12.946 50 +8250 12.942 50 +8300 12.932 50 +8350 12.908 50 +8400 12.899 50 +8450 12.893 50 +8500 12.903 50 +8550 12.910 50 +8600 12.902 50 +8650 12.906 50 +8700 12.904 50 +8750 12.911 50 +8800 12.913 50 +8850 12.922 50 +8900 12.920 50 +8950 12.960 50 +9000 13.026 50 +9050 12.972 50 +9100 13.010 50 +9150 13.014 50 +9200 12.983 50 +9250 12.989 50 +9300 13.146 50 +9350 13.387 50 +9400 13.180 50 +9450 13.258 50 +9500 13.221 50 +9550 13.196 50 +9600 13.135 50 +9650 13.073 50 +9700 12.987 50 +9750 13.022 50 +9800 12.998 50 +9850 12.958 50 +9900 12.955 50 +9950 12.944 50 +10000 12.983 50 +10050 12.929 50 +10100 12.946 50 diff --git a/noao/lib/onedstds/ctionewcal/l2415.dat b/noao/lib/onedstds/ctionewcal/l2415.dat new file mode 100644 index 00000000..78c3e9f4 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l2415.dat @@ -0,0 +1,137 @@ +# LTT 2415 +3300 13.448 50 +3350 13.407 50 +3400 13.376 50 +3450 13.349 50 +3500 13.298 50 +3550 13.242 50 +3600 13.211 50 +3650 13.132 50 +3700 13.084 50 +3750 12.995 50 +3800 12.851 50 +3850 12.748 50 +3900 12.719 50 +3950 12.723 50 +4000 12.585 50 +4050 12.526 50 +4100 12.61 50 +4150 12.5 50 +4200 12.473 50 +4250 12.469 50 +4300 12.481 50 +4350 12.545 50 +4400 12.43 50 +4450 12.412 50 +4500 12.392 50 +4550 12.381 50 +4600 12.361 50 +4650 12.355 50 +4700 12.344 50 +4750 12.333 50 +4800 12.321 50 +4850 12.391 50 +4900 12.316 50 +4950 12.277 50 +5000 12.269 50 +5050 12.265 50 +5100 12.256 50 +5150 12.25 50 +5200 12.242 50 +5250 12.232 50 +5300 12.216 50 +5350 12.207 50 +5400 12.2 50 +5450 12.191 50 +5500 12.179 50 +5550 12.176 50 +5600 12.172 50 +5650 12.169 50 +5700 12.167 50 +5750 12.168 50 +5800 12.153 50 +5850 12.139 50 +5900 12.144 50 +5950 12.136 50 +6000 12.125 50 +6050 12.122 50 +6100 12.122 50 +6150 12.117 50 +6200 12.114 50 +6250 12.114 50 +6300 12.124 50 +6350 12.105 50 +6400 12.101 50 +6450 12.094 50 +6500 12.095 50 +6550 12.166 50 +6600 12.107 50 +6650 12.072 50 +6700 12.065 50 +6750 12.066 50 +6800 12.062 50 +6850 12.112 50 +6900 12.164 50 +6950 12.079 50 +7000 12.069 50 +7050 12.067 50 +7100 12.061 50 +7150 12.078 50 +7200 12.131 50 +7250 12.122 50 +7300 12.104 50 +7350 12.071 50 +7400 12.061 50 +7450 12.055 50 +7500 12.053 50 +7550 12.043 50 +7600 12.496 50 +7650 12.378 50 +7700 12.056 50 +7750 12.036 50 +7800 12.035 50 +7850 12.028 50 +7900 12.037 50 +7950 12.037 50 +8000 12.036 50 +8050 12.037 50 +8100 12.035 50 +8150 12.102 50 +8200 12.095 50 +8250 12.089 50 +8300 12.083 50 +8350 12.057 50 +8400 12.045 50 +8450 12.043 50 +8500 12.054 50 +8550 12.063 50 +8600 12.054 50 +8650 12.057 50 +8700 12.057 50 +8750 12.066 50 +8800 12.055 50 +8850 12.072 50 +8900 12.070 50 +8950 12.105 50 +9000 12.190 50 +9050 12.136 50 +9100 12.160 50 +9150 12.170 50 +9200 12.132 50 +9250 12.158 50 +9300 12.305 50 +9350 12.575 50 +9400 12.359 50 +9450 12.436 50 +9500 12.391 50 +9550 12.388 50 +9600 12.311 50 +9650 12.241 50 +9700 12.158 50 +9750 12.178 50 +9800 12.152 50 +9850 12.129 50 +9900 12.111 50 +9950 12.107 50 +10000 12.112 50 +10050 12.122 50 diff --git a/noao/lib/onedstds/ctionewcal/l2415blue.dat b/noao/lib/onedstds/ctionewcal/l2415blue.dat new file mode 100644 index 00000000..5324fb32 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l2415blue.dat @@ -0,0 +1,87 @@ +# LTT 2415 +3300 13.460 50 +3350 13.419 50 +3400 13.388 50 +3450 13.361 50 +3500 13.310 50 +3550 13.254 50 +3600 13.223 50 +3650 13.144 50 +3700 13.096 50 +3750 13.007 50 +3800 12.863 50 +3850 12.760 50 +3900 12.731 50 +3950 12.735 50 +4000 12.597 50 +4050 12.538 50 +4100 12.622 50 +4150 12.512 50 +4200 12.485 50 +4250 12.481 50 +4300 12.493 50 +4350 12.557 50 +4400 12.442 50 +4450 12.424 50 +4500 12.404 50 +4550 12.393 50 +4600 12.373 50 +4650 12.367 50 +4700 12.356 50 +4750 12.345 50 +4800 12.333 50 +4850 12.403 50 +4900 12.328 50 +4950 12.289 50 +5000 12.281 50 +5050 12.277 50 +5100 12.268 50 +5150 12.262 50 +5200 12.254 50 +5250 12.244 50 +5300 12.228 50 +5350 12.219 50 +5400 12.212 50 +5450 12.203 50 +5500 12.191 50 +5550 12.188 50 +5600 12.184 50 +5650 12.181 50 +5700 12.179 50 +5750 12.180 50 +5800 12.165 50 +5850 12.151 50 +5900 12.156 50 +5950 12.148 50 +6000 12.137 50 +6050 12.134 50 +6100 12.134 50 +6150 12.129 50 +6200 12.126 50 +6250 12.126 50 +6300 12.136 50 +6350 12.117 50 +6400 12.113 50 +6450 12.106 50 +6500 12.103 50 +6550 12.177 50 +6600 12.118 50 +6650 12.079 50 +6700 12.072 50 +6750 12.078 50 +6800 12.075 50 +6850 12.126 50 +6900 12.178 50 +6950 12.091 50 +7000 12.080 50 +7050 12.079 50 +7100 12.071 50 +7150 12.092 50 +7200 12.149 50 +7250 12.143 50 +7300 12.125 50 +7350 12.090 50 +7400 12.078 50 +7450 12.074 50 +7500 12.073 50 +7550 12.069 50 diff --git a/noao/lib/onedstds/ctionewcal/l2415red.dat b/noao/lib/onedstds/ctionewcal/l2415red.dat new file mode 100644 index 00000000..2d95b9cc --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l2415red.dat @@ -0,0 +1,81 @@ +# LTT 2415 +6100 12.108 50 +6150 12.107 50 +6200 12.109 50 +6250 12.115 50 +6300 12.124 50 +6350 12.099 50 +6400 12.087 50 +6450 12.096 50 +6500 12.098 50 +6550 12.166 50 +6600 12.108 50 +6650 12.076 50 +6700 12.069 50 +6750 12.065 50 +6800 12.060 50 +6850 12.109 50 +6900 12.161 50 +6950 12.078 50 +7000 12.070 50 +7050 12.066 50 +7100 12.062 50 +7150 12.076 50 +7200 12.124 50 +7250 12.112 50 +7300 12.094 50 +7350 12.064 50 +7400 12.056 50 +7450 12.047 50 +7500 12.044 50 +7550 12.043 50 +7600 12.496 50 +7650 12.378 50 +7700 12.056 50 +7750 12.036 50 +7800 12.035 50 +7850 12.028 50 +7900 12.037 50 +7950 12.037 50 +8000 12.036 50 +8050 12.037 50 +8100 12.035 50 +8150 12.102 50 +8200 12.095 50 +8250 12.089 50 +8300 12.083 50 +8350 12.057 50 +8400 12.045 50 +8450 12.043 50 +8500 12.054 50 +8550 12.063 50 +8600 12.054 50 +8650 12.057 50 +8700 12.057 50 +8750 12.066 50 +8800 12.055 50 +8850 12.072 50 +8900 12.070 50 +8950 12.105 50 +9000 12.190 50 +9050 12.136 50 +9100 12.160 50 +9150 12.170 50 +9200 12.132 50 +9250 12.158 50 +9300 12.305 50 +9350 12.575 50 +9400 12.359 50 +9450 12.436 50 +9500 12.391 50 +9550 12.388 50 +9600 12.311 50 +9650 12.241 50 +9700 12.158 50 +9750 12.178 50 +9800 12.152 50 +9850 12.129 50 +9900 12.111 50 +9950 12.107 50 +10000 12.112 50 +10050 12.122 50 diff --git a/noao/lib/onedstds/ctionewcal/l3218.dat b/noao/lib/onedstds/ctionewcal/l3218.dat new file mode 100644 index 00000000..653591bd --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l3218.dat @@ -0,0 +1,135 @@ +# LTT 3218 +3300 12.358 50 +3350 12.325 50 +3400 12.325 50 +3450 12.322 50 +3500 12.306 50 +3550 12.289 50 +3600 12.269 50 +3650 12.249 50 +3700 12.236 50 +3750 12.228 50 +3800 12.197 50 +3850 12.159 50 +3900 12.145 50 +3950 12.16 50 +4000 12.032 50 +4050 11.952 50 +4100 12.232 50 +4150 11.923 50 +4200 11.859 50 +4250 11.866 50 +4300 11.983 50 +4350 12.217 50 +4400 11.898 50 +4450 11.854 50 +4500 11.841 50 +4550 11.838 50 +4600 11.837 50 +4650 11.838 50 +4700 11.843 50 +4750 11.856 50 +4800 11.903 50 +4850 12.201 50 +4900 11.97 50 +4950 11.856 50 +5000 11.841 50 +5050 11.841 50 +5100 11.841 50 +5150 11.838 50 +5200 11.838 50 +5250 11.838 50 +5300 11.839 50 +5350 11.839 50 +5400 11.839 50 +5450 11.842 50 +5500 11.843 50 +5550 11.844 50 +5600 11.846 50 +5650 11.854 50 +5700 11.868 50 +5750 11.874 50 +5800 11.869 50 +5850 11.862 50 +5900 11.873 50 +5950 11.878 50 +6000 11.878 50 +6050 11.884 50 +6100 11.886 50 +6150 11.89 50 +6200 11.898 50 +6250 11.911 50 +6300 11.926 50 +6350 11.918 50 +6400 11.924 50 +6450 11.938 50 +6500 11.993 50 +6550 12.249 50 +6600 12.077 50 +6650 11.965 50 +6700 11.943 50 +6750 11.939 50 +6800 11.941 50 +6850 11.996 50 +6900 12.051 50 +6950 11.977 50 +7000 11.975 50 +7050 11.975 50 +7100 11.975 50 +7150 12.000 50 +7200 12.068 50 +7250 12.063 50 +7300 12.046 50 +7350 12.016 50 +7400 12.011 50 +7450 12.010 50 +7500 12.013 50 +7550 12.011 50 +7600 12.473 50 +7650 12.356 50 +7700 12.038 50 +7750 12.024 50 +7800 12.027 50 +7850 12.035 50 +7900 12.046 50 +7950 12.048 50 +8000 12.059 50 +8050 12.062 50 +8100 12.074 50 +8150 12.160 50 +8200 12.149 50 +8250 12.146 50 +8300 12.145 50 +8350 12.115 50 +8400 12.101 50 +8450 12.107 50 +8500 12.112 50 +8550 12.124 50 +8600 12.131 50 +8650 12.134 50 +8700 12.147 50 +8750 12.153 50 +8800 12.154 50 +8850 12.173 50 +8900 12.180 50 +8950 12.249 50 +9000 12.349 50 +9050 12.269 50 +9100 12.326 50 +9150 12.349 50 +9200 12.308 50 +9250 12.313 50 +9300 12.533 50 +9350 12.871 50 +9400 12.592 50 +9450 12.675 50 +9500 12.662 50 +9550 12.657 50 +9600 12.552 50 +9650 12.436 50 +9700 12.340 50 +9750 12.368 50 +9800 12.331 50 +9850 12.273 50 +9900 12.290 50 +9950 12.295 50 diff --git a/noao/lib/onedstds/ctionewcal/l3218blue.dat b/noao/lib/onedstds/ctionewcal/l3218blue.dat new file mode 100644 index 00000000..b208ad5c --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l3218blue.dat @@ -0,0 +1,87 @@ +# LTT 3218 +3300 12.359 50 +3350 12.326 50 +3400 12.326 50 +3450 12.323 50 +3500 12.307 50 +3550 12.290 50 +3600 12.270 50 +3650 12.250 50 +3700 12.237 50 +3750 12.229 50 +3800 12.198 50 +3850 12.160 50 +3900 12.146 50 +3950 12.161 50 +4000 12.033 50 +4050 11.953 50 +4100 12.233 50 +4150 11.924 50 +4200 11.860 50 +4250 11.867 50 +4300 11.984 50 +4350 12.218 50 +4400 11.899 50 +4450 11.855 50 +4500 11.842 50 +4550 11.839 50 +4600 11.838 50 +4650 11.839 50 +4700 11.844 50 +4750 11.857 50 +4800 11.904 50 +4850 12.202 50 +4900 11.971 50 +4950 11.857 50 +5000 11.842 50 +5050 11.842 50 +5100 11.842 50 +5150 11.839 50 +5200 11.839 50 +5250 11.839 50 +5300 11.840 50 +5350 11.840 50 +5400 11.840 50 +5450 11.843 50 +5500 11.844 50 +5550 11.845 50 +5600 11.847 50 +5650 11.855 50 +5700 11.869 50 +5750 11.875 50 +5800 11.870 50 +5850 11.863 50 +5900 11.874 50 +5950 11.879 50 +6000 11.879 50 +6050 11.885 50 +6100 11.887 50 +6150 11.891 50 +6200 11.899 50 +6250 11.912 50 +6300 11.927 50 +6350 11.919 50 +6400 11.925 50 +6450 11.939 50 +6500 11.991 50 +6550 12.251 50 +6600 12.079 50 +6650 11.965 50 +6700 11.942 50 +6750 11.938 50 +6800 11.942 50 +6850 11.997 50 +6900 12.053 50 +6950 11.976 50 +7000 11.972 50 +7050 11.974 50 +7100 11.972 50 +7150 11.999 50 +7200 12.063 50 +7250 12.062 50 +7300 12.047 50 +7350 12.018 50 +7400 12.017 50 +7450 12.018 50 +7500 12.022 50 +7550 12.028 50 diff --git a/noao/lib/onedstds/ctionewcal/l3218red.dat b/noao/lib/onedstds/ctionewcal/l3218red.dat new file mode 100644 index 00000000..fe82e39c --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l3218red.dat @@ -0,0 +1,72 @@ +# LTT 3218 +6450 11.942 50 +6500 11.996 50 +6550 12.247 50 +6600 12.076 50 +6650 11.966 50 +6700 11.944 50 +6750 11.941 50 +6800 11.940 50 +6850 11.995 50 +6900 12.050 50 +6950 11.978 50 +7000 11.978 50 +7050 11.977 50 +7100 11.979 50 +7150 12.002 50 +7200 12.073 50 +7250 12.064 50 +7300 12.046 50 +7350 12.014 50 +7400 12.005 50 +7450 12.003 50 +7500 12.004 50 +7550 12.011 50 +7600 12.473 50 +7650 12.356 50 +7700 12.038 50 +7750 12.024 50 +7800 12.027 50 +7850 12.035 50 +7900 12.046 50 +7950 12.048 50 +8000 12.059 50 +8050 12.062 50 +8100 12.074 50 +8150 12.160 50 +8200 12.149 50 +8250 12.146 50 +8300 12.145 50 +8350 12.115 50 +8400 12.101 50 +8450 12.107 50 +8500 12.112 50 +8550 12.124 50 +8600 12.131 50 +8650 12.134 50 +8700 12.147 50 +8750 12.153 50 +8800 12.154 50 +8850 12.173 50 +8900 12.180 50 +8950 12.249 50 +9000 12.349 50 +9050 12.269 50 +9100 12.326 50 +9150 12.349 50 +9200 12.308 50 +9250 12.313 50 +9300 12.533 50 +9350 12.871 50 +9400 12.592 50 +9450 12.675 50 +9500 12.662 50 +9550 12.657 50 +9600 12.552 50 +9650 12.436 50 +9700 12.340 50 +9750 12.368 50 +9800 12.331 50 +9850 12.273 50 +9900 12.290 50 +9950 12.295 50 diff --git a/noao/lib/onedstds/ctionewcal/l377.dat b/noao/lib/onedstds/ctionewcal/l377.dat new file mode 100644 index 00000000..80fe3afc --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l377.dat @@ -0,0 +1,142 @@ +# LTT 377 +3300 12.665 50 +3350 12.66 50 +3400 12.606 50 +3450 12.597 50 +3500 12.553 50 +3550 12.479 50 +3600 12.478 50 +3650 12.365 50 +3700 12.305 50 +3750 12.255 50 +3800 12.096 50 +3850 12.051 50 +3900 12.019 50 +3950 12.156 50 +4000 11.782 50 +4050 11.695 50 +4100 11.735 50 +4150 11.624 50 +4200 11.615 50 +4250 11.614 50 +4300 11.683 50 +4350 11.642 50 +4400 11.545 50 +4450 11.5 50 +4500 11.453 50 +4550 11.447 50 +4600 11.415 50 +4650 11.404 50 +4700 11.39 50 +4750 11.375 50 +4800 11.355 50 +4850 11.443 50 +4900 11.367 50 +4950 11.329 50 +5000 11.338 50 +5050 11.312 50 +5100 11.289 50 +5150 11.305 50 +5200 11.302 50 +5250 11.274 50 +5300 11.246 50 +5350 11.238 50 +5400 11.23 50 +5450 11.209 50 +5500 11.196 50 +5550 11.184 50 +5600 11.187 50 +5650 11.171 50 +5700 11.17 50 +5750 11.155 50 +5800 11.146 50 +5850 11.134 50 +5900 11.145 50 +5950 11.127 50 +6000 11.131 50 +6050 11.12 50 +6100 11.117 50 +6150 11.119 50 +6200 11.1 50 +6250 11.108 50 +6300 11.112 50 +6350 11.093 50 +6400 11.091 50 +6450 11.089 50 +6500 11.090 50 +6550 11.163 50 +6600 11.084 50 +6650 11.063 50 +6700 11.056 50 +6750 11.054 50 +6800 11.052 50 +6850 11.098 50 +6900 11.151 50 +6950 11.063 50 +7000 11.059 50 +7050 11.053 50 +7100 11.050 50 +7150 11.065 50 +7200 11.110 50 +7250 11.094 50 +7300 11.082 50 +7350 11.053 50 +7400 11.052 50 +7450 11.040 50 +7500 11.042 50 +7550 11.042 50 +7600 11.493 50 +7650 11.380 50 +7700 11.057 50 +7750 11.036 50 +7800 11.031 50 +7850 11.026 50 +7900 11.031 50 +7950 11.036 50 +8000 11.030 50 +8050 11.032 50 +8100 11.036 50 +8150 11.087 50 +8200 11.096 50 +8250 11.079 50 +8300 11.074 50 +8350 11.056 50 +8400 11.039 50 +8450 11.042 50 +8500 11.061 50 +8550 11.093 50 +8600 11.049 50 +8650 11.085 50 +8700 11.053 50 +8750 11.065 50 +8800 11.058 50 +8850 11.072 50 +8900 11.066 50 +8950 11.101 50 +9000 11.184 50 +9050 11.126 50 +9100 11.164 50 +9150 11.155 50 +9200 11.140 50 +9250 11.157 50 +9300 11.278 50 +9350 11.525 50 +9400 11.342 50 +9450 11.409 50 +9500 11.364 50 +9550 11.366 50 +9600 11.289 50 +9650 11.238 50 +9700 11.162 50 +9750 11.183 50 +9800 11.152 50 +9850 11.124 50 +9900 11.105 50 +9950 11.105 50 +10000 11.109 50 +10050 11.160 50 +10100 11.116 50 +10150 11.096 50 +10200 11.067 50 +10250 11.058 50 +10300 11.104 50 diff --git a/noao/lib/onedstds/ctionewcal/l377blue.dat b/noao/lib/onedstds/ctionewcal/l377blue.dat new file mode 100644 index 00000000..b062ea73 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l377blue.dat @@ -0,0 +1,87 @@ +# LTT 377 +3300 12.663 50 +3350 12.658 50 +3400 12.604 50 +3450 12.595 50 +3500 12.551 50 +3550 12.477 50 +3600 12.476 50 +3650 12.363 50 +3700 12.303 50 +3750 12.253 50 +3800 12.094 50 +3850 12.049 50 +3900 12.017 50 +3950 12.154 50 +4000 11.780 50 +4050 11.693 50 +4100 11.733 50 +4150 11.622 50 +4200 11.613 50 +4250 11.612 50 +4300 11.681 50 +4350 11.640 50 +4400 11.543 50 +4450 11.498 50 +4500 11.451 50 +4550 11.445 50 +4600 11.413 50 +4650 11.402 50 +4700 11.388 50 +4750 11.373 50 +4800 11.353 50 +4850 11.441 50 +4900 11.365 50 +4950 11.327 50 +5000 11.336 50 +5050 11.310 50 +5100 11.287 50 +5150 11.303 50 +5200 11.300 50 +5250 11.272 50 +5300 11.244 50 +5350 11.236 50 +5400 11.228 50 +5450 11.207 50 +5500 11.194 50 +5550 11.182 50 +5600 11.185 50 +5650 11.169 50 +5700 11.168 50 +5750 11.153 50 +5800 11.144 50 +5850 11.132 50 +5900 11.143 50 +5950 11.125 50 +6000 11.129 50 +6050 11.118 50 +6100 11.115 50 +6150 11.117 50 +6200 11.098 50 +6250 11.106 50 +6300 11.110 50 +6350 11.091 50 +6400 11.089 50 +6450 11.087 50 +6500 11.086 50 +6550 11.160 50 +6600 11.083 50 +6650 11.061 50 +6700 11.055 50 +6750 11.055 50 +6800 11.054 50 +6850 11.097 50 +6900 11.153 50 +6950 11.063 50 +7000 11.056 50 +7050 11.050 50 +7100 11.046 50 +7150 11.060 50 +7200 11.103 50 +7250 11.088 50 +7300 11.077 50 +7350 11.048 50 +7400 11.046 50 +7450 11.035 50 +7500 11.038 50 +7550 11.043 50 diff --git a/noao/lib/onedstds/ctionewcal/l377red.dat b/noao/lib/onedstds/ctionewcal/l377red.dat new file mode 100644 index 00000000..0a9f2f97 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l377red.dat @@ -0,0 +1,86 @@ +# LTT 377 +6100 11.113 50 +6150 11.128 50 +6200 11.113 50 +6250 11.124 50 +6300 11.128 50 +6350 11.106 50 +6400 11.095 50 +6450 11.094 50 +6500 11.091 50 +6550 11.163 50 +6600 11.082 50 +6650 11.062 50 +6700 11.055 50 +6750 11.051 50 +6800 11.047 50 +6850 11.096 50 +6900 11.146 50 +6950 11.061 50 +7000 11.059 50 +7050 11.053 50 +7100 11.051 50 +7150 11.067 50 +7200 11.114 50 +7250 11.098 50 +7300 11.085 50 +7350 11.055 50 +7400 11.055 50 +7450 11.042 50 +7500 11.043 50 +7550 11.042 50 +7600 11.493 50 +7650 11.380 50 +7700 11.057 50 +7750 11.036 50 +7800 11.031 50 +7850 11.026 50 +7900 11.031 50 +7950 11.036 50 +8000 11.030 50 +8050 11.032 50 +8100 11.036 50 +8150 11.087 50 +8200 11.096 50 +8250 11.079 50 +8300 11.074 50 +8350 11.056 50 +8400 11.039 50 +8450 11.042 50 +8500 11.061 50 +8550 11.093 50 +8600 11.049 50 +8650 11.085 50 +8700 11.053 50 +8750 11.065 50 +8800 11.058 50 +8850 11.072 50 +8900 11.066 50 +8950 11.101 50 +9000 11.184 50 +9050 11.126 50 +9100 11.164 50 +9150 11.155 50 +9200 11.140 50 +9250 11.157 50 +9300 11.278 50 +9350 11.525 50 +9400 11.342 50 +9450 11.409 50 +9500 11.364 50 +9550 11.366 50 +9600 11.289 50 +9650 11.238 50 +9700 11.162 50 +9750 11.183 50 +9800 11.152 50 +9850 11.124 50 +9900 11.105 50 +9950 11.105 50 +10000 11.109 50 +10050 11.160 50 +10100 11.116 50 +10150 11.096 50 +10200 11.067 50 +10250 11.058 50 +10300 11.104 50 diff --git a/noao/lib/onedstds/ctionewcal/l3864.dat b/noao/lib/onedstds/ctionewcal/l3864.dat new file mode 100644 index 00000000..210f754c --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l3864.dat @@ -0,0 +1,138 @@ +# LTT 3864 +3300 13.519 50 +3350 13.509 50 +3400 13.454 50 +3450 13.421 50 +3500 13.383 50 +3550 13.316 50 +3600 13.288 50 +3650 13.192 50 +3700 13.145 50 +3750 13.085 50 +3800 12.939 50 +3850 12.874 50 +3900 12.862 50 +3950 12.945 50 +4000 12.686 50 +4050 12.625 50 +4100 12.673 50 +4150 12.573 50 +4200 12.565 50 +4250 12.552 50 +4300 12.585 50 +4350 12.588 50 +4400 12.488 50 +4450 12.466 50 +4500 12.431 50 +4550 12.415 50 +4600 12.388 50 +4650 12.367 50 +4700 12.355 50 +4750 12.34 50 +4800 12.325 50 +4850 12.379 50 +4900 12.309 50 +4950 12.277 50 +5000 12.268 50 +5050 12.253 50 +5100 12.237 50 +5150 12.235 50 +5200 12.233 50 +5250 12.204 50 +5300 12.187 50 +5350 12.174 50 +5400 12.164 50 +5450 12.147 50 +5500 12.137 50 +5550 12.122 50 +5600 12.123 50 +5650 12.109 50 +5700 12.109 50 +5750 12.103 50 +5800 12.087 50 +5850 12.07 50 +5900 12.083 50 +5950 12.065 50 +6000 12.058 50 +6050 12.048 50 +6100 12.042 50 +6150 12.046 50 +6200 12.036 50 +6250 12.039 50 +6300 12.046 50 +6350 12.02 50 +6400 12.015 50 +6450 12.007 50 +6500 12.008 50 +6550 12.070 50 +6600 12.005 50 +6650 11.977 50 +6700 11.971 50 +6750 11.965 50 +6800 11.962 50 +6850 12.010 50 +6900 12.062 50 +6950 11.974 50 +7000 11.965 50 +7050 11.957 50 +7100 11.951 50 +7150 11.967 50 +7200 12.021 50 +7250 12.008 50 +7300 11.991 50 +7350 11.956 50 +7400 11.949 50 +7450 11.943 50 +7500 11.937 50 +7550 11.930 50 +7600 12.390 50 +7650 12.264 50 +7700 11.941 50 +7750 11.916 50 +7800 11.912 50 +7850 11.905 50 +7900 11.910 50 +7950 11.907 50 +8000 11.903 50 +8050 11.904 50 +8100 11.907 50 +8150 11.968 50 +8200 11.958 50 +8250 11.952 50 +8300 11.941 50 +8350 11.920 50 +8400 11.905 50 +8450 11.903 50 +8500 11.914 50 +8550 11.931 50 +8600 11.905 50 +8650 11.923 50 +8700 11.905 50 +8750 11.913 50 +8800 11.907 50 +8850 11.916 50 +8900 11.915 50 +8950 11.957 50 +9000 12.037 50 +9050 11.975 50 +9100 12.008 50 +9150 12.015 50 +9200 11.981 50 +9250 11.993 50 +9300 12.165 50 +9350 12.432 50 +9400 12.208 50 +9450 12.283 50 +9500 12.235 50 +9550 12.226 50 +9600 12.147 50 +9650 12.076 50 +9700 11.982 50 +9750 11.990 50 +9800 11.973 50 +9850 11.942 50 +9900 11.929 50 +9950 11.923 50 +10000 11.917 50 +10050 11.931 50 +10100 11.920 50 diff --git a/noao/lib/onedstds/ctionewcal/l3864blue.dat b/noao/lib/onedstds/ctionewcal/l3864blue.dat new file mode 100644 index 00000000..711e25be --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l3864blue.dat @@ -0,0 +1,87 @@ +# LTT 3864 +3300 13.526 50 +3350 13.516 50 +3400 13.461 50 +3450 13.428 50 +3500 13.390 50 +3550 13.323 50 +3600 13.295 50 +3650 13.199 50 +3700 13.152 50 +3750 13.092 50 +3800 12.946 50 +3850 12.881 50 +3900 12.869 50 +3950 12.952 50 +4000 12.693 50 +4050 12.632 50 +4100 12.680 50 +4150 12.580 50 +4200 12.572 50 +4250 12.559 50 +4300 12.592 50 +4350 12.595 50 +4400 12.495 50 +4450 12.473 50 +4500 12.438 50 +4550 12.422 50 +4600 12.395 50 +4650 12.374 50 +4700 12.362 50 +4750 12.347 50 +4800 12.332 50 +4850 12.386 50 +4900 12.316 50 +4950 12.284 50 +5000 12.275 50 +5050 12.260 50 +5100 12.244 50 +5150 12.242 50 +5200 12.240 50 +5250 12.211 50 +5300 12.194 50 +5350 12.181 50 +5400 12.171 50 +5450 12.154 50 +5500 12.144 50 +5550 12.129 50 +5600 12.130 50 +5650 12.116 50 +5700 12.116 50 +5750 12.110 50 +5800 12.094 50 +5850 12.077 50 +5900 12.090 50 +5950 12.072 50 +6000 12.065 50 +6050 12.055 50 +6100 12.049 50 +6150 12.053 50 +6200 12.043 50 +6250 12.046 50 +6300 12.053 50 +6350 12.027 50 +6400 12.022 50 +6450 12.014 50 +6500 12.014 50 +6550 12.075 50 +6600 12.010 50 +6650 11.981 50 +6700 11.976 50 +6750 11.971 50 +6800 11.969 50 +6850 12.016 50 +6900 12.071 50 +6950 11.981 50 +7000 11.971 50 +7050 11.961 50 +7100 11.956 50 +7150 11.972 50 +7200 12.032 50 +7250 12.019 50 +7300 12.003 50 +7350 11.966 50 +7400 11.961 50 +7450 11.958 50 +7500 11.951 50 +7550 11.948 50 diff --git a/noao/lib/onedstds/ctionewcal/l3864red.dat b/noao/lib/onedstds/ctionewcal/l3864red.dat new file mode 100644 index 00000000..d7d48842 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l3864red.dat @@ -0,0 +1,75 @@ +# LTT 3864 +6450 12.013 50 +6500 12.009 50 +6550 12.071 50 +6600 12.006 50 +6650 11.980 50 +6700 11.972 50 +6750 11.965 50 +6800 11.962 50 +6850 12.011 50 +6900 12.059 50 +6950 11.973 50 +7000 11.965 50 +7050 11.959 50 +7100 11.953 50 +7150 11.969 50 +7200 12.016 50 +7250 12.004 50 +7300 11.989 50 +7350 11.953 50 +7400 11.943 50 +7450 11.935 50 +7500 11.930 50 +7550 11.930 50 +7600 12.390 50 +7650 12.264 50 +7700 11.941 50 +7750 11.916 50 +7800 11.912 50 +7850 11.905 50 +7900 11.910 50 +7950 11.907 50 +8000 11.903 50 +8050 11.904 50 +8100 11.907 50 +8150 11.968 50 +8200 11.958 50 +8250 11.952 50 +8300 11.941 50 +8350 11.920 50 +8400 11.905 50 +8450 11.903 50 +8500 11.914 50 +8550 11.931 50 +8600 11.905 50 +8650 11.923 50 +8700 11.905 50 +8750 11.913 50 +8800 11.907 50 +8850 11.916 50 +8900 11.915 50 +8950 11.957 50 +9000 12.037 50 +9050 11.975 50 +9100 12.008 50 +9150 12.015 50 +9200 11.981 50 +9250 11.993 50 +9300 12.165 50 +9350 12.432 50 +9400 12.208 50 +9450 12.283 50 +9500 12.235 50 +9550 12.226 50 +9600 12.147 50 +9650 12.076 50 +9700 11.982 50 +9750 11.990 50 +9800 11.973 50 +9850 11.942 50 +9900 11.929 50 +9950 11.923 50 +10000 11.917 50 +10050 11.931 50 +10100 11.920 50 diff --git a/noao/lib/onedstds/ctionewcal/l4364.dat b/noao/lib/onedstds/ctionewcal/l4364.dat new file mode 100644 index 00000000..a8508a89 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l4364.dat @@ -0,0 +1,140 @@ +# LTT 4364 +3300 11.929 50 +3350 11.88 50 +3400 11.871 50 +3450 11.857 50 +3500 11.84 50 +3550 11.808 50 +3600 11.769 50 +3650 11.743 50 +3700 11.716 50 +3750 11.699 50 +3800 11.676 50 +3850 11.656 50 +3900 11.645 50 +3950 11.635 50 +4000 11.626 50 +4050 11.617 50 +4100 11.609 50 +4150 11.605 50 +4200 11.596 50 +4250 11.589 50 +4300 11.586 50 +4350 11.587 50 +4400 11.574 50 +4450 11.565 50 +4500 11.566 50 +4550 11.564 50 +4600 11.568 50 +4650 11.59 50 +4700 11.605 50 +4750 11.56 50 +4800 11.537 50 +4850 11.528 50 +4900 11.522 50 +4950 11.519 50 +5000 11.528 50 +5050 11.552 50 +5100 11.581 50 +5150 11.585 50 +5200 11.505 50 +5250 11.501 50 +5300 11.501 50 +5350 11.499 50 +5400 11.5 50 +5450 11.506 50 +5500 11.509 50 +5550 11.512 50 +5600 11.507 50 +5650 11.501 50 +5700 11.501 50 +5750 11.507 50 +5800 11.5 50 +5850 11.496 50 +5900 11.506 50 +5950 11.504 50 +6000 11.505 50 +6050 11.506 50 +6100 11.508 50 +6150 11.509 50 +6200 11.508 50 +6250 11.515 50 +6300 11.528 50 +6350 11.514 50 +6400 11.512 50 +6450 11.51 50 +6500 11.513 50 +6550 11.516 50 +6600 11.513 50 +6650 11.512 50 +6700 11.511 50 +6750 11.514 50 +6800 11.519 50 +6850 11.572 50 +6900 11.631 50 +6950 11.554 50 +7000 11.549 50 +7050 11.548 50 +7100 11.547 50 +7150 11.569 50 +7200 11.630 50 +7250 11.625 50 +7300 11.613 50 +7350 11.582 50 +7400 11.577 50 +7450 11.577 50 +7500 11.580 50 +7550 11.583 50 +7600 12.058 50 +7650 11.933 50 +7700 11.607 50 +7750 11.591 50 +7800 11.593 50 +7850 11.597 50 +7900 11.605 50 +7950 11.609 50 +8000 11.613 50 +8050 11.614 50 +8100 11.627 50 +8150 11.700 50 +8200 11.690 50 +8250 11.689 50 +8300 11.684 50 +8350 11.658 50 +8400 11.651 50 +8450 11.653 50 +8500 11.655 50 +8550 11.663 50 +8600 11.663 50 +8650 11.674 50 +8700 11.681 50 +8750 11.687 50 +8800 11.694 50 +8850 11.708 50 +8900 11.711 50 +8950 11.773 50 +9000 11.851 50 +9050 11.799 50 +9100 11.842 50 +9150 11.859 50 +9200 11.823 50 +9250 11.814 50 +9300 12.041 50 +9350 12.350 50 +9400 12.093 50 +9450 12.185 50 +9500 12.143 50 +9550 12.113 50 +9600 12.057 50 +9650 11.979 50 +9700 11.894 50 +9750 11.915 50 +9800 11.895 50 +9850 11.857 50 +9900 11.825 50 +9950 11.836 50 +10000 11.837 50 +10050 11.787 50 +10100 11.850 50 +10150 11.843 50 +10200 11.869 50 diff --git a/noao/lib/onedstds/ctionewcal/l4364blue.dat b/noao/lib/onedstds/ctionewcal/l4364blue.dat new file mode 100644 index 00000000..ecbd3bbe --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l4364blue.dat @@ -0,0 +1,87 @@ +# LTT 4364 +3300 11.909 50 +3350 11.860 50 +3400 11.851 50 +3450 11.837 50 +3500 11.820 50 +3550 11.788 50 +3600 11.749 50 +3650 11.723 50 +3700 11.696 50 +3750 11.679 50 +3800 11.656 50 +3850 11.636 50 +3900 11.625 50 +3950 11.615 50 +4000 11.606 50 +4050 11.597 50 +4100 11.589 50 +4150 11.585 50 +4200 11.576 50 +4250 11.569 50 +4300 11.566 50 +4350 11.567 50 +4400 11.554 50 +4450 11.545 50 +4500 11.546 50 +4550 11.544 50 +4600 11.548 50 +4650 11.570 50 +4700 11.585 50 +4750 11.540 50 +4800 11.517 50 +4850 11.508 50 +4900 11.502 50 +4950 11.499 50 +5000 11.508 50 +5050 11.532 50 +5100 11.561 50 +5150 11.565 50 +5200 11.485 50 +5250 11.481 50 +5300 11.481 50 +5350 11.479 50 +5400 11.480 50 +5450 11.486 50 +5500 11.489 50 +5550 11.492 50 +5600 11.487 50 +5650 11.481 50 +5700 11.481 50 +5750 11.487 50 +5800 11.480 50 +5850 11.476 50 +5900 11.486 50 +5950 11.484 50 +6000 11.485 50 +6050 11.486 50 +6100 11.488 50 +6150 11.489 50 +6200 11.488 50 +6250 11.495 50 +6300 11.508 50 +6350 11.494 50 +6400 11.492 50 +6450 11.490 50 +6500 11.492 50 +6550 11.498 50 +6600 11.493 50 +6650 11.491 50 +6700 11.489 50 +6750 11.494 50 +6800 11.503 50 +6850 11.552 50 +6900 11.615 50 +6950 11.537 50 +7000 11.532 50 +7050 11.527 50 +7100 11.526 50 +7150 11.545 50 +7200 11.609 50 +7250 11.605 50 +7300 11.592 50 +7350 11.559 50 +7400 11.556 50 +7450 11.559 50 +7500 11.563 50 +7550 11.566 50 diff --git a/noao/lib/onedstds/ctionewcal/l4364red.dat b/noao/lib/onedstds/ctionewcal/l4364red.dat new file mode 100644 index 00000000..ca579133 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l4364red.dat @@ -0,0 +1,77 @@ +# LTT 4364 +6450 11.509 50 +6500 11.514 50 +6550 11.513 50 +6600 11.512 50 +6650 11.512 50 +6700 11.512 50 +6750 11.513 50 +6800 11.515 50 +6850 11.571 50 +6900 11.627 50 +6950 11.550 50 +7000 11.546 50 +7050 11.548 50 +7100 11.548 50 +7150 11.572 50 +7200 11.630 50 +7250 11.625 50 +7300 11.614 50 +7350 11.585 50 +7400 11.577 50 +7450 11.574 50 +7500 11.576 50 +7550 11.583 50 +7600 12.058 50 +7650 11.933 50 +7700 11.607 50 +7750 11.591 50 +7800 11.593 50 +7850 11.597 50 +7900 11.605 50 +7950 11.609 50 +8000 11.613 50 +8050 11.614 50 +8100 11.627 50 +8150 11.700 50 +8200 11.690 50 +8250 11.689 50 +8300 11.684 50 +8350 11.658 50 +8400 11.651 50 +8450 11.653 50 +8500 11.655 50 +8550 11.663 50 +8600 11.663 50 +8650 11.674 50 +8700 11.681 50 +8750 11.687 50 +8800 11.694 50 +8850 11.708 50 +8900 11.711 50 +8950 11.773 50 +9000 11.851 50 +9050 11.799 50 +9100 11.842 50 +9150 11.859 50 +9200 11.823 50 +9250 11.814 50 +9300 12.041 50 +9350 12.350 50 +9400 12.093 50 +9450 12.185 50 +9500 12.143 50 +9550 12.113 50 +9600 12.057 50 +9650 11.979 50 +9700 11.894 50 +9750 11.915 50 +9800 11.895 50 +9850 11.857 50 +9900 11.825 50 +9950 11.836 50 +10000 11.837 50 +10050 11.787 50 +10100 11.850 50 +10150 11.843 50 +10200 11.869 50 diff --git a/noao/lib/onedstds/ctionewcal/l4816.dat b/noao/lib/onedstds/ctionewcal/l4816.dat new file mode 100644 index 00000000..16027adb --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l4816.dat @@ -0,0 +1,135 @@ +# LTT 4816 +3300 14.083 50 +3350 14.054 50 +3400 14.057 50 +3450 14.073 50 +3500 14.07 50 +3550 14.055 50 +3600 14.039 50 +3650 14.024 50 +3700 14.026 50 +3750 14.015 50 +3800 14.012 50 +3850 14.001 50 +3900 13.995 50 +3950 14.026 50 +4000 13.929 50 +4050 13.85 50 +4100 14.164 50 +4150 13.83 50 +4200 13.695 50 +4250 13.718 50 +4300 13.922 50 +4350 14.228 50 +4400 13.819 50 +4450 13.703 50 +4500 13.674 50 +4550 13.658 50 +4600 13.666 50 +4650 13.68 50 +4700 13.702 50 +4750 13.753 50 +4800 13.874 50 +4850 14.251 50 +4900 14.01 50 +4950 13.805 50 +5000 13.746 50 +5050 13.727 50 +5100 13.723 50 +5150 13.724 50 +5200 13.721 50 +5250 13.729 50 +5300 13.736 50 +5350 13.74 50 +5400 13.756 50 +5450 13.755 50 +5500 13.758 50 +5550 13.78 50 +5600 13.782 50 +5650 13.79 50 +5700 13.808 50 +5750 13.827 50 +5800 13.825 50 +5850 13.823 50 +5900 13.837 50 +5950 13.844 50 +6000 13.853 50 +6050 13.864 50 +6100 13.876 50 +6150 13.88 50 +6200 13.892 50 +6250 13.904 50 +6300 13.927 50 +6350 13.931 50 +6400 13.956 50 +6450 13.992 50 +6500 14.101 50 +6550 14.394 50 +6600 14.231 50 +6650 14.059 50 +6700 14.008 50 +6750 13.995 50 +6800 13.994 50 +6850 14.038 50 +6900 14.099 50 +6950 14.022 50 +7000 14.022 50 +7050 14.023 50 +7100 14.030 50 +7150 14.057 50 +7200 14.121 50 +7250 14.120 50 +7300 14.118 50 +7350 14.091 50 +7400 14.081 50 +7450 14.089 50 +7500 14.100 50 +7550 14.101 50 +7600 14.575 50 +7650 14.451 50 +7700 14.136 50 +7750 14.131 50 +7800 14.130 50 +7850 14.142 50 +7900 14.147 50 +7950 14.156 50 +8000 14.162 50 +8050 14.172 50 +8100 14.184 50 +8150 14.262 50 +8200 14.252 50 +8250 14.253 50 +8300 14.244 50 +8350 14.228 50 +8400 14.229 50 +8450 14.229 50 +8500 14.236 50 +8550 14.259 50 +8600 14.267 50 +8650 14.276 50 +8700 14.283 50 +8750 14.291 50 +8800 14.298 50 +8850 14.317 50 +8900 14.339 50 +8950 14.385 50 +9000 14.472 50 +9050 14.420 50 +9100 14.481 50 +9150 14.489 50 +9200 14.467 50 +9250 14.466 50 +9300 14.697 50 +9350 15.018 50 +9400 14.731 50 +9450 14.783 50 +9500 14.829 50 +9550 14.747 50 +9600 14.684 50 +9650 14.572 50 +9700 14.517 50 +9750 14.507 50 +9800 14.500 50 +9850 14.487 50 +9900 14.431 50 +9950 14.527 50 diff --git a/noao/lib/onedstds/ctionewcal/l4816blue.dat b/noao/lib/onedstds/ctionewcal/l4816blue.dat new file mode 100644 index 00000000..01562668 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l4816blue.dat @@ -0,0 +1,87 @@ +# LTT 4816 +3300 14.078 50 +3350 14.049 50 +3400 14.052 50 +3450 14.068 50 +3500 14.065 50 +3550 14.050 50 +3600 14.034 50 +3650 14.019 50 +3700 14.021 50 +3750 14.010 50 +3800 14.007 50 +3850 13.996 50 +3900 13.990 50 +3950 14.021 50 +4000 13.924 50 +4050 13.845 50 +4100 14.159 50 +4150 13.825 50 +4200 13.690 50 +4250 13.713 50 +4300 13.917 50 +4350 14.223 50 +4400 13.814 50 +4450 13.698 50 +4500 13.669 50 +4550 13.653 50 +4600 13.661 50 +4650 13.675 50 +4700 13.697 50 +4750 13.748 50 +4800 13.869 50 +4850 14.246 50 +4900 14.005 50 +4950 13.800 50 +5000 13.741 50 +5050 13.722 50 +5100 13.718 50 +5150 13.719 50 +5200 13.716 50 +5250 13.724 50 +5300 13.731 50 +5350 13.735 50 +5400 13.751 50 +5450 13.750 50 +5500 13.753 50 +5550 13.775 50 +5600 13.777 50 +5650 13.785 50 +5700 13.803 50 +5750 13.822 50 +5800 13.820 50 +5850 13.818 50 +5900 13.832 50 +5950 13.839 50 +6000 13.848 50 +6050 13.859 50 +6100 13.871 50 +6150 13.875 50 +6200 13.887 50 +6250 13.899 50 +6300 13.922 50 +6350 13.926 50 +6400 13.951 50 +6450 13.987 50 +6500 14.092 50 +6550 14.389 50 +6600 14.221 50 +6650 14.046 50 +6700 14.001 50 +6750 13.991 50 +6800 13.993 50 +6850 14.031 50 +6900 14.094 50 +6950 14.014 50 +7000 14.011 50 +7050 14.011 50 +7100 14.021 50 +7150 14.047 50 +7200 14.115 50 +7250 14.115 50 +7300 14.117 50 +7350 14.095 50 +7400 14.079 50 +7450 14.089 50 +7500 14.103 50 +7550 14.105 50 diff --git a/noao/lib/onedstds/ctionewcal/l4816red.dat b/noao/lib/onedstds/ctionewcal/l4816red.dat new file mode 100644 index 00000000..37468100 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l4816red.dat @@ -0,0 +1,72 @@ +# LTT 4816 +6450 14.002 50 +6500 14.105 50 +6550 14.394 50 +6600 14.235 50 +6650 14.066 50 +6700 14.009 50 +6750 13.993 50 +6800 13.990 50 +6850 14.039 50 +6900 14.098 50 +6950 14.025 50 +7000 14.027 50 +7050 14.030 50 +7100 14.034 50 +7150 14.061 50 +7200 14.122 50 +7250 14.119 50 +7300 14.113 50 +7350 14.081 50 +7400 14.077 50 +7450 14.084 50 +7500 14.091 50 +7550 14.101 50 +7600 14.575 50 +7650 14.451 50 +7700 14.136 50 +7750 14.131 50 +7800 14.130 50 +7850 14.142 50 +7900 14.147 50 +7950 14.156 50 +8000 14.162 50 +8050 14.172 50 +8100 14.184 50 +8150 14.262 50 +8200 14.252 50 +8250 14.253 50 +8300 14.244 50 +8350 14.228 50 +8400 14.229 50 +8450 14.229 50 +8500 14.236 50 +8550 14.259 50 +8600 14.267 50 +8650 14.276 50 +8700 14.283 50 +8750 14.291 50 +8800 14.298 50 +8850 14.317 50 +8900 14.339 50 +8950 14.385 50 +9000 14.472 50 +9050 14.420 50 +9100 14.481 50 +9150 14.489 50 +9200 14.467 50 +9250 14.466 50 +9300 14.697 50 +9350 15.018 50 +9400 14.731 50 +9450 14.783 50 +9500 14.829 50 +9550 14.747 50 +9600 14.684 50 +9650 14.572 50 +9700 14.517 50 +9750 14.507 50 +9800 14.500 50 +9850 14.487 50 +9900 14.431 50 +9950 14.527 50 diff --git a/noao/lib/onedstds/ctionewcal/l6248.dat b/noao/lib/onedstds/ctionewcal/l6248.dat new file mode 100644 index 00000000..eeab58a5 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l6248.dat @@ -0,0 +1,139 @@ +# LTT 6248 +3300 13.134 50 +3350 13.063 50 +3400 13.037 50 +3450 13.019 50 +3500 12.982 50 +3550 12.928 50 +3600 12.868 50 +3650 12.806 50 +3700 12.768 50 +3750 12.684 50 +3800 12.565 50 +3850 12.479 50 +3900 12.464 50 +3950 12.471 50 +4000 12.305 50 +4050 12.258 50 +4100 12.317 50 +4150 12.209 50 +4200 12.183 50 +4250 12.174 50 +4300 12.192 50 +4350 12.216 50 +4400 12.119 50 +4450 12.094 50 +4500 12.068 50 +4550 12.059 50 +4600 12.035 50 +4650 12.017 50 +4700 12.005 50 +4750 11.996 50 +4800 11.984 50 +4850 12.04 50 +4900 11.95 50 +4950 11.916 50 +5000 11.904 50 +5050 11.889 50 +5100 11.87 50 +5150 11.858 50 +5200 11.85 50 +5250 11.837 50 +5300 11.826 50 +5350 11.811 50 +5400 11.803 50 +5450 11.79 50 +5500 11.777 50 +5550 11.761 50 +5600 11.752 50 +5650 11.747 50 +5700 11.743 50 +5750 11.739 50 +5800 11.721 50 +5850 11.704 50 +5900 11.711 50 +5950 11.697 50 +6000 11.687 50 +6050 11.682 50 +6100 11.673 50 +6150 11.667 50 +6200 11.663 50 +6250 11.659 50 +6300 11.669 50 +6350 11.644 50 +6400 11.635 50 +6450 11.625 50 +6500 11.627 50 +6550 11.699 50 +6600 11.613 50 +6650 11.596 50 +6700 11.587 50 +6750 11.582 50 +6800 11.579 50 +6850 11.624 50 +6900 11.680 50 +6950 11.589 50 +7000 11.577 50 +7050 11.570 50 +7100 11.565 50 +7150 11.574 50 +7200 11.623 50 +7250 11.610 50 +7300 11.595 50 +7350 11.565 50 +7400 11.556 50 +7450 11.551 50 +7500 11.549 50 +7550 11.543 50 +7600 11.992 50 +7650 11.880 50 +7700 11.556 50 +7750 11.533 50 +7800 11.526 50 +7850 11.521 50 +7900 11.521 50 +7950 11.518 50 +8000 11.514 50 +8050 11.513 50 +8100 11.517 50 +8150 11.567 50 +8200 11.558 50 +8250 11.553 50 +8300 11.544 50 +8350 11.523 50 +8400 11.514 50 +8450 11.507 50 +8500 11.508 50 +8550 11.515 50 +8600 11.506 50 +8650 11.515 50 +8700 11.500 50 +8750 11.511 50 +8800 11.502 50 +8850 11.519 50 +8900 11.515 50 +8950 11.548 50 +9000 11.624 50 +9050 11.556 50 +9100 11.590 50 +9150 11.595 50 +9200 11.576 50 +9250 11.580 50 +9300 11.727 50 +9350 11.970 50 +9400 11.771 50 +9450 11.845 50 +9500 11.807 50 +9550 11.804 50 +9600 11.728 50 +9650 11.667 50 +9700 11.580 50 +9750 11.605 50 +9800 11.589 50 +9850 11.556 50 +9900 11.534 50 +9950 11.538 50 +10000 11.535 50 +10050 11.554 50 +10100 11.495 50 +10150 11.500 50 diff --git a/noao/lib/onedstds/ctionewcal/l6248blue.dat b/noao/lib/onedstds/ctionewcal/l6248blue.dat new file mode 100644 index 00000000..b587aff1 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l6248blue.dat @@ -0,0 +1,87 @@ +# LTT 6248 +3300 13.132 50 +3350 13.061 50 +3400 13.035 50 +3450 13.017 50 +3500 12.980 50 +3550 12.926 50 +3600 12.866 50 +3650 12.804 50 +3700 12.766 50 +3750 12.682 50 +3800 12.563 50 +3850 12.477 50 +3900 12.462 50 +3950 12.469 50 +4000 12.303 50 +4050 12.256 50 +4100 12.315 50 +4150 12.207 50 +4200 12.181 50 +4250 12.172 50 +4300 12.190 50 +4350 12.214 50 +4400 12.117 50 +4450 12.092 50 +4500 12.066 50 +4550 12.057 50 +4600 12.033 50 +4650 12.015 50 +4700 12.003 50 +4750 11.994 50 +4800 11.982 50 +4850 12.038 50 +4900 11.948 50 +4950 11.914 50 +5000 11.902 50 +5050 11.887 50 +5100 11.868 50 +5150 11.856 50 +5200 11.848 50 +5250 11.835 50 +5300 11.824 50 +5350 11.809 50 +5400 11.801 50 +5450 11.788 50 +5500 11.775 50 +5550 11.759 50 +5600 11.750 50 +5650 11.745 50 +5700 11.741 50 +5750 11.737 50 +5800 11.719 50 +5850 11.702 50 +5900 11.709 50 +5950 11.695 50 +6000 11.685 50 +6050 11.680 50 +6100 11.671 50 +6150 11.665 50 +6200 11.661 50 +6250 11.657 50 +6300 11.667 50 +6350 11.642 50 +6400 11.633 50 +6450 11.623 50 +6500 11.621 50 +6550 11.692 50 +6600 11.609 50 +6650 11.591 50 +6700 11.583 50 +6750 11.580 50 +6800 11.579 50 +6850 11.624 50 +6900 11.685 50 +6950 11.591 50 +7000 11.577 50 +7050 11.569 50 +7100 11.560 50 +7150 11.568 50 +7200 11.624 50 +7250 11.609 50 +7300 11.594 50 +7350 11.563 50 +7400 11.555 50 +7450 11.553 50 +7500 11.552 50 +7550 11.551 50 diff --git a/noao/lib/onedstds/ctionewcal/l6248red.dat b/noao/lib/onedstds/ctionewcal/l6248red.dat new file mode 100644 index 00000000..f4c1c6f5 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l6248red.dat @@ -0,0 +1,83 @@ +# LTT 6248 +6100 11.658 50 +6150 11.668 50 +6200 11.664 50 +6250 11.668 50 +6300 11.678 50 +6350 11.650 50 +6400 11.639 50 +6450 11.632 50 +6500 11.630 50 +6550 11.703 50 +6600 11.614 50 +6650 11.598 50 +6700 11.588 50 +6750 11.581 50 +6800 11.576 50 +6850 11.622 50 +6900 11.672 50 +6950 11.584 50 +7000 11.575 50 +7050 11.569 50 +7100 11.567 50 +7150 11.578 50 +7200 11.619 50 +7250 11.609 50 +7300 11.594 50 +7350 11.565 50 +7400 11.555 50 +7450 11.547 50 +7500 11.544 50 +7550 11.543 50 +7600 11.992 50 +7650 11.880 50 +7700 11.556 50 +7750 11.533 50 +7800 11.526 50 +7850 11.521 50 +7900 11.521 50 +7950 11.518 50 +8000 11.514 50 +8050 11.513 50 +8100 11.517 50 +8150 11.567 50 +8200 11.558 50 +8250 11.553 50 +8300 11.544 50 +8350 11.523 50 +8400 11.514 50 +8450 11.507 50 +8500 11.508 50 +8550 11.515 50 +8600 11.506 50 +8650 11.515 50 +8700 11.500 50 +8750 11.511 50 +8800 11.502 50 +8850 11.519 50 +8900 11.515 50 +8950 11.548 50 +9000 11.624 50 +9050 11.556 50 +9100 11.590 50 +9150 11.595 50 +9200 11.576 50 +9250 11.580 50 +9300 11.727 50 +9350 11.970 50 +9400 11.771 50 +9450 11.845 50 +9500 11.807 50 +9550 11.804 50 +9600 11.728 50 +9650 11.667 50 +9700 11.580 50 +9750 11.605 50 +9800 11.589 50 +9850 11.556 50 +9900 11.534 50 +9950 11.538 50 +10000 11.535 50 +10050 11.554 50 +10100 11.495 50 +10150 11.500 50 diff --git a/noao/lib/onedstds/ctionewcal/l7379.dat b/noao/lib/onedstds/ctionewcal/l7379.dat new file mode 100644 index 00000000..508c5e66 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l7379.dat @@ -0,0 +1,140 @@ +# LTT 7379 +3300 11.85 50 +3350 11.851 50 +3400 11.753 50 +3450 11.746 50 +3500 11.679 50 +3550 11.599 50 +3600 11.62 50 +3650 11.466 50 +3700 11.416 50 +3750 11.439 50 +3800 11.299 50 +3850 11.343 50 +3900 11.278 50 +3950 11.442 50 +4000 10.98 50 +4050 10.881 50 +4100 10.851 50 +4150 10.78 50 +4200 10.788 50 +4250 10.819 50 +4300 10.907 50 +4350 10.765 50 +4400 10.702 50 +4450 10.612 50 +4500 10.547 50 +4550 10.536 50 +4600 10.496 50 +4650 10.472 50 +4700 10.457 50 +4750 10.432 50 +4800 10.409 50 +4850 10.454 50 +4900 10.408 50 +4950 10.375 50 +5000 10.381 50 +5050 10.354 50 +5100 10.33 50 +5150 10.357 50 +5200 10.351 50 +5250 10.293 50 +5300 10.257 50 +5350 10.248 50 +5400 10.238 50 +5450 10.217 50 +5500 10.197 50 +5550 10.181 50 +5600 10.184 50 +5650 10.155 50 +5700 10.15 50 +5750 10.131 50 +5800 10.12 50 +5850 10.106 50 +5900 10.125 50 +5950 10.1 50 +6000 10.096 50 +6050 10.082 50 +6100 10.076 50 +6150 10.077 50 +6200 10.055 50 +6250 10.061 50 +6300 10.061 50 +6350 10.038 50 +6400 10.032 50 +6450 10.032 50 +6500 10.026 50 +6550 10.071 50 +6600 10.010 50 +6650 9.992 50 +6700 9.985 50 +6750 9.980 50 +6800 9.974 50 +6850 10.020 50 +6900 10.070 50 +6950 9.982 50 +7000 9.977 50 +7050 9.966 50 +7100 9.960 50 +7150 9.976 50 +7200 10.025 50 +7250 10.007 50 +7300 9.992 50 +7350 9.955 50 +7400 9.953 50 +7450 9.936 50 +7500 9.936 50 +7550 9.935 50 +7600 10.401 50 +7650 10.281 50 +7700 9.945 50 +7750 9.922 50 +7800 9.916 50 +7850 9.913 50 +7900 9.915 50 +7950 9.918 50 +8000 9.911 50 +8050 9.908 50 +8100 9.912 50 +8150 9.968 50 +8200 9.975 50 +8250 9.952 50 +8300 9.944 50 +8350 9.920 50 +8400 9.903 50 +8450 9.903 50 +8500 9.921 50 +8550 9.957 50 +8600 9.900 50 +8650 9.942 50 +8700 9.911 50 +8750 9.910 50 +8800 9.914 50 +8850 9.914 50 +8900 9.910 50 +8950 9.956 50 +9000 10.035 50 +9050 9.971 50 +9100 10.014 50 +9150 10.013 50 +9200 9.979 50 +9250 9.983 50 +9300 10.152 50 +9350 10.428 50 +9400 10.214 50 +9450 10.293 50 +9500 10.240 50 +9550 10.209 50 +9600 10.150 50 +9650 10.087 50 +9700 9.991 50 +9750 10.012 50 +9800 9.983 50 +9850 9.953 50 +9900 9.935 50 +9950 9.932 50 +10000 9.938 50 +10050 9.942 50 +10100 9.920 50 +10150 9.926 50 +10200 9.917 50 diff --git a/noao/lib/onedstds/ctionewcal/l7379blue.dat b/noao/lib/onedstds/ctionewcal/l7379blue.dat new file mode 100644 index 00000000..9f97826a --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l7379blue.dat @@ -0,0 +1,87 @@ +# LTT 7379 +3300 11.852 50 +3350 11.853 50 +3400 11.755 50 +3450 11.748 50 +3500 11.681 50 +3550 11.601 50 +3600 11.622 50 +3650 11.468 50 +3700 11.418 50 +3750 11.441 50 +3800 11.301 50 +3850 11.345 50 +3900 11.280 50 +3950 11.444 50 +4000 10.982 50 +4050 10.883 50 +4100 10.853 50 +4150 10.782 50 +4200 10.790 50 +4250 10.821 50 +4300 10.909 50 +4350 10.767 50 +4400 10.704 50 +4450 10.614 50 +4500 10.549 50 +4550 10.538 50 +4600 10.498 50 +4650 10.474 50 +4700 10.459 50 +4750 10.434 50 +4800 10.411 50 +4850 10.456 50 +4900 10.410 50 +4950 10.377 50 +5000 10.383 50 +5050 10.356 50 +5100 10.332 50 +5150 10.359 50 +5200 10.353 50 +5250 10.295 50 +5300 10.259 50 +5350 10.250 50 +5400 10.240 50 +5450 10.219 50 +5500 10.199 50 +5550 10.183 50 +5600 10.186 50 +5650 10.157 50 +5700 10.152 50 +5750 10.133 50 +5800 10.122 50 +5850 10.108 50 +5900 10.127 50 +5950 10.102 50 +6000 10.098 50 +6050 10.084 50 +6100 10.078 50 +6150 10.079 50 +6200 10.057 50 +6250 10.063 50 +6300 10.063 50 +6350 10.040 50 +6400 10.034 50 +6450 10.034 50 +6500 10.028 50 +6550 10.072 50 +6600 10.015 50 +6650 9.996 50 +6700 9.990 50 +6750 9.985 50 +6800 9.982 50 +6850 10.022 50 +6900 10.075 50 +6950 9.987 50 +7000 9.980 50 +7050 9.966 50 +7100 9.960 50 +7150 9.972 50 +7200 10.021 50 +7250 10.002 50 +7300 9.988 50 +7350 9.952 50 +7400 9.950 50 +7450 9.934 50 +7500 9.936 50 +7550 9.938 50 diff --git a/noao/lib/onedstds/ctionewcal/l7379red.dat b/noao/lib/onedstds/ctionewcal/l7379red.dat new file mode 100644 index 00000000..cc70ded6 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l7379red.dat @@ -0,0 +1,84 @@ +# LTT 7379 +6100 10.076 50 +6150 10.083 50 +6200 10.064 50 +6250 10.073 50 +6300 10.074 50 +6350 10.046 50 +6400 10.037 50 +6450 10.033 50 +6500 10.026 50 +6550 10.072 50 +6600 10.006 50 +6650 9.990 50 +6700 9.981 50 +6750 9.976 50 +6800 9.968 50 +6850 10.020 50 +6900 10.067 50 +6950 9.979 50 +7000 9.975 50 +7050 9.967 50 +7100 9.961 50 +7150 9.981 50 +7200 10.030 50 +7250 10.013 50 +7300 9.997 50 +7350 9.959 50 +7400 9.957 50 +7450 9.939 50 +7500 9.938 50 +7550 9.935 50 +7600 10.401 50 +7650 10.281 50 +7700 9.945 50 +7750 9.922 50 +7800 9.916 50 +7850 9.913 50 +7900 9.915 50 +7950 9.918 50 +8000 9.911 50 +8050 9.908 50 +8100 9.912 50 +8150 9.968 50 +8200 9.975 50 +8250 9.952 50 +8300 9.944 50 +8350 9.920 50 +8400 9.903 50 +8450 9.903 50 +8500 9.921 50 +8550 9.957 50 +8600 9.900 50 +8650 9.942 50 +8700 9.911 50 +8750 9.910 50 +8800 9.914 50 +8850 9.914 50 +8900 9.910 50 +8950 9.956 50 +9000 10.035 50 +9050 9.971 50 +9100 10.014 50 +9150 10.013 50 +9200 9.979 50 +9250 9.983 50 +9300 10.152 50 +9350 10.428 50 +9400 10.214 50 +9450 10.293 50 +9500 10.240 50 +9550 10.209 50 +9600 10.150 50 +9650 10.087 50 +9700 9.991 50 +9750 10.012 50 +9800 9.983 50 +9850 9.953 50 +9900 9.935 50 +9950 9.932 50 +10000 9.938 50 +10050 9.942 50 +10100 9.920 50 +10150 9.926 50 +10200 9.917 50 diff --git a/noao/lib/onedstds/ctionewcal/l745.dat b/noao/lib/onedstds/ctionewcal/l745.dat new file mode 100644 index 00000000..889a61c0 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l745.dat @@ -0,0 +1,74 @@ +# L745-46A +6450 13.072 50 +6500 13.089 50 +6550 13.114 50 +6600 13.091 50 +6650 13.070 50 +6700 13.056 50 +6750 13.054 50 +6800 13.052 50 +6850 13.100 50 +6900 13.156 50 +6950 13.075 50 +7000 13.071 50 +7050 13.074 50 +7100 13.076 50 +7150 13.092 50 +7200 13.137 50 +7250 13.132 50 +7300 13.121 50 +7350 13.101 50 +7400 13.094 50 +7450 13.094 50 +7500 13.093 50 +7550 13.101 50 +7600 13.537 50 +7650 13.418 50 +7700 13.117 50 +7750 13.104 50 +7800 13.104 50 +7850 13.108 50 +7900 13.112 50 +7950 13.118 50 +8000 13.121 50 +8050 13.122 50 +8100 13.134 50 +8150 13.190 50 +8200 13.184 50 +8250 13.185 50 +8300 13.188 50 +8350 13.172 50 +8400 13.164 50 +8450 13.166 50 +8500 13.168 50 +8550 13.180 50 +8600 13.186 50 +8650 13.188 50 +8700 13.189 50 +8750 13.207 50 +8800 13.207 50 +8850 13.218 50 +8900 13.215 50 +8950 13.261 50 +9000 13.324 50 +9050 13.284 50 +9100 13.318 50 +9150 13.329 50 +9200 13.298 50 +9250 13.301 50 +9300 13.453 50 +9350 13.705 50 +9400 13.494 50 +9450 13.586 50 +9500 13.566 50 +9550 13.528 50 +9600 13.490 50 +9650 13.436 50 +9700 13.361 50 +9750 13.381 50 +9800 13.358 50 +9850 13.342 50 +9900 13.323 50 +9950 13.372 50 +10000 13.399 50 +10050 13.288 50 diff --git a/noao/lib/onedstds/ctionewcal/l745red.dat b/noao/lib/onedstds/ctionewcal/l745red.dat new file mode 100644 index 00000000..889a61c0 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l745red.dat @@ -0,0 +1,74 @@ +# L745-46A +6450 13.072 50 +6500 13.089 50 +6550 13.114 50 +6600 13.091 50 +6650 13.070 50 +6700 13.056 50 +6750 13.054 50 +6800 13.052 50 +6850 13.100 50 +6900 13.156 50 +6950 13.075 50 +7000 13.071 50 +7050 13.074 50 +7100 13.076 50 +7150 13.092 50 +7200 13.137 50 +7250 13.132 50 +7300 13.121 50 +7350 13.101 50 +7400 13.094 50 +7450 13.094 50 +7500 13.093 50 +7550 13.101 50 +7600 13.537 50 +7650 13.418 50 +7700 13.117 50 +7750 13.104 50 +7800 13.104 50 +7850 13.108 50 +7900 13.112 50 +7950 13.118 50 +8000 13.121 50 +8050 13.122 50 +8100 13.134 50 +8150 13.190 50 +8200 13.184 50 +8250 13.185 50 +8300 13.188 50 +8350 13.172 50 +8400 13.164 50 +8450 13.166 50 +8500 13.168 50 +8550 13.180 50 +8600 13.186 50 +8650 13.188 50 +8700 13.189 50 +8750 13.207 50 +8800 13.207 50 +8850 13.218 50 +8900 13.215 50 +8950 13.261 50 +9000 13.324 50 +9050 13.284 50 +9100 13.318 50 +9150 13.329 50 +9200 13.298 50 +9250 13.301 50 +9300 13.453 50 +9350 13.705 50 +9400 13.494 50 +9450 13.586 50 +9500 13.566 50 +9550 13.528 50 +9600 13.490 50 +9650 13.436 50 +9700 13.361 50 +9750 13.381 50 +9800 13.358 50 +9850 13.342 50 +9900 13.323 50 +9950 13.372 50 +10000 13.399 50 +10050 13.288 50 diff --git a/noao/lib/onedstds/ctionewcal/l7987.dat b/noao/lib/onedstds/ctionewcal/l7987.dat new file mode 100644 index 00000000..e105defd --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l7987.dat @@ -0,0 +1,136 @@ +# LTT 7987 +3300 12.373 50 +3350 12.346 50 +3400 12.367 50 +3450 12.389 50 +3500 12.401 50 +3550 12.397 50 +3600 12.389 50 +3650 12.388 50 +3700 12.415 50 +3750 12.422 50 +3800 12.419 50 +3850 12.402 50 +3900 12.397 50 +3950 12.407 50 +4000 12.268 50 +4050 12.12 50 +4100 12.532 50 +4150 12.129 50 +4200 11.964 50 +4250 11.993 50 +4300 12.236 50 +4350 12.57 50 +4400 12.141 50 +4450 12.004 50 +4500 11.98 50 +4550 11.987 50 +4600 12.002 50 +4650 12.022 50 +4700 12.047 50 +4750 12.103 50 +4800 12.246 50 +4850 12.656 50 +4900 12.414 50 +4950 12.192 50 +5000 12.144 50 +5050 12.137 50 +5100 12.135 50 +5150 12.14 50 +5200 12.151 50 +5250 12.169 50 +5300 12.182 50 +5350 12.195 50 +5400 12.207 50 +5450 12.219 50 +5500 12.234 50 +5550 12.245 50 +5600 12.257 50 +5650 12.275 50 +5700 12.294 50 +5750 12.308 50 +5800 12.315 50 +5850 12.319 50 +5900 12.338 50 +5950 12.352 50 +6000 12.365 50 +6050 12.378 50 +6100 12.389 50 +6150 12.397 50 +6200 12.405 50 +6250 12.423 50 +6300 12.45 50 +6350 12.452 50 +6400 12.468 50 +6450 12.511 50 +6500 12.610 50 +6550 12.878 50 +6600 12.741 50 +6650 12.587 50 +6700 12.544 50 +6750 12.538 50 +6800 12.542 50 +6850 12.596 50 +6900 12.665 50 +6950 12.585 50 +7000 12.590 50 +7050 12.598 50 +7100 12.608 50 +7150 12.631 50 +7200 12.684 50 +7250 12.689 50 +7300 12.687 50 +7350 12.669 50 +7400 12.671 50 +7450 12.680 50 +7500 12.693 50 +7550 12.704 50 +7600 13.190 50 +7650 13.083 50 +7700 12.749 50 +7750 12.747 50 +7800 12.752 50 +7850 12.764 50 +7900 12.776 50 +7950 12.786 50 +8000 12.792 50 +8050 12.806 50 +8100 12.821 50 +8150 12.883 50 +8200 12.880 50 +8250 12.886 50 +8300 12.887 50 +8350 12.880 50 +8400 12.875 50 +8450 12.892 50 +8500 12.903 50 +8550 12.909 50 +8600 12.918 50 +8650 12.918 50 +8700 12.930 50 +8750 12.957 50 +8800 12.960 50 +8850 12.992 50 +8900 12.992 50 +8950 13.027 50 +9000 13.103 50 +9050 13.078 50 +9100 13.103 50 +9150 13.119 50 +9200 13.112 50 +9250 13.128 50 +9300 13.234 50 +9350 13.479 50 +9400 13.325 50 +9450 13.404 50 +9500 13.369 50 +9550 13.420 50 +9600 13.308 50 +9650 13.240 50 +9700 13.161 50 +9750 13.172 50 +9800 13.202 50 +9850 13.132 50 +9900 13.212 50 +9950 13.216 50 +10000 13.175 50 diff --git a/noao/lib/onedstds/ctionewcal/l7987blue.dat b/noao/lib/onedstds/ctionewcal/l7987blue.dat new file mode 100644 index 00000000..8c669eb5 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l7987blue.dat @@ -0,0 +1,87 @@ +# LTT 7987 +3300 12.355 50 +3350 12.328 50 +3400 12.349 50 +3450 12.371 50 +3500 12.383 50 +3550 12.379 50 +3600 12.371 50 +3650 12.370 50 +3700 12.397 50 +3750 12.404 50 +3800 12.401 50 +3850 12.384 50 +3900 12.379 50 +3950 12.389 50 +4000 12.250 50 +4050 12.102 50 +4100 12.514 50 +4150 12.111 50 +4200 11.946 50 +4250 11.975 50 +4300 12.218 50 +4350 12.552 50 +4400 12.123 50 +4450 11.986 50 +4500 11.962 50 +4550 11.969 50 +4600 11.984 50 +4650 12.004 50 +4700 12.029 50 +4750 12.085 50 +4800 12.228 50 +4850 12.638 50 +4900 12.396 50 +4950 12.174 50 +5000 12.126 50 +5050 12.119 50 +5100 12.117 50 +5150 12.122 50 +5200 12.133 50 +5250 12.151 50 +5300 12.164 50 +5350 12.177 50 +5400 12.189 50 +5450 12.201 50 +5500 12.216 50 +5550 12.227 50 +5600 12.239 50 +5650 12.257 50 +5700 12.276 50 +5750 12.290 50 +5800 12.297 50 +5850 12.301 50 +5900 12.320 50 +5950 12.334 50 +6000 12.347 50 +6050 12.360 50 +6100 12.371 50 +6150 12.379 50 +6200 12.387 50 +6250 12.405 50 +6300 12.432 50 +6350 12.434 50 +6400 12.450 50 +6450 12.493 50 +6500 12.588 50 +6550 12.851 50 +6600 12.719 50 +6650 12.570 50 +6700 12.529 50 +6750 12.522 50 +6800 12.528 50 +6850 12.579 50 +6900 12.648 50 +6950 12.572 50 +7000 12.575 50 +7050 12.579 50 +7100 12.588 50 +7150 12.612 50 +7200 12.668 50 +7250 12.678 50 +7300 12.669 50 +7350 12.651 50 +7400 12.654 50 +7450 12.659 50 +7500 12.672 50 +7550 12.685 50 diff --git a/noao/lib/onedstds/ctionewcal/l7987red.dat b/noao/lib/onedstds/ctionewcal/l7987red.dat new file mode 100644 index 00000000..b62098c7 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l7987red.dat @@ -0,0 +1,80 @@ +# LTT 7987 +6100 12.374 50 +6150 12.388 50 +6200 12.404 50 +6250 12.428 50 +6300 12.461 50 +6350 12.456 50 +6400 12.470 50 +6450 12.516 50 +6500 12.614 50 +6550 12.887 50 +6600 12.745 50 +6650 12.586 50 +6700 12.540 50 +6750 12.535 50 +6800 12.537 50 +6850 12.595 50 +6900 12.663 50 +6950 12.579 50 +7000 12.586 50 +7050 12.599 50 +7100 12.609 50 +7150 12.632 50 +7200 12.682 50 +7250 12.682 50 +7300 12.687 50 +7350 12.669 50 +7400 12.669 50 +7450 12.682 50 +7500 12.696 50 +7550 12.704 50 +7600 13.190 50 +7650 13.083 50 +7700 12.749 50 +7750 12.747 50 +7800 12.752 50 +7850 12.764 50 +7900 12.776 50 +7950 12.786 50 +8000 12.792 50 +8050 12.806 50 +8100 12.821 50 +8150 12.883 50 +8200 12.880 50 +8250 12.886 50 +8300 12.887 50 +8350 12.880 50 +8400 12.875 50 +8450 12.892 50 +8500 12.903 50 +8550 12.909 50 +8600 12.918 50 +8650 12.918 50 +8700 12.930 50 +8750 12.957 50 +8800 12.960 50 +8850 12.992 50 +8900 12.992 50 +8950 13.027 50 +9000 13.103 50 +9050 13.078 50 +9100 13.103 50 +9150 13.119 50 +9200 13.112 50 +9250 13.128 50 +9300 13.234 50 +9350 13.479 50 +9400 13.325 50 +9450 13.404 50 +9500 13.369 50 +9550 13.420 50 +9600 13.308 50 +9650 13.240 50 +9700 13.161 50 +9750 13.172 50 +9800 13.202 50 +9850 13.132 50 +9900 13.212 50 +9950 13.216 50 +10000 13.175 50 diff --git a/noao/lib/onedstds/ctionewcal/l9239.dat b/noao/lib/onedstds/ctionewcal/l9239.dat new file mode 100644 index 00000000..79456325 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l9239.dat @@ -0,0 +1,140 @@ +# LTT 9239 +3300 13.576 50 +3350 13.566 50 +3400 13.481 50 +3450 13.471 50 +3500 13.406 50 +3550 13.35 50 +3600 13.323 50 +3650 13.198 50 +3700 13.199 50 +3750 13.199 50 +3800 13.084 50 +3850 13.072 50 +3900 13.078 50 +3950 13.172 50 +4000 12.785 50 +4050 12.73 50 +4100 12.695 50 +4150 12.65 50 +4200 12.649 50 +4250 12.656 50 +4300 12.717 50 +4350 12.593 50 +4400 12.534 50 +4450 12.466 50 +4500 12.42 50 +4550 12.403 50 +4600 12.371 50 +4650 12.348 50 +4700 12.325 50 +4750 12.3 50 +4800 12.279 50 +4850 12.305 50 +4900 12.251 50 +4950 12.225 50 +5000 12.219 50 +5050 12.195 50 +5100 12.176 50 +5150 12.192 50 +5200 12.171 50 +5250 12.128 50 +5300 12.103 50 +5350 12.091 50 +5400 12.076 50 +5450 12.056 50 +5500 12.037 50 +5550 12.019 50 +5600 12.017 50 +5650 11.995 50 +5700 11.985 50 +5750 11.976 50 +5800 11.957 50 +5850 11.943 50 +5900 11.945 50 +5950 11.93 50 +6000 11.924 50 +6050 11.909 50 +6100 11.901 50 +6150 11.894 50 +6200 11.88 50 +6250 11.876 50 +6300 11.882 50 +6350 11.857 50 +6400 11.853 50 +6450 11.845 50 +6500 11.842 50 +6550 11.886 50 +6600 11.820 50 +6650 11.808 50 +6700 11.798 50 +6750 11.793 50 +6800 11.788 50 +6850 11.829 50 +6900 11.879 50 +6950 11.790 50 +7000 11.777 50 +7050 11.770 50 +7100 11.764 50 +7150 11.774 50 +7200 11.814 50 +7250 11.799 50 +7300 11.781 50 +7350 11.750 50 +7400 11.738 50 +7450 11.732 50 +7500 11.730 50 +7550 11.724 50 +7600 12.179 50 +7650 12.062 50 +7700 11.727 50 +7750 11.704 50 +7800 11.699 50 +7850 11.696 50 +7900 11.696 50 +7950 11.694 50 +8000 11.693 50 +8050 11.690 50 +8100 11.689 50 +8150 11.747 50 +8200 11.744 50 +8250 11.730 50 +8300 11.720 50 +8350 11.695 50 +8400 11.682 50 +8450 11.680 50 +8500 11.696 50 +8550 11.718 50 +8600 11.678 50 +8650 11.709 50 +8700 11.680 50 +8750 11.680 50 +8800 11.687 50 +8850 11.683 50 +8900 11.691 50 +8950 11.726 50 +9000 11.801 50 +9050 11.741 50 +9100 11.777 50 +9150 11.783 50 +9200 11.751 50 +9250 11.740 50 +9300 11.896 50 +9350 12.167 50 +9400 11.970 50 +9450 12.033 50 +9500 11.984 50 +9550 11.957 50 +9600 11.900 50 +9650 11.835 50 +9700 11.758 50 +9750 11.789 50 +9800 11.750 50 +9850 11.722 50 +9900 11.701 50 +9950 11.695 50 +10000 11.690 50 +10050 11.706 50 +10100 11.637 50 +10150 11.647 50 +10200 11.654 50 diff --git a/noao/lib/onedstds/ctionewcal/l9239blue.dat b/noao/lib/onedstds/ctionewcal/l9239blue.dat new file mode 100644 index 00000000..72fa77f3 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l9239blue.dat @@ -0,0 +1,87 @@ +# LTT 9239 +3300 13.581 50 +3350 13.571 50 +3400 13.486 50 +3450 13.476 50 +3500 13.411 50 +3550 13.355 50 +3600 13.328 50 +3650 13.203 50 +3700 13.204 50 +3750 13.204 50 +3800 13.089 50 +3850 13.077 50 +3900 13.083 50 +3950 13.177 50 +4000 12.790 50 +4050 12.735 50 +4100 12.700 50 +4150 12.655 50 +4200 12.654 50 +4250 12.661 50 +4300 12.722 50 +4350 12.598 50 +4400 12.539 50 +4450 12.471 50 +4500 12.425 50 +4550 12.408 50 +4600 12.376 50 +4650 12.353 50 +4700 12.330 50 +4750 12.305 50 +4800 12.284 50 +4850 12.310 50 +4900 12.256 50 +4950 12.230 50 +5000 12.224 50 +5050 12.200 50 +5100 12.181 50 +5150 12.197 50 +5200 12.176 50 +5250 12.133 50 +5300 12.108 50 +5350 12.096 50 +5400 12.081 50 +5450 12.061 50 +5500 12.042 50 +5550 12.024 50 +5600 12.022 50 +5650 12.000 50 +5700 11.990 50 +5750 11.981 50 +5800 11.962 50 +5850 11.948 50 +5900 11.950 50 +5950 11.935 50 +6000 11.929 50 +6050 11.914 50 +6100 11.906 50 +6150 11.899 50 +6200 11.885 50 +6250 11.881 50 +6300 11.887 50 +6350 11.862 50 +6400 11.858 50 +6450 11.850 50 +6500 11.845 50 +6550 11.891 50 +6600 11.826 50 +6650 11.812 50 +6700 11.804 50 +6750 11.799 50 +6800 11.797 50 +6850 11.836 50 +6900 11.889 50 +6950 11.797 50 +7000 11.781 50 +7050 11.774 50 +7100 11.768 50 +7150 11.774 50 +7200 11.812 50 +7250 11.796 50 +7300 11.780 50 +7350 11.753 50 +7400 11.741 50 +7450 11.736 50 +7500 11.736 50 +7550 11.739 50 diff --git a/noao/lib/onedstds/ctionewcal/l9239red.dat b/noao/lib/onedstds/ctionewcal/l9239red.dat new file mode 100644 index 00000000..6d1e3f0f --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l9239red.dat @@ -0,0 +1,84 @@ +# LTT 9239 +6100 11.911 50 +6150 11.906 50 +6200 11.895 50 +6250 11.896 50 +6300 11.897 50 +6350 11.870 50 +6400 11.857 50 +6450 11.849 50 +6500 11.843 50 +6550 11.886 50 +6600 11.819 50 +6650 11.808 50 +6700 11.796 50 +6750 11.791 50 +6800 11.783 50 +6850 11.827 50 +6900 11.874 50 +6950 11.787 50 +7000 11.777 50 +7050 11.771 50 +7100 11.764 50 +7150 11.778 50 +7200 11.820 50 +7250 11.806 50 +7300 11.787 50 +7350 11.751 50 +7400 11.740 50 +7450 11.733 50 +7500 11.728 50 +7550 11.724 50 +7600 12.179 50 +7650 12.062 50 +7700 11.727 50 +7750 11.704 50 +7800 11.699 50 +7850 11.696 50 +7900 11.696 50 +7950 11.694 50 +8000 11.693 50 +8050 11.690 50 +8100 11.689 50 +8150 11.747 50 +8200 11.744 50 +8250 11.730 50 +8300 11.720 50 +8350 11.695 50 +8400 11.682 50 +8450 11.680 50 +8500 11.696 50 +8550 11.718 50 +8600 11.678 50 +8650 11.709 50 +8700 11.680 50 +8750 11.680 50 +8800 11.687 50 +8850 11.683 50 +8900 11.691 50 +8950 11.726 50 +9000 11.801 50 +9050 11.741 50 +9100 11.777 50 +9150 11.783 50 +9200 11.751 50 +9250 11.740 50 +9300 11.896 50 +9350 12.167 50 +9400 11.970 50 +9450 12.033 50 +9500 11.984 50 +9550 11.957 50 +9600 11.900 50 +9650 11.835 50 +9700 11.758 50 +9750 11.789 50 +9800 11.750 50 +9850 11.722 50 +9900 11.701 50 +9950 11.695 50 +10000 11.690 50 +10050 11.706 50 +10100 11.637 50 +10150 11.647 50 +10200 11.654 50 diff --git a/noao/lib/onedstds/ctionewcal/l9491.dat b/noao/lib/onedstds/ctionewcal/l9491.dat new file mode 100644 index 00000000..d3b85232 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l9491.dat @@ -0,0 +1,135 @@ +# LTT 9491 +3300 14.097 50 +3350 14.059 50 +3400 14.054 50 +3450 14.076 50 +3500 14.059 50 +3550 14.047 50 +3600 14.033 50 +3650 14.019 50 +3700 14.019 50 +3750 14.017 50 +3800 14.015 50 +3850 14.006 50 +3900 14.019 50 +3950 14.011 50 +4000 14.015 50 +4050 13.993 50 +4100 13.998 50 +4150 14.005 50 +4200 14.005 50 +4250 14.009 50 +4300 14.013 50 +4350 14.025 50 +4400 14.03 50 +4450 14.049 50 +4500 14.039 50 +4550 14.034 50 +4600 14.038 50 +4650 14.048 50 +4700 14.05 50 +4750 14.058 50 +4800 14.061 50 +4850 14.064 50 +4900 14.063 50 +4950 14.061 50 +5000 14.064 50 +5050 14.067 50 +5100 14.069 50 +5150 14.068 50 +5200 14.073 50 +5250 14.08 50 +5300 14.091 50 +5350 14.09 50 +5400 14.095 50 +5450 14.104 50 +5500 14.109 50 +5550 14.116 50 +5600 14.118 50 +5650 14.134 50 +5700 14.147 50 +5750 14.155 50 +5800 14.16 50 +5850 14.191 50 +5900 14.197 50 +5950 14.174 50 +6000 14.176 50 +6050 14.182 50 +6100 14.184 50 +6150 14.192 50 +6200 14.198 50 +6250 14.205 50 +6300 14.223 50 +6350 14.207 50 +6400 14.22 50 +6450 14.22 50 +6500 14.225 50 +6550 14.258 50 +6600 14.242 50 +6650 14.249 50 +6700 14.257 50 +6750 14.250 50 +6800 14.266 50 +6850 14.317 50 +6900 14.377 50 +6950 14.305 50 +7000 14.305 50 +7050 14.313 50 +7100 14.316 50 +7150 14.328 50 +7200 14.390 50 +7250 14.396 50 +7300 14.384 50 +7350 14.365 50 +7400 14.364 50 +7450 14.366 50 +7500 14.375 50 +7550 14.390 50 +7600 14.847 50 +7650 14.747 50 +7700 14.423 50 +7750 14.399 50 +7800 14.414 50 +7850 14.424 50 +7900 14.434 50 +7950 14.431 50 +8000 14.441 50 +8050 14.452 50 +8100 14.459 50 +8150 14.520 50 +8200 14.517 50 +8250 14.524 50 +8300 14.535 50 +8350 14.519 50 +8400 14.518 50 +8450 14.511 50 +8500 14.529 50 +8550 14.531 50 +8600 14.560 50 +8650 14.554 50 +8700 14.555 50 +8750 14.585 50 +8800 14.609 50 +8850 14.640 50 +8900 14.640 50 +8950 14.681 50 +9000 14.730 50 +9050 14.687 50 +9100 14.739 50 +9150 14.752 50 +9200 14.741 50 +9250 14.740 50 +9300 14.900 50 +9350 15.166 50 +9400 14.960 50 +9450 15.033 50 +9500 14.980 50 +9550 14.949 50 +9600 14.878 50 +9650 14.810 50 +9700 14.760 50 +9750 14.888 50 +9800 14.858 50 +9850 14.823 50 +9900 14.737 50 +9950 14.876 50 diff --git a/noao/lib/onedstds/ctionewcal/l9491blue.dat b/noao/lib/onedstds/ctionewcal/l9491blue.dat new file mode 100644 index 00000000..57d969d4 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l9491blue.dat @@ -0,0 +1,87 @@ +# LTT 9491 +3300 14.085 50 +3350 14.047 50 +3400 14.042 50 +3450 14.064 50 +3500 14.047 50 +3550 14.035 50 +3600 14.021 50 +3650 14.007 50 +3700 14.007 50 +3750 14.005 50 +3800 14.003 50 +3850 13.994 50 +3900 14.007 50 +3950 13.999 50 +4000 14.003 50 +4050 13.981 50 +4100 13.986 50 +4150 13.993 50 +4200 13.993 50 +4250 13.997 50 +4300 14.001 50 +4350 14.013 50 +4400 14.018 50 +4450 14.037 50 +4500 14.027 50 +4550 14.022 50 +4600 14.026 50 +4650 14.036 50 +4700 14.038 50 +4750 14.046 50 +4800 14.049 50 +4850 14.052 50 +4900 14.051 50 +4950 14.049 50 +5000 14.052 50 +5050 14.055 50 +5100 14.057 50 +5150 14.056 50 +5200 14.061 50 +5250 14.068 50 +5300 14.079 50 +5350 14.078 50 +5400 14.083 50 +5450 14.092 50 +5500 14.097 50 +5550 14.104 50 +5600 14.106 50 +5650 14.122 50 +5700 14.135 50 +5750 14.143 50 +5800 14.148 50 +5850 14.179 50 +5900 14.185 50 +5950 14.162 50 +6000 14.164 50 +6050 14.170 50 +6100 14.172 50 +6150 14.180 50 +6200 14.186 50 +6250 14.193 50 +6300 14.211 50 +6350 14.195 50 +6400 14.208 50 +6450 14.208 50 +6500 14.212 50 +6550 14.250 50 +6600 14.230 50 +6650 14.236 50 +6700 14.244 50 +6750 14.236 50 +6800 14.255 50 +6850 14.303 50 +6900 14.369 50 +6950 14.297 50 +7000 14.293 50 +7050 14.300 50 +7100 14.297 50 +7150 14.310 50 +7200 14.375 50 +7250 14.380 50 +7300 14.369 50 +7350 14.358 50 +7400 14.355 50 +7450 14.361 50 +7500 14.371 50 +7550 14.382 50 diff --git a/noao/lib/onedstds/ctionewcal/l9491red.dat b/noao/lib/onedstds/ctionewcal/l9491red.dat new file mode 100644 index 00000000..0bc17776 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/l9491red.dat @@ -0,0 +1,79 @@ +# LTT 9491 +6100 14.180 50 +6150 14.183 50 +6200 14.197 50 +6250 14.214 50 +6300 14.226 50 +6350 14.219 50 +6400 14.215 50 +6450 14.218 50 +6500 14.225 50 +6550 14.254 50 +6600 14.241 50 +6650 14.250 50 +6700 14.257 50 +6750 14.252 50 +6800 14.264 50 +6850 14.319 50 +6900 14.373 50 +6950 14.300 50 +7000 14.305 50 +7050 14.314 50 +7100 14.322 50 +7150 14.334 50 +7200 14.392 50 +7250 14.400 50 +7300 14.387 50 +7350 14.360 50 +7400 14.361 50 +7450 14.359 50 +7500 14.366 50 +7550 14.390 50 +7600 14.847 50 +7650 14.747 50 +7700 14.423 50 +7750 14.399 50 +7800 14.414 50 +7850 14.424 50 +7900 14.434 50 +7950 14.431 50 +8000 14.441 50 +8050 14.452 50 +8100 14.459 50 +8150 14.520 50 +8200 14.517 50 +8250 14.524 50 +8300 14.535 50 +8350 14.519 50 +8400 14.518 50 +8450 14.511 50 +8500 14.529 50 +8550 14.531 50 +8600 14.560 50 +8650 14.554 50 +8700 14.555 50 +8750 14.585 50 +8800 14.609 50 +8850 14.640 50 +8900 14.640 50 +8950 14.681 50 +9000 14.730 50 +9050 14.687 50 +9100 14.739 50 +9150 14.752 50 +9200 14.741 50 +9250 14.740 50 +9300 14.900 50 +9350 15.166 50 +9400 14.960 50 +9450 15.033 50 +9500 14.980 50 +9550 14.949 50 +9600 14.878 50 +9650 14.810 50 +9700 14.760 50 +9750 14.888 50 +9800 14.858 50 +9850 14.823 50 +9900 14.737 50 +9950 14.876 50 diff --git a/noao/lib/onedstds/ctionewcal/standards.men b/noao/lib/onedstds/ctionewcal/standards.men new file mode 100644 index 00000000..62de6674 --- /dev/null +++ b/noao/lib/onedstds/ctionewcal/standards.men @@ -0,0 +1,22 @@ +Standard stars in onedstds$ctionewcal/: + +Combined red and blue 3300A-10000A: + +cd32 f56 l2415 l4364 l7987 +eg21 h600 l3218 l4816 l9239 +eg274 l1020 l377 l6248 l9491 +f110 l1788 l3864 l7379 l745 + +Blue 3300A-7550A: + +cd32blue f56blue l2415blue l4364blue l7987blue +eg21blue h600blue l3218blue l4816blue l9239blue +eg274blue l1020blue l377blue l6248blue l9491blue +f110blue l1788blue l3864blue l7379blue + +Red 6050A-10000A: + +cd32red f56red l2415red l4364red l7987red +eg21red h600red l3218red l4816red l9239red +eg274red l1020red l377red l6248red l9491red +f110red l1788red l3864red l7379red l745red diff --git a/noao/lib/onedstds/iidscal/40erib.dat b/noao/lib/onedstds/iidscal/40erib.dat new file mode 100644 index 00000000..85923d10 --- /dev/null +++ b/noao/lib/onedstds/iidscal/40erib.dat @@ -0,0 +1,27 @@ +# 40 ERI B +3350. 9.539 49. +3400. 9.565 49. +3450. 9.568 49. +3500. 9.568 49. +3571. 9.574 49. +3636. 9.603 49. +3704. 9.627 49. +3862. 9.663 49. +4036. 9.361 49. +4167. 9.33 49. +4255. 9.295 49. +4464. 9.247 49. +4566. 9.258 49. +4785. 9.469 49. +5000. 9.413 49. +5263. 9.464 49. +5556. 9.548 98. +5840. 9.688 98. +6056. 9.658 98. +6436. 9.818 98. +6790. 9.841 98. +7100. 9.871 98. +7550. 10.024 98. +7780. 10.036 98. +8090. 10.036 98. +8370. 10.061 98. diff --git a/noao/lib/onedstds/iidscal/bd253941.dat b/noao/lib/onedstds/iidscal/bd253941.dat new file mode 100644 index 00000000..ff62586a --- /dev/null +++ b/noao/lib/onedstds/iidscal/bd253941.dat @@ -0,0 +1,30 @@ +# BD+25 3941 +3200. 12.11 49. +3250. 12.05 49. +3300. 11.98 49. +3350. 11.91 49. +3400. 11.85 49. +3450. 11.82 49. +3500. 11.77 49. +3571. 11.73 49. +3636. 11.7 49. +3704. 11.63 49. +3862. 11.26 49. +4036. 11.16 49. +4167. 11.09 49. +4255. 11.04 49. +4464. 10.96 49. +4566. 10.87 49. +4785. 10.79 49. +5000. 10.69 49. +5263. 10.49 49. +5556. 10.36 98. +5840. 10.31 98. +6056. 10.27 98. +6436. 10.2 98. +6790. 10.12 98. +7100. 10.07 98. +7550. 10.01 98. +7780. 9.98 98. +8090. 9.96 98. +8370. 9.97 98. diff --git a/noao/lib/onedstds/iidscal/bd284211.dat b/noao/lib/onedstds/iidscal/bd284211.dat new file mode 100644 index 00000000..8a059055 --- /dev/null +++ b/noao/lib/onedstds/iidscal/bd284211.dat @@ -0,0 +1,30 @@ +# BD+28 4211 +3200. 9.62 49. +3250. 9.59 49. +3300. 9.56 49. +3350. 9.58 49. +3400. 9.59 49. +3450. 9.64 49. +3500. 9.66 49. +3571. 9.71 49. +3636. 9.74 49. +3704. 9.77 49. +3862. 9.83 49. +4036. 9.93 49. +4167. 9.99 49. +4255. 10.05 49. +4464. 10.11 49. +4566. 10.19 49. +4785. 10.27 49. +5000. 10.37 49. +5263. 10.44 49. +5556. 10.56 98. +5840. 10.67 98. +6056. 10.73 98. +6436. 10.85 98. +6790. 10.93 98. +7100. 11.02 98. +7550. 11.13 98. +7780. 11.16 98. +8090. 11.22 98. +8370. 11.27 98. diff --git a/noao/lib/onedstds/iidscal/bd332642.dat b/noao/lib/onedstds/iidscal/bd332642.dat new file mode 100644 index 00000000..a72a62cd --- /dev/null +++ b/noao/lib/onedstds/iidscal/bd332642.dat @@ -0,0 +1,30 @@ +# BD+33 2642 +3200. 10.71 49. +3250. 10.66 49. +3300. 10.63 49. +3350. 10.63 49. +3400. 10.65 49. +3450. 10.67 49. +3500. 10.65 49. +3571. 10.69 49. +3636. 10.7 49. +3704. 10.67 49. +3862. 10.43 49. +4036. 10.47 49. +4167. 10.52 49. +4255. 10.54 49. +4464. 10.59 49. +4566. 10.62 49. +4785. 10.67 49. +5000. 10.77 49. +5263. 10.81 49. +5556. 10.88 98. +5840. 10.95 98. +6056. 11. 98. +6436. 11.1 98. +6790. 11.15 98. +7100. 11.16 98. +7550. 11.25 98. +7780. 11.25 98. +8090. 11.31 98. +8370. 11.42 98. diff --git a/noao/lib/onedstds/iidscal/bd404032.dat b/noao/lib/onedstds/iidscal/bd404032.dat new file mode 100644 index 00000000..59f40d03 --- /dev/null +++ b/noao/lib/onedstds/iidscal/bd404032.dat @@ -0,0 +1,30 @@ +# BD+40 4032 +3200. 11.06 49. +3250. 11. 49. +3300. 10.92 49. +3350. 10.92 49. +3400. 10.9 49. +3450. 10.88 49. +3500. 10.87 49. +3571. 10.87 49. +3636. 10.87 49. +3704. 10.86 49. +3862. 10.6 49. +4036. 10.56 49. +4167. 10.53 49. +4255. 10.52 49. +4464. 10.5 49. +4566. 10.48 49. +4785. 10.48 49. +5000. 10.48 49. +5263. 10.43 49. +5556. 10.45 98. +5840. 10.47 98. +6056. 10.42 98. +6436. 10.43 98. +6790. 10.44 98. +7100. 10.41 98. +7550. 10.5 98. +7780. 10.48 98. +8090. 10.45 98. +8370. 10.56 98. diff --git a/noao/lib/onedstds/iidscal/bd82015.dat b/noao/lib/onedstds/iidscal/bd82015.dat new file mode 100644 index 00000000..e11662ec --- /dev/null +++ b/noao/lib/onedstds/iidscal/bd82015.dat @@ -0,0 +1,30 @@ +# BD+8 2015 +3200. 12.67 49. +3250. 12.63 49. +3300. 12.31 49. +3350. 12.37 49. +3400. 12.2 49. +3450. 12.26 49. +3500. 12.09 49. +3571. 12.16 49. +3636. 11.95 49. +3704. 11.83 49. +3862. 11.77 49. +4036. 11.2 49. +4167. 11.08 49. +4255. 11.12 49. +4464. 10.81 49. +4566. 10.71 49. +4785. 10.61 49. +5000. 10.6 49. +5263. 10.49 49. +5556. 10.39 98. +5840. 10.3 98. +6056. 10.26 98. +6436. 10.2 98. +6790. 10.16 98. +7100. 10.12 98. +7550. 10.09 98. +7780. 10.04 98. +8090. 10.04 98. +8370. 10.06 98. diff --git a/noao/lib/onedstds/iidscal/feige110.dat b/noao/lib/onedstds/iidscal/feige110.dat new file mode 100644 index 00000000..6e2baee1 --- /dev/null +++ b/noao/lib/onedstds/iidscal/feige110.dat @@ -0,0 +1,30 @@ +# FEIGE 110 +3200. 11.04 49. +3250. 10.99 49. +3300. 10.98 49. +3350. 11.01 49. +3400. 11.04 49. +3450. 11.07 49. +3500. 11.09 49. +3571. 11.13 49. +3636. 11.16 49. +3704. 11.21 49. +3862. 11.23 49. +4036. 11.29 49. +4167. 11.34 49. +4255. 11.38 49. +4464. 11.47 49. +4566. 11.51 49. +4785. 11.6 49. +5000. 11.68 49. +5263. 11.77 49. +5556. 11.88 98. +5840. 11.96 98. +6056. 12.03 98. +6436. 12.16 98. +6790. 12.24 98. +7100. 12.31 98. +7550. 12.47 98. +7780. 12.5 98. +8090. 12.54 98. +8370. 12.59 98. diff --git a/noao/lib/onedstds/iidscal/feige15.dat b/noao/lib/onedstds/iidscal/feige15.dat new file mode 100644 index 00000000..54605be1 --- /dev/null +++ b/noao/lib/onedstds/iidscal/feige15.dat @@ -0,0 +1,30 @@ +# FEIGE 15 +3200. 11.7 49. +3250. 11.65 49. +3300. 11.55 49. +3350. 11.55 49. +3400. 11.53 49. +3450. 11.52 49. +3500. 11.5 49. +3571. 11.49 49. +3636. 11.46 49. +3704. 11.39 49. +3862. 10.46 49. +4036. 10.2 49. +4167. 10.2 49. +4255. 10.22 49. +4464. 10.23 49. +4566. 10.25 49. +4785. 10.28 49. +5000. 10.33 49. +5263. 10.36 49. +5556. 10.41 98. +5840. 10.43 98. +6056. 10.48 98. +6436. 10.55 98. +6790. 10.6 98. +7100. 10.63 98. +7550. 10.7 98. +7780. 10.73 98. +8090. 10.74 98. +8370. 10.76 98. diff --git a/noao/lib/onedstds/iidscal/feige24.dat b/noao/lib/onedstds/iidscal/feige24.dat new file mode 100644 index 00000000..d09c7614 --- /dev/null +++ b/noao/lib/onedstds/iidscal/feige24.dat @@ -0,0 +1,27 @@ +# FEIGE 24 +3350. 11.701 49. +3400. 11.725 49. +3450. 11.746 49. +3500. 11.772 49. +3571. 11.782 49. +3636. 11.842 49. +3704. 11.9 49. +3862. 11.995 49. +4036. 12.018 49. +4167. 12.02 49. +4255. 12.056 49. +4464. 12.093 49. +4566. 12.138 49. +4785. 12.215 49. +5000. 12.293 49. +5263. 12.349 49. +5556. 12.424 98. +5840. 12.494 98. +6056. 12.493 98. +6436. 12.474 98. +6790. 12.553 98. +7100. 12.5 98. +7550. 12.345 98. +7780. 12.377 98. +8090. 12.31 98. +8370. 12.277 98. diff --git a/noao/lib/onedstds/iidscal/feige25.dat b/noao/lib/onedstds/iidscal/feige25.dat new file mode 100644 index 00000000..9a5ec26a --- /dev/null +++ b/noao/lib/onedstds/iidscal/feige25.dat @@ -0,0 +1,30 @@ +# FEIGE 25 +3200. 12.59 49. +3250. 12.6 49. +3300. 12.56 49. +3350. 12.55 49. +3400. 12.45 49. +3450. 12.5 49. +3500. 12.49 49. +3571. 12.52 49. +3636. 12.51 49. +3704. 12.49 49. +3862. 11.87 49. +4036. 11.74 49. +4167. 11.76 49. +4255. 11.78 49. +4464. 11.83 49. +4566. 11.83 49. +4785. 11.89 49. +5000. 11.95 49. +5263. 11.97 49. +5556. 12.01 98. +5840. 12.03 98. +6056. 12.09 98. +6436. 12.19 98. +6790. 12.21 98. +7100. 12.24 98. +7550. 12.35 98. +7780. 12.34 98. +8090. 12.36 98. +8370. 12.4 98. diff --git a/noao/lib/onedstds/iidscal/feige34.dat b/noao/lib/onedstds/iidscal/feige34.dat new file mode 100644 index 00000000..436a9c41 --- /dev/null +++ b/noao/lib/onedstds/iidscal/feige34.dat @@ -0,0 +1,30 @@ +# FEIGE 34 +3200. 10.28 49. +3250. 10.26 49. +3300. 10.23 49. +3350. 10.26 49. +3400. 10.28 49. +3450. 10.31 49. +3500. 10.32 49. +3571. 10.39 49. +3636. 10.41 49. +3704. 10.45 49. +3862. 10.51 49. +4036. 10.57 49. +4167. 10.64 49. +4255. 10.7 49. +4464. 10.76 49. +4566. 10.83 49. +4785. 10.94 49. +5000. 11.02 49. +5263. 11.13 49. +5556. 11.24 98. +5840. 11.34 98. +6056. 11.42 98. +6436. 11.57 98. +6790. 11.66 98. +7100. 11.73 98. +7550. 11.85 98. +7780. 11.83 98. +8090. 11.94 98. +8370. 11.93 98. diff --git a/noao/lib/onedstds/iidscal/feige56.dat b/noao/lib/onedstds/iidscal/feige56.dat new file mode 100644 index 00000000..4d9c120c --- /dev/null +++ b/noao/lib/onedstds/iidscal/feige56.dat @@ -0,0 +1,30 @@ +# FEIGE 56 +3200. 11.39 49. +3250. 11.32 49. +3300. 11.3 49. +3350. 11.28 49. +3400. 11.26 49. +3450. 11.28 49. +3500. 11.26 49. +3571. 11.29 49. +3636. 11.29 49. +3704. 11.27 49. +3862. 10.78 49. +4036. 10.71 49. +4167. 10.75 49. +4255. 10.79 49. +4464. 10.83 49. +4566. 10.85 49. +4785. 10.91 49. +5000. 10.98 49. +5263. 11.04 49. +5556. 11.11 98. +5840. 11.16 98. +6056. 11.22 98. +6436. 11.31 98. +6790. 11.38 98. +7100. 11.43 98. +7550. 11.54 98. +7780. 11.59 98. +8090. 11.62 98. +8370. 11.62 98. diff --git a/noao/lib/onedstds/iidscal/feige92.dat b/noao/lib/onedstds/iidscal/feige92.dat new file mode 100644 index 00000000..170c367f --- /dev/null +++ b/noao/lib/onedstds/iidscal/feige92.dat @@ -0,0 +1,30 @@ +# FEIGE 92 +3200. 11.73 49. +3250. 11.73 49. +3300. 11.64 49. +3350. 11.67 49. +3400. 11.67 49. +3450. 11.67 49. +3500. 11.69 49. +3571. 11.67 49. +3636. 11.7 49. +3704. 11.68 49. +3862. 11.26 49. +4036. 11.19 49. +4167. 11.19 49. +4255. 11.22 49. +4464. 11.26 49. +4566. 11.29 49. +4785. 11.36 49. +5000. 11.43 49. +5263. 11.55 49. +5556. 11.62 98. +5840. 11.69 98. +6056. 11.75 98. +6436. 11.85 98. +6790. 11.92 98. +7100. 11.95 98. +7550. 12.09 98. +7780. 12.09 98. +8090. 12.13 98. +8370. 12.19 98. diff --git a/noao/lib/onedstds/iidscal/feige98.dat b/noao/lib/onedstds/iidscal/feige98.dat new file mode 100644 index 00000000..13907fbe --- /dev/null +++ b/noao/lib/onedstds/iidscal/feige98.dat @@ -0,0 +1,30 @@ +# FEIGE 98 +3200. 13.01 49. +3250. 12.97 49. +3300. 12.93 49. +3350. 12.89 49. +3400. 12.86 49. +3450. 12.89 49. +3500. 12.86 49. +3571. 12.84 49. +3636. 12.81 49. +3704. 12.69 49. +3862. 11.72 49. +4036. 11.54 49. +4167. 11.56 49. +4255. 11.6 49. +4464. 11.61 49. +4566. 11.65 49. +4785. 11.69 49. +5000. 11.77 49. +5263. 11.78 49. +5556. 11.84 98. +5840. 11.89 98. +6056. 11.95 98. +6436. 12.01 98. +6790. 12.05 98. +7100. 12.08 98. +7550. 12.17 98. +7780. 12.2 98. +8090. 12.26 98. +8370. 12.36 98. diff --git a/noao/lib/onedstds/iidscal/g191b2b.dat b/noao/lib/onedstds/iidscal/g191b2b.dat new file mode 100644 index 00000000..f316752f --- /dev/null +++ b/noao/lib/onedstds/iidscal/g191b2b.dat @@ -0,0 +1,27 @@ +# G 191B2B +3350. 10.912 49. +3400. 10.945 49. +3450. 10.966 49. +3500. 10.983 49. +3571. 11.005 49. +3636. 11.043 49. +3704. 11.099 49. +3862. 11.22 49. +4036. 11.198 49. +4167. 11.23 49. +4255. 11.273 49. +4464. 11.362 49. +4566. 11.414 49. +4785. 11.508 49. +5000. 11.603 49. +5263. 11.697 49. +5556. 11.807 98. +5840. 11.933 98. +6056. 11.999 98. +6436. 12.111 98. +6790. 12.23 98. +7100. 12.32 98. +7550. 12.498 98. +7780. 12.509 98. +8090. 12.534 98. +8370. 12.582 98. diff --git a/noao/lib/onedstds/iidscal/g4718.dat b/noao/lib/onedstds/iidscal/g4718.dat new file mode 100644 index 00000000..3abcc76c --- /dev/null +++ b/noao/lib/onedstds/iidscal/g4718.dat @@ -0,0 +1,27 @@ +# G47 -18 +3350. 15.079 49. +3400. 15.075 49. +3450. 15.082 49. +3500. 15.052 49. +3571. 15.122 49. +3636. 15.078 49. +3704. 15.027 49. +3862. 15.039 49. +4036. 15.028 49. +4167. 14.94 49. +4255. 15.032 49. +4464. 15.011 49. +4566. 15.128 49. +4785. 15.114 49. +5000. 15.134 49. +5263. 15.042 49. +5556. 15.179 98. +5840. 15.122 98. +6056. 15.147 98. +6436. 15.142 98. +6790. 15.197 98. +7100. 15.426 98. +7550. 15.318 98. +7780. 15.333 98. +8090. 15.396 98. +8370. 15.391 98. diff --git a/noao/lib/onedstds/iidscal/g9937.dat b/noao/lib/onedstds/iidscal/g9937.dat new file mode 100644 index 00000000..2c533313 --- /dev/null +++ b/noao/lib/onedstds/iidscal/g9937.dat @@ -0,0 +1,27 @@ +# G99 -37 +3350. 15.484 49. +3400. 15.435 49. +3450. 15.369 49. +3500. 15.305 49. +3571. 15.239 49. +3636. 15.245 49. +3704. 15.219 49. +3862. 15.187 49. +4036. 14.965 49. +4167. 14.929 49. +4255. 15.061 49. +4464. 14.75 49. +4566. 14.698 49. +4785. 14.588 49. +5000. 14.603 49. +5263. 14.471 49. +5556. 14.507 98. +5840. 14.438 98. +6056. 14.398 98. +6436. 14.318 98. +6790. 14.342 98. +7100. 14.334 98. +7550. 14.373 98. +7780. 14.365 98. +8090. 14.337 98. +8370. 14.288 98. diff --git a/noao/lib/onedstds/iidscal/gd140.dat b/noao/lib/onedstds/iidscal/gd140.dat new file mode 100644 index 00000000..b3adfc3e --- /dev/null +++ b/noao/lib/onedstds/iidscal/gd140.dat @@ -0,0 +1,30 @@ +# GD 140 +3200. 11.92 49. +3250. 11.973 49. +3300. 12.025 49. +3350. 12.051 49. +3400. 12.093 49. +3450. 12.101 49. +3500. 12.11 49. +3571. 12.125 49. +3636. 12.148 49. +3704. 12.192 49. +3862. 12.259 49. +4036. 12.204 49. +4167. 12.144 49. +4255. 12.146 49. +4464. 12.139 49. +4566. 12.103 49. +4785. 12.299 49. +5000. 12.31 49. +5263. 12.299 49. +5556. 12.413 98. +5840. 12.508 98. +6056. 12.584 98. +6436. 12.762 98. +6790. 12.833 98. +7100. 12.899 98. +7550. 13.068 98. +7780. 13.132 98. +8090. 13.16 98. +8370. 13.156 98. diff --git a/noao/lib/onedstds/iidscal/gd190.dat b/noao/lib/onedstds/iidscal/gd190.dat new file mode 100644 index 00000000..a92a40b9 --- /dev/null +++ b/noao/lib/onedstds/iidscal/gd190.dat @@ -0,0 +1,30 @@ +# GD 190 +3200. 14.271 49. +3250. 14.235 49. +3300. 14.282 49. +3350. 14.266 49. +3400. 14.285 49. +3450. 14.294 49. +3500. 14.29 49. +3571. 14.326 49. +3636. 14.351 49. +3704. 14.376 49. +3862. 14.443 49. +4036. 14.478 49. +4167. 14.36 49. +4255. 14.302 49. +4464. 14.648 49. +4566. 14.455 49. +4785. 14.425 49. +5000. 14.663 49. +5263. 14.585 49. +5556. 14.663 98. +5840. 14.892 98. +6056. 14.882 98. +6436. 14.902 98. +6790. 15.21 98. +7100. 15.058 98. +7550. 15.223 98. +7780. 15.235 98. +8090. 15.304 98. +8370. 15.308 98. diff --git a/noao/lib/onedstds/iidscal/grw705824.dat b/noao/lib/onedstds/iidscal/grw705824.dat new file mode 100644 index 00000000..95c192fa --- /dev/null +++ b/noao/lib/onedstds/iidscal/grw705824.dat @@ -0,0 +1,30 @@ +# GRW +70 5824 +3200. 12.359 49. +3250. 12.404 49. +3300. 12.439 49. +3350. 12.503 49. +3400. 12.521 49. +3450. 12.545 49. +3500. 12.562 49. +3571. 12.585 49. +3636. 12.579 49. +3704. 12.625 49. +3862. 12.756 49. +4036. 12.448 49. +4167. 12.445 49. +4255. 12.494 49. +4464. 12.455 49. +4566. 12.49 49. +4785. 12.62 49. +5000. 12.668 49. +5263. 12.717 49. +5556. 12.869 98. +5840. 12.894 98. +6056. 12.988 98. +6436. 13.062 98. +6790. 13.143 98. +7100. 13.247 98. +7550. 13.356 98. +7780. 13.4 98. +8090. 13.44 98. +8370. 13.408 98. diff --git a/noao/lib/onedstds/iidscal/grw708247.dat b/noao/lib/onedstds/iidscal/grw708247.dat new file mode 100644 index 00000000..3524748f --- /dev/null +++ b/noao/lib/onedstds/iidscal/grw708247.dat @@ -0,0 +1,27 @@ +# GRW +70 8247 +3350. 13.114 49. +3400. 13.12 49. +3450. 13.088 49. +3500. 13.077 49. +3571. 13.074 49. +3636. 13.121 49. +3704. 13.136 49. +3862. 13.141 49. +4036. 13.07 49. +4167. 13.115 49. +4255. 13.052 49. +4464. 13.076 49. +4566. 13.087 49. +4785. 13.041 49. +5000. 13.088 49. +5263. 13.092 49. +5556. 13.121 98. +5840. 13.306 98. +6056. 13.3 98. +6436. 13.292 98. +6790. 13.343 98. +7100. 13.475 98. +7550. 13.453 98. +7780. 13.484 98. +8090. 13.48 98. +8370. 13.564 98. diff --git a/noao/lib/onedstds/iidscal/grw738031.dat b/noao/lib/onedstds/iidscal/grw738031.dat new file mode 100644 index 00000000..0da39ae6 --- /dev/null +++ b/noao/lib/onedstds/iidscal/grw738031.dat @@ -0,0 +1,27 @@ +# GRW +73 8031 +3350. 12.891 49. +3400. 12.89 49. +3450. 12.872 49. +3500. 12.899 49. +3571. 12.878 49. +3636. 12.893 49. +3704. 12.934 49. +3862. 12.962 49. +4036. 12.668 49. +4167. 12.585 49. +4255. 12.494 49. +4464. 12.487 49. +4566. 12.484 49. +4785. 12.66 49. +5000. 12.628 49. +5263. 12.671 49. +5556. 12.752 98. +5840. 12.832 98. +6056. 12.936 98. +6436. 13.035 98. +6790. 13.063 98. +7100. 13.094 98. +7550. 13.234 98. +7780. 13.265 98. +8090. 13.252 98. +8370. 13.265 98. diff --git a/noao/lib/onedstds/iidscal/he3.dat b/noao/lib/onedstds/iidscal/he3.dat new file mode 100644 index 00000000..a467edca --- /dev/null +++ b/noao/lib/onedstds/iidscal/he3.dat @@ -0,0 +1,27 @@ +# HE 3 +3350. 11.724 49. +3400. 11.75 49. +3450. 11.752 49. +3500. 11.764 49. +3571. 11.775 49. +3636. 11.819 49. +3704. 11.858 49. +3862. 11.937 49. +4036. 11.757 49. +4167. 11.695 49. +4255. 11.672 49. +4464. 11.692 49. +4566. 11.721 49. +4785. 11.88 49. +5000. 11.893 49. +5263. 11.955 49. +5556. 12.054 98. +5840. 12.155 98. +6056. 12.226 98. +6436. 12.354 98. +6790. 12.435 98. +7100. 12.518 98. +7550. 12.658 98. +7780. 12.653 98. +8090. 12.706 98. +8370. 12.782 98. diff --git a/noao/lib/onedstds/iidscal/hiltner102.dat b/noao/lib/onedstds/iidscal/hiltner102.dat new file mode 100644 index 00000000..7a5ba4d7 --- /dev/null +++ b/noao/lib/onedstds/iidscal/hiltner102.dat @@ -0,0 +1,30 @@ +# HILTNER 102 +3200. 11.98 49. +3250. 11.92 49. +3300. 11.8 49. +3350. 11.78 49. +3400. 11.73 49. +3450. 11.71 49. +3500. 11.66 49. +3571. 11.63 49. +3636. 11.59 49. +3704. 11.55 49. +3862. 11.31 49. +4036. 11.24 49. +4167. 11.16 49. +4255. 11.13 49. +4464. 11.03 49. +4566. 10.95 49. +4785. 10.87 49. +5000. 10.73 49. +5263. 10.53 49. +5556. 10.35 98. +5840. 10.28 98. +6056. 10.22 98. +6436. 10.13 98. +6790. 10.01 98. +7100. 9.93 98. +7550. 9.86 98. +7780. 9.81 98. +8090. 9.74 98. +8370. 9.72 98. diff --git a/noao/lib/onedstds/iidscal/hiltner600.dat b/noao/lib/onedstds/iidscal/hiltner600.dat new file mode 100644 index 00000000..5031908a --- /dev/null +++ b/noao/lib/onedstds/iidscal/hiltner600.dat @@ -0,0 +1,30 @@ +# HILTNER 600 +3200. 10.98 49. +3250. 10.92 49. +3300. 10.86 49. +3350. 10.84 49. +3400. 10.84 49. +3450. 10.83 49. +3500. 10.81 49. +3571. 10.82 49. +3636. 10.8 49. +3704. 10.79 49. +3862. 10.51 49. +4036. 10.47 49. +4167. 10.46 49. +4255. 10.46 49. +4464. 10.47 49. +4566. 10.45 49. +4785. 10.45 49. +5000. 10.45 49. +5263. 10.43 49. +5556. 10.42 98. +5840. 10.43 98. +6056. 10.45 98. +6436. 10.49 98. +6790. 10.5 98. +7100. 10.52 98. +7550. 10.56 98. +7780. 10.58 98. +8090. 10.59 98. +8370. 10.64 98. diff --git a/noao/lib/onedstds/iidscal/hz14.dat b/noao/lib/onedstds/iidscal/hz14.dat new file mode 100644 index 00000000..1d714c7d --- /dev/null +++ b/noao/lib/onedstds/iidscal/hz14.dat @@ -0,0 +1,25 @@ +# HZ 14 +3250. 13.191 49. +3300. 13.324 49. +3350. 13.325 49. +3400. 13.385 49. +3450. 13.376 49. +3500. 13.395 49. +3571. 13.402 49. +3636. 13.469 49. +3704. 13.485 49. +3862. 13.596 49. +4036. 13.412 49. +4167. 13.46 49. +4255. 13.531 49. +4464. 13.501 49. +4566. 13.543 49. +4785. 13.665 49. +5000. 13.74 49. +5263. 13.807 49. +5556. 13.936 98. +5840. 14.009 98. +6056. 14.136 98. +6436. 14.235 98. +6790. 14.307 98. +7100. 14.426 98. diff --git a/noao/lib/onedstds/iidscal/hz15.dat b/noao/lib/onedstds/iidscal/hz15.dat new file mode 100644 index 00000000..b3331dc7 --- /dev/null +++ b/noao/lib/onedstds/iidscal/hz15.dat @@ -0,0 +1,30 @@ +# HZ 15 +3200. 12.68 49. +3250. 12.64 49. +3300. 12.63 49. +3350. 12.58 49. +3400. 12.59 49. +3450. 12.6 49. +3500. 12.6 49. +3571. 12.63 49. +3636. 12.62 49. +3704. 12.63 49. +3862. 12.38 49. +4036. 12.39 49. +4167. 12.39 49. +4255. 12.42 49. +4464. 12.46 49. +4566. 12.44 49. +4785. 12.46 49. +5000. 12.58 49. +5263. 12.53 49. +5556. 12.59 98. +5840. 12.64 98. +6056. 12.68 98. +6436. 12.76 98. +6790. 12.8 98. +7100. 12.84 98. +7550. 12.92 98. +7780. 12.93 98. +8090. 13.01 98. +8370. 13.08 98. diff --git a/noao/lib/onedstds/iidscal/hz2.dat b/noao/lib/onedstds/iidscal/hz2.dat new file mode 100644 index 00000000..8714d979 --- /dev/null +++ b/noao/lib/onedstds/iidscal/hz2.dat @@ -0,0 +1,26 @@ +# HZ 2 +3200. 13.655 49. +3250. 13.701 49. +3300. 13.824 49. +3350. 13.803 49. +3400. 13.851 49. +3450. 13.838 49. +3500. 13.854 49. +3571. 13.831 49. +3636. 13.898 49. +3704. 13.918 49. +3862. 13.979 49. +4036. 13.724 49. +4167. 13.698 49. +4255. 13.747 49. +4464. 13.717 49. +4566. 13.743 49. +4785. 13.89 49. +5000. 13.92 49. +5263. 13.981 49. +5556. 14.073 98. +5840. 14.175 98. +6056. 14.236 98. +6436. 14.348 98. +6790. 14.413 98. +7100. 14.509 98. diff --git a/noao/lib/onedstds/iidscal/hz29.dat b/noao/lib/onedstds/iidscal/hz29.dat new file mode 100644 index 00000000..027102e6 --- /dev/null +++ b/noao/lib/onedstds/iidscal/hz29.dat @@ -0,0 +1,27 @@ +# HZ 29 +3350. 13.783 49. +3400. 13.815 49. +3450. 13.795 49. +3500. 13.799 49. +3571. 13.744 49. +3636. 13.456 49. +3704. 13.816 49. +3862. 13.832 49. +4036. 13.863 49. +4167. 13.8 49. +4255. 13.76 49. +4464. 13.911 49. +4566. 13.858 49. +4785. 13.953 49. +5000. 14.033 49. +5263. 14.102 49. +5556. 14.164 98. +5840. 14.284 98. +6056. 14.306 98. +6436. 14.377 98. +6790. 14.479 98. +7100. 14.532 98. +7550. 14.591 98. +7780. 14.706 98. +8090. 14.774 98. +8370. 14.685 98. diff --git a/noao/lib/onedstds/iidscal/hz4.dat b/noao/lib/onedstds/iidscal/hz4.dat new file mode 100644 index 00000000..14fecfe8 --- /dev/null +++ b/noao/lib/onedstds/iidscal/hz4.dat @@ -0,0 +1,26 @@ +# HZ 4 +3200. 14.727 49. +3250. 14.726 49. +3300. 14.691 49. +3350. 14.749 49. +3400. 14.798 49. +3450. 14.735 49. +3500. 14.785 49. +3571. 14.8 49. +3636. 14.77 49. +3704. 14.836 49. +3862. 14.851 49. +4036. 14.527 49. +4167. 14.436 49. +4255. 14.418 49. +4464. 14.334 49. +4566. 14.3 49. +4785. 14.563 49. +5000. 14.555 49. +5263. 14.495 49. +5556. 14.565 98. +5840. 14.676 98. +6056. 14.708 98. +6436. 14.856 98. +6790. 14.893 98. +7100. 14.934 98. diff --git a/noao/lib/onedstds/iidscal/hz43.dat b/noao/lib/onedstds/iidscal/hz43.dat new file mode 100644 index 00000000..f5a4530a --- /dev/null +++ b/noao/lib/onedstds/iidscal/hz43.dat @@ -0,0 +1,27 @@ +# HZ 43 +3350. 12.181 49. +3400. 12.195 49. +3450. 12.248 49. +3500. 12.278 49. +3571. 12.282 49. +3636. 12.304 49. +3704. 12.351 49. +3862. 12.477 49. +4036. 12.422 49. +4167. 12.556 49. +4255. 12.541 49. +4464. 12.61 49. +4566. 12.628 49. +4785. 12.772 49. +5000. 12.813 49. +5263. 12.884 49. +5556. 13.019 98. +5840. 13.078 98. +6056. 13.14 98. +6436. 13.252 98. +6790. 13.417 98. +7100. 13.484 98. +7550. 13.645 98. +7780. 13.635 98. +8090. 13.69 98. +8370. 13.72 98. diff --git a/noao/lib/onedstds/iidscal/hz44.dat b/noao/lib/onedstds/iidscal/hz44.dat new file mode 100644 index 00000000..8bf2c2c4 --- /dev/null +++ b/noao/lib/onedstds/iidscal/hz44.dat @@ -0,0 +1,27 @@ +# HZ 44 +3350. 10.887 49. +3400. 10.895 49. +3450. 10.916 49. +3500. 10.933 49. +3571. 10.955 49. +3636. 10.993 49. +3704. 11.049 49. +3862. 11.134 49. +4036. 11.139 49. +4167. 11.167 49. +4255. 11.214 49. +4464. 11.316 49. +4566. 11.371 49. +4785. 11.419 49. +5000. 11.503 49. +5263. 11.554 49. +5556. 11.674 98. +5840. 11.758 98. +6056. 11.818 98. +6436. 11.91 98. +6790. 12.083 98. +7100. 12.158 98. +7550. 12.352 98. +7780. 12.386 98. +8090. 12.45 98. +8370. 12.476 98. diff --git a/noao/lib/onedstds/iidscal/hz7.dat b/noao/lib/onedstds/iidscal/hz7.dat new file mode 100644 index 00000000..15a09e8f --- /dev/null +++ b/noao/lib/onedstds/iidscal/hz7.dat @@ -0,0 +1,26 @@ +# HZ 7 +3200. 13.835 49. +3250. 13.917 49. +3300. 13.973 49. +3350. 14.017 49. +3400. 14.041 49. +3450. 14.029 49. +3500. 14.056 49. +3571. 14.079 49. +3636. 14.089 49. +3704. 14.102 49. +3862. 14.201 49. +4036. 13.946 49. +4167. 13.943 49. +4255. 13.973 49. +4464. 13.934 49. +4566. 13.981 49. +4785. 14.128 49. +5000. 14.145 49. +5263. 14.209 49. +5556. 14.303 98. +5840. 14.404 98. +6056. 14.491 98. +6436. 14.59 98. +6790. 14.708 98. +7100. 14.734 98. diff --git a/noao/lib/onedstds/iidscal/kopff27.dat b/noao/lib/onedstds/iidscal/kopff27.dat new file mode 100644 index 00000000..7c914747 --- /dev/null +++ b/noao/lib/onedstds/iidscal/kopff27.dat @@ -0,0 +1,30 @@ +# KOPFF 27 +3200. 12.14 49. +3250. 12.14 49. +3300. 12. 49. +3350. 11.97 49. +3400. 11.91 49. +3450. 11.89 49. +3500. 11.85 49. +3571. 11.8 49. +3636. 11.75 49. +3704. 11.69 49. +3862. 10.88 49. +4036. 10.42 49. +4167. 10.39 49. +4255. 10.38 49. +4464. 10.34 49. +4566. 10.36 49. +4785. 10.33 49. +5000. 10.34 49. +5263. 10.33 49. +5556. 10.31 98. +5840. 10.31 98. +6056. 10.33 98. +6436. 10.35 98. +6790. 10.34 98. +7100. 10.35 98. +7550. 10.4 98. +7780. 10.4 98. +8090. 10.42 98. +8370. 10.45 98. diff --git a/noao/lib/onedstds/iidscal/l13633.dat b/noao/lib/onedstds/iidscal/l13633.dat new file mode 100644 index 00000000..3f176bfe --- /dev/null +++ b/noao/lib/onedstds/iidscal/l13633.dat @@ -0,0 +1,27 @@ +# L1363 -3 +3350. 13.599 49. +3400. 13.575 49. +3450. 13.559 49. +3500. 13.533 49. +3571. 13.489 49. +3636. 13.495 49. +3704. 13.509 49. +3862. 13.486 49. +4036. 13.361 49. +4167. 13.3 49. +4255. 13.309 49. +4464. 13.279 49. +4566. 13.306 49. +4785. 13.26 49. +5000. 13.263 49. +5263. 13.254 49. +5556. 13.276 98. +5840. 13.278 98. +6056. 13.27 98. +6436. 13.257 98. +6790. 13.319 98. +7100. 13.329 98. +7550. 13.414 98. +7780. 13.412 98. +8090. 13.408 98. +8370. 13.401 98. diff --git a/noao/lib/onedstds/iidscal/l151234b.dat b/noao/lib/onedstds/iidscal/l151234b.dat new file mode 100644 index 00000000..9755f237 --- /dev/null +++ b/noao/lib/onedstds/iidscal/l151234b.dat @@ -0,0 +1,30 @@ +# L1512 -34B +3200. 13.207 49. +3250. 13.225 49. +3300. 13.244 49. +3350. 13.256 49. +3400. 13.288 49. +3450. 13.245 49. +3500. 13.243 49. +3571. 13.264 49. +3636. 13.227 49. +3704. 13.266 49. +3862. 13.302 49. +4036. 12.905 49. +4167. 12.819 49. +4255. 12.817 49. +4464. 12.704 49. +4566. 12.711 49. +4785. 12.897 49. +5000. 12.885 49. +5263. 12.866 49. +5556. 12.922 98. +5840. 13.033 98. +6056. 13.058 98. +6436. 13.199 98. +6790. 13.205 98. +7100. 13.153 98. +7550. 13.383 98. +7780. 13.384 98. +8090. 13.418 98. +8370. 13.426 98. diff --git a/noao/lib/onedstds/iidscal/l74546a.dat b/noao/lib/onedstds/iidscal/l74546a.dat new file mode 100644 index 00000000..cf0011ea --- /dev/null +++ b/noao/lib/onedstds/iidscal/l74546a.dat @@ -0,0 +1,27 @@ +# L745 -46A +3350. 13.529 49. +3400. 13.455 49. +3450. 13.408 49. +3500. 13.368 49. +3571. 13.333 49. +3636. 13.297 49. +3704. 13.277 49. +3862. 13.232 49. +4036. 13.167 49. +4167. 13.09 49. +4255. 13.092 49. +4464. 13.003 49. +4566. 13.016 49. +4785. 12.984 49. +5000. 12.963 49. +5263. 12.941 49. +5556. 12.906 98. +5840. 12.948 98. +6056. 12.901 98. +6436. 12.881 98. +6790. 12.916 98. +7100. 12.915 98. +7550. 12.978 98. +7780. 12.991 98. +8090. 12.974 98. +8370. 12.978 98. diff --git a/noao/lib/onedstds/iidscal/l8702.dat b/noao/lib/onedstds/iidscal/l8702.dat new file mode 100644 index 00000000..eb0cab51 --- /dev/null +++ b/noao/lib/onedstds/iidscal/l8702.dat @@ -0,0 +1,26 @@ +# L 870-2 +3200. 13.631 49. +3250. 13.599 49. +3300. 13.596 49. +3350. 13.576 49. +3400. 13.548 49. +3450. 13.463 49. +3500. 13.458 49. +3571. 13.447 49. +3636. 13.394 49. +3704. 13.34 49. +3862. 13.297 49. +4036. 13.112 49. +4167. 13.071 49. +4255. 13.072 49. +4464. 12.983 49. +4566. 12.952 49. +4785. 12.905 49. +5000. 12.9 49. +5263. 12.854 49. +5556. 12.823 98. +5840. 12.814 98. +6056. 12.803 98. +6436. 12.776 98. +6790. 12.753 98. +7100. 12.769 98. diff --git a/noao/lib/onedstds/iidscal/l93080.dat b/noao/lib/onedstds/iidscal/l93080.dat new file mode 100644 index 00000000..e034dc54 --- /dev/null +++ b/noao/lib/onedstds/iidscal/l93080.dat @@ -0,0 +1,27 @@ +# L930 -80 +3350. 14.541 49. +3400. 14.555 49. +3450. 14.558 49. +3500. 14.55 49. +3571. 14.535 49. +3636. 14.573 49. +3704. 14.605 49. +3862. 14.652 49. +4036. 14.674 49. +4167. 14.544 49. +4255. 14.549 49. +4464. 14.732 49. +4566. 14.662 49. +4785. 14.643 49. +5000. 14.793 49. +5263. 14.777 49. +5556. 14.872 98. +5840. 15.038 98. +6056. 14.947 98. +6436. 14.987 98. +6790. 15.136 98. +7100. 15.169 98. +7550. 15.291 98. +7780. 15.286 98. +8090. 15.355 98. +8370. 15.346 98. diff --git a/noao/lib/onedstds/iidscal/l97030.dat b/noao/lib/onedstds/iidscal/l97030.dat new file mode 100644 index 00000000..a84c6d1f --- /dev/null +++ b/noao/lib/onedstds/iidscal/l97030.dat @@ -0,0 +1,30 @@ +# L970 -30 +3200. 13.05 49. +3250. 13.105 49. +3300. 13.112 49. +3350. 13.091 49. +3400. 13.102 49. +3450. 13.095 49. +3500. 13.095 49. +3571. 13.098 49. +3636. 13.102 49. +3704. 13.123 49. +3862. 13.149 49. +4036. 12.88 49. +4167. 12.835 49. +4255. 12.768 49. +4464. 12.682 49. +4566. 12.697 49. +4785. 12.918 49. +5000. 12.848 49. +5263. 12.884 49. +5556. 12.966 98. +5840. 13.145 98. +6056. 13.073 98. +6436. 13.278 98. +6790. 13.315 98. +7100. 13.348 98. +7550. 13.522 98. +7780. 13.53 98. +8090. 13.56 98. +8370. 13.556 98. diff --git a/noao/lib/onedstds/iidscal/lb1240.dat b/noao/lib/onedstds/iidscal/lb1240.dat new file mode 100644 index 00000000..4e2b27d8 --- /dev/null +++ b/noao/lib/onedstds/iidscal/lb1240.dat @@ -0,0 +1,26 @@ +# LB 1240 +3200. 14.153 49. +3250. 14.18 49. +3300. 14.216 49. +3350. 14.269 49. +3400. 14.278 49. +3450. 14.269 49. +3500. 14.286 49. +3571. 14.234 49. +3636. 14.262 49. +3704. 14.266 49. +3862. 14.296 49. +4036. 13.919 49. +4167. 13.835 49. +4255. 13.847 49. +4464. 13.735 49. +4566. 13.742 49. +4785. 13.912 49. +5000. 13.917 49. +5263. 13.885 49. +5556. 13.936 98. +5840. 14.003 98. +6056. 14.076 98. +6436. 14.177 98. +6790. 14.22 98. +7100. 14.254 98. diff --git a/noao/lib/onedstds/iidscal/lb227.dat b/noao/lib/onedstds/iidscal/lb227.dat new file mode 100644 index 00000000..a87d3f8a --- /dev/null +++ b/noao/lib/onedstds/iidscal/lb227.dat @@ -0,0 +1,26 @@ +# LB 227 +3200. 15.248 49. +3250. 15.317 49. +3300. 15.403 49. +3350. 15.447 49. +3400. 15.415 49. +3450. 15.417 49. +3500. 15.462 49. +3571. 15.453 49. +3636. 15.446 49. +3704. 15.491 49. +3862. 15.56 49. +4036. 15.21 49. +4167. 15.148 49. +4255. 15.121 49. +4464. 15.06 49. +4566. 15.048 49. +4785. 15.267 49. +5000. 15.253 49. +5263. 15.244 49. +5556. 15.32 98. +5840. 15.417 98. +6056. 15.484 98. +6436. 15.647 98. +6790. 15.673 98. +7100. 15.738 98. diff --git a/noao/lib/onedstds/iidscal/lds235b.dat b/noao/lib/onedstds/iidscal/lds235b.dat new file mode 100644 index 00000000..81869111 --- /dev/null +++ b/noao/lib/onedstds/iidscal/lds235b.dat @@ -0,0 +1,27 @@ +# LDS 235B +3350. 15.445 49. +3400. 15.415 49. +3450. 15.399 49. +3500. 15.398 49. +3571. 15.427 49. +3636. 15.416 49. +3704. 15.437 49. +3862. 15.474 49. +4036. 15.537 49. +4167. 15.417 49. +4255. 15.395 49. +4464. 15.597 49. +4566. 15.498 49. +4785. 15.511 49. +5000. 15.623 49. +5263. 15.597 49. +5556. 15.656 98. +5840. 15.859 98. +6056. 15.762 98. +6436. 15.796 98. +6790. 15.926 98. +7100. 15.988 98. +7550. 16.102 98. +7780. 16.116 98. +8090. 16.135 98. +8370. 16.269 98. diff --git a/noao/lib/onedstds/iidscal/lds749b.dat b/noao/lib/onedstds/iidscal/lds749b.dat new file mode 100644 index 00000000..d7511bb8 --- /dev/null +++ b/noao/lib/onedstds/iidscal/lds749b.dat @@ -0,0 +1,30 @@ +# LDS 749B +3200. 14.705 49. +3250. 14.446 49. +3300. 14.558 49. +3350. 14.525 49. +3400. 14.523 49. +3450. 14.531 49. +3500. 14.498 49. +3571. 14.506 49. +3636. 14.538 49. +3704. 14.544 49. +3862. 14.62 49. +4036. 14.513 49. +4167. 14.518 49. +4255. 14.504 49. +4464. 14.655 49. +4566. 14.546 49. +4785. 14.546 49. +5000. 14.685 49. +5263. 14.651 49. +5556. 14.703 98. +5840. 14.852 98. +6056. 14.828 98. +6436. 14.848 98. +6790. 14.948 98. +7100. 15.003 98. +7550. 15.106 98. +7780. 15.115 98. +8090. 15.16 98. +8370. 15.178 98. diff --git a/noao/lib/onedstds/iidscal/names.men b/noao/lib/onedstds/iidscal/names.men new file mode 100644 index 00000000..ffb8df0e --- /dev/null +++ b/noao/lib/onedstds/iidscal/names.men @@ -0,0 +1,57 @@ +# Table of alternate names mapped to the names in this directory + +bd7781 40erib +eg33 40erib +sao131065 40erib +eg158 feige110 +eg20 feige24 +eg71 feige34 +eg247 g191b2b +eg182 g4718 +eg248 g9937 +eg184 gd140 +eg193 gd190 +eg102 grw705824 +eg129 grw708247 +eg144 grw738031 +eg50 he3 +eg42 hz14 +eg31 hz2 +amcvn hz29 +eg91 hz29 +eg26 hz4 +eg98 hz43 +l14094 hz43 +eg39 hz7 +eg148 l13633 +g12627 l13633 +g14563 l13633 +lft1655 l13633 +eg162 l151234b +eg54 l74546a +eg11 l8702 +eg149 l93080 +g2631 l93080 +ltt8702 l93080 +eg76 l97030 +g16350 l97030 +ltt4099 l97030 +eg28 lb1240 +g88 lb1240 +eg29 lb227 +gh7112 lb227 +lp414101 lb227 +eg63 lds235b +eg145 lds749b +g2610 lds749b +ltt16294 lds749b +eg79 ross627 +eg119 ross640 +eg67 sa29130 +eg77 ton573 +gd128 ton573 +l140349 ton573 +ltt13002 ton573 +eg139 wolf1346 +bd73632 wolf485a +eg99 wolf485a diff --git a/noao/lib/onedstds/iidscal/ross627.dat b/noao/lib/onedstds/iidscal/ross627.dat new file mode 100644 index 00000000..6727dbe5 --- /dev/null +++ b/noao/lib/onedstds/iidscal/ross627.dat @@ -0,0 +1,30 @@ +# ROSS 627 +3200. 14.887 49. +3250. 14.896 49. +3300. 14.85 49. +3350. 14.813 49. +3400. 14.802 49. +3450. 14.755 49. +3500. 14.725 49. +3571. 14.688 49. +3636. 14.656 49. +3704. 14.621 49. +3862. 14.57 49. +4036. 14.5 49. +4167. 14.393 49. +4255. 14.364 49. +4464. 14.333 49. +4566. 14.258 49. +4785. 14.217 49. +5000. 14.193 49. +5263. 14.14 49. +5556. 14.12 98. +5840. 14.082 98. +6056. 14.076 98. +6436. 14.082 98. +6790. 14.077 98. +7100. 14.039 98. +7550. 14.15 98. +7780. 14.11 98. +8090. 14.17 98. +8370. 14.026 98. diff --git a/noao/lib/onedstds/iidscal/ross640.dat b/noao/lib/onedstds/iidscal/ross640.dat new file mode 100644 index 00000000..4d4ec122 --- /dev/null +++ b/noao/lib/onedstds/iidscal/ross640.dat @@ -0,0 +1,27 @@ +# ROSS 640 +3350. 14.175 49. +3400. 14.145 49. +3450. 14.11 49. +3500. 14.073 49. +3571. 14.024 49. +3636. 13.997 49. +3704. 14.009 49. +3862. 14.138 49. +4036. 13.961 49. +4167. 13.83 49. +4255. 13.839 49. +4464. 13.81 49. +4566. 13.816 49. +4785. 13.8 49. +5000. 13.793 49. +5263. 13.791 49. +5556. 13.824 98. +5840. 13.868 98. +6056. 13.874 98. +6436. 13.896 98. +6790. 13.905 98. +7100. 13.941 98. +7550. 14.023 98. +7780. 14.024 98. +8090. 14.028 98. +8370. 14.024 98. diff --git a/noao/lib/onedstds/iidscal/sa29130.dat b/noao/lib/onedstds/iidscal/sa29130.dat new file mode 100644 index 00000000..7980c212 --- /dev/null +++ b/noao/lib/onedstds/iidscal/sa29130.dat @@ -0,0 +1,30 @@ +# SA29 -130 +3200. 13.459 49. +3250. 13.515 49. +3300. 13.505 49. +3350. 13.494 49. +3400. 13.493 49. +3450. 13.487 49. +3500. 13.459 49. +3571. 13.519 49. +3636. 13.49 49. +3704. 13.514 49. +3862. 13.564 49. +4036. 13.064 49. +4167. 12.974 49. +4255. 12.999 49. +4464. 12.941 49. +4566. 12.96 49. +4785. 13.144 49. +5000. 13.148 49. +5263. 13.139 49. +5556. 13.213 98. +5840. 13.305 98. +6056. 13.372 98. +6436. 13.482 98. +6790. 13.665 98. +7100. 13.603 98. +7550. 13.779 98. +7780. 13.796 98. +8090. 13.843 98. +8370. 13.834 98. diff --git a/noao/lib/onedstds/iidscal/standards.men b/noao/lib/onedstds/iidscal/standards.men new file mode 100644 index 00000000..e384b709 --- /dev/null +++ b/noao/lib/onedstds/iidscal/standards.men @@ -0,0 +1,20 @@ +Standard stars in onedstds$iidscal/ + +40erib eg50 eg149 g16350 hz4 lds235b +amcvn eg54 eg158 g191b2b hz7 lds749b +bd253941 eg63 eg162 g2610 hz14 lft1655 +bd284211 eg67 eg182 g2631 hz15 lp414101 +bd332642 eg71 eg184 g4718 hz29 ltt13002 +bd404032 eg76 eg193 g88 hz43 ltt16294 +bd73632 eg77 eg247 g9937 hz44 ltt4099 +bd7781 eg79 eg248 gd128 kopff27 ltt8702 +bd82015 eg91 feige15 gd140 l13633 ross627 +eg11 eg98 feige24 gd190 l140349 ross640 +eg20 eg99 feige25 gh7112 l14094 sa29130 +eg26 eg102 feige34 grw705824 l151234b sao131065 +eg28 eg119 feige56 grw708247 l74546a ton573 +eg29 eg129 feige92 grw738031 l8702 wolf1346 +eg31 eg139 feige98 he3 l93080 wolf485a +eg33 eg144 feige110 hiltner102 l97030 +eg39 eg145 g12627 hiltner600 lb1240 +eg42 eg148 g14563 hz2 lb227 diff --git a/noao/lib/onedstds/iidscal/ton573.dat b/noao/lib/onedstds/iidscal/ton573.dat new file mode 100644 index 00000000..5d030340 --- /dev/null +++ b/noao/lib/onedstds/iidscal/ton573.dat @@ -0,0 +1,26 @@ +# TON 573 +3350. 15.763 49. +3400. 15.877 49. +3450. 15.859 49. +3500. 15.878 49. +3571. 15.774 49. +3636. 15.721 49. +3704. 15.824 49. +3862. 15.717 49. +4036. 15.843 49. +4167. 15.671 49. +4255. 15.636 49. +4464. 15.961 49. +4566. 15.672 49. +4785. 15.843 49. +5000. 15.899 49. +5263. 15.844 49. +5556. 15.865 98. +5840. 16.002 98. +6056. 16.103 98. +6436. 16.111 98. +6790. 16.15 98. +7100. 16.275 98. +7550. 16.251 98. +7780. 16.317 98. +8090. 16.488 98. diff --git a/noao/lib/onedstds/iidscal/wolf1346.dat b/noao/lib/onedstds/iidscal/wolf1346.dat new file mode 100644 index 00000000..bb326795 --- /dev/null +++ b/noao/lib/onedstds/iidscal/wolf1346.dat @@ -0,0 +1,30 @@ +# WOLF 1346 +3200. 11.209 49. +3250. 11.178 49. +3300. 11.238 49. +3350. 11.264 49. +3400. 11.269 49. +3450. 11.285 49. +3500. 11.299 49. +3571. 11.27 49. +3636. 11.342 49. +3704. 11.375 49. +3862. 11.439 49. +4036. 11.15 49. +4167. 11.194 49. +4255. 11.188 49. +4464. 11.168 49. +4566. 11.193 49. +4785. 11.324 49. +5000. 11.392 49. +5263. 11.442 49. +5556. 11.534 98. +5840. 11.607 98. +6056. 11.698 98. +6436. 11.806 98. +6790. 11.89 98. +7100. 11.937 98. +7550. 12.025 98. +7780. 12.1 98. +8090. 12.207 98. +8370. 12.198 98. diff --git a/noao/lib/onedstds/iidscal/wolf485a.dat b/noao/lib/onedstds/iidscal/wolf485a.dat new file mode 100644 index 00000000..dc535b83 --- /dev/null +++ b/noao/lib/onedstds/iidscal/wolf485a.dat @@ -0,0 +1,27 @@ +# WOLF 485A +3350. 12.497 49. +3400. 12.505 49. +3450. 12.495 49. +3500. 12.48 49. +3571. 12.459 49. +3636. 12.465 49. +3704. 12.479 49. +3862. 12.528 49. +4036. 12.284 49. +4167. 12.241 49. +4255. 12.171 49. +4464. 12.075 49. +4566. 12.052 49. +4785. 12.276 49. +5000. 12.183 49. +5263. 12.174 49. +5556. 12.224 98. +5840. 12.278 98. +6056. 12.267 98. +6436. 12.445 98. +6790. 12.484 98. +7100. 12.53 98. +7550. 12.68 98. +7780. 12.686 98. +8090. 12.688 98. +8370. 12.72 98. diff --git a/noao/lib/onedstds/irscal/bd082015.dat b/noao/lib/onedstds/irscal/bd082015.dat new file mode 100644 index 00000000..21fbccc6 --- /dev/null +++ b/noao/lib/onedstds/irscal/bd082015.dat @@ -0,0 +1,79 @@ +# BD+08 2015 +3200. 12.67 49. +3250. 12.63 49. +3300. 12.31 49. +3350. 12.37 49. +3400. 12.2 49. +3450. 12.26 49. +3500. 12.09 49. +3571. 12.16 49. +3636. 11.95 49. +3704. 11.83 49. +3760. 11.81 49. +3816. 11.78 49. +3862. 11.77 49. +3945. 11.5 49. +4000. 11.33 49. +4036. 11.2 49. +4065. 11.17 49. +4167. 11.08 49. +4190. 11.09 49. +4255. 11.12 49. +4290. 11.07 49. +4370. 10.96 49. +4464. 10.81 49. +4498. 10.78 49. +4566. 10.71 49. +4604. 10.69 49. +4678. 10.67 49. +4735. 10.64 49. +4785. 10.61 49. +4825. 10.61 49. +4914. 10.6 49. +5000. 10.6 49. +5067. 10.58 49. +5145. 10.55 49. +5206. 10.52 49. +5263. 10.49 49. +5341. 10.47 98. +5440. 10.43 98. +5504. 10.4 98. +5556. 10.39 98. +5630. 10.37 98. +5710. 10.34 98. +5775. 10.33 98. +5840. 10.3 98. +5910. 10.29 98. +5980. 10.28 98. +6056. 10.26 98. +6140. 10.25 98. +6220. 10.24 98. +6290. 10.23 98. +6365. 10.21 98. +6436. 10.2 98. +6473. 10.2 98. +6530. 10.19 98. +6600. 10.18 98. +6670. 10.18 98. +6740. 10.17 98. +6790. 10.16 98. +6850. 10.15 98. +6975. 10.14 98. +7055. 10.13 98. +7100. 10.12 98. +7150. 10.12 98. +7220. 10.11 98. +7270. 10.11 98. +7365. 10.1 98. +7460. 10.1 98. +7550. 10.09 98. +7580. 10.09 98. +7725. 10.05 98. +7780. 10.04 98. +7820. 10.04 98. +7910. 10.04 98. +8000. 10.04 98. +8090. 10.04 98. +8210. 10.06 98. +8260. 10.06 98. +8370. 10.06 98. diff --git a/noao/lib/onedstds/irscal/bd174708.dat b/noao/lib/onedstds/irscal/bd174708.dat new file mode 100644 index 00000000..7bb420bf --- /dev/null +++ b/noao/lib/onedstds/irscal/bd174708.dat @@ -0,0 +1,79 @@ +# BD+17 4708 +3200. 10.815 49. +3250. 10.788 49. +3300. 10.746 49. +3350. 10.701 49. +3400. 10.652 49. +3450. 10.627 49. +3500. 10.587 49. +3571. 10.531 49. +3636. 10.488 49. +3704. 10.437 49. +3760. 10.307 49. +3816. 10.16 49. +3862. 10.135 49. +3945. 10.12 49. +4000. 9.89 49. +4036. 9.857 49. +4065. 9.87 49. +4167. 9.784 49. +4190. 9.767 49. +4255. 9.768 49. +4290. 9.815 49. +4370. 9.75 49. +4464. 9.667 49. +4498. 9.656 49. +4566. 9.63 49. +4604. 9.621 49. +4678. 9.595 49. +4735. 9.582 49. +4785. 9.567 49. +4825. 9.595 49. +4914. 9.56 49. +5000. 9.52 49. +5067. 9.506 49. +5145. 9.488 49. +5206. 9.482 49. +5263. 9.46 49. +5341. 9.446 98. +5440. 9.427 98. +5504. 9.416 98. +5556. 9.406 98. +5630. 9.393 98. +5710. 9.381 98. +5775. 9.369 98. +5840. 9.36 98. +5910. 9.351 98. +5980. 9.34 98. +6056. 9.331 98. +6140. 9.323 98. +6220. 9.315 98. +6290. 9.307 98. +6365. 9.3 98. +6436. 9.29 98. +6473. 9.29 98. +6530. 9.293 98. +6600. 9.288 98. +6670. 9.272 98. +6740. 9.265 98. +6790. 9.26 98. +6850. 9.257 98. +6975. 9.245 98. +7055. 9.24 98. +7100. 9.235 98. +7150. 9.232 98. +7220. 9.228 98. +7270. 9.227 98. +7365. 9.222 98. +7460. 9.216 98. +7550. 9.21 98. +7580. 9.21 98. +7725. 9.205 98. +7780. 9.206 98. +7820. 9.204 98. +7910. 9.203 98. +8000. 9.201 98. +8090. 9.2 98. +8210. 9.198 98. +8260. 9.197 98. +8370. 9.196 98. diff --git a/noao/lib/onedstds/irscal/bd253941.dat b/noao/lib/onedstds/irscal/bd253941.dat new file mode 100644 index 00000000..85eee402 --- /dev/null +++ b/noao/lib/onedstds/irscal/bd253941.dat @@ -0,0 +1,79 @@ +# BD+25 3941 +3200. 12.11 49. +3250. 12.05 49. +3300. 11.98 49. +3350. 11.91 49. +3400. 11.85 49. +3450. 11.82 49. +3500. 11.77 49. +3571. 11.73 49. +3636. 11.7 49. +3704. 11.63 49. +3760. 11.5 49. +3816. 11.35 49. +3862. 11.26 49. +3945. 11.22 49. +4000. 11.18 49. +4036. 11.16 49. +4065. 11.15 49. +4167. 11.09 49. +4190. 11.08 49. +4255. 11.04 49. +4290. 11.03 49. +4370. 11. 49. +4464. 10.96 49. +4498. 10.93 49. +4566. 10.87 49. +4604. 10.86 49. +4678. 10.83 49. +4735. 10.81 49. +4785. 10.79 49. +4825. 10.77 49. +4914. 10.73 49. +5000. 10.69 49. +5067. 10.64 49. +5145. 10.58 49. +5206. 10.53 49. +5263. 10.49 49. +5341. 10.46 98. +5440. 10.41 98. +5504. 10.38 98. +5556. 10.36 98. +5630. 10.35 98. +5710. 10.33 98. +5775. 10.32 98. +5840. 10.31 98. +5910. 10.3 98. +5980. 10.28 98. +6056. 10.27 98. +6140. 10.25 98. +6220. 10.24 98. +6290. 10.23 98. +6365. 10.21 98. +6436. 10.2 98. +6473. 10.19 98. +6530. 10.18 98. +6600. 10.16 98. +6670. 10.15 98. +6740. 10.13 98. +6790. 10.12 98. +6850. 10.11 98. +6975. 10.09 98. +7055. 10.08 98. +7100. 10.07 98. +7150. 10.07 98. +7220. 10.06 98. +7270. 10.05 98. +7365. 10.03 98. +7460. 10.02 98. +7550. 10.01 98. +7580. 10. 98. +7725. 9.99 98. +7780. 9.98 98. +7820. 9.98 98. +7910. 9.98 98. +8000. 9.97 98. +8090. 9.96 98. +8210. 9.96 98. +8260. 9.96 98. +8370. 9.97 98. diff --git a/noao/lib/onedstds/irscal/bd262606.dat b/noao/lib/onedstds/irscal/bd262606.dat new file mode 100644 index 00000000..3a88aeea --- /dev/null +++ b/noao/lib/onedstds/irscal/bd262606.dat @@ -0,0 +1,79 @@ +# BD+26 2606 +3200. 11.04 49. +3250. 10.99 49. +3300. 10.95 49. +3350. 10.9 49. +3400. 10.87 49. +3450. 10.83 49. +3500. 10.79 49. +3571. 10.74 49. +3636. 10.7 49. +3704. 10.66 49. +3760. 10.54 49. +3816. 10.39 49. +3862. 10.37 49. +3945. 10.31 49. +4000. 10.14 49. +4036. 10.12 49. +4065. 10.11 49. +4167. 10.04 49. +4190. 10.02 49. +4255. 10. 49. +4290. 10. 49. +4370. 9.99 49. +4464. 9.94 49. +4498. 9.93 49. +4566. 9.91 49. +4604. 9.89 49. +4678. 9.87 49. +4735. 9.85 49. +4785. 9.83 49. +4825. 9.85 49. +4914. 9.82 49. +5000. 9.77 49. +5067. 9.75 49. +5145. 9.74 49. +5206. 9.73 49. +5263. 9.71 49. +5341. 9.7 98. +5440. 9.69 98. +5504. 9.68 98. +5556. 9.67 98. +5630. 9.65 98. +5710. 9.64 98. +5775. 9.63 98. +5840. 9.62 98. +5910. 9.61 98. +5980. 9.6 98. +6056. 9.59 98. +6140. 9.58 98. +6220. 9.57 98. +6290. 9.57 98. +6365. 9.56 98. +6436. 9.55 98. +6473. 9.55 98. +6530. 9.56 98. +6600. 9.55 98. +6670. 9.54 98. +6740. 9.53 98. +6790. 9.53 98. +6850. 9.52 98. +6975. 9.51 98. +7055. 9.51 98. +7100. 9.5 98. +7150. 9.5 98. +7220. 9.5 98. +7270. 9.49 98. +7365. 9.49 98. +7460. 9.49 98. +7550. 9.48 98. +7580. 9.48 98. +7725. 9.48 98. +7780. 9.47 98. +7820. 9.47 98. +7910. 9.47 98. +8000. 9.47 98. +8090. 9.46 98. +8210. 9.46 98. +8260. 9.46 98. +8370. 9.46 98. diff --git a/noao/lib/onedstds/irscal/bd284211.dat b/noao/lib/onedstds/irscal/bd284211.dat new file mode 100644 index 00000000..80f816ac --- /dev/null +++ b/noao/lib/onedstds/irscal/bd284211.dat @@ -0,0 +1,79 @@ +# BD+28 4211 +3200. 9.62 49. +3250. 9.59 49. +3300. 9.56 49. +3350. 9.58 49. +3400. 9.59 49. +3450. 9.64 49. +3500. 9.66 49. +3571. 9.71 49. +3636. 9.74 49. +3704. 9.77 49. +3760. 9.79 49. +3816. 9.82 49. +3862. 9.83 49. +3945. 9.87 49. +4000. 9.91 49. +4036. 9.93 49. +4065. 9.94 49. +4167. 9.99 49. +4190. 10. 49. +4255. 10.05 49. +4290. 10.06 49. +4370. 10.08 49. +4464. 10.11 49. +4498. 10.14 49. +4566. 10.19 49. +4604. 10.2 49. +4678. 10.23 49. +4735. 10.25 49. +4785. 10.27 49. +4825. 10.28 49. +4914. 10.33 49. +5000. 10.37 49. +5067. 10.38 49. +5145. 10.41 49. +5206. 10.43 49. +5263. 10.44 49. +5341. 10.47 98. +5440. 10.52 98. +5504. 10.55 98. +5556. 10.56 98. +5630. 10.58 98. +5710. 10.62 98. +5775. 10.64 98. +5840. 10.67 98. +5910. 10.69 98. +5980. 10.71 98. +6056. 10.73 98. +6140. 10.76 98. +6220. 10.78 98. +6290. 10.8 98. +6365. 10.83 98. +6436. 10.85 98. +6473. 10.86 98. +6530. 10.87 98. +6600. 10.88 98. +6670. 10.91 98. +6740. 10.92 98. +6790. 10.93 98. +6850. 10.95 98. +6975. 10.98 98. +7055. 11.01 98. +7100. 11.02 98. +7150. 11.03 98. +7220. 11.05 98. +7270. 11.06 98. +7365. 11.07 98. +7460. 11.11 98. +7550. 11.13 98. +7580. 11.14 98. +7725. 11.16 98. +7780. 11.16 98. +7820. 11.17 98. +7910. 11.19 98. +8000. 11.21 98. +8090. 11.22 98. +8210. 11.24 98. +8260. 11.25 98. +8370. 11.27 98. diff --git a/noao/lib/onedstds/irscal/bd332642.dat b/noao/lib/onedstds/irscal/bd332642.dat new file mode 100644 index 00000000..8d1a8dc6 --- /dev/null +++ b/noao/lib/onedstds/irscal/bd332642.dat @@ -0,0 +1,79 @@ +# BD+33 2642 +3200. 10.71 49. +3250. 10.66 49. +3300. 10.63 49. +3350. 10.63 49. +3400. 10.65 49. +3450. 10.67 49. +3500. 10.65 49. +3571. 10.69 49. +3636. 10.7 49. +3704. 10.67 49. +3760. 10.58 49. +3816. 10.48 49. +3862. 10.43 49. +3945. 10.45 49. +4000. 10.46 49. +4036. 10.47 49. +4065. 10.48 49. +4167. 10.52 49. +4190. 10.52 49. +4255. 10.54 49. +4290. 10.54 49. +4370. 10.57 49. +4464. 10.59 49. +4498. 10.6 49. +4566. 10.62 49. +4604. 10.63 49. +4678. 10.64 49. +4735. 10.66 49. +4785. 10.67 49. +4825. 10.69 49. +4914. 10.73 49. +5000. 10.77 49. +5067. 10.78 49. +5145. 10.79 49. +5206. 10.8 49. +5263. 10.81 49. +5341. 10.83 98. +5440. 10.85 98. +5504. 10.87 98. +5556. 10.88 98. +5630. 10.9 98. +5710. 10.92 98. +5775. 10.94 98. +5840. 10.95 98. +5910. 10.96 98. +5980. 10.98 98. +6056. 11. 98. +6140. 11.02 98. +6220. 11.04 98. +6290. 11.06 98. +6365. 11.08 98. +6436. 11.1 98. +6473. 11.11 98. +6530. 11.12 98. +6600. 11.12 98. +6670. 11.14 98. +6740. 11.14 98. +6790. 11.15 98. +6850. 11.15 98. +6975. 11.16 98. +7055. 11.16 98. +7100. 11.16 98. +7150. 11.17 98. +7220. 11.18 98. +7270. 11.19 98. +7365. 11.21 98. +7460. 11.23 98. +7550. 11.25 98. +7580. 11.25 98. +7725. 11.25 98. +7780. 11.25 98. +7820. 11.26 98. +7910. 11.28 98. +8000. 11.29 98. +8090. 11.31 98. +8210. 11.36 98. +8260. 11.38 98. +8370. 11.42 98. diff --git a/noao/lib/onedstds/irscal/bd404032.dat b/noao/lib/onedstds/irscal/bd404032.dat new file mode 100644 index 00000000..2feaffb5 --- /dev/null +++ b/noao/lib/onedstds/irscal/bd404032.dat @@ -0,0 +1,79 @@ +# BD+40 4032 +3200. 11.06 49. +3250. 11. 49. +3300. 10.92 49. +3350. 10.92 49. +3400. 10.9 49. +3450. 10.88 49. +3500. 10.87 49. +3571. 10.87 49. +3636. 10.87 49. +3704. 10.86 49. +3760. 10.76 49. +3816. 10.66 49. +3862. 10.6 49. +3945. 10.58 49. +4000. 10.57 49. +4036. 10.56 49. +4065. 10.55 49. +4167. 10.53 49. +4190. 10.53 49. +4255. 10.52 49. +4290. 10.52 49. +4370. 10.51 49. +4464. 10.5 49. +4498. 10.49 49. +4566. 10.48 49. +4604. 10.48 49. +4678. 10.48 49. +4735. 10.48 49. +4785. 10.48 49. +4825. 10.48 49. +4914. 10.48 49. +5000. 10.48 49. +5067. 10.47 49. +5145. 10.45 49. +5206. 10.44 49. +5263. 10.43 49. +5341. 10.44 98. +5440. 10.44 98. +5504. 10.45 98. +5556. 10.45 98. +5630. 10.46 98. +5710. 10.46 98. +5775. 10.46 98. +5840. 10.47 98. +5910. 10.45 98. +5980. 10.44 98. +6056. 10.42 98. +6140. 10.42 98. +6220. 10.42 98. +6290. 10.43 98. +6365. 10.43 98. +6436. 10.43 98. +6473. 10.43 98. +6530. 10.43 98. +6600. 10.44 98. +6670. 10.44 98. +6740. 10.44 98. +6790. 10.44 98. +6850. 10.43 98. +6975. 10.42 98. +7055. 10.42 98. +7100. 10.41 98. +7150. 10.42 98. +7220. 10.44 98. +7270. 10.44 98. +7365. 10.46 98. +7460. 10.48 98. +7550. 10.5 98. +7580. 10.5 98. +7725. 10.48 98. +7780. 10.48 98. +7820. 10.48 98. +7910. 10.47 98. +8000. 10.46 98. +8090. 10.45 98. +8210. 10.5 98. +8260. 10.52 98. +8370. 10.56 98. diff --git a/noao/lib/onedstds/irscal/feige110.dat b/noao/lib/onedstds/irscal/feige110.dat new file mode 100644 index 00000000..1a741cf2 --- /dev/null +++ b/noao/lib/onedstds/irscal/feige110.dat @@ -0,0 +1,79 @@ +# FEIGE 110 +3200. 11.04 49. +3250. 10.99 49. +3300. 10.98 49. +3350. 11.01 49. +3400. 11.04 49. +3450. 11.07 49. +3500. 11.09 49. +3571. 11.13 49. +3636. 11.16 49. +3704. 11.21 49. +3760. 11.22 49. +3816. 11.22 49. +3862. 11.23 49. +3945. 11.26 49. +4000. 11.27 49. +4036. 11.29 49. +4065. 11.3 49. +4167. 11.34 49. +4190. 11.35 49. +4255. 11.38 49. +4290. 11.39 49. +4370. 11.43 49. +4464. 11.47 49. +4498. 11.48 49. +4566. 11.51 49. +4604. 11.53 49. +4678. 11.56 49. +4735. 11.58 49. +4785. 11.6 49. +4825. 11.62 49. +4914. 11.65 49. +5000. 11.68 49. +5067. 11.7 49. +5145. 11.73 49. +5206. 11.76 49. +5263. 11.77 49. +5341. 11.8 98. +5440. 11.83 98. +5504. 11.86 98. +5556. 11.88 98. +5630. 11.9 98. +5710. 11.93 98. +5775. 11.94 98. +5840. 11.96 98. +5910. 11.98 98. +5980. 12.01 98. +6056. 12.03 98. +6140. 12.06 98. +6220. 12.08 98. +6290. 12.11 98. +6365. 12.14 98. +6436. 12.16 98. +6473. 12.17 98. +6530. 12.18 98. +6600. 12.2 98. +6670. 12.21 98. +6740. 12.23 98. +6790. 12.24 98. +6850. 12.25 98. +6975. 12.28 98. +7055. 12.3 98. +7100. 12.31 98. +7150. 12.33 98. +7220. 12.35 98. +7270. 12.37 98. +7365. 12.4 98. +7460. 12.44 98. +7550. 12.47 98. +7580. 12.47 98. +7725. 12.49 98. +7780. 12.5 98. +7820. 12.51 98. +7910. 12.52 98. +8000. 12.53 98. +8090. 12.54 98. +8210. 12.56 98. +8260. 12.57 98. +8370. 12.59 98. diff --git a/noao/lib/onedstds/irscal/feige15.dat b/noao/lib/onedstds/irscal/feige15.dat new file mode 100644 index 00000000..f43470ee --- /dev/null +++ b/noao/lib/onedstds/irscal/feige15.dat @@ -0,0 +1,79 @@ +# FEIGE 15 +3200. 11.7 49. +3250. 11.65 49. +3300. 11.55 49. +3350. 11.55 49. +3400. 11.53 49. +3450. 11.52 49. +3500. 11.5 49. +3571. 11.49 49. +3636. 11.46 49. +3704. 11.39 49. +3760. 10.261 49. +3816. 10.788 49. +3862. 10.385 49. +3945. 10.675 49. +4000. 10.345 49. +4036. 10.2 49. +4065. 10.233 49. +4167. 10.2 49. +4190. 10.213 49. +4255. 10.22 49. +4290. 10.223 49. +4370. 10.358 49. +4464. 10.23 49. +4498. 10.235 49. +4566. 10.25 49. +4604. 10.256 49. +4678. 10.266 49. +4735. 10.273 49. +4785. 10.28 49. +4825. 10.357 49. +4914. 10.31 49. +5000. 10.33 49. +5067. 10.338 49. +5145. 10.346 49. +5206. 10.351 49. +5263. 10.36 49. +5341. 10.372 98. +5440. 10.39 98. +5504. 10.4 98. +5556. 10.41 98. +5630. 10.415 98. +5710. 10.421 98. +5775. 10.427 98. +5840. 10.43 98. +5910. 10.448 98. +5980. 10.464 98. +6056. 10.48 98. +6140. 10.497 98. +6220. 10.511 98. +6290. 10.524 98. +6365. 10.538 98. +6436. 10.55 98. +6473. 10.554 98. +6530. 10.62 98. +6600. 10.698 98. +6670. 10.574 98. +6740. 10.594 98. +6790. 10.6 98. +6850. 10.606 98. +6975. 10.618 98. +7055. 10.624 98. +7100. 10.63 98. +7150. 10.638 98. +7220. 10.648 98. +7270. 10.656 98. +7365. 10.67 98. +7460. 10.684 98. +7550. 10.7 98. +7580. 10.703 98. +7725. 10.726 98. +7780. 10.73 98. +7820. 10.733 98. +7910. 10.736 98. +8000. 10.739 98. +8090. 10.74 98. +8210. 10.751 98. +8260. 10.756 98. +8370. 10.76 98. diff --git a/noao/lib/onedstds/irscal/feige25.dat b/noao/lib/onedstds/irscal/feige25.dat new file mode 100644 index 00000000..075a61c3 --- /dev/null +++ b/noao/lib/onedstds/irscal/feige25.dat @@ -0,0 +1,79 @@ +# FEIGE 25 +3200. 12.59 49. +3250. 12.6 49. +3300. 12.56 49. +3350. 12.55 49. +3400. 12.45 49. +3450. 12.5 49. +3500. 12.49 49. +3571. 12.52 49. +3636. 12.51 49. +3704. 12.49 49. +3760. 12.237 49. +3816. 11.9 49. +3862. 11.736 49. +3945. 11.82 49. +4000. 11.767 49. +4036. 11.74 49. +4065. 11.739 49. +4167. 11.76 49. +4190. 11.767 49. +4255. 11.78 49. +4290. 11.789 49. +4370. 11.831 49. +4464. 11.83 49. +4498. 11.83 49. +4566. 11.83 49. +4604. 11.843 49. +4678. 11.862 49. +4735. 11.878 49. +4785. 11.89 49. +4825. 11.912 49. +4914. 11.932 49. +5000. 11.95 49. +5067. 11.955 49. +5145. 11.961 49. +5206. 11.966 49. +5263. 11.97 49. +5341. 11.98 98. +5440. 11.994 98. +5504. 12.002 98. +5556. 12.01 98. +5630. 12.017 98. +5710. 12.022 98. +5775. 12.028 98. +5840. 12.03 98. +5910. 12.049 98. +5980. 12.067 98. +6056. 12.09 98. +6140. 12.11 98. +6220. 12.131 98. +6290. 12.149 98. +6365. 12.169 98. +6436. 12.19 98. +6473. 12.191 98. +6530. 12.2 98. +6600. 12.253 98. +6670. 12.203 98. +6740. 12.209 98. +6790. 12.21 98. +6850. 12.229 98. +6975. 12.23 98. +7055. 12.236 98. +7100. 12.24 98. +7150. 12.252 98. +7220. 12.271 98. +7270. 12.284 98. +7365. 12.308 98. +7460. 12.331 98. +7550. 12.35 98. +7580. 12.351 98. +7725. 12.342 98. +7780. 12.34 98. +7820. 12.343 98. +7910. 12.349 98. +8000. 12.353 98. +8090. 12.36 98. +8210. 12.378 98. +8260. 12.385 98. +8370. 12.4 98. diff --git a/noao/lib/onedstds/irscal/feige34.dat b/noao/lib/onedstds/irscal/feige34.dat new file mode 100644 index 00000000..ba9e6b69 --- /dev/null +++ b/noao/lib/onedstds/irscal/feige34.dat @@ -0,0 +1,79 @@ +# FEIGE 34 +3200. 10.28 49. +3250. 10.26 49. +3300. 10.23 49. +3350. 10.26 49. +3400. 10.28 49. +3450. 10.31 49. +3500. 10.32 49. +3571. 10.39 49. +3636. 10.41 49. +3704. 10.45 49. +3760. 10.47 49. +3816. 10.5 49. +3862. 10.51 49. +3945. 10.54 49. +4000. 10.56 49. +4036. 10.57 49. +4065. 10.58 49. +4167. 10.64 49. +4190. 10.65 49. +4255. 10.7 49. +4290. 10.71 49. +4370. 10.74 49. +4464. 10.76 49. +4498. 10.78 49. +4566. 10.83 49. +4604. 10.85 49. +4678. 10.88 49. +4735. 10.92 49. +4785. 10.94 49. +4825. 10.95 49. +4914. 10.99 49. +5000. 11.02 49. +5067. 11.04 49. +5145. 11.08 49. +5206. 11.11 49. +5263. 11.13 49. +5341. 11.17 98. +5440. 11.2 98. +5504. 11.22 98. +5556. 11.24 98. +5630. 11.27 98. +5710. 11.3 98. +5775. 11.32 98. +5840. 11.34 98. +5910. 11.37 98. +5980. 11.39 98. +6056. 11.42 98. +6140. 11.45 98. +6220. 11.48 98. +6290. 11.51 98. +6365. 11.54 98. +6436. 11.57 98. +6473. 11.58 98. +6530. 11.6 98. +6600. 11.62 98. +6670. 11.63 98. +6740. 11.65 98. +6790. 11.66 98. +6850. 11.67 98. +6975. 11.7 98. +7055. 11.72 98. +7100. 11.73 98. +7150. 11.75 98. +7220. 11.77 98. +7270. 11.78 98. +7365. 11.8 98. +7460. 11.83 98. +7550. 11.85 98. +7580. 11.85 98. +7725. 11.84 98. +7780. 11.83 98. +7820. 11.85 98. +7910. 11.88 98. +8000. 11.91 98. +8090. 11.94 98. +8210. 11.94 98. +8260. 11.94 98. +8370. 11.93 98. diff --git a/noao/lib/onedstds/irscal/feige56.dat b/noao/lib/onedstds/irscal/feige56.dat new file mode 100644 index 00000000..4395ea81 --- /dev/null +++ b/noao/lib/onedstds/irscal/feige56.dat @@ -0,0 +1,79 @@ +# FEIGE 56 +3200. 11.39 49. +3250. 11.32 49. +3300. 11.3 49. +3350. 11.28 49. +3400. 11.26 49. +3450. 11.28 49. +3500. 11.26 49. +3571. 11.29 49. +3636. 11.29 49. +3704. 11.27 49. +3760. 11.159 49. +3816. 10.858 49. +3862. 10.691 49. +3945. 10.776 49. +4000. 10.737 49. +4036. 10.71 49. +4065. 10.71 49. +4167. 10.75 49. +4190. 10.76 49. +4255. 10.79 49. +4290. 10.799 49. +4370. 10.834 49. +4464. 10.83 49. +4498. 10.836 49. +4566. 10.85 49. +4604. 10.86 49. +4678. 10.882 49. +4735. 10.9 49. +4785. 10.91 49. +4825. 10.938 49. +4914. 10.956 49. +5000. 10.98 49. +5067. 10.995 49. +5145. 11.013 49. +5206. 11.028 49. +5263. 11.04 49. +5341. 11.058 98. +5440. 11.082 98. +5504. 11.099 98. +5556. 11.11 98. +5630. 11.123 98. +5710. 11.138 98. +5775. 11.149 98. +5840. 11.16 98. +5910. 11.18 98. +5980. 11.197 98. +6056. 11.22 98. +6140. 11.238 98. +6220. 11.257 98. +6290. 11.276 98. +6365. 11.293 98. +6436. 11.31 98. +6473. 11.319 98. +6530. 11.356 98. +6600. 11.411 98. +6670. 11.358 98. +6740. 11.37 98. +6790. 11.38 98. +6850. 11.39 98. +6975. 11.411 98. +7055. 11.425 98. +7100. 11.43 98. +7150. 11.444 98. +7220. 11.461 98. +7270. 11.472 98. +7365. 11.496 98. +7460. 11.518 98. +7550. 11.54 98. +7580. 11.548 98. +7725. 11.577 98. +7780. 11.59 98. +7820. 11.597 98. +7910. 11.616 98. +8000. 11.633 98. +8090. 11.651 98. +8210. 11.677 98. +8260. 11.686 98. +8370. 11.71 98. diff --git a/noao/lib/onedstds/irscal/feige92.dat b/noao/lib/onedstds/irscal/feige92.dat new file mode 100644 index 00000000..91f35e75 --- /dev/null +++ b/noao/lib/onedstds/irscal/feige92.dat @@ -0,0 +1,79 @@ +# FEIGE 92 +3200. 11.73 49. +3250. 11.73 49. +3300. 11.64 49. +3350. 11.67 49. +3400. 11.67 49. +3450. 11.67 49. +3500. 11.69 49. +3571. 11.67 49. +3636. 11.7 49. +3704. 11.68 49. +3760. 11.596 49. +3816. 11.321 49. +3862. 11.163 49. +3945. 11.25 49. +4000. 11.212 49. +4036. 11.19 49. +4065. 11.188 49. +4167. 11.19 49. +4190. 11.2 49. +4255. 11.22 49. +4290. 11.232 49. +4370. 11.258 49. +4464. 11.26 49. +4498. 11.269 49. +4566. 11.29 49. +4604. 11.302 49. +4678. 11.326 49. +4735. 11.343 49. +4785. 11.36 49. +4825. 11.387 49. +4914. 11.401 49. +5000. 11.43 49. +5067. 11.457 49. +5145. 11.494 49. +5206. 11.521 49. +5263. 11.55 49. +5341. 11.567 98. +5440. 11.591 98. +5504. 11.607 98. +5556. 11.62 98. +5630. 11.64 98. +5710. 11.66 98. +5775. 11.674 98. +5840. 11.69 98. +5910. 11.71 98. +5980. 11.73 98. +6056. 11.75 98. +6140. 11.774 98. +6220. 11.793 98. +6290. 11.812 98. +6365. 11.832 98. +6436. 11.85 98. +6473. 11.858 98. +6530. 11.877 98. +6600. 11.925 98. +6670. 11.894 98. +6740. 11.908 98. +6790. 11.92 98. +6850. 11.926 98. +6975. 11.939 98. +7055. 11.947 98. +7100. 11.95 98. +7150. 11.968 98. +7220. 11.994 98. +7270. 12.001 98. +7365. 12.03 98. +7460. 12.058 98. +7550. 12.09 98. +7580. 12.09 98. +7725. 12.09 98. +7780. 12.09 98. +7820. 12.096 98. +7910. 12.109 98. +8000. 12.119 98. +8090. 12.13 98. +8210. 12.156 98. +8260. 12.166 98. +8370. 12.19 98. diff --git a/noao/lib/onedstds/irscal/feige98.dat b/noao/lib/onedstds/irscal/feige98.dat new file mode 100644 index 00000000..4190c2ef --- /dev/null +++ b/noao/lib/onedstds/irscal/feige98.dat @@ -0,0 +1,79 @@ +# FEIGE 98 +3200. 13.01 49. +3250. 12.97 49. +3300. 12.93 49. +3350. 12.89 49. +3400. 12.86 49. +3450. 12.89 49. +3500. 12.86 49. +3571. 12.84 49. +3636. 12.81 49. +3704. 12.69 49. +3760. 12.324 49. +3816. 11.819 49. +3862. 11.565 49. +3945. 11.694 49. +4000. 11.602 49. +4036. 11.54 49. +4065. 11.553 49. +4167. 11.56 49. +4190. 11.57 49. +4255. 11.6 49. +4290. 11.602 49. +4370. 11.649 49. +4464. 11.61 49. +4498. 11.623 49. +4566. 11.65 49. +4604. 11.66 49. +4678. 11.672 49. +4735. 11.68 49. +4785. 11.69 49. +4825. 11.72 49. +4914. 11.738 49. +5000. 11.77 49. +5067. 11.772 49. +5145. 11.776 49. +5206. 11.779 49. +5263. 11.78 49. +5341. 11.798 98. +5440. 11.818 98. +5504. 11.831 98. +5556. 11.84 98. +5630. 11.854 98. +5710. 11.869 98. +5775. 11.88 98. +5840. 11.89 98. +5910. 11.912 98. +5980. 11.93 98. +6056. 11.95 98. +6140. 11.964 98. +6220. 11.977 98. +6290. 11.987 98. +6365. 11.998 98. +6436. 12.01 98. +6473. 12.016 98. +6530. 12.046 98. +6600. 12.116 98. +6670. 12.038 98. +6740. 12.046 98. +6790. 12.05 98. +6850. 12.058 98. +6975. 12.069 98. +7055. 12.076 98. +7100. 12.08 98. +7150. 12.091 98. +7220. 12.105 98. +7270. 12.117 98. +7365. 12.136 98. +7460. 12.154 98. +7550. 12.17 98. +7580. 12.176 98. +7725. 12.195 98. +7780. 12.2 98. +7820. 12.21 98. +7910. 12.227 98. +8000. 12.243 98. +8090. 12.26 98. +8210. 12.304 98. +8260. 12.322 98. +8370. 12.36 98. diff --git a/noao/lib/onedstds/irscal/g191b2b.dat b/noao/lib/onedstds/irscal/g191b2b.dat new file mode 100644 index 00000000..8f8b4c66 --- /dev/null +++ b/noao/lib/onedstds/irscal/g191b2b.dat @@ -0,0 +1,79 @@ +# G191B2B +3200. 10.82 49. +3250. 10.84 49. +3300. 10.85 49. +3350. 10.88 49. +3400. 10.92 49. +3450. 10.95 49. +3500. 10.96 49. +3571. 10.98 49. +3636. 11.02 49. +3704. 11.08 49. +3760. 11.15 49. +3816. 11.19 49. +3862. 11.2 49. +3945. 11.18 49. +4000. 11.17 49. +4036. 11.17 49. +4065. 11.18 49. +4167. 11.2 49. +4190. 11.2 49. +4255. 11.25 49. +4290. 11.27 49. +4370. 11.35 49. +4464. 11.34 49. +4498. 11.35 49. +4566. 11.39 49. +4604. 11.4 49. +4678. 11.43 49. +4735. 11.45 49. +4785. 11.49 49. +4825. 11.53 49. +4914. 11.54 49. +5000. 11.58 49. +5067. 11.62 49. +5145. 11.61 49. +5206. 11.64 49. +5263. 11.67 49. +5341. 11.7 98. +5440. 11.74 98. +5504. 11.77 98. +5556. 11.78 98. +5630. 11.83 98. +5710. 11.86 98. +5775. 11.88 98. +5840. 11.91 98. +5910. 11.94 98. +5980. 11.96 98. +6056. 11.98 98. +6140. 12. 98. +6220. 12.03 98. +6290. 12.04 98. +6365. 12.06 98. +6436. 12.09 98. +6473. 12.1 98. +6530. 12.11 98. +6600. 12.14 98. +6670. 12.16 98. +6740. 12.18 98. +6790. 12.21 98. +6850. 12.23 98. +6975. 12.27 98. +7055. 12.28 98. +7100. 12.3 98. +7150. 12.31 98. +7220. 12.34 98. +7270. 12.36 98. +7365. 12.38 98. +7460. 12.42 98. +7550. 12.48 98. +7580. 12.5 98. +7725. 12.51 98. +7780. 12.49 98. +7820. 12.48 98. +7910. 12.5 98. +8000. 12.51 98. +8090. 12.51 98. +8210. 12.51 98. +8260. 12.52 98. +8370. 12.56 98. diff --git a/noao/lib/onedstds/irscal/hd109995.dat b/noao/lib/onedstds/irscal/hd109995.dat new file mode 100644 index 00000000..76b4cb07 --- /dev/null +++ b/noao/lib/onedstds/irscal/hd109995.dat @@ -0,0 +1,79 @@ +# HD109995 +3200. 9.132 49. +3250. 9.108 49. +3300. 9.084 49. +3350. 9.06 49. +3400. 9.036 49. +3450. 9.012 49. +3500. 8.982 49. +3571. 8.969 49. +3636. 8.918 49. +3704. 8.706 49. +3760. 8.21 49. +3816. 7.88 49. +3862. 7.534 49. +3945. 7.645 49. +4000. 7.513 49. +4036. 7.391 49. +4065. 7.42 49. +4167. 7.414 49. +4190. 7.415 49. +4255. 7.424 49. +4290. 7.429 49. +4370. 7.553 49. +4464. 7.449 49. +4498. 7.457 49. +4566. 7.458 49. +4604. 7.472 49. +4678. 7.479 49. +4735. 7.49 49. +4785. 7.501 49. +4825. 7.561 49. +4914. 7.514 49. +5000. 7.53 49. +5067. 7.535 49. +5145. 7.546 49. +5206. 7.554 49. +5263. 7.562 49. +5341. 7.573 98. +5440. 7.586 98. +5504. 7.595 98. +5556. 7.605 98. +5630. 7.612 98. +5710. 7.623 98. +5775. 7.632 98. +5840. 7.633 98. +5910. 7.65 98. +5980. 7.66 98. +6056. 7.684 98. +6140. 7.682 98. +6220. 7.693 98. +6290. 7.702 98. +6365. 7.712 98. +6436. 7.716 98. +6473. 7.727 98. +6530. 7.77 98. +6600. 7.833 98. +6670. 7.746 98. +6740. 7.764 98. +6790. 7.764 98. +6850. 7.779 98. +6975. 7.796 98. +7055. 7.807 98. +7100. 7.813 98. +7150. 7.82 98. +7220. 7.829 98. +7270. 7.836 98. +7365. 7.849 98. +7460. 7.862 98. +7550. 7.874 98. +7580. 7.879 98. +7725. 7.898 98. +7780. 7.906 98. +7820. 7.911 98. +7910. 7.924 98. +8000. 7.936 98. +8090. 7.948 98. +8210. 7.915 98. +8260. 7.972 98. +8370. 7.987 98. diff --git a/noao/lib/onedstds/irscal/hd117880.dat b/noao/lib/onedstds/irscal/hd117880.dat new file mode 100644 index 00000000..3d92e12a --- /dev/null +++ b/noao/lib/onedstds/irscal/hd117880.dat @@ -0,0 +1,79 @@ +# HD117880 +3200. 10.53 49. +3250. 10.51 49. +3300. 10.49 49. +3350. 10.47 49. +3400. 10.45 49. +3450. 10.426 49. +3500. 10.393 49. +3571. 10.387 49. +3636. 10.351 49. +3704. 10.214 49. +3760. 9.692 49. +3816. 9.374 49. +3862. 9.04 49. +3945. 9.147 49. +4000. 9.02 49. +4036. 8.902 49. +4065. 8.93 49. +4167. 8.922 49. +4190. 8.927 49. +4255. 8.935 49. +4290. 8.939 49. +4370. 9.053 49. +4464. 8.953 49. +4498. 8.962 49. +4566. 8.952 49. +4604. 8.975 49. +4678. 8.987 49. +4735. 8.99 49. +4785. 8.998 49. +4825. 9.056 49. +4914. 9.01 49. +5000. 9.03 49. +5067. 9.03 49. +5145. 9.041 49. +5206. 9.049 49. +5263. 9.052 49. +5341. 9.068 98. +5440. 9.081 98. +5504. 9.09 98. +5556. 9.092 98. +5630. 9.107 98. +5710. 9.118 98. +5775. 9.127 98. +5840. 9.122 98. +5910. 9.145 98. +5980. 9.155 98. +6056. 9.175 98. +6140. 9.177 98. +6220. 9.187 98. +6290. 9.197 98. +6365. 9.207 98. +6436. 9.214 98. +6473. 9.222 98. +6530. 9.271 98. +6600. 9.332 98. +6670. 9.248 98. +6740. 9.258 98. +6790. 9.263 98. +6850. 9.273 98. +6975. 9.29 98. +7055. 9.301 98. +7100. 9.307 98. +7150. 9.314 98. +7220. 9.324 98. +7270. 9.331 98. +7365. 9.343 98. +7460. 9.356 98. +7550. 9.369 98. +7580. 9.373 98. +7725. 9.393 98. +7780. 9.4 98. +7820. 9.405 98. +7910. 9.418 98. +8000. 9.43 98. +8090. 9.442 98. +8210. 9.459 98. +8260. 9.465 98. +8370. 9.48 98. diff --git a/noao/lib/onedstds/irscal/hd161817.dat b/noao/lib/onedstds/irscal/hd161817.dat new file mode 100644 index 00000000..9bddde40 --- /dev/null +++ b/noao/lib/onedstds/irscal/hd161817.dat @@ -0,0 +1,79 @@ +# HD161817 +3200. 8.66 49. +3250. 8.633 49. +3300. 8.61 49. +3350. 8.583 49. +3400. 8.56 49. +3450. 8.534 49. +3500. 8.491 49. +3571. 8.472 49. +3636. 8.403 49. +3704. 8.096 49. +3760. 7.796 49. +3816. 7.338 49. +3862. 7.072 49. +3945. 7.221 49. +4000. 7.038 49. +4036. 6.955 49. +4065. 6.969 49. +4167. 6.963 49. +4190. 6.963 49. +4255. 6.972 49. +4290. 6.965 49. +4370. 7.033 49. +4464. 6.965 49. +4498. 6.97 49. +4566. 6.955 49. +4604. 6.972 49. +4678. 6.965 49. +4735. 6.973 49. +4785. 6.968 49. +4825. 6.998 49. +4914. 6.978 49. +5000. 6.99 49. +5067. 6.969 49. +5145. 6.973 49. +5206. 6.977 49. +5263. 6.968 49. +5341. 6.984 98. +5440. 6.99 98. +5504. 6.994 98. +5556. 7.008 98. +5630. 7.001 98. +5710. 7.005 98. +5775. 7.009 98. +5840. 7.012 98. +5910. 7.017 98. +5980. 7.021 98. +6056. 7.036 98. +6140. 7.03 98. +6220. 7.035 98. +6290. 7.039 98. +6365. 7.043 98. +6436. 7.047 98. +6473. 7.049 98. +6530. 7.079 98. +6600. 7.137 98. +6670. 7.055 98. +6740. 7.064 98. +6790. 7.066 98. +6850. 7.07 98. +6975. 7.078 98. +7055. 7.082 98. +7100. 7.085 98. +7150. 7.088 98. +7220. 7.092 98. +7270. 7.094 98. +7365. 7.1 98. +7460. 7.105 98. +7550. 7.11 98. +7580. 7.112 98. +7725. 7.12 98. +7780. 7.123 98. +7820. 7.126 98. +7910. 7.131 98. +8000. 7.136 98. +8090. 7.141 98. +8210. 7.148 98. +8260. 7.151 98. +8370. 7.157 98. diff --git a/noao/lib/onedstds/irscal/hd17520.dat b/noao/lib/onedstds/irscal/hd17520.dat new file mode 100644 index 00000000..485583c3 --- /dev/null +++ b/noao/lib/onedstds/irscal/hd17520.dat @@ -0,0 +1,79 @@ +# HD 17520 +3200. 8.82 49. +3250. 8.81 49. +3300. 8.8 49. +3350. 8.78 49. +3400. 8.76 49. +3450. 8.75 49. +3500. 8.72 49. +3571. 8.71 49. +3636. 8.64 49. +3704. 8.6 49. +3760. 8.59 49. +3816. 8.59 49. +3862. 8.58 49. +3945. 8.55 49. +4000. 8.53 49. +4036. 8.52 49. +4065. 8.51 49. +4167. 8.48 49. +4190. 8.48 49. +4255. 8.46 49. +4290. 8.46 49. +4370. 8.46 49. +4464. 8.46 49. +4498. 8.45 49. +4566. 8.43 49. +4604. 8.43 49. +4678. 8.42 49. +4735. 8.42 49. +4785. 8.42 49. +4825. 8.41 49. +4914. 8.39 49. +5000. 8.37 49. +5067. 8.36 49. +5145. 8.34 49. +5206. 8.32 49. +5263. 8.31 49. +5341. 8.29 98. +5440. 8.27 98. +5504. 8.26 98. +5556. 8.25 98. +5630. 8.26 98. +5710. 8.26 98. +5775. 8.27 98. +5840. 8.27 98. +5910. 8.27 98. +5980. 8.26 98. +6056. 8.26 98. +6140. 8.26 98. +6220. 8.27 98. +6290. 8.27 98. +6365. 8.28 98. +6436. 8.28 98. +6473. 8.28 98. +6530. 8.27 98. +6600. 8.27 98. +6670. 8.27 98. +6740. 8.26 98. +6790. 8.26 98. +6850. 8.26 98. +6975. 8.25 98. +7055. 8.25 98. +7100. 8.25 98. +7150. 8.25 98. +7220. 8.26 98. +7270. 8.26 98. +7365. 8.27 98. +7460. 8.28 98. +7550. 8.28 98. +7580. 8.28 98. +7725. 8.29 98. +7780. 8.29 98. +7820. 8.29 98. +7910. 8.3 98. +8000. 8.3 98. +8090. 8.31 98. +8210. 8.32 98. +8260. 8.32 98. +8370. 8.33 98. diff --git a/noao/lib/onedstds/irscal/hd192281.dat b/noao/lib/onedstds/irscal/hd192281.dat new file mode 100644 index 00000000..1c62e266 --- /dev/null +++ b/noao/lib/onedstds/irscal/hd192281.dat @@ -0,0 +1,79 @@ +# HD192281 +3200. 8.26 49. +3250. 8.23 49. +3300. 8.21 49. +3350. 8.19 49. +3400. 8.17 49. +3450. 8.14 49. +3500. 8.12 49. +3571. 8.09 49. +3636. 8.06 49. +3704. 8.02 49. +3760. 8.01 49. +3816. 8. 49. +3862. 7.99 49. +3945. 7.96 49. +4000. 7.93 49. +4036. 7.91 49. +4065. 7.9 49. +4167. 7.86 49. +4190. 7.86 49. +4255. 7.86 49. +4290. 7.85 49. +4370. 7.82 49. +4464. 7.78 49. +4498. 7.78 49. +4566. 7.77 49. +4604. 7.76 49. +4678. 7.74 49. +4735. 7.73 49. +4785. 7.71 49. +4825. 7.7 49. +4914. 7.68 49. +5000. 7.65 49. +5067. 7.64 49. +5145. 7.62 49. +5206. 7.6 49. +5263. 7.59 49. +5341. 7.58 98. +5440. 7.56 98. +5504. 7.55 98. +5556. 7.54 98. +5630. 7.54 98. +5710. 7.53 98. +5775. 7.53 98. +5840. 7.52 98. +5910. 7.52 98. +5980. 7.52 98. +6056. 7.52 98. +6140. 7.52 98. +6220. 7.51 98. +6290. 7.5 98. +6365. 7.5 98. +6436. 7.49 98. +6473. 7.49 98. +6530. 7.48 98. +6600. 7.48 98. +6670. 7.48 98. +6740. 7.47 98. +6790. 7.47 98. +6850. 7.47 98. +6975. 7.46 98. +7055. 7.46 98. +7100. 7.46 98. +7150. 7.46 98. +7220. 7.46 98. +7270. 7.47 98. +7365. 7.47 98. +7460. 7.48 98. +7550. 7.48 98. +7580. 7.48 98. +7725. 7.49 98. +7780. 7.49 98. +7820. 7.49 98. +7910. 7.5 98. +8000. 7.5 98. +8090. 7.51 98. +8210. 7.52 98. +8260. 7.52 98. +8370. 7.52 98. diff --git a/noao/lib/onedstds/irscal/hd19445.dat b/noao/lib/onedstds/irscal/hd19445.dat new file mode 100644 index 00000000..0c683c24 --- /dev/null +++ b/noao/lib/onedstds/irscal/hd19445.dat @@ -0,0 +1,79 @@ +# HD 19445 +3200. 9.34 49. +3250. 9.3 49. +3300. 9.25 49. +3350. 9.21 49. +3400. 9.17 49. +3450. 9.12 49. +3500. 9.09 49. +3571. 9.03 49. +3636. 8.98 49. +3704. 8.93 49. +3760. 8.85 49. +3816. 8.74 49. +3862. 8.72 49. +3945. 8.6 49. +4000. 8.5 49. +4036. 8.49 49. +4065. 8.48 49. +4167. 8.4 49. +4190. 8.39 49. +4255. 8.39 49. +4290. 8.41 49. +4370. 8.36 49. +4464. 8.27 49. +4498. 8.26 49. +4566. 8.23 49. +4604. 8.23 49. +4678. 8.21 49. +4735. 8.19 49. +4785. 8.16 49. +4825. 8.19 49. +4914. 8.16 49. +5000. 8.12 49. +5067. 8.1 49. +5145. 8.08 49. +5206. 8.06 49. +5263. 8.04 49. +5341. 8.03 98. +5440. 8.01 98. +5504. 7.99 98. +5556. 7.98 98. +5630. 7.97 98. +5710. 7.96 98. +5775. 7.94 98. +5840. 7.93 98. +5910. 7.92 98. +5980. 7.91 98. +6056. 7.9 98. +6140. 7.89 98. +6220. 7.88 98. +6290. 7.88 98. +6365. 7.87 98. +6436. 7.86 98. +6473. 7.86 98. +6530. 7.85 98. +6600. 7.85 98. +6670. 7.84 98. +6740. 7.84 98. +6790. 7.84 98. +6850. 7.83 98. +6975. 7.82 98. +7055. 7.82 98. +7100. 7.81 98. +7150. 7.81 98. +7220. 7.81 98. +7270. 7.8 98. +7365. 7.8 98. +7460. 7.79 98. +7550. 7.79 98. +7580. 7.79 98. +7725. 7.78 98. +7780. 7.78 98. +7820. 7.78 98. +7910. 7.77 98. +8000. 7.77 98. +8090. 7.76 98. +8210. 7.76 98. +8260. 7.76 98. +8370. 7.76 98. diff --git a/noao/lib/onedstds/irscal/hd217086.dat b/noao/lib/onedstds/irscal/hd217086.dat new file mode 100644 index 00000000..7abe2ace --- /dev/null +++ b/noao/lib/onedstds/irscal/hd217086.dat @@ -0,0 +1,79 @@ +# HD217086 +3200. 8.73 49. +3250. 8.7 49. +3300. 8.67 49. +3350. 8.65 49. +3400. 8.62 49. +3450. 8.6 49. +3500. 8.57 49. +3571. 8.53 49. +3636. 8.48 49. +3704. 8.38 49. +3760. 8.36 49. +3816. 8.34 49. +3862. 8.32 49. +3945. 8.26 49. +4000. 8.22 49. +4036. 8.19 49. +4065. 8.18 49. +4167. 8.15 49. +4190. 8.14 49. +4255. 8.11 49. +4290. 8.1 49. +4370. 8.06 49. +4464. 8.02 49. +4498. 8.01 49. +4566. 7.97 49. +4604. 7.96 49. +4678. 7.94 49. +4735. 7.92 49. +4785. 7.9 49. +4825. 7.88 49. +4914. 7.82 49. +5000. 7.76 49. +5067. 7.72 49. +5145. 7.68 49. +5206. 7.64 49. +5263. 7.61 49. +5341. 7.58 98. +5440. 7.54 98. +5504. 7.52 98. +5556. 7.5 98. +5630. 7.48 98. +5710. 7.47 98. +5775. 7.46 98. +5840. 7.45 98. +5910. 7.44 98. +5980. 7.43 98. +6056. 7.42 98. +6140. 7.4 98. +6220. 7.38 98. +6290. 7.37 98. +6365. 7.36 98. +6436. 7.34 98. +6473. 7.33 98. +6530. 7.32 98. +6600. 7.3 98. +6670. 7.28 98. +6740. 7.27 98. +6790. 7.26 98. +6850. 7.25 98. +6975. 7.24 98. +7055. 7.23 98. +7100. 7.22 98. +7150. 7.22 98. +7220. 7.22 98. +7270. 7.21 98. +7365. 7.21 98. +7460. 7.2 98. +7550. 7.2 98. +7580. 7.2 98. +7725. 7.2 98. +7780. 7.2 98. +7820. 7.2 98. +7910. 7.2 98. +8000. 7.2 98. +8090. 7.2 98. +8210. 7.2 98. +8260. 7.2 98. +8370. 7.2 98. diff --git a/noao/lib/onedstds/irscal/hd2857.dat b/noao/lib/onedstds/irscal/hd2857.dat new file mode 100644 index 00000000..8fb8803f --- /dev/null +++ b/noao/lib/onedstds/irscal/hd2857.dat @@ -0,0 +1,79 @@ +# HD 2857 +3200. 11.625 49. +3250. 11.596 49. +3300. 11.565 49. +3350. 11.537 49. +3400. 11.51 49. +3450. 11.481 49. +3500. 11.446 49. +3571. 11.402 49. +3636. 11.33 49. +3704. 11.078 49. +3760. 10.723 49. +3816. 10.269 49. +3862. 10.004 49. +3945. 10.142 49. +4000. 9.956 49. +4036. 9.872 49. +4065. 9.886 49. +4167. 9.875 49. +4190. 9.872 49. +4255. 9.885 49. +4290. 9.875 49. +4370. 9.939 49. +4464. 9.872 49. +4498. 9.88 49. +4566. 9.879 49. +4604. 9.88 49. +4678. 9.881 49. +4735. 9.883 49. +4785. 9.884 49. +4825. 9.913 49. +4914. 9.889 49. +5000. 9.9 49. +5067. 9.892 49. +5145. 9.897 49. +5206. 9.9 49. +5263. 9.901 49. +5341. 9.903 98. +5440. 9.905 98. +5504. 9.907 98. +5556. 9.902 98. +5630. 9.91 98. +5710. 9.912 98. +5775. 9.914 98. +5840. 9.911 98. +5910. 9.92 98. +5980. 9.922 98. +6056. 9.928 98. +6140. 9.928 98. +6220. 9.93 98. +6290. 9.931 98. +6365. 9.934 98. +6436. 9.941 98. +6473. 9.939 98. +6530. 9.97 98. +6600. 10.026 98. +6670. 9.946 98. +6740. 9.942 98. +6790. 9.936 98. +6850. 9.95 98. +6975. 9.952 98. +7055. 9.956 98. +7100. 9.958 98. +7150. 9.959 98. +7220. 9.96 98. +7270. 9.961 98. +7365. 9.963 98. +7460. 9.967 98. +7550. 9.969 98. +7580. 9.97 98. +7725. 9.973 98. +7780. 9.976 98. +7820. 9.978 98. +7910. 9.979 98. +8000. 9.982 98. +8090. 9.985 98. +8210. 9.99 98. +8260. 9.992 98. +8370. 9.996 98. diff --git a/noao/lib/onedstds/irscal/hd60778.dat b/noao/lib/onedstds/irscal/hd60778.dat new file mode 100644 index 00000000..96b8a7d9 --- /dev/null +++ b/noao/lib/onedstds/irscal/hd60778.dat @@ -0,0 +1,79 @@ +# HD 60778 +3200. 10.795 49. +3250. 10.763 49. +3300. 10.735 49. +3350. 10.702 49. +3400. 10.672 49. +3450. 10.645 49. +3500. 10.6 49. +3571. 10.579 49. +3636. 10.523 49. +3704. 10.331 49. +3760. 9.891 49. +3816. 9.376 49. +3862. 9.064 49. +3945. 9.191 49. +4000. 9.046 49. +4036. 8.948 49. +4065. 8.971 49. +4167. 8.964 49. +4190. 8.96 49. +4255. 8.98 49. +4290. 8.967 49. +4370. 9.063 49. +4464. 8.983 49. +4498. 8.982 49. +4566. 8.967 49. +4604. 8.99 49. +4678. 8.998 49. +4735. 9.002 49. +4785. 9.004 49. +4825. 9.047 49. +4914. 9.016 49. +5000. 9.03 49. +5067. 9.035 49. +5145. 9.042 49. +5206. 9.048 49. +5263. 9.056 49. +5341. 9.06 98. +5440. 9.071 98. +5504. 9.078 98. +5556. 9.085 98. +5630. 9.091 98. +5710. 9.099 98. +5775. 9.106 98. +5840. 9.096 98. +5910. 9.12 98. +5980. 9.127 98. +6056. 9.15 98. +6140. 9.142 98. +6220. 9.15 98. +6290. 9.159 98. +6365. 9.165 98. +6436. 9.167 98. +6473. 9.177 98. +6530. 9.221 98. +6600. 9.284 98. +6670. 9.197 98. +6740. 9.204 98. +6790. 9.208 98. +6850. 9.216 98. +6975. 9.228 98. +7055. 9.236 98. +7100. 9.24 98. +7150. 9.246 98. +7220. 9.251 98. +7270. 9.258 98. +7365. 9.269 98. +7460. 9.278 98. +7550. 9.287 98. +7580. 9.289 98. +7725. 9.304 98. +7780. 9.309 98. +7820. 9.313 98. +7910. 9.322 98. +8000. 9.331 98. +8090. 9.34 98. +8210. 9.352 98. +8260. 9.357 98. +8370. 9.368 98. diff --git a/noao/lib/onedstds/irscal/hd74721.dat b/noao/lib/onedstds/irscal/hd74721.dat new file mode 100644 index 00000000..8e253b96 --- /dev/null +++ b/noao/lib/onedstds/irscal/hd74721.dat @@ -0,0 +1,79 @@ +# HD 74721 +3200. 10.105 49. +3250. 10.082 49. +3300. 10.063 49. +3350. 10.04 49. +3400. 10.024 49. +3450. 10.003 49. +3500. 9.975 49. +3571. 9.958 49. +3636. 9.922 49. +3704. 9.771 49. +3760. 9.235 49. +3816. 8.905 49. +3862. 8.559 49. +3945. 8.67 49. +4000. 8.538 49. +4036. 8.416 49. +4065. 8.445 49. +4167. 8.447 49. +4190. 8.448 49. +4255. 8.455 49. +4290. 8.464 49. +4370. 8.599 49. +4464. 8.495 49. +4498. 8.498 49. +4566. 8.498 49. +4604. 8.513 49. +4678. 8.524 49. +4735. 8.533 49. +4785. 8.546 49. +4825. 8.606 49. +4914. 8.562 49. +5000. 8.59 49. +5067. 8.587 49. +5145. 8.6 49. +5206. 8.61 49. +5263. 8.606 49. +5341. 8.63 98. +5440. 8.646 98. +5504. 8.657 98. +5556. 8.668 98. +5630. 8.678 98. +5710. 8.69 98. +5775. 8.7 98. +5840. 8.711 98. +5910. 8.721 98. +5980. 8.733 98. +6056. 8.763 98. +6140. 8.759 98. +6220. 8.771 98. +6290. 8.782 98. +6365. 8.794 98. +6436. 8.799 98. +6473. 8.812 98. +6530. 8.845 98. +6600. 8.908 98. +6670. 8.821 98. +6740. 8.854 98. +6790. 8.83 98. +6850. 8.87 98. +6975. 8.89 98. +7055. 8.902 98. +7100. 8.91 98. +7150. 8.919 98. +7220. 8.93 98. +7270. 8.938 98. +7365. 8.952 98. +7460. 8.967 98. +7550. 8.982 98. +7580. 8.987 98. +7725. 9.002 98. +7780. 9.018 98. +7820. 9.024 98. +7910. 9.039 98. +8000. 9.052 98. +8090. 9.066 98. +8210. 9.07 98. +8260. 9.078 98. +8370. 9.095 98. diff --git a/noao/lib/onedstds/irscal/hd84937.dat b/noao/lib/onedstds/irscal/hd84937.dat new file mode 100644 index 00000000..76d5eaa6 --- /dev/null +++ b/noao/lib/onedstds/irscal/hd84937.dat @@ -0,0 +1,79 @@ +# HD 84937 +3200. 9.57 49. +3250. 9.53 49. +3300. 9.49 49. +3350. 9.46 49. +3400. 9.42 49. +3450. 9.39 49. +3500. 9.36 49. +3571. 9.31 49. +3636. 9.27 49. +3704. 9.22 49. +3760. 9.1 49. +3816. 8.93 49. +3862. 8.9 49. +3945. 8.84 49. +4000. 8.67 49. +4036. 8.64 49. +4065. 8.65 49. +4167. 8.57 49. +4190. 8.56 49. +4255. 8.55 49. +4290. 8.59 49. +4370. 8.59 49. +4464. 8.47 49. +4498. 8.47 49. +4566. 8.45 49. +4604. 8.44 49. +4678. 8.42 49. +4735. 8.4 49. +4785. 8.4 49. +4825. 8.43 49. +4914. 8.41 49. +5000. 8.35 49. +5067. 8.34 49. +5145. 8.33 49. +5206. 8.32 49. +5263. 8.31 49. +5341. 8.3 98. +5440. 8.28 98. +5504. 8.27 98. +5556. 8.26 98. +5630. 8.25 98. +5710. 8.24 98. +5775. 8.23 98. +5840. 8.22 98. +5910. 8.22 98. +5980. 8.21 98. +6056. 8.19 98. +6140. 8.19 98. +6220. 8.19 98. +6290. 8.18 98. +6365. 8.18 98. +6436. 8.17 98. +6473. 8.17 98. +6530. 8.19 98. +6600. 8.19 98. +6670. 8.17 98. +6740. 8.16 98. +6790. 8.15 98. +6850. 8.15 98. +6975. 8.14 98. +7055. 8.14 98. +7100. 8.13 98. +7150. 8.13 98. +7220. 8.13 98. +7270. 8.13 98. +7365. 8.12 98. +7460. 8.12 98. +7550. 8.12 98. +7580. 8.12 98. +7725. 8.12 98. +7780. 8.12 98. +7820. 8.12 98. +7910. 8.12 98. +8000. 8.12 98. +8090. 8.11 98. +8210. 8.11 98. +8260. 8.11 98. +8370. 8.11 98. diff --git a/noao/lib/onedstds/irscal/hd86986.dat b/noao/lib/onedstds/irscal/hd86986.dat new file mode 100644 index 00000000..4d4ffd08 --- /dev/null +++ b/noao/lib/onedstds/irscal/hd86986.dat @@ -0,0 +1,79 @@ +# HD 86986 +3200. 9.551 49. +3250. 9.526 49. +3300. 9.501 49. +3350. 9.476 49. +3400. 9.451 49. +3450. 9.422 49. +3500. 9.383 49. +3571. 9.367 49. +3636. 9.322 49. +3704. 9.121 49. +3760. 8.743 49. +3816. 8.245 49. +3862. 7.935 49. +3945. 8.051 49. +4000. 7.905 49. +4036. 7.799 49. +4065. 7.825 49. +4167. 7.804 49. +4190. 7.802 49. +4255. 7.814 49. +4290. 7.812 49. +4370. 7.912 49. +4464. 7.824 49. +4498. 7.83 49. +4566. 7.828 49. +4604. 7.839 49. +4678. 7.84 49. +4735. 7.85 49. +4785. 7.849 49. +4825. 7.896 49. +4914. 7.863 49. +5000. 7.88 49. +5067. 7.878 49. +5145. 7.884 49. +5206. 7.89 49. +5263. 7.892 49. +5341. 7.901 98. +5440. 7.909 98. +5504. 7.915 98. +5556. 7.925 98. +5630. 7.925 98. +5710. 7.932 98. +5775. 7.938 98. +5840. 7.939 98. +5910. 7.949 98. +5980. 7.955 98. +6056. 7.967 98. +6140. 7.968 98. +6220. 7.975 98. +6290. 7.981 98. +6365. 7.987 98. +6436. 7.998 98. +6473. 7.996 98. +6530. 8.04 98. +6600. 8.102 98. +6670. 8.01 98. +6740. 8.019 98. +6790. 8.015 98. +6850. 8.028 98. +6975. 8.039 98. +7055. 8.045 98. +7100. 8.049 98. +7150. 8.053 98. +7220. 8.059 98. +7270. 8.063 98. +7365. 8.071 98. +7460. 8.08 98. +7550. 8.087 98. +7580. 8.09 98. +7725. 8.102 98. +7780. 8.106 98. +7820. 8.11 98. +7910. 8.117 98. +8000. 8.125 98. +8090. 8.133 98. +8210. 8.143 98. +8260. 8.147 98. +8370. 8.156 98. diff --git a/noao/lib/onedstds/irscal/he3.dat b/noao/lib/onedstds/irscal/he3.dat new file mode 100644 index 00000000..8b976973 --- /dev/null +++ b/noao/lib/onedstds/irscal/he3.dat @@ -0,0 +1,79 @@ +# HE 3 +3200. 11.64 49. +3250. 11.65 49. +3300. 11.67 49. +3350. 11.7 49. +3400. 11.73 49. +3450. 11.73 49. +3500. 11.74 49. +3571. 11.75 49. +3636. 11.8 49. +3704. 11.83 49. +3760. 11.89 49. +3816. 11.95 49. +3862. 11.91 49. +3945. 11.92 49. +4000. 11.83 49. +4036. 11.73 49. +4065. 11.71 49. +4167. 11.66 49. +4190. 11.62 49. +4255. 11.65 49. +4290. 11.76 49. +4370. 11.81 49. +4464. 11.67 49. +4498. 11.66 49. +4566. 11.7 49. +4604. 11.71 49. +4678. 11.72 49. +4735. 11.76 49. +4785. 11.84 49. +4825. 12.01 49. +4914. 11.97 49. +5000. 11.87 49. +5067. 11.88 49. +5145. 11.85 49. +5206. 11.9 49. +5263. 11.92 49. +5341. 11.96 98. +5440. 11.98 98. +5504. 12.02 98. +5556. 12.04 98. +5630. 12.05 98. +5710. 12.09 98. +5775. 12.11 98. +5840. 12.12 98. +5910. 12.16 98. +5980. 12.19 98. +6056. 12.2 98. +6140. 12.2 98. +6220. 12.22 98. +6290. 12.24 98. +6365. 12.28 98. +6436. 12.33 98. +6473. 12.36 98. +6530. 12.49 98. +6600. 12.49 98. +6670. 12.42 98. +6740. 12.41 98. +6790. 12.41 98. +6850. 12.42 98. +6975. 12.47 98. +7055. 12.5 98. +7100. 12.49 98. +7150. 12.49 98. +7220. 12.52 98. +7270. 12.56 98. +7365. 12.59 98. +7460. 12.58 98. +7550. 12.63 98. +7580. 12.66 98. +7725. 12.63 98. +7780. 12.63 98. +7820. 12.65 98. +7910. 12.68 98. +8000. 12.68 98. +8090. 12.68 98. +8210. 12.68 98. +8260. 12.69 98. +8370. 12.76 98. diff --git a/noao/lib/onedstds/irscal/hiltner102.dat b/noao/lib/onedstds/irscal/hiltner102.dat new file mode 100644 index 00000000..e0e24704 --- /dev/null +++ b/noao/lib/onedstds/irscal/hiltner102.dat @@ -0,0 +1,79 @@ +# HILTNER102 +3200. 11.98 49. +3250. 11.92 49. +3300. 11.8 49. +3350. 11.78 49. +3400. 11.73 49. +3450. 11.71 49. +3500. 11.66 49. +3571. 11.63 49. +3636. 11.59 49. +3704. 11.55 49. +3760. 11.46 49. +3816. 11.37 49. +3862. 11.31 49. +3945. 11.28 49. +4000. 11.26 49. +4036. 11.24 49. +4065. 11.22 49. +4167. 11.16 49. +4190. 11.15 49. +4255. 11.13 49. +4290. 11.12 49. +4370. 11.09 49. +4464. 11.03 49. +4498. 11. 49. +4566. 10.95 49. +4604. 10.94 49. +4678. 10.92 49. +4735. 10.89 49. +4785. 10.87 49. +4825. 10.85 49. +4914. 10.79 49. +5000. 10.73 49. +5067. 10.68 49. +5145. 10.63 49. +5206. 10.57 49. +5263. 10.53 49. +5341. 10.48 98. +5440. 10.43 98. +5504. 10.38 98. +5556. 10.35 98. +5630. 10.34 98. +5710. 10.31 98. +5775. 10.3 98. +5840. 10.28 98. +5910. 10.27 98. +5980. 10.25 98. +6056. 10.22 98. +6140. 10.2 98. +6220. 10.18 98. +6290. 10.17 98. +6365. 10.16 98. +6436. 10.13 98. +6473. 10.12 98. +6530. 10.1 98. +6600. 10.08 98. +6670. 10.05 98. +6740. 10.03 98. +6790. 10.01 98. +6850. 10. 98. +6975. 9.97 98. +7055. 9.95 98. +7100. 9.93 98. +7150. 9.93 98. +7220. 9.91 98. +7270. 9.9 98. +7365. 9.89 98. +7460. 9.87 98. +7550. 9.86 98. +7580. 9.86 98. +7725. 9.83 98. +7780. 9.81 98. +7820. 9.8 98. +7910. 9.78 98. +8000. 9.76 98. +8090. 9.74 98. +8210. 9.74 98. +8260. 9.74 98. +8370. 9.72 98. diff --git a/noao/lib/onedstds/irscal/hiltner600.dat b/noao/lib/onedstds/irscal/hiltner600.dat new file mode 100644 index 00000000..851b6a46 --- /dev/null +++ b/noao/lib/onedstds/irscal/hiltner600.dat @@ -0,0 +1,79 @@ +# HILTNER600 +3200. 10.98 49. +3250. 10.92 49. +3300. 10.86 49. +3350. 10.84 49. +3400. 10.84 49. +3450. 10.83 49. +3500. 10.81 49. +3571. 10.82 49. +3636. 10.8 49. +3704. 10.79 49. +3760. 10.68 49. +3816. 10.57 49. +3862. 10.51 49. +3945. 10.49 49. +4000. 10.48 49. +4036. 10.47 49. +4065. 10.47 49. +4167. 10.46 49. +4190. 10.46 49. +4255. 10.46 49. +4290. 10.46 49. +4370. 10.47 49. +4464. 10.47 49. +4498. 10.47 49. +4566. 10.45 49. +4604. 10.45 49. +4678. 10.45 49. +4735. 10.45 49. +4785. 10.45 49. +4825. 10.45 49. +4914. 10.45 49. +5000. 10.45 49. +5067. 10.45 49. +5145. 10.44 49. +5206. 10.43 49. +5263. 10.43 49. +5341. 10.43 98. +5440. 10.42 98. +5504. 10.42 98. +5556. 10.42 98. +5630. 10.42 98. +5710. 10.43 98. +5775. 10.43 98. +5840. 10.43 98. +5910. 10.44 98. +5980. 10.44 98. +6056. 10.45 98. +6140. 10.46 98. +6220. 10.47 98. +6290. 10.47 98. +6365. 10.48 98. +6436. 10.49 98. +6473. 10.49 98. +6530. 10.49 98. +6600. 10.5 98. +6670. 10.5 98. +6740. 10.5 98. +6790. 10.5 98. +6850. 10.5 98. +6975. 10.51 98. +7055. 10.52 98. +7100. 10.52 98. +7150. 10.52 98. +7220. 10.53 98. +7270. 10.54 98. +7365. 10.54 98. +7460. 10.55 98. +7550. 10.56 98. +7580. 10.56 98. +7725. 10.57 98. +7780. 10.58 98. +7820. 10.58 98. +7910. 10.58 98. +8000. 10.59 98. +8090. 10.59 98. +8210. 10.61 98. +8260. 10.62 98. +8370. 10.64 98. diff --git a/noao/lib/onedstds/irscal/hr7001.dat b/noao/lib/onedstds/irscal/hr7001.dat new file mode 100644 index 00000000..2d2c58a8 --- /dev/null +++ b/noao/lib/onedstds/irscal/hr7001.dat @@ -0,0 +1,79 @@ +# HR7001 +3200. 1.296 49. +3250. 1.273 49. +3300. 1.215 49. +3350. 1.216 49. +3400. 1.187 49. +3450. 1.18 49. +3500. 1.169 49. +3571. 1.137 49. +3636. 1.107 49. +3704. 1.052 49. +3760. 0.775 49. +3816. 0.397 49. +3862. 0.119 49. +3945. -0.017 49. +4000. -0.156 49. +4036. -0.255 49. +4065. -0.165 49. +4167. -0.222 49. +4190. -0.22 49. +4255. -0.209 49. +4290. -0.143 49. +4370. -0.06 49. +4464. -0.164 49. +4498. -0.157 49. +4566. -0.125 49. +4604. -0.134 49. +4678. -0.118 49. +4735. -0.098 49. +4785. -0.082 49. +4825. -0.003 49. +4914. -0.03 49. +5000. -0.045 49. +5067. -0.03 49. +5145. -0.015 49. +5206. -0.003 49. +5263. 0.004 49. +5341. 0.012 98. +5440. 0.03 98. +5504. 0.044 98. +5556. 0.052 98. +5630. 0.068 98. +5710. 0.085 98. +5775. 0.098 98. +5840. 0.108 98. +5910. 0.127 98. +5980. 0.144 98. +6056. 0.16 98. +6140. 0.174 98. +6220. 0.194 98. +6290. 0.205 98. +6365. 0.213 98. +6436. 0.222 98. +6473. 0.232 98. +6530. 0.353 98. +6600. 0.344 98. +6670. 0.259 98. +6740. 0.266 98. +6790. 0.276 98. +6850. 0.293 98. +6975. 0.313 98. +7055. 0.325 98. +7100. 0.335 98. +7150. 0.349 98. +7220. 0.356 98. +7270. 0.365 98. +7365. 0.383 98. +7460. 0.395 98. +7550. 0.409 98. +7580. 0.417 98. +7725. 0.439 98. +7780. 0.449 98. +7820. 0.451 98. +7910. 0.462 98. +8000. 0.476 98. +8090. 0.485 98. +8210. 0.512 98. +8260. 0.52 98. +8370. 0.539 98. diff --git a/noao/lib/onedstds/irscal/hz44.dat b/noao/lib/onedstds/irscal/hz44.dat new file mode 100644 index 00000000..84637583 --- /dev/null +++ b/noao/lib/onedstds/irscal/hz44.dat @@ -0,0 +1,79 @@ +# HZ 44 +3200. 10.86 49. +3250. 10.85 49. +3300. 10.85 49. +3350. 10.86 49. +3400. 10.87 49. +3450. 10.89 49. +3500. 10.9 49. +3571. 10.93 49. +3636. 10.97 49. +3704. 11.03 49. +3760. 11.08 49. +3816. 11.12 49. +3862. 11.11 49. +3945. 11.12 49. +4000. 11.12 49. +4036. 11.11 49. +4065. 11.12 49. +4167. 11.14 49. +4190. 11.12 49. +4255. 11.19 49. +4290. 11.22 49. +4370. 11.31 49. +4464. 11.29 49. +4498. 11.3 49. +4566. 11.35 49. +4604. 11.37 49. +4678. 11.42 49. +4735. 11.39 49. +4785. 11.4 49. +4825. 11.42 49. +4914. 11.45 49. +5000. 11.48 49. +5067. 11.52 49. +5145. 11.49 49. +5206. 11.51 49. +5263. 11.53 49. +5341. 11.56 98. +5440. 11.6 98. +5504. 11.62 98. +5556. 11.66 98. +5630. 11.69 98. +5710. 11.72 98. +5775. 11.73 98. +5840. 11.74 98. +5910. 11.75 98. +5980. 11.78 98. +6056. 11.79 98. +6140. 11.81 98. +6220. 11.83 98. +6290. 11.84 98. +6365. 11.85 98. +6436. 11.89 98. +6473. 11.9 98. +6530. 11.93 98. +6600. 11.97 98. +6670. 12.02 98. +6740. 12.04 98. +6790. 12.06 98. +6850. 12.08 98. +6975. 12.11 98. +7055. 12.13 98. +7100. 12.13 98. +7150. 12.14 98. +7220. 12.18 98. +7270. 12.2 98. +7365. 12.23 98. +7460. 12.27 98. +7550. 12.33 98. +7580. 12.36 98. +7725. 12.38 98. +7780. 12.37 98. +7820. 12.36 98. +7910. 12.39 98. +8000. 12.42 98. +8090. 12.43 98. +8210. 12.42 98. +8260. 12.42 98. +8370. 12.45 98. diff --git a/noao/lib/onedstds/irscal/kopff27.dat b/noao/lib/onedstds/irscal/kopff27.dat new file mode 100644 index 00000000..0b5ab5e9 --- /dev/null +++ b/noao/lib/onedstds/irscal/kopff27.dat @@ -0,0 +1,79 @@ +# KOPFF 27 +3200. 12.14 49. +3250. 12.14 49. +3300. 12. 49. +3350. 11.97 49. +3400. 11.91 49. +3450. 11.89 49. +3500. 11.85 49. +3571. 11.8 49. +3636. 11.75 49. +3704. 11.69 49. +3760. 11.419 49. +3816. 10.956 49. +3862. 10.62 49. +3945. 10.827 49. +4000. 10.533 49. +4036. 10.42 49. +4065. 10.444 49. +4167. 10.39 49. +4190. 10.387 49. +4255. 10.38 49. +4290. 10.372 49. +4370. 10.45 49. +4464. 10.34 49. +4498. 10.348 49. +4566. 10.36 49. +4604. 10.353 49. +4678. 10.343 49. +4735. 10.337 49. +4785. 10.33 49. +4825. 10.373 49. +4914. 10.336 49. +5000. 10.34 49. +5067. 10.339 49. +5145. 10.334 49. +5206. 10.331 49. +5263. 10.33 49. +5341. 10.323 98. +5440. 10.318 98. +5504. 10.315 98. +5556. 10.31 98. +5630. 10.31 98. +5710. 10.31 98. +5775. 10.31 98. +5840. 10.31 98. +5910. 10.317 98. +5980. 10.321 98. +6056. 10.33 98. +6140. 10.333 98. +6220. 10.338 98. +6290. 10.342 98. +6365. 10.346 98. +6436. 10.35 98. +6473. 10.348 98. +6530. 10.387 98. +6600. 10.455 98. +6670. 10.342 98. +6740. 10.341 98. +6790. 10.34 98. +6850. 10.341 98. +6975. 10.345 98. +7055. 10.348 98. +7100. 10.35 98. +7150. 10.353 98. +7220. 10.362 98. +7270. 10.368 98. +7365. 10.378 98. +7460. 10.39 98. +7550. 10.4 98. +7580. 10.4 98. +7725. 10.4 98. +7780. 10.4 98. +7820. 10.402 98. +7910. 10.408 98. +8000. 10.413 98. +8090. 10.42 98. +8210. 10.432 98. +8260. 10.438 98. +8370. 10.45 98. diff --git a/noao/lib/onedstds/irscal/names.men b/noao/lib/onedstds/irscal/names.men new file mode 100644 index 00000000..27d13619 --- /dev/null +++ b/noao/lib/onedstds/irscal/names.men @@ -0,0 +1,7 @@ +# Table of alternate names mapped to the names in this directory + +eg50 he3 +eg71 feige34 +eg139 wolf1346 +eg158 feige110 +eg247 g191b2b diff --git a/noao/lib/onedstds/irscal/standards.men b/noao/lib/onedstds/irscal/standards.men new file mode 100644 index 00000000..759cdcfb --- /dev/null +++ b/noao/lib/onedstds/irscal/standards.men @@ -0,0 +1,9 @@ +Standard stars in onedstds$irscal/ + +bd082015 eg50 feige34 hd117880 hd60778 hr7001 +bd174708 eg71 feige56 hd161817 hd74721 hz44 +bd253941 eg139 feige92 hd17520 hd84937 kopff27 +bd262606 eg158 feige98 hd192281 hd86986 wolf1346 +bd284211 eg247 feige110 hd19445 he3 +bd332642 feige15 g191b2b hd217086 hiltner102 +bd404032 feige25 hd109995 hd2857 hiltner600 diff --git a/noao/lib/onedstds/irscal/wolf1346.dat b/noao/lib/onedstds/irscal/wolf1346.dat new file mode 100644 index 00000000..7a955f10 --- /dev/null +++ b/noao/lib/onedstds/irscal/wolf1346.dat @@ -0,0 +1,79 @@ +# WOLF 1346 +3200. 11.22 49. +3250. 11.15 49. +3300. 11.22 49. +3350. 11.24 49. +3400. 11.24 49. +3450. 11.26 49. +3500. 11.28 49. +3571. 11.24 49. +3636. 11.31 49. +3704. 11.35 49. +3760. 11.4 49. +3816. 11.44 49. +3862. 11.41 49. +3945. 11.34 49. +4000. 11.27 49. +4036. 11.1 49. +4065. 11.19 49. +4167. 11.18 49. +4190. 11.1 49. +4255. 11.17 49. +4290. 11.26 49. +4370. 11.38 49. +4464. 11.14 49. +4498. 11.14 49. +4566. 11.17 49. +4604. 11.2 49. +4678. 11.22 49. +4735. 11.24 49. +4785. 11.29 49. +4825. 11.44 49. +4914. 11.43 49. +5000. 11.36 49. +5067. 11.38 49. +5145. 11.36 49. +5206. 11.4 49. +5263. 11.42 49. +5341. 11.44 98. +5440. 11.47 98. +5504. 11.48 98. +5556. 11.52 98. +5630. 11.53 98. +5710. 11.54 98. +5775. 11.58 98. +5840. 11.58 98. +5910. 11.61 98. +5980. 11.66 98. +6056. 11.69 98. +6140. 11.68 98. +6220. 11.71 98. +6290. 11.74 98. +6365. 11.75 98. +6436. 11.78 98. +6473. 11.81 98. +6530. 11.93 98. +6600. 11.93 98. +6670. 11.88 98. +6740. 11.82 98. +6790. 11.81 98. +6850. 11.84 98. +6975. 11.91 98. +7055. 11.92 98. +7100. 11.9 98. +7150. 11.91 98. +7220. 11.93 98. +7270. 11.95 98. +7365. 12. 98. +7460. 12.03 98. +7550. 12.05 98. +7580. 12.06 98. +7725. 12.12 98. +7780. 12.1 98. +7820. 12.08 98. +7910. 12.07 98. +8000. 12.13 98. +8090. 12.2 98. +8210. 12.14 98. +8260. 12.14 98. +8370. 12.17 98. diff --git a/noao/lib/onedstds/kpnoextinct.dat b/noao/lib/onedstds/kpnoextinct.dat new file mode 100644 index 00000000..a5633505 --- /dev/null +++ b/noao/lib/onedstds/kpnoextinct.dat @@ -0,0 +1,86 @@ +3200. 1.017 +3250. 0.881 +3300. 0.787 +3350. 0.731 +3400. 0.683 +3450. 0.639 +3500. 0.6 +3571. 0.556 +3636. 0.518 +3704. 0.484 +3760. 0.457 +3816. 0.433 +3862. 0.414 +3945. 0.383 +4000. 0.365 +4036. 0.353 +4065. 0.344 +4167. 0.315 +4190. 0.31 +4255. 0.293 +4290. 0.284 +4370. 0.268 +4464. 0.25 +4498. 0.243 +4566. 0.231 +4604. 0.225 +4678. 0.215 +4735. 0.206 +4785. 0.202 +4825. 0.197 +4914. 0.186 +5000. 0.18 +5067. 0.174 +5145. 0.167 +5206. 0.163 +5263. 0.161 +5341. 0.158 +5440. 0.153 +5504. 0.15 +5556. 0.148 +5630. 0.147 +5710. 0.146 +5775. 0.144 +5840. 0.137 +5910. 0.133 +5980. 0.133 +6056. 0.132 +6140. 0.125 +6220. 0.119 +6290. 0.114 +6365. 0.109 +6436. 0.104 +6473. 0.101 +6530. 0.097 +6600. 0.093 +6670. 0.09 +6740. 0.085 +6790. 0.083 +6850. 0.081 +6975. 0.075 +7055. 0.073 +7100. 0.072 +7150. 0.07 +7220. 0.068 +7270. 0.066 +7365. 0.065 +7460. 0.063 +7550. 0.061 +7580. 0.058 +7725. 0.056 +7780. 0.055 +7820. 0.055 +7910. 0.054 +8000. 0.052 +8090. 0.051 +8210. 0.05 +8260. 0.049 +8370. 0.048 +8708. 0.030 +9832. 0.053 +10256. 0.023 +10400. 0.024 + + +# Last four extinction coefficients from CTIO list - no data available +# for KPNO. diff --git a/noao/lib/onedstds/names.men b/noao/lib/onedstds/names.men new file mode 100644 index 00000000..1857010c --- /dev/null +++ b/noao/lib/onedstds/names.men @@ -0,0 +1,64 @@ +# Table of alternate names mapped to the names in this directory + +bd7781 40erib +eg33 40erib +sao131065 40erib +eg158 feige110 +eg20 feige24 +eg71 feige34 +eg247 g191b2b +eg182 g4718 +eg248 g9937 +eg184 gd140 +eg193 gd190 +eg102 grw705824 +eg129 grw708247 +eg144 grw738031 +eg50 he3 +eg42 hz14 +eg31 hz2 +amcvn hz29 +eg91 hz29 +eg26 hz4 +eg98 hz43 +l14094 hz43 +eg39 hz7 +eg148 l13633 +g12627 l13633 +g14563 l13633 +lft1655 l13633 +eg162 l151234b +eg54 l74546a +eg11 l8702 +eg149 l93080 +g2631 l93080 +ltt8702 l93080 +eg76 l97030 +g16350 l97030 +ltt4099 l97030 +eg28 lb1240 +g88 lb1240 +eg29 lb227 +gh7112 lb227 +lp414101 lb227 +eg63 lds235b +eg145 lds749b +g2610 lds749b +ltt16294 lds749b +eg79 ross627 +eg119 ross640 +eg67 sa29130 +eg77 ton573 +gd128 ton573 +l140349 ton573 +ltt13002 ton573 +eg139 wolf1346 +bd73632 wolf485a +eg99 wolf485a +hd74280 hr3454 +hd100889 hr4468 +hd15318 hr718 +hd188350 hr7596 +hd198001 hr7950 +hd214923 hr8634 +hd224926 hr9087 diff --git a/noao/lib/onedstds/oke1990/bd284211.dat b/noao/lib/onedstds/oke1990/bd284211.dat new file mode 100644 index 00000000..572aced3 --- /dev/null +++ b/noao/lib/onedstds/oke1990/bd284211.dat @@ -0,0 +1,71 @@ +# BD+28 4211 +3220. 9.41 1.0 +3280. 9.45 1.0 +3310. 9.47 1.0 +3340. 9.49 1.0 +3360. 9.50 1.0 +3440. 9.56 1.0 +3460. 9.57 1.0 +3550. 9.63 1.0 +3600. 9.66 1.0 +3700. 9.74 1.0 +3777. 9.80 1.0 +3782. 9.81 1.0 +3814. 9.78 1.0 +3822. 9.77 1.0 +3860. 9.78 1.0 +3866. 9.78 1.0 +3905. 9.81 1.0 +3911. 9.81 1.0 +3947. 9.84 1.0 +3953. 9.85 1.0 +3996. 9.84 1.0 +4000. 9.84 1.0 +4050. 9.85 1.0 +4075. 9.87 1.0 +4140. 9.91 1.0 +4220. 9.94 1.0 +4222. 9.94 1.0 +4270. 9.97 1.0 +4390. 10.03 1.0 +4445. 10.05 1.0 +4490. 10.09 1.0 +4500. 10.10 1.0 +4565. 10.13 1.0 +4650. 10.15 1.0 +4760. 10.17 1.0 +4800. 10.19 1.0 +4960. 10.27 1.0 +5150. 10.34 1.0 +5205. 10.36 1.0 +5375. 10.45 1.0 +5460. 10.47 1.0 +5850. 10.61 1.0 +5920. 10.63 1.0 +6200. 10.73 1.0 +6202. 10.73 1.0 +6470. 10.80 1.0 +6750. 10.89 1.0 +6846. 10.91 1.0 +6950. 10.93 1.0 +7040. 10.97 1.0 +7085. 10.98 1.0 +7260. 11.02 1.0 +7300. 11.02 1.0 +7550. 11.09 1.0 +7690. 11.13 1.0 +8100. 11.23 1.0 +8102. 11.23 1.0 +8480. 11.31 1.0 +8560. 11.33 1.0 +8590. 11.35 1.0 +8610. 11.35 1.0 +8650. 11.36 1.0 +8680. 11.37 1.0 +8740. 11.38 1.0 +8760. 11.38 1.0 +8850. 11.40 1.0 +8876. 11.42 1.0 +8960. 11.46 1.0 +9040. 11.48 1.0 +9200. 11.50 1.0 diff --git a/noao/lib/onedstds/oke1990/bd75325.dat b/noao/lib/onedstds/oke1990/bd75325.dat new file mode 100644 index 00000000..b0a71475 --- /dev/null +++ b/noao/lib/onedstds/oke1990/bd75325.dat @@ -0,0 +1,71 @@ +# BD+75 325 +3220. 8.45 1.0 +3280. 8.50 1.0 +3310. 8.52 1.0 +3340. 8.54 1.0 +3360. 8.55 1.0 +3440. 8.61 1.0 +3460. 8.62 1.0 +3550. 8.69 1.0 +3600. 8.72 1.0 +3700. 8.80 1.0 +3777. 8.82 1.0 +3782. 8.82 1.0 +3814. 8.84 1.0 +3822. 8.84 1.0 +3860. 8.83 1.0 +3866. 8.83 1.0 +3905. 8.85 1.0 +3911. 8.85 1.0 +3947. 8.87 1.0 +3953. 8.87 1.0 +3996. 8.90 1.0 +4000. 8.90 1.0 +4050. 8.92 1.0 +4075. 8.92 1.0 +4140. 8.97 1.0 +4220. 9.00 1.0 +4222. 9.00 1.0 +4270. 9.01 1.0 +4390. 9.08 1.0 +4445. 9.10 1.0 +4490. 9.14 1.0 +4500. 9.15 1.0 +4565. 9.17 1.0 +4650. 9.20 1.0 +4760. 9.25 1.0 +4800. 9.27 1.0 +4960. 9.31 1.0 +5150. 9.39 1.0 +5205. 9.41 1.0 +5375. 9.48 1.0 +5460. 9.52 1.0 +5850. 9.64 1.0 +5920. 9.67 1.0 +6200. 9.75 1.0 +6202. 9.75 1.0 +6470. 9.83 1.0 +6750. 9.92 1.0 +6846. 9.94 1.0 +6950. 9.97 1.0 +7040. 10.01 1.0 +7085. 10.02 1.0 +7260. 10.06 1.0 +7300. 10.08 1.0 +7550. 10.14 1.0 +7690. 10.17 1.0 +8100. 10.26 1.0 +8102. 10.26 1.0 +8480. 10.35 1.0 +8560. 10.37 1.0 +8590. 10.38 1.0 +8610. 10.40 1.0 +8650. 10.41 1.0 +8680. 10.41 1.0 +8740. 10.42 1.0 +8760. 10.43 1.0 +8850. 10.44 1.0 +8876. 10.45 1.0 +8960. 10.49 1.0 +9040. 10.54 1.0 +9200. 10.55 1.0 diff --git a/noao/lib/onedstds/oke1990/feige110.dat b/noao/lib/onedstds/oke1990/feige110.dat new file mode 100644 index 00000000..c34efdd6 --- /dev/null +++ b/noao/lib/onedstds/oke1990/feige110.dat @@ -0,0 +1,71 @@ +# Feige 110 +3220. 10.87 1.0 +3280. 10.91 1.0 +3310. 10.93 1.0 +3340. 10.94 1.0 +3360. 10.95 1.0 +3440. 11.01 1.0 +3460. 11.03 1.0 +3550. 11.08 1.0 +3600. 11.10 1.0 +3700. 11.18 1.0 +3777. 11.25 1.0 +3782. 11.26 1.0 +3814. 11.20 1.0 +3822. 11.20 1.0 +3860. 11.18 1.0 +3866. 11.18 1.0 +3905. 11.20 1.0 +3911. 11.20 1.0 +3947. 11.20 1.0 +3953. 11.20 1.0 +3996. 11.23 1.0 +4000. 11.22 1.0 +4050. 11.22 1.0 +4075. 11.24 1.0 +4140. 11.29 1.0 +4220. 11.30 1.0 +4222. 11.30 1.0 +4270. 11.32 1.0 +4390. 11.38 1.0 +4445. 11.40 1.0 +4490. 11.42 1.0 +4500. 11.43 1.0 +4565. 11.45 1.0 +4650. 11.51 1.0 +4760. 11.53 1.0 +4800. 11.54 1.0 +4960. 11.61 1.0 +5150. 11.68 1.0 +5205. 11.69 1.0 +5375. 11.77 1.0 +5460. 11.81 1.0 +5850. 11.94 1.0 +5920. 11.97 1.0 +6200. 12.05 1.0 +6202. 12.05 1.0 +6470. 12.13 1.0 +6750. 12.21 1.0 +6846. 12.24 1.0 +6950. 12.26 1.0 +7040. 12.30 1.0 +7085. 12.31 1.0 +7260. 12.37 1.0 +7300. 12.38 1.0 +7550. 12.42 1.0 +7690. 12.46 1.0 +8100. 12.47 1.0 +8102. 12.57 1.0 +8480. 12.64 1.0 +8560. 12.65 1.0 +8590. 12.66 1.0 +8610. 12.67 1.0 +8650. 12.69 1.0 +8680. 12.70 1.0 +8740. 12.72 1.0 +8760. 12.72 1.0 +8850. 12.74 1.0 +8876. 12.76 1.0 +8960. 12.80 1.0 +9040. 12.84 1.0 +9200. 12.80 1.0 diff --git a/noao/lib/onedstds/oke1990/feige34.dat b/noao/lib/onedstds/oke1990/feige34.dat new file mode 100644 index 00000000..94635e0a --- /dev/null +++ b/noao/lib/onedstds/oke1990/feige34.dat @@ -0,0 +1,71 @@ +# Feige 34 +3220. 10.06 1.0 +3280. 10.10 1.0 +3310. 10.12 1.0 +3340. 10.14 1.0 +3360. 10.15 1.0 +3440. 10.21 1.0 +3460. 10.22 1.0 +3550. 10.29 1.0 +3600. 10.32 1.0 +3700. 10.40 1.0 +3777. 10.44 1.0 +3782. 10.44 1.0 +3814. 10.43 1.0 +3822. 10.43 1.0 +3860. 10.42 1.0 +3866. 10.42 1.0 +3905. 10.43 1.0 +3911. 10.43 1.0 +3947. 10.45 1.0 +3953. 10.45 1.0 +3996. 10.48 1.0 +4000. 10.48 1.0 +4050. 10.50 1.0 +4075. 10.51 1.0 +4140. 10.56 1.0 +4220. 10.60 1.0 +4222. 10.60 1.0 +4270. 10.62 1.0 +4390. 10.67 1.0 +4445. 10.71 1.0 +4490. 10.73 1.0 +4500. 10.74 1.0 +4565. 10.77 1.0 +4650. 10.81 1.0 +4760. 10.86 1.0 +4800. 10.88 1.0 +4960. 10.94 1.0 +5150. 11.01 1.0 +5205. 11.03 1.0 +5375. 11.10 1.0 +5460. 11.13 1.0 +5850. 11.26 1.0 +5920. 11.28 1.0 +6200. 11.37 1.0 +6202. 11.37 1.0 +6470. 11.45 1.0 +6750. 11.53 1.0 +6846. 11.56 1.0 +6950. 11.58 1.0 +7040. 11.60 1.0 +7085. 11.62 1.0 +7260. 11.65 1.0 +7300. 11.66 1.0 +7550. 11.71 1.0 +7690. 11.75 1.0 +8100. 11.82 1.0 +8102. 11.82 1.0 +8480. 11.90 1.0 +8560. 11.92 1.0 +8590. 11.93 1.0 +8610. 11.93 1.0 +8650. 11.94 1.0 +8680. 11.94 1.0 +8740. 11.97 1.0 +8760. 11.97 1.0 +8850. 11.98 1.0 +8876. 12.00 1.0 +8960. 12.03 1.0 +9040. 12.07 1.0 +9200. 12.06 1.0 diff --git a/noao/lib/onedstds/oke1990/feige67.dat b/noao/lib/onedstds/oke1990/feige67.dat new file mode 100644 index 00000000..282b4596 --- /dev/null +++ b/noao/lib/onedstds/oke1990/feige67.dat @@ -0,0 +1,71 @@ +# Feige 67 +3220. 10.70 1.0 +3280. 10.75 1.0 +3310. 10.77 1.0 +3340. 10.79 1.0 +3360. 10.80 1.0 +3440. 10.87 1.0 +3460. 10.88 1.0 +3550. 10.95 1.0 +3600. 10.98 1.0 +3700. 11.06 1.0 +3777. 11.08 1.0 +3782. 11.08 1.0 +3814. 11.09 1.0 +3822. 11.09 1.0 +3860. 11.08 1.0 +3866. 11.08 1.0 +3905. 11.09 1.0 +3911. 11.09 1.0 +3947. 11.10 1.0 +3953. 11.10 1.0 +3996. 11.14 1.0 +4000. 11.14 1.0 +4050. 11.16 1.0 +4075. 11.17 1.0 +4140. 11.22 1.0 +4220. 11.25 1.0 +4222. 11.25 1.0 +4270. 11.27 1.0 +4390. 11.33 1.0 +4445. 11.36 1.0 +4490. 11.39 1.0 +4500. 11.40 1.0 +4565. 11.42 1.0 +4650. 11.47 1.0 +4760. 11.53 1.0 +4800. 11.54 1.0 +4960. 11.59 1.0 +5150. 11.66 1.0 +5205. 11.68 1.0 +5375. 11.75 1.0 +5460. 11.78 1.0 +5850. 11.92 1.0 +5920. 11.94 1.0 +6200. 12.03 1.0 +6202. 12.03 1.0 +6470. 12.12 1.0 +6750. 12.21 1.0 +6846. 12.22 1.0 +6950. 12.25 1.0 +7040. 12.28 1.0 +7085. 12.29 1.0 +7260. 12.35 1.0 +7300. 12.36 1.0 +7550. 12.42 1.0 +7690. 12.45 1.0 +8100. 12.55 1.0 +8102. 12.55 1.0 +8480. 12.63 1.0 +8560. 12.65 1.0 +8590. 12.67 1.0 +8610. 12.67 1.0 +8650. 12.68 1.0 +8680. 12.68 1.0 +8740. 12.70 1.0 +8760. 12.71 1.0 +8850. 12.73 1.0 +8876. 12.74 1.0 +8960. 12.79 1.0 +9040. 12.82 1.0 +9200. 12.86 1.0 diff --git a/noao/lib/onedstds/oke1990/g13831.dat b/noao/lib/onedstds/oke1990/g13831.dat new file mode 100644 index 00000000..f3f7be8e --- /dev/null +++ b/noao/lib/onedstds/oke1990/g13831.dat @@ -0,0 +1,71 @@ +# G138-31 +3220. 17.08 1.0 +3280. 17.03 1.0 +3310. 17.00 1.0 +3340. 16.98 1.0 +3360. 16.97 1.0 +3440. 16.90 1.0 +3460. 16.89 1.0 +3550. 16.83 1.0 +3600. 16.79 1.0 +3700. 16.73 1.0 +3777. 16.68 1.0 +3782. 16.67 1.0 +3814. 16.63 1.0 +3822. 16.63 1.0 +3860. 16.57 1.0 +3866. 16.57 1.0 +3905. 16.57 1.0 +3911. 16.57 1.0 +3947. 16.52 1.0 +3953. 16.52 1.0 +3996. 16.51 1.0 +4000. 16.51 1.0 +4050. 16.48 1.0 +4075. 16.46 1.0 +4140. 16.43 1.0 +4220. 16.40 1.0 +4222. 16.40 1.0 +4270. 16.38 1.0 +4390. 16.34 1.0 +4445. 16.33 1.0 +4490. 16.33 1.0 +4500. 16.32 1.0 +4565. 16.30 1.0 +4650. 16.28 1.0 +4760. 16.26 1.0 +4800. 16.24 1.0 +4960. 16.17 1.0 +5150. 16.12 1.0 +5205. 16.10 1.0 +5375. 16.08 1.0 +5460. 16.07 1.0 +5850. 16.02 1.0 +5920. 16.02 1.0 +6200. 15.99 1.0 +6202. 15.99 1.0 +6470. 15.98 1.0 +6750. 15.97 1.0 +6846. 15.97 1.0 +6950. 15.97 1.0 +7040. 15.97 1.0 +7085. 15.96 1.0 +7260. 15.97 1.0 +7300. 15.97 1.0 +7550. 15.96 1.0 +7690. 15.96 1.0 +8100. 15.97 1.0 +8102. 15.97 1.0 +8480. 15.98 1.0 +8560. 15.98 1.0 +8590. 15.99 1.0 +8610. 16.00 1.0 +8650. 16.00 1.0 +8680. 16.00 1.0 +8740. 16.02 1.0 +8760. 16.02 1.0 +8850. 16.03 1.0 +8876. 16.03 1.0 +8960. 16.06 1.0 +9040. 16.08 1.0 +9200. 16.10 1.0 diff --git a/noao/lib/onedstds/oke1990/g191b2b.dat b/noao/lib/onedstds/oke1990/g191b2b.dat new file mode 100644 index 00000000..399ee7aa --- /dev/null +++ b/noao/lib/onedstds/oke1990/g191b2b.dat @@ -0,0 +1,71 @@ +# G191B2B +3220. 10.74 1.0 +3280. 10.78 1.0 +3310. 10.80 1.0 +3340. 10.82 1.0 +3360. 10.83 1.0 +3440. 10.88 1.0 +3460. 10.89 1.0 +3550. 10.95 1.0 +3600. 10.98 1.0 +3700. 11.07 1.0 +3777. 11.10 1.0 +3782. 11.11 1.0 +3814. 11.12 1.0 +3822. 11.12 1.0 +3860. 11.10 1.0 +3866. 11.10 1.0 +3905. 11.12 1.0 +3911. 11.12 1.0 +3947. 11.13 1.0 +3953. 11.15 1.0 +3996. 11.15 1.0 +4000. 11.15 1.0 +4050. 11.16 1.0 +4075. 11.17 1.0 +4140. 11.22 1.0 +4220. 11.22 1.0 +4222. 11.22 1.0 +4270. 11.25 1.0 +4390. 11.31 1.0 +4445. 11.33 1.0 +4490. 11.36 1.0 +4500. 11.36 1.0 +4565. 11.38 1.0 +4650. 11.41 1.0 +4760. 11.47 1.0 +4800. 11.48 1.0 +4960. 11.54 1.0 +5150. 11.60 1.0 +5205. 11.62 1.0 +5375. 11.68 1.0 +5460. 11.72 1.0 +5850. 11.86 1.0 +5920. 11.87 1.0 +6200. 11.97 1.0 +6202. 11.97 1.0 +6470. 12.06 1.0 +6750. 12.14 1.0 +6846. 12.17 1.0 +6950. 12.19 1.0 +7040. 12.22 1.0 +7085. 12.23 1.0 +7260. 12.28 1.0 +7300. 12.30 1.0 +7550. 12.36 1.0 +7690. 12.40 1.0 +8100. 12.49 1.0 +8102. 12.49 1.0 +8480. 12.59 1.0 +8560. 12.59 1.0 +8590. 12.62 1.0 +8610. 12.62 1.0 +8650. 12.63 1.0 +8680. 12.64 1.0 +8740. 12.66 1.0 +8760. 12.67 1.0 +8850. 12.69 1.0 +8876. 12.69 1.0 +8960. 12.76 1.0 +9040. 12.79 1.0 +9200. 12.80 1.0 diff --git a/noao/lib/onedstds/oke1990/g19374.dat b/noao/lib/onedstds/oke1990/g19374.dat new file mode 100644 index 00000000..75dabcb6 --- /dev/null +++ b/noao/lib/onedstds/oke1990/g19374.dat @@ -0,0 +1,71 @@ +# G193-74.dat +3220. 16.24 1.0 +3280. 16.21 1.0 +3310. 16.19 1.0 +3340. 16.17 1.0 +3360. 16.16 1.0 +3440. 16.11 1.0 +3460. 16.09 1.0 +3550. 16.05 1.0 +3600. 16.01 1.0 +3700. 15.97 1.0 +3777. 15.94 1.0 +3782. 15.93 1.0 +3814. 15.91 1.0 +3822. 15.91 1.0 +3860. 15.89 1.0 +3866. 15.89 1.0 +3905. 15.86 1.0 +3911. 15.86 1.0 +3947. 15.86 1.0 +3953. 15.86 1.0 +3996. 15.84 1.0 +4000. 15.84 1.0 +4050. 15.82 1.0 +4075. 15.81 1.0 +4140. 15.80 1.0 +4220. 15.78 1.0 +4222. 15.78 1.0 +4270. 15.76 1.0 +4390. 15.72 1.0 +4445. 15.72 1.0 +4490. 15.73 1.0 +4500. 15.72 1.0 +4565. 15.70 1.0 +4650. 15.71 1.0 +4760. 15.69 1.0 +4800. 15.68 1.0 +4960. 15.64 1.0 +5150. 15.61 1.0 +5205. 15.60 1.0 +5375. 15.59 1.0 +5460. 15.58 1.0 +5850. 15.56 1.0 +5920. 15.55 1.0 +6200. 15.55 1.0 +6202. 15.55 1.0 +6470. 15.55 1.0 +6750. 15.55 1.0 +6846. 15.55 1.0 +6950. 15.55 1.0 +7040. 15.55 1.0 +7085. 15.55 1.0 +7260. 15.56 1.0 +7300. 15.56 1.0 +7550. 15.57 1.0 +7690. 15.58 1.0 +8100. 15.59 1.0 +8102. 15.59 1.0 +8480. 15.62 1.0 +8560. 15.62 1.0 +8590. 16.62 1.0 +8610. 15.62 1.0 +8650. 15.63 1.0 +8680. 15.63 1.0 +8740. 15.64 1.0 +8760. 15.64 1.0 +8850. 15.66 1.0 +8876. 15.66 1.0 +8960. 15.68 1.0 +9040. 15.72 1.0 +9200. 15.73 1.0 diff --git a/noao/lib/onedstds/oke1990/g249.dat b/noao/lib/onedstds/oke1990/g249.dat new file mode 100644 index 00000000..a7f4c189 --- /dev/null +++ b/noao/lib/onedstds/oke1990/g249.dat @@ -0,0 +1,71 @@ +# G24-9 +3220. 16.77 1.0 +3280. 16.72 1.0 +3310. 16.69 1.0 +3340. 16.66 1.0 +3360. 16.65 1.0 +3440. 16.58 1.0 +3460. 16.57 1.0 +3550. 16.49 1.0 +3600. 16.43 1.0 +3700. 16.41 1.0 +3777. 16.38 1.0 +3782. 16.38 1.0 +3814. 16.32 1.0 +3822. 16.32 1.0 +3860. 16.29 1.0 +3866. 16.28 1.0 +3905. 16.24 1.0 +3911. 16.23 1.0 +3947. 16.22 1.0 +3953. 16.21 1.0 +3996. 16.20 1.0 +4000. 16.18 1.0 +4050. 16.15 1.0 +4075. 16.14 1.0 +4140. 16.12 1.0 +4220. 16.08 1.0 +4222. 16.08 1.0 +4270. 16.06 1.0 +4390. 16.01 1.0 +4445. 15.99 1.0 +4490. 15.98 1.0 +4500. 15.99 1.0 +4565. 15.96 1.0 +4650. 15.93 1.0 +4760. 15.90 1.0 +4800. 15.88 1.0 +4960. 15.86 1.0 +5150. 15.81 1.0 +5205. 15.80 1.0 +5375. 15.78 1.0 +5460. 15.77 1.0 +5850. 15.72 1.0 +5920. 15.72 1.0 +6200. 15.69 1.0 +6202. 15.69 1.0 +6470. 15.66 1.0 +6750. 15.65 1.0 +6846. 15.64 1.0 +6950. 15.64 1.0 +7040. 15.64 1.0 +7085. 15.63 1.0 +7260. 15.63 1.0 +7300. 15.63 1.0 +7550. 15.63 1.0 +7690. 15.63 1.0 +8100. 15.64 1.0 +8102. 15.64 1.0 +8480. 15.64 1.0 +8560. 15.64 1.0 +8590. 15.65 1.0 +8610. 15.65 1.0 +8650. 15.65 1.0 +8680. 15.66 1.0 +8740. 15.67 1.0 +8760. 15.67 1.0 +8850. 15.68 1.0 +8876. 15.69 1.0 +8960. 15.71 1.0 +9040. 15.73 1.0 +9200. 15.77 1.0 diff --git a/noao/lib/onedstds/oke1990/gd108.dat b/noao/lib/onedstds/oke1990/gd108.dat new file mode 100644 index 00000000..ba5bf4fe --- /dev/null +++ b/noao/lib/onedstds/oke1990/gd108.dat @@ -0,0 +1,71 @@ +# GD 108 +3220. 13.02 1.0 +3280. 13.06 1.0 +3310. 13.07 1.0 +3340. 13.08 1.0 +3360. 13.09 1.0 +3440. 13.13 1.0 +3460. 13.14 1.0 +3550. 13.19 1.0 +3600. 13.21 1.0 +3700. 13.26 1.0 +3777. 13.24 1.0 +3782. 13.23 1.0 +3814. 13.17 1.0 +3822. 13.17 1.0 +3860. 13.07 1.0 +3866. 13.07 1.0 +3905. 13.05 1.0 +3911. 13.05 1.0 +3947. 13.05 1.0 +3953. 13.06 1.0 +3996. 13.08 1.0 +4000. 13.07 1.0 +4050. 13.07 1.0 +4075. 13.09 1.0 +4140. 13.12 1.0 +4220. 13.14 1.0 +4222. 13.14 1.0 +4270. 13.15 1.0 +4390. 13.20 1.0 +4445. 13.22 1.0 +4490. 13.25 1.0 +4500. 13.25 1.0 +4565. 13.27 1.0 +4650. 13.31 1.0 +4760. 13.36 1.0 +4800. 13.39 1.0 +4960. 13.42 1.0 +5150. 13.48 1.0 +5205. 13.49 1.0 +5375. 13.55 1.0 +5460. 13.57 1.0 +5850. 13.68 1.0 +5920. 13.70 1.0 +6200. 13.77 1.0 +6202. 13.77 1.0 +6470. 13.85 1.0 +6750. 13.92 1.0 +6846. 13.94 1.0 +6950. 13.94 1.0 +7040. 13.98 1.0 +7085. 13.99 1.0 +7260. 14.05 1.0 +7300. 14.05 1.0 +7550. 14.10 1.0 +7690. 14.13 1.0 +8100. 14.22 1.0 +8102. 14.22 1.0 +8480. 14.29 1.0 +8560. 14.30 1.0 +8590. 14.32 1.0 +8610. 14.32 1.0 +8650. 14.32 1.0 +8680. 14.33 1.0 +8740. 14.35 1.0 +8760. 14.36 1.0 +8850. 14.39 1.0 +8876. 14.40 1.0 +8960. 14.43 1.0 +9040. 14.46 1.0 +9200. 14.48 1.0 diff --git a/noao/lib/onedstds/oke1990/gd248.dat b/noao/lib/onedstds/oke1990/gd248.dat new file mode 100644 index 00000000..ff242716 --- /dev/null +++ b/noao/lib/onedstds/oke1990/gd248.dat @@ -0,0 +1,71 @@ +# GD 248 +3220. 15.21 1.0 +3280. 15.20 1.0 +3310. 15.19 1.0 +3340. 15.19 1.0 +3360. 15.18 1.0 +3440. 15.17 1.0 +3460. 15.16 1.0 +3550. 15.15 1.0 +3600. 15.14 1.0 +3700. 15.14 1.0 +3777. 15.17 1.0 +3782. 15.18 1.0 +3814. 15.13 1.0 +3822. 15.12 1.0 +3860. 15.11 1.0 +3866. 15.10 1.0 +3905. 15.08 1.0 +3911. 15.08 1.0 +3947. 15.07 1.0 +3953. 15.07 1.0 +3996. 15.06 1.0 +4000. 15.04 1.0 +4050. 15.05 1.0 +4075. 15.05 1.0 +4140. 15.05 1.0 +4220. 15.05 1.0 +4222. 15.05 1.0 +4270. 15.05 1.0 +4390. 15.05 1.0 +4445. 15.05 1.0 +4490. 15.06 1.0 +4500. 15.07 1.0 +4565. 15.06 1.0 +4650. 15.09 1.0 +4760. 15.08 1.0 +4800. 15.07 1.0 +4960. 15.07 1.0 +5150. 15.07 1.0 +5205. 15.06 1.0 +5375. 15.07 1.0 +5460. 15.08 1.0 +5850. 15.12 1.0 +5920. 15.13 1.0 +6200. 15.14 1.0 +6202. 15.14 1.0 +6470. 15.17 1.0 +6750. 15.20 1.0 +6846. 15.21 1.0 +6950. 15.22 1.0 +7040. 15.22 1.0 +7085. 15.23 1.0 +7260. 15.25 1.0 +7300. 15.26 1.0 +7550. 15.29 1.0 +7690. 15.30 1.0 +8100. 15.37 1.0 +8102. 15.37 1.0 +8480. 15.43 1.0 +8560. 15.44 1.0 +8590. 15.45 1.0 +8610. 15.46 1.0 +8650. 15.47 1.0 +8680. 15.47 1.0 +8740. 15.49 1.0 +8760. 15.51 1.0 +8850. 15.53 1.0 +8876. 15.54 1.0 +8960. 15.57 1.0 +9040. 15.59 1.0 +9200. 15.63 1.0 diff --git a/noao/lib/onedstds/oke1990/hz21.dat b/noao/lib/onedstds/oke1990/hz21.dat new file mode 100644 index 00000000..3493d989 --- /dev/null +++ b/noao/lib/onedstds/oke1990/hz21.dat @@ -0,0 +1,71 @@ +# HZ 21 +3220. 13.62 1.0 +3280. 13.66 1.0 +3310. 13.68 1.0 +3340. 13.70 1.0 +3360. 13.71 1.0 +3440. 13.77 1.0 +3460. 13.78 1.0 +3550. 13.84 1.0 +3600. 13.86 1.0 +3700. 13.93 1.0 +3777. 13.96 1.0 +3782. 13.96 1.0 +3814. 13.98 1.0 +3822. 13.98 1.0 +3860. 13.96 1.0 +3866. 13.96 1.0 +3905. 13.97 1.0 +3911. 13.97 1.0 +3947. 14.00 1.0 +3953. 14.01 1.0 +3996. 14.04 1.0 +4000. 14.04 1.0 +4050. 14.06 1.0 +4075. 14.06 1.0 +4140. 14.11 1.0 +4220. 14.14 1.0 +4222. 14.14 1.0 +4270. 14.16 1.0 +4390. 14.22 1.0 +4445. 14.25 1.0 +4490. 14.29 1.0 +4500. 14.29 1.0 +4565. 14.32 1.0 +4650. 14.37 1.0 +4760. 14.40 1.0 +4800. 14.42 1.0 +4960. 14.47 1.0 +5150. 14.53 1.0 +5205. 14.55 1.0 +5375. 14.64 1.0 +5460. 14.67 1.0 +5850. 14.79 1.0 +5920. 14.81 1.0 +6200. 14.89 1.0 +6202. 14.89 1.0 +6470. 14.98 1.0 +6750. 15.07 1.0 +6846. 15.09 1.0 +6950. 15.12 1.0 +7040. 15.14 1.0 +7085. 15.16 1.0 +7260. 15.21 1.0 +7300. 15.23 1.0 +7550. 15.28 1.0 +7690. 15.32 1.0 +8100. 15.42 1.0 +8102. 15.42 1.0 +8480. 15.52 1.0 +8560. 15.52 1.0 +8590. 15.53 1.0 +8610. 15.55 1.0 +8650. 15.56 1.0 +8680. 15.56 1.0 +8740. 15.59 1.0 +8760. 15.59 1.0 +8850. 15.62 1.0 +8876. 15.63 1.0 +8960. 15.68 1.0 +9040. 15.71 1.0 +9200. 15.68 1.0 diff --git a/noao/lib/onedstds/oke1990/ltt9491.dat b/noao/lib/onedstds/oke1990/ltt9491.dat new file mode 100644 index 00000000..efb0aa81 --- /dev/null +++ b/noao/lib/onedstds/oke1990/ltt9491.dat @@ -0,0 +1,71 @@ +# LTT 9491 +3220. 14.05 1.0 +3280. 14.04 1.0 +3310. 14.04 1.0 +3340. 14.04 1.0 +3360. 14.04 1.0 +3440. 14.03 1.0 +3460. 14.03 1.0 +3550. 14.02 1.0 +3600. 14.01 1.0 +3700. 14.02 1.0 +3777. 14.03 1.0 +3782. 14.04 1.0 +3814. 14.00 1.0 +3822. 14.00 1.0 +3860. 13.98 1.0 +3866. 13.98 1.0 +3905. 13.98 1.0 +3911. 13.98 1.0 +3947. 13.98 1.0 +3953. 13.98 1.0 +3996. 13.98 1.0 +4000. 13.98 1.0 +4050. 13.97 1.0 +4075. 13.97 1.0 +4140. 13.98 1.0 +4220. 13.97 1.0 +4222. 13.97 1.0 +4270. 13.97 1.0 +4390. 13.98 1.0 +4445. 13.99 1.0 +4490. 14.01 1.0 +4500. 14.00 1.0 +4565. 14.00 1.0 +4650. 14.00 1.0 +4760. 14.00 1.0 +4800. 14.00 1.0 +4960. 14.01 1.0 +5150. 14.02 1.0 +5205. 14.02 1.0 +5375. 14.05 1.0 +5460. 14.06 1.0 +5850. 14.13 1.0 +5920. 14.15 1.0 +6200. 14.15 1.0 +6202. 14.15 1.0 +6470. 14.18 1.0 +6750. 14.23 1.0 +6846. 14.23 1.0 +6950. 14.25 1.0 +7040. 14.28 1.0 +7085. 14.28 1.0 +7260. 14.31 1.0 +7300. 14.31 1.0 +7550. 14.33 1.0 +7690. 14.35 1.0 +8100. 14.42 1.0 +8102. 14.42 1.0 +8480. 14.47 1.0 +8560. 14.47 1.0 +8590. 14.49 1.0 +8610. 14.49 1.0 +8650. 14.50 1.0 +8680. 14.50 1.0 +8740. 14.52 1.0 +8760. 14.52 1.0 +8850. 14.53 1.0 +8876. 14.55 1.0 +8960. 14.58 1.0 +9040. 14.62 1.0 +9200. 14.67 1.0 diff --git a/noao/lib/onedstds/oke1990/names.men b/noao/lib/onedstds/oke1990/names.men new file mode 100644 index 00000000..0689937c --- /dev/null +++ b/noao/lib/onedstds/oke1990/names.men @@ -0,0 +1,5 @@ +# Table of alternate names mapped to the names in this directory + +eg158 feige110 +eg71 feige34 +eg247 g191b2b diff --git a/noao/lib/onedstds/oke1990/standards.men b/noao/lib/onedstds/oke1990/standards.men new file mode 100644 index 00000000..f7a62ecb --- /dev/null +++ b/noao/lib/onedstds/oke1990/standards.men @@ -0,0 +1,4 @@ +Standard stars in onedstds$oke1990/ + +bd284211 feige110 feige67 g191b2b g249 gd248 ltt9491 eg71 +bd75325 feige34 g13831 g19374 gd108 hz21 eg158 eg247 diff --git a/noao/lib/onedstds/redcal/40erib.dat b/noao/lib/onedstds/redcal/40erib.dat new file mode 100644 index 00000000..64af09f7 --- /dev/null +++ b/noao/lib/onedstds/redcal/40erib.dat @@ -0,0 +1,40 @@ +# 40 ERI B +3350. 9.539 49. +3400. 9.565 49. +3450. 9.568 49. +3500. 9.568 49. +3571. 9.574 49. +3636. 9.603 49. +3704. 9.627 49. +3862. 9.663 49. +4036. 9.361 49. +4167. 9.33 49. +4255. 9.295 49. +4464. 9.247 49. +4566. 9.258 49. +4785. 9.469 49. +5000. 9.413 49. +5263. 9.464 49. +5556. 9.548 98. +5840. 9.688 98. +6056. 9.658 98. +6436. 9.818 98. +6790. 9.841 98. +7100. 9.871 98. +7550. 10.024 98. +7780. 10.036 98. +8090. 10.036 98. +8370. 10.061 98. +8440. 10.06 160. +8600. 10.06 160. +8760. 10.10 160. +8920. 10.15 160. +9080. 10.13 160. +9240. 10.14 160. +9400. 10.01 160. +9560. 10.13 160. +9720. 10.18 160. +9880. 10.23 160. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/bd174708.dat b/noao/lib/onedstds/redcal/bd174708.dat new file mode 100644 index 00000000..2a21e7a8 --- /dev/null +++ b/noao/lib/onedstds/redcal/bd174708.dat @@ -0,0 +1,88 @@ +# BD+17 4708 +3200. 10.815 49. +3250. 10.788 49. +3300. 10.746 49. +3350. 10.701 49. +3400. 10.652 49. +3450. 10.627 49. +3500. 10.587 49. +3571. 10.531 49. +3636. 10.488 49. +3704. 10.437 49. +3760. 10.307 49. +3816. 10.16 49. +3862. 10.135 49. +3945. 10.12 49. +4000. 9.89 49. +4036. 9.857 49. +4065. 9.87 49. +4167. 9.784 49. +4190. 9.767 49. +4255. 9.768 49. +4290. 9.815 49. +4370. 9.75 49. +4464. 9.667 49. +4498. 9.656 49. +4566. 9.63 49. +4604. 9.621 49. +4678. 9.595 49. +4735. 9.582 49. +4785. 9.567 49. +4825. 9.595 49. +4914. 9.56 49. +5000. 9.52 49. +5067. 9.506 49. +5145. 9.488 49. +5206. 9.482 49. +5263. 9.46 49. +5341. 9.446 98. +5440. 9.427 98. +5504. 9.416 98. +5556. 9.406 98. +5630. 9.393 98. +5710. 9.381 98. +5775. 9.369 98. +5840. 9.36 98. +5910. 9.351 98. +5980. 9.34 98. +6056. 9.331 98. +6140. 9.323 98. +6220. 9.315 98. +6290. 9.307 98. +6365. 9.3 98. +6436. 9.29 98. +6473. 9.29 98. +6530. 9.293 98. +6600. 9.288 98. +6670. 9.272 98. +6740. 9.265 98. +6790. 9.26 98. +6850. 9.257 98. +6975. 9.245 98. +7055. 9.24 98. +7100. 9.235 98. +7150. 9.232 98. +7220. 9.228 98. +7270. 9.227 98. +7365. 9.222 98. +7460. 9.216 98. +7550. 9.21 98. +7580. 9.21 98. +7725. 9.205 98. +7780. 9.206 98. +7820. 9.204 98. +7910. 9.203 98. +8000. 9.201 98. +8090. 9.2 98. +8210. 9.198 98. +8260. 9.197 98. +8370. 9.196 98. +8780. 9.194 40. +9300. 9.195 40. +9700. 9.195 40. +9940. 9.198 40. +10260. 9.199 40. +10820. 9.205 40. +11140. 9.210 40. +12000. 9.225 40. +# Wavelengths redward of 8780A from Oke & Gunn, ApJ 266, 713, 1983. diff --git a/noao/lib/onedstds/redcal/bd262606.dat b/noao/lib/onedstds/redcal/bd262606.dat new file mode 100644 index 00000000..11a18d86 --- /dev/null +++ b/noao/lib/onedstds/redcal/bd262606.dat @@ -0,0 +1,88 @@ +# BD+26 2606 +3200. 11.04 49. +3250. 10.99 49. +3300. 10.95 49. +3350. 10.9 49. +3400. 10.87 49. +3450. 10.83 49. +3500. 10.79 49. +3571. 10.74 49. +3636. 10.7 49. +3704. 10.66 49. +3760. 10.54 49. +3816. 10.39 49. +3862. 10.37 49. +3945. 10.31 49. +4000. 10.14 49. +4036. 10.12 49. +4065. 10.11 49. +4167. 10.04 49. +4190. 10.02 49. +4255. 10. 49. +4290. 10. 49. +4370. 9.99 49. +4464. 9.94 49. +4498. 9.93 49. +4566. 9.91 49. +4604. 9.89 49. +4678. 9.87 49. +4735. 9.85 49. +4785. 9.83 49. +4825. 9.85 49. +4914. 9.82 49. +5000. 9.77 49. +5067. 9.75 49. +5145. 9.74 49. +5206. 9.73 49. +5263. 9.71 49. +5341. 9.7 98. +5440. 9.69 98. +5504. 9.68 98. +5556. 9.67 98. +5630. 9.65 98. +5710. 9.64 98. +5775. 9.63 98. +5840. 9.62 98. +5910. 9.61 98. +5980. 9.6 98. +6056. 9.59 98. +6140. 9.58 98. +6220. 9.57 98. +6290. 9.57 98. +6365. 9.56 98. +6436. 9.55 98. +6473. 9.55 98. +6530. 9.56 98. +6600. 9.55 98. +6670. 9.54 98. +6740. 9.53 98. +6790. 9.53 98. +6850. 9.52 98. +6975. 9.51 98. +7055. 9.51 98. +7100. 9.5 98. +7150. 9.5 98. +7220. 9.5 98. +7270. 9.49 98. +7365. 9.49 98. +7460. 9.49 98. +7550. 9.48 98. +7580. 9.48 98. +7725. 9.48 98. +7780. 9.47 98. +7820. 9.47 98. +7910. 9.47 98. +8000. 9.47 98. +8090. 9.46 98. +8210. 9.46 98. +8260. 9.46 98. +8370. 9.46 98. +8780. 9.457 40. +9300. 9.458 40. +9700. 9.458 40. +9940. 9.461 40. +10260. 9.462 40. +10820. 9.468 40. +11140. 9.473 40. +12000. 9.488 40. +# Wavelengths redward of 8780A from Oke & Gunn, ApJ 266, 713, 1983. diff --git a/noao/lib/onedstds/redcal/feige24.dat b/noao/lib/onedstds/redcal/feige24.dat new file mode 100644 index 00000000..2fa20799 --- /dev/null +++ b/noao/lib/onedstds/redcal/feige24.dat @@ -0,0 +1,44 @@ +# FEIGE 24 +3350. 11.701 49. +3400. 11.725 49. +3450. 11.746 49. +3500. 11.772 49. +3571. 11.782 49. +3636. 11.842 49. +3704. 11.9 49. +3862. 11.995 49. +4036. 12.018 49. +4167. 12.02 49. +4255. 12.056 49. +4464. 12.093 49. +4566. 12.138 49. +4785. 12.215 49. +5000. 12.293 49. +5263. 12.349 49. +5556. 12.424 98. +5840. 12.494 98. +6056. 12.493 98. +6436. 12.474 98. +6790. 12.553 98. +7100. 12.5 98. +7550. 12.345 98. +7780. 12.377 98. +8090. 12.31 98. +8370. 12.277 98. +8400. 12.25 80. +8480. 12.25 80. +8560. 12.19 80. +8640. 12.17 80. +8720. 12.24 80. +8800. 12.20 80. +8880. 12.22 80. +8960. 12.22 80. +9040. 12.18 80. +9120. 12.22 80. +9200. 12.15 80. +9280. 12.16 80. +9360. 12.15 80. +9440. 12.08 80. + +# Fluxes redward of 8400A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/g191b2b.dat b/noao/lib/onedstds/redcal/g191b2b.dat new file mode 100644 index 00000000..65518824 --- /dev/null +++ b/noao/lib/onedstds/redcal/g191b2b.dat @@ -0,0 +1,96 @@ +# G191B2B +3200. 10.82 49. +3250. 10.84 49. +3300. 10.85 49. +3350. 10.88 49. +3400. 10.92 49. +3450. 10.95 49. +3500. 10.96 49. +3571. 10.98 49. +3636. 11.02 49. +3704. 11.08 49. +3760. 11.15 49. +3816. 11.19 49. +3862. 11.2 49. +3945. 11.18 49. +4000. 11.17 49. +4036. 11.17 49. +4065. 11.18 49. +4167. 11.2 49. +4190. 11.2 49. +4255. 11.25 49. +4290. 11.27 49. +4370. 11.35 49. +4464. 11.34 49. +4498. 11.35 49. +4566. 11.39 49. +4604. 11.4 49. +4678. 11.43 49. +4735. 11.45 49. +4785. 11.49 49. +4825. 11.53 49. +4914. 11.54 49. +5000. 11.58 49. +5067. 11.62 49. +5145. 11.61 49. +5206. 11.64 49. +5263. 11.67 49. +5341. 11.7 98. +5440. 11.74 98. +5504. 11.77 98. +5556. 11.78 98. +5630. 11.83 98. +5710. 11.86 98. +5775. 11.88 98. +5840. 11.91 98. +5910. 11.94 98. +5980. 11.96 98. +6056. 11.98 98. +6140. 12. 98. +6220. 12.03 98. +6290. 12.04 98. +6365. 12.06 98. +6436. 12.09 98. +6473. 12.1 98. +6530. 12.11 98. +6600. 12.14 98. +6670. 12.16 98. +6740. 12.18 98. +6790. 12.21 98. +6850. 12.23 98. +6975. 12.27 98. +7055. 12.28 98. +7100. 12.3 98. +7150. 12.31 98. +7220. 12.34 98. +7270. 12.36 98. +7365. 12.38 98. +7460. 12.42 98. +7550. 12.48 98. +7580. 12.5 98. +7725. 12.51 98. +7780. 12.49 98. +7820. 12.48 98. +7910. 12.5 98. +8000. 12.51 98. +8090. 12.51 98. +8210. 12.51 98. +8260. 12.52 98. +8370. 12.56 98. +8440. 12.59 160. +8600. 12.61 160. +8760. 12.68 160. +8920. 12.75 160. +9080. 12.76 160. +9240. 12.81 160. +9400. 12.75 160. +9560. 12.79 160. +9720. 12.86 160. +9880. 12.92 160. +10040. 12.95 160. +10200. 12.98 160. +10360. 12.97 160. +10520. 13.08 160. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/g4718.dat b/noao/lib/onedstds/redcal/g4718.dat new file mode 100644 index 00000000..dbc003b3 --- /dev/null +++ b/noao/lib/onedstds/redcal/g4718.dat @@ -0,0 +1,42 @@ +# G47 -18 +3350. 15.079 49. +3400. 15.075 49. +3450. 15.082 49. +3500. 15.052 49. +3571. 15.122 49. +3636. 15.078 49. +3704. 15.027 49. +3862. 15.039 49. +4036. 15.028 49. +4167. 14.94 49. +4255. 15.032 49. +4464. 15.011 49. +4566. 15.128 49. +4785. 15.114 49. +5000. 15.134 49. +5263. 15.042 49. +5556. 15.179 98. +5840. 15.122 98. +6056. 15.147 98. +6436. 15.142 98. +6790. 15.197 98. +7100. 15.426 98. +7550. 15.318 98. +7780. 15.333 98. +8090. 15.396 98. +8370. 15.391 98. +8400. 15.31 80. +8480. 15.40 80. +8560. 15.32 80. +8640. 15.44 80. +8720. 15.41 80. +8800. 15.42 80. +8880. 15.35 80. +8960. 15.57 80. +9040. 15.56 80. +9120. 15.63 80. +9200. 15.53 80. +9280. 15.47 80. + +# Fluxes redward of 8400A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/g9937.dat b/noao/lib/onedstds/redcal/g9937.dat new file mode 100644 index 00000000..26470b00 --- /dev/null +++ b/noao/lib/onedstds/redcal/g9937.dat @@ -0,0 +1,41 @@ +# G99 -37 +3350. 15.484 49. +3400. 15.435 49. +3450. 15.369 49. +3500. 15.305 49. +3571. 15.239 49. +3636. 15.245 49. +3704. 15.219 49. +3862. 15.187 49. +4036. 14.965 49. +4167. 14.929 49. +4255. 15.061 49. +4464. 14.75 49. +4566. 14.698 49. +4785. 14.588 49. +5000. 14.603 49. +5263. 14.471 49. +5556. 14.507 98. +5840. 14.438 98. +6056. 14.398 98. +6436. 14.318 98. +6790. 14.342 98. +7100. 14.334 98. +7550. 14.373 98. +7780. 14.365 98. +8090. 14.337 98. +8370. 14.288 98. +8440. 14.27 160. +8600. 14.28 160. +8760. 14.33 160. +8920. 14.35 160. +9080. 14.34 160. +9240. 14.40 160. +9400. 14.32 160. +9560. 14.36 160. +9720. 14.37 160. +9880. 14.39 160. +10040. 14.36 160. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/gd140.dat b/noao/lib/onedstds/redcal/gd140.dat new file mode 100644 index 00000000..c331be3e --- /dev/null +++ b/noao/lib/onedstds/redcal/gd140.dat @@ -0,0 +1,47 @@ +# GD 140 +3200. 11.92 49. +3250. 11.973 49. +3300. 12.025 49. +3350. 12.051 49. +3400. 12.093 49. +3450. 12.101 49. +3500. 12.11 49. +3571. 12.125 49. +3636. 12.148 49. +3704. 12.192 49. +3862. 12.259 49. +4036. 12.204 49. +4167. 12.144 49. +4255. 12.146 49. +4464. 12.139 49. +4566. 12.103 49. +4785. 12.299 49. +5000. 12.31 49. +5263. 12.299 49. +5556. 12.413 98. +5840. 12.508 98. +6056. 12.584 98. +6436. 12.762 98. +6790. 12.833 98. +7100. 12.899 98. +7550. 13.068 98. +7780. 13.132 98. +8090. 13.16 98. +8370. 13.156 98. +8480. 13.17 80. +8640. 13.19 80. +8800. 13.24 80. +8960. 13.20 80. +9020. 13.25 80. +9280. 13.30 80. +9440. 13.17 80. +9600. 13.18 80. +9760. 13.23 80. +9920. 13.39 80. +10080. 13.55 80. +10240. 13.39 80. +10400. 13.52 80. +10560. 13.42 80. + +# Fluxes redward of 8480A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/gd190.dat b/noao/lib/onedstds/redcal/gd190.dat new file mode 100644 index 00000000..9b87195e --- /dev/null +++ b/noao/lib/onedstds/redcal/gd190.dat @@ -0,0 +1,39 @@ +# GD 190 +3200. 14.271 49. +3250. 14.235 49. +3300. 14.282 49. +3350. 14.266 49. +3400. 14.285 49. +3450. 14.294 49. +3500. 14.29 49. +3571. 14.326 49. +3636. 14.351 49. +3704. 14.376 49. +3862. 14.443 49. +4036. 14.478 49. +4167. 14.36 49. +4255. 14.302 49. +4464. 14.648 49. +4566. 14.455 49. +4785. 14.425 49. +5000. 14.663 49. +5263. 14.585 49. +5556. 14.663 98. +5840. 14.892 98. +6056. 14.882 98. +6436. 14.902 98. +6790. 15.21 98. +7100. 15.058 98. +7550. 15.223 98. +7780. 15.235 98. +8090. 15.304 98. +8370. 15.308 98. +8660. 15.49 40. +9020. 15.43 40. +9380. 15.62 40. +9740. 15.47 40. +10100. 15.52 40. +10460. 15.65 40. + +# Fluxes redward of 8660A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/grw705824.dat b/noao/lib/onedstds/redcal/grw705824.dat new file mode 100644 index 00000000..943ce02c --- /dev/null +++ b/noao/lib/onedstds/redcal/grw705824.dat @@ -0,0 +1,45 @@ +# GRW +70 5824 +3200. 12.359 49. +3250. 12.404 49. +3300. 12.439 49. +3350. 12.503 49. +3400. 12.521 49. +3450. 12.545 49. +3500. 12.562 49. +3571. 12.585 49. +3636. 12.579 49. +3704. 12.625 49. +3862. 12.756 49. +4036. 12.448 49. +4167. 12.445 49. +4255. 12.494 49. +4464. 12.455 49. +4566. 12.49 49. +4785. 12.62 49. +5000. 12.668 49. +5263. 12.717 49. +5556. 12.869 98. +5840. 12.894 98. +6056. 12.988 98. +6436. 13.062 98. +6790. 13.143 98. +7100. 13.247 98. +7550. 13.356 98. +7780. 13.4 98. +8090. 13.44 98. +8370. 13.408 98. +8440. 13.39 40. +8600. 13.45 40. +8760. 13.48 40. +8920. 13.57 40. +9080. 13.59 40. +9240. 13.64 40. +9400. 13.69 40. +9560. 13.59 40. +9720. 13.67 40. +9880. 13.76 40. +10040. 13.97 40. +10200. 13.82 40. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/grw708247.dat b/noao/lib/onedstds/redcal/grw708247.dat new file mode 100644 index 00000000..84342148 --- /dev/null +++ b/noao/lib/onedstds/redcal/grw708247.dat @@ -0,0 +1,41 @@ +# GRW +70 8247 +3350. 13.114 49. +3400. 13.12 49. +3450. 13.088 49. +3500. 13.077 49. +3571. 13.074 49. +3636. 13.121 49. +3704. 13.136 49. +3862. 13.141 49. +4036. 13.07 49. +4167. 13.115 49. +4255. 13.052 49. +4464. 13.076 49. +4566. 13.087 49. +4785. 13.041 49. +5000. 13.088 49. +5263. 13.092 49. +5556. 13.121 98. +5840. 13.306 98. +6056. 13.3 98. +6436. 13.292 98. +6790. 13.343 98. +7100. 13.475 98. +7550. 13.453 98. +7780. 13.484 98. +8090. 13.48 98. +8370. 13.564 98. +8392. 13.58 80. +8472. 13.66 80. +8552. 13.64 80. +8632. 13.64 80. +8712. 13.64 80. +8792. 13.48 80. +8872. 13.64 80. +8952. 13.53 80. +9032. 13.56 80. +9112. 13.68 80. +9192. 13.58 80. + +# Fluxes redward of 8392. from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/grw738031.dat b/noao/lib/onedstds/redcal/grw738031.dat new file mode 100644 index 00000000..d1824297 --- /dev/null +++ b/noao/lib/onedstds/redcal/grw738031.dat @@ -0,0 +1,44 @@ +# GRW +73 8031 +3350. 12.891 49. +3400. 12.89 49. +3450. 12.872 49. +3500. 12.899 49. +3571. 12.878 49. +3636. 12.893 49. +3704. 12.934 49. +3862. 12.962 49. +4036. 12.668 49. +4167. 12.585 49. +4255. 12.494 49. +4464. 12.487 49. +4566. 12.484 49. +4785. 12.66 49. +5000. 12.628 49. +5263. 12.671 49. +5556. 12.752 98. +5840. 12.832 98. +6056. 12.936 98. +6436. 13.035 98. +6790. 13.063 98. +7100. 13.094 98. +7550. 13.234 98. +7780. 13.265 98. +8090. 13.252 98. +8370. 13.265 98. +8392. 13.25 80. +8472. 13.23 80. +8552. 13.32 80. +8632. 13.32 80. +8712. 13.44 80. +8792. 13.35 80. +8872. 13.36 80. +8952. 13.41 80. +9032. 13.35 80. +9112. 13.48 80. +9192. 13.46 80. +9272. 13.44 80. +9352. 13.58 80. +9432. 13.33 80. + +# Fluxes redward of 8472A from Oke, ApJ Suppl Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/hd19445.dat b/noao/lib/onedstds/redcal/hd19445.dat new file mode 100644 index 00000000..40c64956 --- /dev/null +++ b/noao/lib/onedstds/redcal/hd19445.dat @@ -0,0 +1,88 @@ +# HD 19445 +3200. 9.34 49. +3250. 9.3 49. +3300. 9.25 49. +3350. 9.21 49. +3400. 9.17 49. +3450. 9.12 49. +3500. 9.09 49. +3571. 9.03 49. +3636. 8.98 49. +3704. 8.93 49. +3760. 8.85 49. +3816. 8.74 49. +3862. 8.72 49. +3945. 8.6 49. +4000. 8.5 49. +4036. 8.49 49. +4065. 8.48 49. +4167. 8.4 49. +4190. 8.39 49. +4255. 8.39 49. +4290. 8.41 49. +4370. 8.36 49. +4464. 8.27 49. +4498. 8.26 49. +4566. 8.23 49. +4604. 8.23 49. +4678. 8.21 49. +4735. 8.19 49. +4785. 8.16 49. +4825. 8.19 49. +4914. 8.16 49. +5000. 8.12 49. +5067. 8.1 49. +5145. 8.08 49. +5206. 8.06 49. +5263. 8.04 49. +5341. 8.03 98. +5440. 8.01 98. +5504. 7.99 98. +5556. 7.98 98. +5630. 7.97 98. +5710. 7.96 98. +5775. 7.94 98. +5840. 7.93 98. +5910. 7.92 98. +5980. 7.91 98. +6056. 7.9 98. +6140. 7.89 98. +6220. 7.88 98. +6290. 7.88 98. +6365. 7.87 98. +6436. 7.86 98. +6473. 7.86 98. +6530. 7.85 98. +6600. 7.85 98. +6670. 7.84 98. +6740. 7.84 98. +6790. 7.84 98. +6850. 7.83 98. +6975. 7.82 98. +7055. 7.82 98. +7100. 7.81 98. +7150. 7.81 98. +7220. 7.81 98. +7270. 7.8 98. +7365. 7.8 98. +7460. 7.79 98. +7550. 7.79 98. +7580. 7.79 98. +7725. 7.78 98. +7780. 7.78 98. +7820. 7.78 98. +7910. 7.77 98. +8000. 7.77 98. +8090. 7.76 98. +8210. 7.76 98. +8260. 7.76 98. +8370. 7.76 98. +8780. 7.755 40. +9300. 7.752 40. +9700. 7.752 40. +9940. 7.752 40. +10260. 7.752 40. +10820. 7.760 40. +11140. 7.760 40. +12000. 7.763 40. +# Wavelengths redward of 8780A from Oke & Gunn, ApJ 266, 713, 1983. diff --git a/noao/lib/onedstds/redcal/hd84937.dat b/noao/lib/onedstds/redcal/hd84937.dat new file mode 100644 index 00000000..cd82c552 --- /dev/null +++ b/noao/lib/onedstds/redcal/hd84937.dat @@ -0,0 +1,88 @@ +# HD 84937 +3200. 9.57 49. +3250. 9.53 49. +3300. 9.49 49. +3350. 9.46 49. +3400. 9.42 49. +3450. 9.39 49. +3500. 9.36 49. +3571. 9.31 49. +3636. 9.27 49. +3704. 9.22 49. +3760. 9.1 49. +3816. 8.93 49. +3862. 8.9 49. +3945. 8.84 49. +4000. 8.67 49. +4036. 8.64 49. +4065. 8.65 49. +4167. 8.57 49. +4190. 8.56 49. +4255. 8.55 49. +4290. 8.59 49. +4370. 8.59 49. +4464. 8.47 49. +4498. 8.47 49. +4566. 8.45 49. +4604. 8.44 49. +4678. 8.42 49. +4735. 8.4 49. +4785. 8.4 49. +4825. 8.43 49. +4914. 8.41 49. +5000. 8.35 49. +5067. 8.34 49. +5145. 8.33 49. +5206. 8.32 49. +5263. 8.31 49. +5341. 8.3 98. +5440. 8.28 98. +5504. 8.27 98. +5556. 8.26 98. +5630. 8.25 98. +5710. 8.24 98. +5775. 8.23 98. +5840. 8.22 98. +5910. 8.22 98. +5980. 8.21 98. +6056. 8.19 98. +6140. 8.19 98. +6220. 8.19 98. +6290. 8.18 98. +6365. 8.18 98. +6436. 8.17 98. +6473. 8.17 98. +6530. 8.19 98. +6600. 8.19 98. +6670. 8.17 98. +6740. 8.16 98. +6790. 8.15 98. +6850. 8.15 98. +6975. 8.14 98. +7055. 8.14 98. +7100. 8.13 98. +7150. 8.13 98. +7220. 8.13 98. +7270. 8.13 98. +7365. 8.12 98. +7460. 8.12 98. +7550. 8.12 98. +7580. 8.12 98. +7725. 8.12 98. +7780. 8.12 98. +7820. 8.12 98. +7910. 8.12 98. +8000. 8.12 98. +8090. 8.11 98. +8210. 8.11 98. +8260. 8.11 98. +8370. 8.11 98. +8780. 8.115 40. +9300. 8.119 40. +9700. 8.123 40. +9940. 8.130 40. +10260. 8.137 40. +10820. 8.150 40. +11140. 8.160 40. +12000. 8.180 40. +# Wavelengths redward of 8780A from Oke & Gunn, ApJ 266, 713, 1983. diff --git a/noao/lib/onedstds/redcal/he3.dat b/noao/lib/onedstds/redcal/he3.dat new file mode 100644 index 00000000..916d1c37 --- /dev/null +++ b/noao/lib/onedstds/redcal/he3.dat @@ -0,0 +1,96 @@ +# HE 3 +3200. 11.64 49. +3250. 11.65 49. +3300. 11.67 49. +3350. 11.7 49. +3400. 11.73 49. +3450. 11.73 49. +3500. 11.74 49. +3571. 11.75 49. +3636. 11.8 49. +3704. 11.83 49. +3760. 11.89 49. +3816. 11.95 49. +3862. 11.91 49. +3945. 11.92 49. +4000. 11.83 49. +4036. 11.73 49. +4065. 11.71 49. +4167. 11.66 49. +4190. 11.62 49. +4255. 11.65 49. +4290. 11.76 49. +4370. 11.81 49. +4464. 11.67 49. +4498. 11.66 49. +4566. 11.7 49. +4604. 11.71 49. +4678. 11.72 49. +4735. 11.76 49. +4785. 11.84 49. +4825. 12.01 49. +4914. 11.97 49. +5000. 11.87 49. +5067. 11.88 49. +5145. 11.85 49. +5206. 11.9 49. +5263. 11.92 49. +5341. 11.96 98. +5440. 11.98 98. +5504. 12.02 98. +5556. 12.04 98. +5630. 12.05 98. +5710. 12.09 98. +5775. 12.11 98. +5840. 12.12 98. +5910. 12.16 98. +5980. 12.19 98. +6056. 12.2 98. +6140. 12.2 98. +6220. 12.22 98. +6290. 12.24 98. +6365. 12.28 98. +6436. 12.33 98. +6473. 12.36 98. +6530. 12.49 98. +6600. 12.49 98. +6670. 12.42 98. +6740. 12.41 98. +6790. 12.41 98. +6850. 12.42 98. +6975. 12.47 98. +7055. 12.5 98. +7100. 12.49 98. +7150. 12.49 98. +7220. 12.52 98. +7270. 12.56 98. +7365. 12.59 98. +7460. 12.58 98. +7550. 12.63 98. +7580. 12.66 98. +7725. 12.63 98. +7780. 12.63 98. +7820. 12.65 98. +7910. 12.68 98. +8000. 12.68 98. +8090. 12.68 98. +8210. 12.68 98. +8260. 12.69 98. +8370. 12.76 98. +8400. 12.79 80. +8480. 12.75 80. +8560. 12.74 80. +8640. 12.76 80. +8720. 12.84 80. +8800. 12.86 80. +8880. 12.83 80. +8960. 12.85 80. +9040. 12.88 80. +9120. 12.88 80. +9200. 12.88 80. +9280. 12.92 80. +9360. 12.80 80. +9440. 12.83 80. + +# Fluxes redward of 8400A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/hz29.dat b/noao/lib/onedstds/redcal/hz29.dat new file mode 100644 index 00000000..c667f32c --- /dev/null +++ b/noao/lib/onedstds/redcal/hz29.dat @@ -0,0 +1,35 @@ +# HZ 29 +3350. 13.783 49. +3400. 13.815 49. +3450. 13.795 49. +3500. 13.799 49. +3571. 13.744 49. +3636. 13.456 49. +3704. 13.816 49. +3862. 13.832 49. +4036. 13.863 49. +4167. 13.8 49. +4255. 13.76 49. +4464. 13.911 49. +4566. 13.858 49. +4785. 13.953 49. +5000. 14.033 49. +5263. 14.102 49. +5556. 14.164 98. +5840. 14.284 98. +6056. 14.306 98. +6436. 14.377 98. +6790. 14.479 98. +7100. 14.532 98. +7550. 14.591 98. +7780. 14.706 98. +8090. 14.774 98. +8370. 14.685 98. +8400. 14.65 80. +8480. 14.78 80. +8560. 14.70 80. +8640. 14.76 80. +8720. 14.78 80. + +# Fluxes redward of 8400A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/hz43.dat b/noao/lib/onedstds/redcal/hz43.dat new file mode 100644 index 00000000..79040314 --- /dev/null +++ b/noao/lib/onedstds/redcal/hz43.dat @@ -0,0 +1,44 @@ +# HZ 43 +3350. 12.181 49. +3400. 12.195 49. +3450. 12.248 49. +3500. 12.278 49. +3571. 12.282 49. +3636. 12.304 49. +3704. 12.351 49. +3862. 12.477 49. +4036. 12.422 49. +4167. 12.556 49. +4255. 12.541 49. +4464. 12.61 49. +4566. 12.628 49. +4785. 12.772 49. +5000. 12.813 49. +5263. 12.884 49. +5556. 13.019 98. +5840. 13.078 98. +6056. 13.14 98. +6436. 13.252 98. +6790. 13.417 98. +7100. 13.484 98. +7550. 13.645 98. +7780. 13.635 98. +8090. 13.69 98. +8370. 13.72 98. +8432. 13.71 160. +8592. 13.69 160. +8752. 13.78 160. +8912. 13.76 160. +9072. 13.80 160. +9232. 13.79 160. +9392. 13.78 160. +9552. 13.84 160. +9712. 13.80 160. +9872. 13.97 160. +10032. 13.90 160. +10192. 14.01 160. +10360. 13.99 160. +10520. 14.00 160. + +# Fluxes redward of 8432A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/hz44.dat b/noao/lib/onedstds/redcal/hz44.dat new file mode 100644 index 00000000..f17365d6 --- /dev/null +++ b/noao/lib/onedstds/redcal/hz44.dat @@ -0,0 +1,96 @@ +# HZ 44 +3200. 10.86 49. +3250. 10.85 49. +3300. 10.85 49. +3350. 10.86 49. +3400. 10.87 49. +3450. 10.89 49. +3500. 10.9 49. +3571. 10.93 49. +3636. 10.97 49. +3704. 11.03 49. +3760. 11.08 49. +3816. 11.12 49. +3862. 11.11 49. +3945. 11.12 49. +4000. 11.12 49. +4036. 11.11 49. +4065. 11.12 49. +4167. 11.14 49. +4190. 11.12 49. +4255. 11.19 49. +4290. 11.22 49. +4370. 11.31 49. +4464. 11.29 49. +4498. 11.3 49. +4566. 11.35 49. +4604. 11.37 49. +4678. 11.42 49. +4735. 11.39 49. +4785. 11.4 49. +4825. 11.42 49. +4914. 11.45 49. +5000. 11.48 49. +5067. 11.52 49. +5145. 11.49 49. +5206. 11.51 49. +5263. 11.53 49. +5341. 11.56 98. +5440. 11.6 98. +5504. 11.62 98. +5556. 11.66 98. +5630. 11.69 98. +5710. 11.72 98. +5775. 11.73 98. +5840. 11.74 98. +5910. 11.75 98. +5980. 11.78 98. +6056. 11.79 98. +6140. 11.81 98. +6220. 11.83 98. +6290. 11.84 98. +6365. 11.85 98. +6436. 11.89 98. +6473. 11.9 98. +6530. 11.93 98. +6600. 11.97 98. +6670. 12.02 98. +6740. 12.04 98. +6790. 12.06 98. +6850. 12.08 98. +6975. 12.11 98. +7055. 12.13 98. +7100. 12.13 98. +7150. 12.14 98. +7220. 12.18 98. +7270. 12.2 98. +7365. 12.23 98. +7460. 12.27 98. +7550. 12.33 98. +7580. 12.36 98. +7725. 12.38 98. +7780. 12.37 98. +7820. 12.36 98. +7910. 12.39 98. +8000. 12.42 98. +8090. 12.43 98. +8210. 12.42 98. +8260. 12.42 98. +8370. 12.45 98. +8432. 12.48 160. +8592. 12.49 160. +8752. 12.57 160. +8912. 12.60 160. +9072. 12.57 160. +9232. 12.64 160. +9392. 12.68 160. +9552. 12.67 160. +9712. 12.68 160. +9872. 12.75 160. +10032. 12.83 160. +10192. 12.80 160. +10360. 12.84 160. +10520. 12.84 160. + +# Fluxes redward of 8432A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/l13633.dat b/noao/lib/onedstds/redcal/l13633.dat new file mode 100644 index 00000000..580e9eb1 --- /dev/null +++ b/noao/lib/onedstds/redcal/l13633.dat @@ -0,0 +1,44 @@ +# L1363 -3 +3350. 13.599 49. +3400. 13.575 49. +3450. 13.559 49. +3500. 13.533 49. +3571. 13.489 49. +3636. 13.495 49. +3704. 13.509 49. +3862. 13.486 49. +4036. 13.361 49. +4167. 13.3 49. +4255. 13.309 49. +4464. 13.279 49. +4566. 13.306 49. +4785. 13.26 49. +5000. 13.263 49. +5263. 13.254 49. +5556. 13.276 98. +5840. 13.278 98. +6056. 13.27 98. +6436. 13.257 98. +6790. 13.319 98. +7100. 13.329 98. +7550. 13.414 98. +7780. 13.412 98. +8090. 13.408 98. +8370. 13.401 98. +8432. 13.37 160. +8592. 13.40 160. +8752. 13.48 160. +8912. 13.45 160. +9072. 13.48 160. +9232. 13.48 160. +9392. 13.63 160. +9552. 13.63 160. +9712. 13.51 160. +9872. 13.60 160. +10032. 13.60 160. +10192. 13.62 160. +10360. 13.56 160. +10520. 13.68 160. + +# Fluxes redward of 8432A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/l151234b.dat b/noao/lib/onedstds/redcal/l151234b.dat new file mode 100644 index 00000000..13eeac9b --- /dev/null +++ b/noao/lib/onedstds/redcal/l151234b.dat @@ -0,0 +1,44 @@ +# L1512 -34B +3200. 13.207 49. +3250. 13.225 49. +3300. 13.244 49. +3350. 13.256 49. +3400. 13.288 49. +3450. 13.245 49. +3500. 13.243 49. +3571. 13.264 49. +3636. 13.227 49. +3704. 13.266 49. +3862. 13.302 49. +4036. 12.905 49. +4167. 12.819 49. +4255. 12.817 49. +4464. 12.704 49. +4566. 12.711 49. +4785. 12.897 49. +5000. 12.885 49. +5263. 12.866 49. +5556. 12.922 98. +5840. 13.033 98. +6056. 13.058 98. +6436. 13.199 98. +6790. 13.205 98. +7100. 13.153 98. +7550. 13.383 98. +7780. 13.384 98. +8090. 13.418 98. +8370. 13.426 98. +8440. 13.39 40. +8600. 13.44 40. +8760. 13.58 40. +8920. 13.56 40. +9080. 13.58 40. +9240. 13.57 40. +9400. 13.67 40. +9560. 13.70 40. +9720. 13.68 40. +9880. 13.67 40. +10040. 13.73 40. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/l74546a.dat b/noao/lib/onedstds/redcal/l74546a.dat new file mode 100644 index 00000000..47a5fd26 --- /dev/null +++ b/noao/lib/onedstds/redcal/l74546a.dat @@ -0,0 +1,44 @@ +# L745 -46A +3350. 13.529 49. +3400. 13.455 49. +3450. 13.408 49. +3500. 13.368 49. +3571. 13.333 49. +3636. 13.297 49. +3704. 13.277 49. +3862. 13.232 49. +4036. 13.167 49. +4167. 13.09 49. +4255. 13.092 49. +4464. 13.003 49. +4566. 13.016 49. +4785. 12.984 49. +5000. 12.963 49. +5263. 12.941 49. +5556. 12.906 98. +5840. 12.948 98. +6056. 12.901 98. +6436. 12.881 98. +6790. 12.916 98. +7100. 12.915 98. +7550. 12.978 98. +7780. 12.991 98. +8090. 12.974 98. +8370. 12.978 98. +8440. 12.96 160. +8600. 12.95 160. +8760. 13.00 160. +8920. 13.00 160. +9080. 13.00 160. +9240. 12.91 160. +9400. 12.96 160. +9560. 12.95 160. +9720. 13.05 160. +9880. 13.07 160. +10040. 13.06 160. +10200. 13.05 160. +10360. 13.11 160. +10520. 13.10 160. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/l93080.dat b/noao/lib/onedstds/redcal/l93080.dat new file mode 100644 index 00000000..2741bfa8 --- /dev/null +++ b/noao/lib/onedstds/redcal/l93080.dat @@ -0,0 +1,36 @@ +# L930 -80 +3350. 14.541 49. +3400. 14.555 49. +3450. 14.558 49. +3500. 14.55 49. +3571. 14.535 49. +3636. 14.573 49. +3704. 14.605 49. +3862. 14.652 49. +4036. 14.674 49. +4167. 14.544 49. +4255. 14.549 49. +4464. 14.732 49. +4566. 14.662 49. +4785. 14.643 49. +5000. 14.793 49. +5263. 14.777 49. +5556. 14.872 98. +5840. 15.038 98. +6056. 14.947 98. +6436. 14.987 98. +6790. 15.136 98. +7100. 15.169 98. +7550. 15.291 98. +7780. 15.286 98. +8090. 15.355 98. +8370. 15.346 98. +8440. 15.28 160. +8600. 15.19 160. +8760. 15.42 160. +8920. 15.30 160. +9080. 15.43 160. +9240. 15.43 160. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/l97030.dat b/noao/lib/onedstds/redcal/l97030.dat new file mode 100644 index 00000000..eeac4731 --- /dev/null +++ b/noao/lib/onedstds/redcal/l97030.dat @@ -0,0 +1,42 @@ +# L970 -30 +3200. 13.05 49. +3250. 13.105 49. +3300. 13.112 49. +3350. 13.091 49. +3400. 13.102 49. +3450. 13.095 49. +3500. 13.095 49. +3571. 13.098 49. +3636. 13.102 49. +3704. 13.123 49. +3862. 13.149 49. +4036. 12.88 49. +4167. 12.835 49. +4255. 12.768 49. +4464. 12.682 49. +4566. 12.697 49. +4785. 12.918 49. +5000. 12.848 49. +5263. 12.884 49. +5556. 12.966 98. +5840. 13.145 98. +6056. 13.073 98. +6436. 13.278 98. +6790. 13.315 98. +7100. 13.348 98. +7550. 13.522 98. +7780. 13.53 98. +8090. 13.56 98. +8370. 13.556 98. +8440. 13.52 160. +8600. 13.56 160. +8760. 13.57 160. +8920. 13.69 160. +9080. 13.73 160. +9240. 13.72 160. +9560. 13.81 160. +9720. 13.74 160. +9880. 13.76 160. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/lds235b.dat b/noao/lib/onedstds/redcal/lds235b.dat new file mode 100644 index 00000000..7e3447bc --- /dev/null +++ b/noao/lib/onedstds/redcal/lds235b.dat @@ -0,0 +1,34 @@ +# LDS 235B +3350. 15.445 49. +3400. 15.415 49. +3450. 15.399 49. +3500. 15.398 49. +3571. 15.427 49. +3636. 15.416 49. +3704. 15.437 49. +3862. 15.474 49. +4036. 15.537 49. +4167. 15.417 49. +4255. 15.395 49. +4464. 15.597 49. +4566. 15.498 49. +4785. 15.511 49. +5000. 15.623 49. +5263. 15.597 49. +5556. 15.656 98. +5840. 15.859 98. +6056. 15.762 98. +6436. 15.796 98. +6790. 15.926 98. +7100. 15.988 98. +7550. 16.102 98. +7780. 16.116 98. +8090. 16.135 98. +8370. 16.269 98. +8440. 16.29 160. +8600. 16.15 160. +8760. 16.10 160. +8920. 16.54 160. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/lds749b.dat b/noao/lib/onedstds/redcal/lds749b.dat new file mode 100644 index 00000000..bcc07640 --- /dev/null +++ b/noao/lib/onedstds/redcal/lds749b.dat @@ -0,0 +1,45 @@ +# LDS 749B +3200. 14.705 49. +3250. 14.446 49. +3300. 14.558 49. +3350. 14.525 49. +3400. 14.523 49. +3450. 14.531 49. +3500. 14.498 49. +3571. 14.506 49. +3636. 14.538 49. +3704. 14.544 49. +3862. 14.62 49. +4036. 14.513 49. +4167. 14.518 49. +4255. 14.504 49. +4464. 14.655 49. +4566. 14.546 49. +4785. 14.546 49. +5000. 14.685 49. +5263. 14.651 49. +5556. 14.703 98. +5840. 14.852 98. +6056. 14.828 98. +6436. 14.848 98. +6790. 14.948 98. +7100. 15.003 98. +7550. 15.106 98. +7780. 15.115 98. +8090. 15.16 98. +8370. 15.178 98. +8440. 15.16 40. +8600. 15.15 40. +8760. 15.25 40. +8920. 15.15 40. +9080. 15.29 40. +9240. 15.27 40. +9400. 15.47 40. +9560. 15.24 40. +9720. 15.41 40. +9880. 15.38 40. +10040. 15.36 40. +10200. 15.37 40. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/names.men b/noao/lib/onedstds/redcal/names.men new file mode 100644 index 00000000..c47987ee --- /dev/null +++ b/noao/lib/onedstds/redcal/names.men @@ -0,0 +1,41 @@ +# Table of alternate names mapped to the names in this directory + +bd7781 40erib +eg33 40erib +sao131065 40erib +eg20 feige24 +eg247 g191b2b +eg182 g4718 +eg248 g9937 +eg184 gd140 +eg193 gd190 +eg102 grw705824 +eg129 grw708247 +eg144 grw738031 +eg50 he3 +amcvn hz29 +eg91 hz29 +eg98 hz43 +l14094 hz43 +eg148 l13633 +g12627 l13633 +g14563 l13633 +lft1655 l13633 +eg162 l151234b +eg54 l74546a +eg149 l93080 +g2631 l93080 +ltt8702 l93080 +eg76 l97030 +g16350 l97030 +ltt4099 l97030 +eg63 lds235b +eg145 lds749b +g2610 lds749b +ltt16294 lds749b +eg79 ross627 +eg119 ross640 +eg67 sa29130 +eg139 wolf1346 +bd73632 wolf485a +eg99 wolf485a diff --git a/noao/lib/onedstds/redcal/ross627.dat b/noao/lib/onedstds/redcal/ross627.dat new file mode 100644 index 00000000..e7da79cc --- /dev/null +++ b/noao/lib/onedstds/redcal/ross627.dat @@ -0,0 +1,54 @@ +# ROSS 627 +3200. 14.887 49. +3250. 14.896 49. +3300. 14.85 49. +3350. 14.813 49. +3400. 14.802 49. +3450. 14.755 49. +3500. 14.725 49. +3571. 14.688 49. +3636. 14.656 49. +3704. 14.621 49. +3862. 14.57 49. +4036. 14.5 49. +4167. 14.393 49. +4255. 14.364 49. +4464. 14.333 49. +4566. 14.258 49. +4785. 14.217 49. +5000. 14.193 49. +5263. 14.14 49. +5556. 14.12 98. +5840. 14.082 98. +6056. 14.076 98. +6436. 14.082 98. +6790. 14.077 98. +7100. 14.039 98. +7550. 14.15 98. +7780. 14.11 98. +8090. 14.17 98. +8370. 14.026 98. +8440. 14.01 80. +8520. 14.06 80. +8600. 14.02 80. +8680. 14.12 80. +8760. 14.02 80. +8840. 14.00 80. +8920. 14.02 80. +9000. 14.02 80. +9080. 14.12 80. +9160. 14.09 80. +9240. 14.11 80. +9320. 14.01 80. +9400. 13.97 80. +9480. 14.08 80. +9560. 13.90 80. +9640. 13.99 80. +9720. 13.96 80. +9800. 14.01 80. +9880. 13.91 80. +9960. 14.02 80. +10040. 14.03 80. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/ross640.dat b/noao/lib/onedstds/redcal/ross640.dat new file mode 100644 index 00000000..afc87869 --- /dev/null +++ b/noao/lib/onedstds/redcal/ross640.dat @@ -0,0 +1,44 @@ +# ROSS 640 +3350. 14.175 49. +3400. 14.145 49. +3450. 14.11 49. +3500. 14.073 49. +3571. 14.024 49. +3636. 13.997 49. +3704. 14.009 49. +3862. 14.138 49. +4036. 13.961 49. +4167. 13.83 49. +4255. 13.839 49. +4464. 13.81 49. +4566. 13.816 49. +4785. 13.8 49. +5000. 13.793 49. +5263. 13.791 49. +5556. 13.824 98. +5840. 13.868 98. +6056. 13.874 98. +6436. 13.896 98. +6790. 13.905 98. +7100. 13.941 98. +7550. 14.023 98. +7780. 14.024 98. +8090. 14.028 98. +8370. 14.024 98. +8440. 14.01 160. +8600. 14.10 160. +8760. 14.08 160. +8920. 14.07 160. +9080. 14.09 160. +9240. 14.15 160. +9400. 14.09 160. +9560. 14.09 160. +9720. 14.17 160. +9880. 14.23 160. +10040. 14.23 160. +10200. 14.18 160. +10360. 14.19 160. +10520. 14.21 160. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/sa29130.dat b/noao/lib/onedstds/redcal/sa29130.dat new file mode 100644 index 00000000..3a90c659 --- /dev/null +++ b/noao/lib/onedstds/redcal/sa29130.dat @@ -0,0 +1,45 @@ +# SA29 -130 +3200. 13.459 49. +3250. 13.515 49. +3300. 13.505 49. +3350. 13.494 49. +3400. 13.493 49. +3450. 13.487 49. +3500. 13.459 49. +3571. 13.519 49. +3636. 13.49 49. +3704. 13.514 49. +3862. 13.564 49. +4036. 13.064 49. +4167. 12.974 49. +4255. 12.999 49. +4464. 12.941 49. +4566. 12.96 49. +4785. 13.144 49. +5000. 13.148 49. +5263. 13.139 49. +5556. 13.213 98. +5840. 13.305 98. +6056. 13.372 98. +6436. 13.482 98. +6790. 13.665 98. +7100. 13.603 98. +7550. 13.779 98. +7780. 13.796 98. +8090. 13.843 98. +8370. 13.834 98. +8440. 13.82 40. +8600. 13.94 40. +8760. 13.89 40. +8920. 14.02 40. +9080. 14.01 40. +9240. 14.08 40. +9400. 14.15 40. +9560. 14.14 40. +9720. 14.10 40. +9880. 14.05 40. +10040. 14.12 40. +10200. 14.10 40. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, vol.27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/standards.men b/noao/lib/onedstds/redcal/standards.men new file mode 100644 index 00000000..afb183cd --- /dev/null +++ b/noao/lib/onedstds/redcal/standards.men @@ -0,0 +1,12 @@ +Standard stars in onedstds$redcal/ + +40erib eg63 eg139 eg248 gd140 hz44 ltt16294 +amcvn eg67 eg144 feige24 gd190 l13633 ltt4099 +bd7781 eg76 eg145 g12627 grw705824 l14094 ltt8702 +bd73632 eg79 eg148 g14563 grw708247 l151234b ross627 +bd174708 eg91 eg149 g16350 grw738031 l74546a ross640 +bd262606 eg98 eg162 g191b2b hd19445 l93080 sa29130 +eg20 eg99 eg182 g2610 hd84937 l97030 sao131065 +eg33 eg102 eg184 g2631 he3 lds235b wolf1346 +eg50 eg119 eg193 g4718 hz29 lds749b wolf485a +eg54 eg129 eg247 g9937 hz43 lft1655 diff --git a/noao/lib/onedstds/redcal/wolf1346.dat b/noao/lib/onedstds/redcal/wolf1346.dat new file mode 100644 index 00000000..ff90a880 --- /dev/null +++ b/noao/lib/onedstds/redcal/wolf1346.dat @@ -0,0 +1,111 @@ +# WOLF 1346 +3200. 11.22 49. +3250. 11.15 49. +3300. 11.22 49. +3350. 11.24 49. +3400. 11.24 49. +3450. 11.26 49. +3500. 11.28 49. +3571. 11.24 49. +3636. 11.31 49. +3704. 11.35 49. +3760. 11.4 49. +3816. 11.44 49. +3862. 11.41 49. +3945. 11.34 49. +4000. 11.27 49. +4036. 11.1 49. +4065. 11.19 49. +4167. 11.18 49. +4190. 11.1 49. +4255. 11.17 49. +4290. 11.26 49. +4370. 11.38 49. +4464. 11.14 49. +4498. 11.14 49. +4566. 11.17 49. +4604. 11.2 49. +4678. 11.22 49. +4735. 11.24 49. +4785. 11.29 49. +4825. 11.44 49. +4914. 11.43 49. +5000. 11.36 49. +5067. 11.38 49. +5145. 11.36 49. +5206. 11.4 49. +5263. 11.42 49. +5341. 11.44 98. +5440. 11.47 98. +5504. 11.48 98. +5556. 11.52 98. +5630. 11.53 98. +5710. 11.54 98. +5775. 11.58 98. +5840. 11.58 98. +5910. 11.61 98. +5980. 11.66 98. +6056. 11.69 98. +6140. 11.68 98. +6220. 11.71 98. +6290. 11.74 98. +6365. 11.75 98. +6436. 11.78 98. +6473. 11.81 98. +6530. 11.93 98. +6600. 11.93 98. +6670. 11.88 98. +6740. 11.82 98. +6790. 11.81 98. +6850. 11.84 98. +6975. 11.91 98. +7055. 11.92 98. +7100. 11.9 98. +7150. 11.91 98. +7220. 11.93 98. +7270. 11.95 98. +7365. 12. 98. +7460. 12.03 98. +7550. 12.05 98. +7580. 12.06 98. +7725. 12.12 98. +7780. 12.1 98. +7820. 12.08 98. +7910. 12.07 98. +8000. 12.13 98. +8090. 12.2 98. +8210. 12.14 98. +8260. 12.14 98. +8370. 12.17 98. +8400. 12.15 40. +8480. 12.21 40. +8560. 12.22 40. +8640. 12.20 40. +8720. 12.22 40. +8800. 12.34 40. +8880. 12.32 40. +8960. 12.31 40. +9040. 12.27 40. +9120. 12.30 40. +9200. 12.37 40. +9280. 12.40 40. +9360. 12.28 40. +9440. 12.41 40. +9520. 12.43 40. +9600. 12.41 40. +9680. 12.35 40. +9760. 12.35 40. +9840. 12.45 40. +9920. 12.50 40. +10000. 12.50 40. +10080. 12.50 40. +10160. 12.44 40. +10240. 12.52 40. +10320. 12.45 40. +10400. 12.41 40. +10480. 12.50 40. +10560. 12.56 40. +10640. 12.59 40. + +# Fluxes redward of 8400A from Oke, ApJ Suppl Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/redcal/wolf485a.dat b/noao/lib/onedstds/redcal/wolf485a.dat new file mode 100644 index 00000000..38948e4d --- /dev/null +++ b/noao/lib/onedstds/redcal/wolf485a.dat @@ -0,0 +1,40 @@ +# WOLF 485A +3350. 12.497 49. +3400. 12.505 49. +3450. 12.495 49. +3500. 12.48 49. +3571. 12.459 49. +3636. 12.465 49. +3704. 12.479 49. +3862. 12.528 49. +4036. 12.284 49. +4167. 12.241 49. +4255. 12.171 49. +4464. 12.075 49. +4566. 12.052 49. +4785. 12.276 49. +5000. 12.183 49. +5263. 12.174 49. +5556. 12.224 98. +5840. 12.278 98. +6056. 12.267 98. +6436. 12.445 98. +6790. 12.484 98. +7100. 12.53 98. +7550. 12.68 98. +7780. 12.686 98. +8090. 12.688 98. +8370. 12.72 98. +8440. 12.71 160. +8600. 12.74 160. +8760. 12.79 160. +8920. 12.84 160. +9080. 12.85 160. +9240. 12.86 160. +9400. 12.99 160. +9560. 12.90 160. +9720. 12.92 160. +9880. 12.97 160. + +# Fluxes redward of 8440A from Oke, ApJ Suppl. Series No. 236, Vol. 27, +# 21, 1974. diff --git a/noao/lib/onedstds/spec16cal/hr1544.dat b/noao/lib/onedstds/spec16cal/hr1544.dat new file mode 100644 index 00000000..bf4f62e0 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr1544.dat @@ -0,0 +1,448 @@ +# HR 1544 +3300 5.566 16 +3316 5.557 16 +3332 5.562 16 +3348 5.549 16 +3364 5.551 16 +3380 5.543 16 +3396 5.532 16 +3412 5.525 16 +3428 5.526 16 +3444 5.529 16 +3460 5.532 16 +3476 5.524 16 +3492 5.526 16 +3508 5.513 16 +3524 5.49 16 +3540 5.481 16 +3556 5.483 16 +3572 5.479 16 +3588 5.469 16 +3604 5.456 16 +3620 5.442 16 +3636 5.426 16 +3652 5.414 16 +3668 5.406 16 +3684 5.382 16 +3700 5.322 16 +3716 5.22 16 +3732 5.106 16 +3748 4.986 16 +3764 4.859 16 +3780 4.703 16 +3796 4.696 16 +3812 4.488 16 +3828 4.645 16 +3844 4.418 16 +3860 4.263 16 +3876 4.484 16 +3892 4.525 16 +3908 4.223 16 +3924 4.181 16 +3940 4.234 16 +3956 4.452 16 +3972 4.562 16 +3988 4.224 16 +4004 4.121 16 +4020 4.101 16 +4036 4.094 16 +4052 4.106 16 +4068 4.155 16 +4084 4.355 16 +4100 4.587 16 +4116 4.303 16 +4132 4.139 16 +4148 4.1 16 +4164 4.11 16 +4180 4.116 16 +4196 4.115 16 +4212 4.121 16 +4228 4.134 16 +4244 4.14 16 +4260 4.142 16 +4276 4.154 16 +4292 4.183 16 +4308 4.238 16 +4324 4.431 16 +4340 4.653 16 +4356 4.369 16 +4372 4.215 16 +4388 4.195 16 +4404 4.184 16 +4420 4.177 16 +4436 4.178 16 +4452 4.19 16 +4468 4.198 16 +4484 4.202 16 +4500 4.189 16 +4516 4.194 16 +4532 4.198 16 +4548 4.206 16 +4564 4.201 16 +4580 4.203 16 +4596 4.199 16 +4612 4.196 16 +4628 4.201 16 +4644 4.197 16 +4660 4.202 16 +4676 4.206 16 +4692 4.206 16 +4708 4.213 16 +4724 4.213 16 +4740 4.219 16 +4756 4.225 16 +4772 4.235 16 +4788 4.231 16 +4804 4.239 16 +4820 4.259 16 +4836 4.335 16 +4852 4.595 16 +4868 4.661 16 +4884 4.372 16 +4900 4.278 16 +4916 4.263 16 +4932 4.26 16 +4948 4.255 16 +4964 4.258 16 +4980 4.265 16 +4996 4.272 16 +5012 4.287 16 +5028 4.289 16 +5044 4.292 16 +5060 4.291 16 +5076 4.294 16 +5092 4.291 16 +5108 4.291 16 +5124 4.295 16 +5140 4.299 16 +5156 4.307 16 +5172 4.321 16 +5188 4.317 16 +5204 4.312 16 +5220 4.314 16 +5236 4.32 16 +5252 4.318 16 +5268 4.329 16 +5284 4.327 16 +5300 4.318 16 +5316 4.33 16 +5332 4.334 16 +5348 4.326 16 +5364 4.325 16 +5380 4.329 16 +5396 4.331 16 +5412 4.337 16 +5428 4.342 16 +5444 4.336 16 +5460 4.337 16 +5476 4.341 16 +5492 4.343 16 +5508 4.346 16 +5524 4.352 16 +5540 4.354 16 +5556 4.353 16 +5572 4.357 16 +5588 4.361 16 +5604 4.365 16 +5620 4.367 16 +5636 4.371 16 +5652 4.375 16 +5668 4.384 16 +5684 4.386 16 +5700 4.389 16 +5716 4.394 16 +5732 4.396 16 +5748 4.4 16 +5764 4.403 16 +5780 4.402 16 +5796 4.402 16 +5812 4.399 16 +5828 4.397 16 +5844 4.396 16 +5860 4.403 16 +5876 4.411 16 +5892 4.427 16 +5908 4.426 16 +5924 4.421 16 +5940 4.429 16 +5956 4.433 16 +5972 4.432 16 +5988 4.435 16 +6004 4.438 16 +6020 4.44 16 +6036 4.443 16 +6052 4.442 16 +6068 4.444 16 +6084 4.447 16 +6100 4.449 16 +6116 4.453 16 +6132 4.455 16 +6148 4.465 16 +6164 4.469 16 +6180 4.459 16 +6196 4.462 16 +6212 4.466 16 +6228 4.475 16 +6244 4.483 16 +6260 4.482 16 +6276 4.504 16 +6292 4.507 16 +6308 4.502 16 +6324 4.497 16 +6340 4.501 16 +6356 4.501 16 +6372 4.501 16 +6388 4.498 16 +6404 4.501 16 +6420 4.506 16 +6436 4.506 16 +6452 4.514 16 +6468 4.522 16 +6484 4.527 16 +6500 4.529 16 +6516 4.539 16 +6532 4.568 16 +6548 4.680 16 +6564 4.824 16 +6580 4.671 16 +6596 4.569 16 +6612 4.543 16 +6628 4.537 16 +6644 4.535 16 +6660 4.535 16 +6676 4.538 16 +6692 4.537 16 +6708 4.538 16 +6724 4.540 16 +6740 4.541 16 +6756 4.545 16 +6772 4.546 16 +6788 4.551 16 +6804 4.554 16 +6820 4.555 16 +6836 4.559 16 +6852 4.577 16 +6868 4.720 16 +6884 4.719 16 +6900 4.677 16 +6916 4.629 16 +6932 4.608 16 +6948 4.603 16 +6964 4.594 16 +6980 4.593 16 +6996 4.605 16 +7012 4.608 16 +7028 4.606 16 +7044 4.605 16 +7060 4.608 16 +7076 4.607 16 +7092 4.611 16 +7108 4.615 16 +7124 4.619 16 +7140 4.622 16 +7156 4.635 16 +7172 4.687 16 +7188 4.730 16 +7204 4.707 16 +7220 4.668 16 +7236 4.701 16 +7252 4.707 16 +7268 4.700 16 +7284 4.699 16 +7300 4.696 16 +7316 4.685 16 +7332 4.666 16 +7348 4.664 16 +7364 4.666 16 +7380 4.662 16 +7396 4.663 16 +7412 4.663 16 +7428 4.664 16 +7444 4.666 16 +7460 4.668 16 +7476 4.671 16 +7492 4.669 16 +7508 4.668 16 +7524 4.671 16 +7540 4.673 16 +7556 4.677 16 +7572 4.686 16 +7588 4.873 16 +7604 5.585 16 +7620 5.317 16 +7636 5.269 16 +7652 5.013 16 +7668 4.818 16 +7684 4.734 16 +7700 4.706 16 +7716 4.699 16 +7732 4.697 16 +7748 4.699 16 +7764 4.714 16 +7780 4.730 16 +7796 4.708 16 +7812 4.707 16 +7828 4.709 16 +7844 4.711 16 +7860 4.715 16 +7876 4.723 16 +7892 4.732 16 +7908 4.729 16 +7924 4.729 16 +7940 4.729 16 +7956 4.735 16 +7972 4.734 16 +7988 4.735 16 +8004 4.740 16 +8020 4.743 16 +8036 4.744 16 +8052 4.744 16 +8068 4.745 16 +8084 4.748 16 +8100 4.754 16 +8116 4.766 16 +8132 4.793 16 +8148 4.826 16 +8164 4.854 16 +8180 4.849 16 +8196 4.834 16 +8212 4.818 16 +8228 4.878 16 +8244 4.830 16 +8260 4.813 16 +8276 4.828 16 +8292 4.830 16 +8308 4.820 16 +8324 4.826 16 +8340 4.815 16 +8356 4.804 16 +8372 4.802 16 +8388 4.801 16 +8404 4.800 16 +8420 4.804 16 +8436 4.812 16 +8452 4.819 16 +8468 4.815 16 +8484 4.797 16 +8500 4.830 16 +8516 4.802 16 +8532 4.805 16 +8548 4.862 16 +8564 4.787 16 +8580 4.781 16 +8596 4.874 16 +8612 4.827 16 +8628 4.746 16 +8644 4.767 16 +8660 4.896 16 +8676 4.886 16 +8692 4.764 16 +8708 4.727 16 +8724 4.753 16 +8740 4.872 16 +8756 4.950 16 +8772 4.806 16 +8788 4.725 16 +8804 4.713 16 +8820 4.721 16 +8836 4.763 16 +8852 4.893 16 +8868 4.992 16 +8884 4.841 16 +8900 4.752 16 +8916 4.737 16 +8932 4.738 16 +8948 4.759 16 +8964 4.807 16 +8980 4.863 16 +8996 4.975 16 +9012 5.117 16 +9028 5.027 16 +9044 4.844 16 +9060 4.837 16 +9076 4.868 16 +9092 4.868 16 +9108 4.844 16 +9124 4.840 16 +9140 4.850 16 +9156 4.854 16 +9172 4.857 16 +9188 4.856 16 +9204 4.889 16 +9220 5.048 16 +9236 5.115 16 +9252 4.963 16 +9268 4.898 16 +9284 4.914 16 +9300 4.994 16 +9316 5.149 16 +9332 5.278 16 +9348 5.330 16 +9364 5.274 16 +9380 5.215 16 +9396 5.026 16 +9412 5.055 16 +9428 5.153 16 +9444 5.187 16 +9460 5.164 16 +9476 5.136 16 +9492 5.152 16 +9508 5.133 16 +9524 5.225 16 +9540 5.336 16 +9556 5.366 16 +9572 5.162 16 +9588 5.114 16 +9604 5.061 16 +9620 5.038 16 +9636 5.018 16 +9652 4.996 16 +9668 4.962 16 +9684 4.903 16 +9700 4.889 16 +9716 4.895 16 +9732 4.919 16 +9748 4.936 16 +9764 4.931 16 +9780 4.912 16 +9796 4.914 16 +9812 4.886 16 +9828 4.885 16 +9844 4.877 16 +9860 4.865 16 +9876 4.854 16 +9892 4.864 16 +9908 4.853 16 +9924 4.856 16 +9940 4.862 16 +9956 4.852 16 +9972 4.865 16 +9988 4.877 16 +10004 4.890 16 +10020 4.934 16 +10036 5.033 16 +10052 5.127 16 +10068 5.006 16 +10084 4.908 16 +10100 4.891 16 +10116 4.888 16 +10132 4.874 16 +10148 4.860 16 +10164 4.866 16 +10180 4.864 16 +10196 4.877 16 +10212 4.860 16 +10228 4.875 16 +10244 4.877 16 +10260 4.874 16 +10276 4.861 16 +10292 4.871 16 +10308 4.877 16 +10324 4.929 16 +10340 4.956 16 +10356 4.946 16 +10372 4.969 16 +10388 4.931 16 +10404 4.927 16 +10420 4.974 16 +10436 4.947 16 diff --git a/noao/lib/onedstds/spec16cal/hr1544blue.dat b/noao/lib/onedstds/spec16cal/hr1544blue.dat new file mode 100644 index 00000000..1f1d7c7e --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr1544blue.dat @@ -0,0 +1,268 @@ +# HR 1544 +3300 5.577 16 +3316 5.568 16 +3332 5.573 16 +3348 5.560 16 +3364 5.562 16 +3380 5.554 16 +3396 5.543 16 +3412 5.536 16 +3428 5.537 16 +3444 5.540 16 +3460 5.543 16 +3476 5.535 16 +3492 5.537 16 +3508 5.524 16 +3524 5.501 16 +3540 5.492 16 +3556 5.494 16 +3572 5.490 16 +3588 5.480 16 +3604 5.467 16 +3620 5.453 16 +3636 5.437 16 +3652 5.425 16 +3668 5.417 16 +3684 5.393 16 +3700 5.333 16 +3716 5.231 16 +3732 5.117 16 +3748 4.997 16 +3764 4.870 16 +3780 4.714 16 +3796 4.707 16 +3812 4.499 16 +3828 4.656 16 +3844 4.429 16 +3860 4.274 16 +3876 4.495 16 +3892 4.536 16 +3908 4.234 16 +3924 4.192 16 +3940 4.245 16 +3956 4.463 16 +3972 4.573 16 +3988 4.235 16 +4004 4.132 16 +4020 4.112 16 +4036 4.105 16 +4052 4.117 16 +4068 4.166 16 +4084 4.366 16 +4100 4.598 16 +4116 4.314 16 +4132 4.150 16 +4148 4.111 16 +4164 4.121 16 +4180 4.127 16 +4196 4.126 16 +4212 4.132 16 +4228 4.145 16 +4244 4.151 16 +4260 4.153 16 +4276 4.165 16 +4292 4.194 16 +4308 4.249 16 +4324 4.442 16 +4340 4.664 16 +4356 4.380 16 +4372 4.226 16 +4388 4.206 16 +4404 4.195 16 +4420 4.188 16 +4436 4.189 16 +4452 4.201 16 +4468 4.209 16 +4484 4.213 16 +4500 4.200 16 +4516 4.205 16 +4532 4.209 16 +4548 4.217 16 +4564 4.212 16 +4580 4.214 16 +4596 4.210 16 +4612 4.207 16 +4628 4.212 16 +4644 4.208 16 +4660 4.213 16 +4676 4.217 16 +4692 4.217 16 +4708 4.224 16 +4724 4.224 16 +4740 4.230 16 +4756 4.236 16 +4772 4.246 16 +4788 4.242 16 +4804 4.250 16 +4820 4.270 16 +4836 4.346 16 +4852 4.606 16 +4868 4.672 16 +4884 4.383 16 +4900 4.289 16 +4916 4.274 16 +4932 4.271 16 +4948 4.266 16 +4964 4.269 16 +4980 4.276 16 +4996 4.283 16 +5012 4.298 16 +5028 4.300 16 +5044 4.303 16 +5060 4.302 16 +5076 4.305 16 +5092 4.302 16 +5108 4.302 16 +5124 4.306 16 +5140 4.310 16 +5156 4.318 16 +5172 4.332 16 +5188 4.328 16 +5204 4.323 16 +5220 4.325 16 +5236 4.331 16 +5252 4.329 16 +5268 4.340 16 +5284 4.338 16 +5300 4.329 16 +5316 4.341 16 +5332 4.345 16 +5348 4.337 16 +5364 4.336 16 +5380 4.340 16 +5396 4.342 16 +5412 4.348 16 +5428 4.353 16 +5444 4.347 16 +5460 4.348 16 +5476 4.352 16 +5492 4.354 16 +5508 4.357 16 +5524 4.363 16 +5540 4.365 16 +5556 4.364 16 +5572 4.368 16 +5588 4.372 16 +5604 4.376 16 +5620 4.378 16 +5636 4.382 16 +5652 4.386 16 +5668 4.395 16 +5684 4.397 16 +5700 4.400 16 +5716 4.405 16 +5732 4.407 16 +5748 4.411 16 +5764 4.414 16 +5780 4.413 16 +5796 4.413 16 +5812 4.410 16 +5828 4.408 16 +5844 4.407 16 +5860 4.414 16 +5876 4.422 16 +5892 4.438 16 +5908 4.437 16 +5924 4.432 16 +5940 4.440 16 +5956 4.444 16 +5972 4.443 16 +5988 4.446 16 +6004 4.449 16 +6020 4.451 16 +6036 4.454 16 +6052 4.453 16 +6068 4.455 16 +6084 4.458 16 +6100 4.460 16 +6116 4.464 16 +6132 4.466 16 +6148 4.476 16 +6164 4.480 16 +6180 4.470 16 +6196 4.473 16 +6212 4.477 16 +6228 4.486 16 +6244 4.494 16 +6260 4.493 16 +6276 4.515 16 +6292 4.518 16 +6308 4.513 16 +6324 4.508 16 +6340 4.512 16 +6356 4.512 16 +6372 4.512 16 +6388 4.509 16 +6404 4.512 16 +6420 4.517 16 +6436 4.517 16 +6452 4.525 16 +6468 4.533 16 +6484 4.538 16 +6500 4.539 16 +6516 4.548 16 +6532 4.575 16 +6548 4.683 16 +6564 4.837 16 +6580 4.688 16 +6596 4.581 16 +6612 4.553 16 +6628 4.548 16 +6644 4.545 16 +6660 4.546 16 +6676 4.549 16 +6692 4.548 16 +6708 4.549 16 +6724 4.550 16 +6740 4.551 16 +6756 4.556 16 +6772 4.556 16 +6788 4.562 16 +6804 4.565 16 +6820 4.566 16 +6836 4.569 16 +6852 4.584 16 +6868 4.726 16 +6884 4.731 16 +6900 4.689 16 +6916 4.641 16 +6932 4.619 16 +6948 4.614 16 +6964 4.605 16 +6980 4.602 16 +6996 4.616 16 +7012 4.619 16 +7028 4.617 16 +7044 4.614 16 +7060 4.617 16 +7076 4.615 16 +7092 4.621 16 +7108 4.622 16 +7124 4.628 16 +7140 4.631 16 +7156 4.642 16 +7172 4.701 16 +7188 4.749 16 +7204 4.726 16 +7220 4.680 16 +7236 4.716 16 +7252 4.725 16 +7268 4.715 16 +7284 4.716 16 +7300 4.712 16 +7316 4.699 16 +7332 4.679 16 +7348 4.678 16 +7364 4.679 16 +7380 4.675 16 +7396 4.676 16 +7412 4.677 16 +7428 4.678 16 +7444 4.681 16 +7460 4.682 16 +7476 4.686 16 +7492 4.682 16 +7508 4.688 16 +7524 4.685 16 +7540 4.681 16 +7556 4.687 16 diff --git a/noao/lib/onedstds/spec16cal/hr1544red.dat b/noao/lib/onedstds/spec16cal/hr1544red.dat new file mode 100644 index 00000000..a0a90575 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr1544red.dat @@ -0,0 +1,278 @@ +# HR 1544 +6020 4.441 16 +6036 4.442 16 +6052 4.446 16 +6068 4.446 16 +6084 4.447 16 +6100 4.447 16 +6116 4.454 16 +6132 4.459 16 +6148 4.471 16 +6164 4.473 16 +6180 4.469 16 +6196 4.471 16 +6212 4.473 16 +6228 4.482 16 +6244 4.489 16 +6260 4.495 16 +6276 4.511 16 +6292 4.514 16 +6308 4.508 16 +6324 4.500 16 +6340 4.502 16 +6356 4.506 16 +6372 4.507 16 +6388 4.499 16 +6404 4.509 16 +6420 4.508 16 +6436 4.511 16 +6452 4.519 16 +6468 4.522 16 +6484 4.525 16 +6500 4.529 16 +6516 4.540 16 +6532 4.571 16 +6548 4.687 16 +6564 4.821 16 +6580 4.664 16 +6596 4.568 16 +6612 4.543 16 +6628 4.537 16 +6644 4.535 16 +6660 4.535 16 +6676 4.538 16 +6692 4.536 16 +6708 4.538 16 +6724 4.541 16 +6740 4.542 16 +6756 4.545 16 +6772 4.546 16 +6788 4.550 16 +6804 4.553 16 +6820 4.554 16 +6836 4.559 16 +6852 4.580 16 +6868 4.724 16 +6884 4.717 16 +6900 4.676 16 +6916 4.628 16 +6932 4.607 16 +6948 4.602 16 +6964 4.594 16 +6980 4.594 16 +6996 4.605 16 +7012 4.607 16 +7028 4.606 16 +7044 4.606 16 +7060 4.609 16 +7076 4.609 16 +7092 4.612 16 +7108 4.618 16 +7124 4.621 16 +7140 4.623 16 +7156 4.639 16 +7172 4.684 16 +7188 4.721 16 +7204 4.698 16 +7220 4.666 16 +7236 4.697 16 +7252 4.699 16 +7268 4.695 16 +7284 4.692 16 +7300 4.690 16 +7316 4.681 16 +7332 4.664 16 +7348 4.660 16 +7364 4.663 16 +7380 4.659 16 +7396 4.660 16 +7412 4.660 16 +7428 4.661 16 +7444 4.662 16 +7460 4.664 16 +7476 4.667 16 +7492 4.667 16 +7508 4.668 16 +7524 4.671 16 +7540 4.673 16 +7556 4.677 16 +7572 4.686 16 +7588 4.873 16 +7604 5.585 16 +7620 5.317 16 +7636 5.269 16 +7652 5.013 16 +7668 4.818 16 +7684 4.734 16 +7700 4.706 16 +7716 4.699 16 +7732 4.697 16 +7748 4.699 16 +7764 4.714 16 +7780 4.730 16 +7796 4.708 16 +7812 4.707 16 +7828 4.709 16 +7844 4.711 16 +7860 4.715 16 +7876 4.723 16 +7892 4.732 16 +7908 4.729 16 +7924 4.729 16 +7940 4.729 16 +7956 4.735 16 +7972 4.734 16 +7988 4.735 16 +8004 4.740 16 +8020 4.743 16 +8036 4.744 16 +8052 4.744 16 +8068 4.745 16 +8084 4.748 16 +8100 4.754 16 +8116 4.766 16 +8132 4.793 16 +8148 4.826 16 +8164 4.854 16 +8180 4.849 16 +8196 4.834 16 +8212 4.818 16 +8228 4.878 16 +8244 4.830 16 +8260 4.813 16 +8276 4.828 16 +8292 4.830 16 +8308 4.820 16 +8324 4.826 16 +8340 4.815 16 +8356 4.804 16 +8372 4.802 16 +8388 4.801 16 +8404 4.800 16 +8420 4.804 16 +8436 4.812 16 +8452 4.819 16 +8468 4.815 16 +8484 4.797 16 +8500 4.830 16 +8516 4.802 16 +8532 4.805 16 +8548 4.862 16 +8564 4.787 16 +8580 4.781 16 +8596 4.874 16 +8612 4.827 16 +8628 4.746 16 +8644 4.767 16 +8660 4.896 16 +8676 4.886 16 +8692 4.764 16 +8708 4.727 16 +8724 4.753 16 +8740 4.872 16 +8756 4.950 16 +8772 4.806 16 +8788 4.725 16 +8804 4.713 16 +8820 4.721 16 +8836 4.763 16 +8852 4.893 16 +8868 4.992 16 +8884 4.841 16 +8900 4.752 16 +8916 4.737 16 +8932 4.738 16 +8948 4.759 16 +8964 4.807 16 +8980 4.863 16 +8996 4.975 16 +9012 5.117 16 +9028 5.027 16 +9044 4.844 16 +9060 4.837 16 +9076 4.868 16 +9092 4.868 16 +9108 4.844 16 +9124 4.840 16 +9140 4.850 16 +9156 4.854 16 +9172 4.857 16 +9188 4.856 16 +9204 4.889 16 +9220 5.048 16 +9236 5.115 16 +9252 4.963 16 +9268 4.898 16 +9284 4.914 16 +9300 4.994 16 +9316 5.149 16 +9332 5.278 16 +9348 5.330 16 +9364 5.274 16 +9380 5.215 16 +9396 5.026 16 +9412 5.055 16 +9428 5.153 16 +9444 5.187 16 +9460 5.164 16 +9476 5.136 16 +9492 5.152 16 +9508 5.133 16 +9524 5.225 16 +9540 5.336 16 +9556 5.366 16 +9572 5.162 16 +9588 5.114 16 +9604 5.061 16 +9620 5.038 16 +9636 5.018 16 +9652 4.996 16 +9668 4.962 16 +9684 4.903 16 +9700 4.889 16 +9716 4.895 16 +9732 4.919 16 +9748 4.936 16 +9764 4.931 16 +9780 4.912 16 +9796 4.914 16 +9812 4.886 16 +9828 4.885 16 +9844 4.877 16 +9860 4.865 16 +9876 4.854 16 +9892 4.864 16 +9908 4.853 16 +9924 4.856 16 +9940 4.862 16 +9956 4.852 16 +9972 4.865 16 +9988 4.877 16 +10004 4.890 16 +10020 4.934 16 +10036 5.033 16 +10052 5.127 16 +10068 5.006 16 +10084 4.908 16 +10100 4.891 16 +10116 4.888 16 +10132 4.874 16 +10148 4.860 16 +10164 4.866 16 +10180 4.864 16 +10196 4.877 16 +10212 4.860 16 +10228 4.875 16 +10244 4.877 16 +10260 4.874 16 +10276 4.861 16 +10292 4.871 16 +10308 4.877 16 +10324 4.929 16 +10340 4.956 16 +10356 4.946 16 +10372 4.969 16 +10388 4.931 16 +10404 4.927 16 +10420 4.974 16 +10436 4.947 16 diff --git a/noao/lib/onedstds/spec16cal/hr3454.dat b/noao/lib/onedstds/spec16cal/hr3454.dat new file mode 100644 index 00000000..9a0eb3d5 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr3454.dat @@ -0,0 +1,442 @@ +# HR 3454 +3300 4.127 16 +3316 4.126 16 +3332 4.129 16 +3348 4.133 16 +3364 4.144 16 +3380 4.142 16 +3396 4.152 16 +3412 4.156 16 +3428 4.166 16 +3444 4.174 16 +3460 4.179 16 +3476 4.186 16 +3492 4.191 16 +3508 4.194 16 +3524 4.199 16 +3540 4.196 16 +3556 4.196 16 +3572 4.196 16 +3588 4.206 16 +3604 4.194 16 +3620 4.196 16 +3636 4.193 16 +3652 4.195 16 +3668 4.194 16 +3684 4.202 16 +3700 4.205 16 +3716 4.184 16 +3732 4.144 16 +3748 4.095 16 +3764 4.056 16 +3780 3.989 16 +3796 4.02 16 +3812 3.926 16 +3828 4.006 16 +3844 3.892 16 +3860 3.82 16 +3876 3.94 16 +3892 3.963 16 +3908 3.82 16 +3924 3.811 16 +3940 3.818 16 +3956 3.939 16 +3972 4.022 16 +3988 3.859 16 +4004 3.853 16 +4020 3.88 16 +4036 3.843 16 +4052 3.833 16 +4068 3.85 16 +4084 3.94 16 +4100 4.081 16 +4116 3.931 16 +4132 3.897 16 +4148 3.889 16 +4164 3.877 16 +4180 3.879 16 +4196 3.885 16 +4212 3.889 16 +4228 3.9 16 +4244 3.909 16 +4260 3.924 16 +4276 3.927 16 +4292 3.936 16 +4308 3.955 16 +4324 4.049 16 +4340 4.185 16 +4356 4.028 16 +4372 3.986 16 +4388 4 16 +4404 3.979 16 +4420 3.982 16 +4436 3.995 16 +4452 4.01 16 +4468 4.058 16 +4484 4.022 16 +4500 4.009 16 +4516 4.014 16 +4532 4.016 16 +4548 4.024 16 +4564 4.031 16 +4580 4.03 16 +4596 4.04 16 +4612 4.047 16 +4628 4.055 16 +4644 4.058 16 +4660 4.059 16 +4676 4.067 16 +4692 4.074 16 +4708 4.081 16 +4724 4.081 16 +4740 4.085 16 +4756 4.091 16 +4772 4.103 16 +4788 4.108 16 +4804 4.112 16 +4820 4.111 16 +4836 4.137 16 +4852 4.278 16 +4868 4.315 16 +4884 4.155 16 +4900 4.136 16 +4916 4.157 16 +4932 4.153 16 +4948 4.141 16 +4964 4.147 16 +4980 4.154 16 +4996 4.168 16 +5012 4.186 16 +5028 4.185 16 +5044 4.194 16 +5060 4.194 16 +5076 4.197 16 +5092 4.199 16 +5108 4.206 16 +5124 4.211 16 +5140 4.214 16 +5156 4.218 16 +5172 4.22 16 +5188 4.224 16 +5204 4.23 16 +5220 4.231 16 +5236 4.235 16 +5252 4.241 16 +5268 4.247 16 +5284 4.25 16 +5300 4.254 16 +5316 4.259 16 +5332 4.262 16 +5348 4.268 16 +5364 4.269 16 +5380 4.275 16 +5396 4.278 16 +5412 4.284 16 +5428 4.29 16 +5444 4.294 16 +5460 4.297 16 +5476 4.302 16 +5492 4.306 16 +5508 4.308 16 +5524 4.314 16 +5540 4.319 16 +5556 4.324 16 +5572 4.326 16 +5588 4.33 16 +5604 4.338 16 +5620 4.344 16 +5636 4.351 16 +5652 4.359 16 +5668 4.365 16 +5684 4.372 16 +5700 4.376 16 +5716 4.378 16 +5732 4.387 16 +5748 4.389 16 +5764 4.394 16 +5780 4.394 16 +5796 4.394 16 +5812 4.395 16 +5828 4.395 16 +5844 4.396 16 +5860 4.405 16 +5876 4.443 16 +5892 4.433 16 +5908 4.425 16 +5924 4.434 16 +5940 4.44 16 +5956 4.444 16 +5972 4.442 16 +5988 4.443 16 +6004 4.45 16 +6020 4.455 16 +6036 4.457 16 +6052 4.462 16 +6068 4.464 16 +6084 4.469 16 +6100 4.475 16 +6116 4.478 16 +6132 4.475 16 +6148 4.489 16 +6164 4.489 16 +6180 4.492 16 +6196 4.495 16 +6212 4.5 16 +6228 4.503 16 +6244 4.508 16 +6260 4.516 16 +6276 4.541 16 +6292 4.543 16 +6308 4.537 16 +6324 4.534 16 +6340 4.54 16 +6356 4.541 16 +6372 4.544 16 +6388 4.543 16 +6404 4.547 16 +6420 4.547 16 +6436 4.547 16 +6452 4.549 16 +6468 4.556 16 +6484 4.567 16 +6500 4.566 16 +6516 4.574 16 +6532 4.583 16 +6548 4.646 16 +6564 4.770 16 +6580 4.641 16 +6596 4.595 16 +6612 4.591 16 +6628 4.591 16 +6644 4.593 16 +6660 4.598 16 +6676 4.620 16 +6692 4.606 16 +6708 4.605 16 +6724 4.608 16 +6740 4.613 16 +6756 4.616 16 +6772 4.622 16 +6788 4.628 16 +6804 4.631 16 +6820 4.634 16 +6836 4.637 16 +6852 4.653 16 +6868 4.801 16 +6884 4.799 16 +6900 4.764 16 +6916 4.714 16 +6932 4.697 16 +6948 4.690 16 +6964 4.682 16 +6980 4.682 16 +6996 4.692 16 +7012 4.696 16 +7028 4.699 16 +7044 4.700 16 +7060 4.713 16 +7076 4.710 16 +7092 4.707 16 +7108 4.709 16 +7124 4.717 16 +7140 4.720 16 +7156 4.736 16 +7172 4.789 16 +7188 4.828 16 +7204 4.808 16 +7220 4.771 16 +7236 4.812 16 +7252 4.814 16 +7268 4.810 16 +7284 4.814 16 +7300 4.807 16 +7316 4.796 16 +7332 4.782 16 +7348 4.779 16 +7364 4.782 16 +7380 4.781 16 +7396 4.782 16 +7412 4.784 16 +7428 4.786 16 +7444 4.790 16 +7460 4.791 16 +7476 4.796 16 +7492 4.796 16 +7508 4.798 16 +7524 4.804 16 +7540 4.809 16 +7556 4.812 16 +7572 4.820 16 +7588 5.009 16 +7604 5.756 16 +7620 5.426 16 +7636 5.402 16 +7652 5.140 16 +7668 4.951 16 +7684 4.875 16 +7700 4.848 16 +7716 4.841 16 +7732 4.842 16 +7748 4.845 16 +7764 4.851 16 +7780 4.858 16 +7796 4.854 16 +7812 4.859 16 +7828 4.860 16 +7844 4.861 16 +7860 4.867 16 +7876 4.875 16 +7892 4.884 16 +7908 4.883 16 +7924 4.883 16 +7940 4.882 16 +7956 4.891 16 +7972 4.893 16 +7988 4.894 16 +8004 4.900 16 +8020 4.904 16 +8036 4.906 16 +8052 4.905 16 +8068 4.910 16 +8084 4.915 16 +8100 4.920 16 +8116 4.932 16 +8132 4.961 16 +8148 4.995 16 +8164 5.023 16 +8180 5.016 16 +8196 4.998 16 +8212 4.980 16 +8228 5.050 16 +8244 4.992 16 +8260 4.986 16 +8276 5.007 16 +8292 5.006 16 +8308 5.000 16 +8324 5.001 16 +8340 4.990 16 +8356 4.987 16 +8372 4.989 16 +8388 4.989 16 +8404 4.989 16 +8420 4.988 16 +8436 4.996 16 +8452 4.998 16 +8468 5.002 16 +8484 4.999 16 +8500 5.015 16 +8516 5.003 16 +8532 5.013 16 +8548 5.037 16 +8564 5.004 16 +8580 5.013 16 +8596 5.061 16 +8612 5.028 16 +8628 4.992 16 +8644 5.012 16 +8660 5.085 16 +8676 5.065 16 +8692 5.006 16 +8708 4.994 16 +8724 5.011 16 +8740 5.090 16 +8756 5.128 16 +8772 5.046 16 +8788 5.008 16 +8804 5.002 16 +8820 5.009 16 +8836 5.031 16 +8852 5.126 16 +8868 5.177 16 +8884 5.074 16 +8900 5.035 16 +8916 5.032 16 +8932 5.041 16 +8948 5.068 16 +8964 5.113 16 +8980 5.158 16 +8996 5.236 16 +9012 5.331 16 +9028 5.235 16 +9044 5.113 16 +9060 5.123 16 +9076 5.162 16 +9092 5.157 16 +9108 5.148 16 +9124 5.154 16 +9140 5.170 16 +9156 5.181 16 +9172 5.175 16 +9188 5.156 16 +9204 5.166 16 +9220 5.278 16 +9236 5.322 16 +9252 5.204 16 +9268 5.179 16 +9284 5.235 16 +9300 5.331 16 +9316 5.493 16 +9332 5.624 16 +9348 5.668 16 +9364 5.611 16 +9380 5.549 16 +9396 5.342 16 +9412 5.370 16 +9428 5.488 16 +9444 5.526 16 +9460 5.512 16 +9476 5.478 16 +9492 5.496 16 +9508 5.459 16 +9524 5.541 16 +9540 5.606 16 +9556 5.618 16 +9572 5.456 16 +9588 5.452 16 +9604 5.393 16 +9620 5.383 16 +9636 5.368 16 +9652 5.337 16 +9668 5.312 16 +9684 5.257 16 +9700 5.249 16 +9716 5.257 16 +9732 5.281 16 +9748 5.298 16 +9764 5.287 16 +9780 5.266 16 +9796 5.273 16 +9812 5.245 16 +9828 5.245 16 +9844 5.231 16 +9860 5.221 16 +9876 5.222 16 +9892 5.216 16 +9908 5.219 16 +9924 5.214 16 +9940 5.223 16 +9956 5.228 16 +9972 5.216 16 +9988 5.229 16 +10004 5.232 16 +10020 5.266 16 +10036 5.333 16 +10052 5.420 16 +10068 5.311 16 +10084 5.259 16 +10100 5.254 16 +10116 5.231 16 +10132 5.229 16 +10148 5.246 16 +10164 5.248 16 +10180 5.241 16 +10196 5.238 16 +10212 5.244 16 +10228 5.230 16 +10244 5.226 16 +10260 5.259 16 +10276 5.260 16 +10292 5.256 16 +10308 5.295 16 +10324 5.305 16 +10340 5.328 16 diff --git a/noao/lib/onedstds/spec16cal/hr3454blue.dat b/noao/lib/onedstds/spec16cal/hr3454blue.dat new file mode 100644 index 00000000..543bbea3 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr3454blue.dat @@ -0,0 +1,268 @@ +# HR 3454 +3300 4.116 16 +3316 4.115 16 +3332 4.118 16 +3348 4.122 16 +3364 4.133 16 +3380 4.131 16 +3396 4.141 16 +3412 4.145 16 +3428 4.155 16 +3444 4.163 16 +3460 4.168 16 +3476 4.175 16 +3492 4.180 16 +3508 4.183 16 +3524 4.188 16 +3540 4.185 16 +3556 4.185 16 +3572 4.185 16 +3588 4.195 16 +3604 4.183 16 +3620 4.185 16 +3636 4.182 16 +3652 4.184 16 +3668 4.183 16 +3684 4.191 16 +3700 4.194 16 +3716 4.173 16 +3732 4.133 16 +3748 4.084 16 +3764 4.045 16 +3780 3.978 16 +3796 4.009 16 +3812 3.915 16 +3828 3.995 16 +3844 3.881 16 +3860 3.809 16 +3876 3.929 16 +3892 3.952 16 +3908 3.809 16 +3924 3.800 16 +3940 3.807 16 +3956 3.928 16 +3972 4.011 16 +3988 3.848 16 +4004 3.842 16 +4020 3.869 16 +4036 3.832 16 +4052 3.822 16 +4068 3.839 16 +4084 3.929 16 +4100 4.070 16 +4116 3.920 16 +4132 3.886 16 +4148 3.878 16 +4164 3.866 16 +4180 3.868 16 +4196 3.874 16 +4212 3.878 16 +4228 3.889 16 +4244 3.898 16 +4260 3.913 16 +4276 3.916 16 +4292 3.925 16 +4308 3.944 16 +4324 4.038 16 +4340 4.174 16 +4356 4.017 16 +4372 3.975 16 +4388 3.989 16 +4404 3.968 16 +4420 3.971 16 +4436 3.984 16 +4452 3.999 16 +4468 4.047 16 +4484 4.011 16 +4500 3.998 16 +4516 4.003 16 +4532 4.005 16 +4548 4.013 16 +4564 4.020 16 +4580 4.019 16 +4596 4.029 16 +4612 4.036 16 +4628 4.044 16 +4644 4.047 16 +4660 4.048 16 +4676 4.056 16 +4692 4.063 16 +4708 4.070 16 +4724 4.070 16 +4740 4.074 16 +4756 4.080 16 +4772 4.092 16 +4788 4.097 16 +4804 4.101 16 +4820 4.100 16 +4836 4.126 16 +4852 4.267 16 +4868 4.304 16 +4884 4.144 16 +4900 4.125 16 +4916 4.146 16 +4932 4.142 16 +4948 4.130 16 +4964 4.136 16 +4980 4.143 16 +4996 4.157 16 +5012 4.175 16 +5028 4.174 16 +5044 4.183 16 +5060 4.183 16 +5076 4.186 16 +5092 4.188 16 +5108 4.195 16 +5124 4.200 16 +5140 4.203 16 +5156 4.207 16 +5172 4.209 16 +5188 4.213 16 +5204 4.219 16 +5220 4.220 16 +5236 4.224 16 +5252 4.230 16 +5268 4.236 16 +5284 4.239 16 +5300 4.243 16 +5316 4.248 16 +5332 4.251 16 +5348 4.257 16 +5364 4.258 16 +5380 4.264 16 +5396 4.267 16 +5412 4.273 16 +5428 4.279 16 +5444 4.283 16 +5460 4.286 16 +5476 4.291 16 +5492 4.295 16 +5508 4.297 16 +5524 4.303 16 +5540 4.308 16 +5556 4.313 16 +5572 4.315 16 +5588 4.319 16 +5604 4.327 16 +5620 4.333 16 +5636 4.340 16 +5652 4.348 16 +5668 4.354 16 +5684 4.361 16 +5700 4.365 16 +5716 4.367 16 +5732 4.376 16 +5748 4.378 16 +5764 4.383 16 +5780 4.383 16 +5796 4.383 16 +5812 4.384 16 +5828 4.384 16 +5844 4.385 16 +5860 4.394 16 +5876 4.432 16 +5892 4.422 16 +5908 4.414 16 +5924 4.423 16 +5940 4.429 16 +5956 4.433 16 +5972 4.431 16 +5988 4.432 16 +6004 4.439 16 +6020 4.444 16 +6036 4.446 16 +6052 4.451 16 +6068 4.453 16 +6084 4.458 16 +6100 4.464 16 +6116 4.467 16 +6132 4.464 16 +6148 4.478 16 +6164 4.478 16 +6180 4.481 16 +6196 4.484 16 +6212 4.489 16 +6228 4.492 16 +6244 4.497 16 +6260 4.505 16 +6276 4.530 16 +6292 4.532 16 +6308 4.526 16 +6324 4.523 16 +6340 4.529 16 +6356 4.530 16 +6372 4.533 16 +6388 4.532 16 +6404 4.536 16 +6420 4.536 16 +6436 4.536 16 +6452 4.538 16 +6468 4.545 16 +6484 4.556 16 +6500 4.555 16 +6516 4.562 16 +6532 4.572 16 +6548 4.630 16 +6564 4.758 16 +6580 4.634 16 +6596 4.585 16 +6612 4.579 16 +6628 4.578 16 +6644 4.581 16 +6660 4.585 16 +6676 4.607 16 +6692 4.595 16 +6708 4.594 16 +6724 4.596 16 +6740 4.601 16 +6756 4.604 16 +6772 4.612 16 +6788 4.620 16 +6804 4.622 16 +6820 4.625 16 +6836 4.627 16 +6852 4.639 16 +6868 4.782 16 +6884 4.792 16 +6900 4.755 16 +6916 4.706 16 +6932 4.690 16 +6948 4.682 16 +6964 4.673 16 +6980 4.671 16 +6996 4.682 16 +7012 4.687 16 +7028 4.689 16 +7044 4.688 16 +7060 4.701 16 +7076 4.698 16 +7092 4.694 16 +7108 4.696 16 +7124 4.704 16 +7140 4.707 16 +7156 4.723 16 +7172 4.779 16 +7188 4.823 16 +7204 4.803 16 +7220 4.761 16 +7236 4.803 16 +7252 4.808 16 +7268 4.802 16 +7284 4.807 16 +7300 4.800 16 +7316 4.787 16 +7332 4.772 16 +7348 4.768 16 +7364 4.772 16 +7380 4.770 16 +7396 4.772 16 +7412 4.773 16 +7428 4.775 16 +7444 4.781 16 +7460 4.779 16 +7476 4.787 16 +7492 4.785 16 +7508 4.791 16 +7524 4.792 16 +7540 4.789 16 +7556 4.797 16 diff --git a/noao/lib/onedstds/spec16cal/hr3454red.dat b/noao/lib/onedstds/spec16cal/hr3454red.dat new file mode 100644 index 00000000..5d253dd1 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr3454red.dat @@ -0,0 +1,247 @@ +# HR 3454 +6420 4.543 16 +6436 4.548 16 +6452 4.552 16 +6468 4.562 16 +6484 4.566 16 +6500 4.566 16 +6516 4.574 16 +6532 4.583 16 +6548 4.651 16 +6564 4.770 16 +6580 4.637 16 +6596 4.593 16 +6612 4.591 16 +6628 4.593 16 +6644 4.594 16 +6660 4.600 16 +6676 4.622 16 +6692 4.606 16 +6708 4.605 16 +6724 4.608 16 +6740 4.613 16 +6756 4.616 16 +6772 4.621 16 +6788 4.625 16 +6804 4.628 16 +6820 4.631 16 +6836 4.636 16 +6852 4.656 16 +6868 4.808 16 +6884 4.795 16 +6900 4.761 16 +6916 4.711 16 +6932 4.693 16 +6948 4.687 16 +6964 4.679 16 +6980 4.682 16 +6996 4.691 16 +7012 4.694 16 +7028 4.697 16 +7044 4.701 16 +7060 4.713 16 +7076 4.711 16 +7092 4.709 16 +7108 4.711 16 +7124 4.718 16 +7140 4.721 16 +7156 4.737 16 +7172 4.787 16 +7188 4.822 16 +7204 4.802 16 +7220 4.769 16 +7236 4.810 16 +7252 4.808 16 +7268 4.807 16 +7284 4.809 16 +7300 4.803 16 +7316 4.793 16 +7332 4.780 16 +7348 4.778 16 +7364 4.781 16 +7380 4.781 16 +7396 4.781 16 +7412 4.783 16 +7428 4.785 16 +7444 4.787 16 +7460 4.792 16 +7476 4.794 16 +7492 4.796 16 +7508 4.798 16 +7524 4.804 16 +7540 4.809 16 +7556 4.812 16 +7572 4.820 16 +7588 5.009 16 +7604 5.756 16 +7620 5.426 16 +7636 5.402 16 +7652 5.140 16 +7668 4.951 16 +7684 4.875 16 +7700 4.848 16 +7716 4.841 16 +7732 4.842 16 +7748 4.845 16 +7764 4.851 16 +7780 4.858 16 +7796 4.854 16 +7812 4.859 16 +7828 4.860 16 +7844 4.861 16 +7860 4.867 16 +7876 4.875 16 +7892 4.884 16 +7908 4.883 16 +7924 4.883 16 +7940 4.882 16 +7956 4.891 16 +7972 4.893 16 +7988 4.894 16 +8004 4.900 16 +8020 4.904 16 +8036 4.906 16 +8052 4.905 16 +8068 4.910 16 +8084 4.915 16 +8100 4.920 16 +8116 4.932 16 +8132 4.961 16 +8148 4.995 16 +8164 5.023 16 +8180 5.016 16 +8196 4.998 16 +8212 4.980 16 +8228 5.050 16 +8244 4.992 16 +8260 4.986 16 +8276 5.007 16 +8292 5.006 16 +8308 5.000 16 +8324 5.001 16 +8340 4.990 16 +8356 4.987 16 +8372 4.989 16 +8388 4.989 16 +8404 4.989 16 +8420 4.988 16 +8436 4.996 16 +8452 4.998 16 +8468 5.002 16 +8484 4.999 16 +8500 5.015 16 +8516 5.003 16 +8532 5.013 16 +8548 5.037 16 +8564 5.004 16 +8580 5.013 16 +8596 5.061 16 +8612 5.028 16 +8628 4.992 16 +8644 5.012 16 +8660 5.085 16 +8676 5.065 16 +8692 5.006 16 +8708 4.994 16 +8724 5.011 16 +8740 5.090 16 +8756 5.128 16 +8772 5.046 16 +8788 5.008 16 +8804 5.002 16 +8820 5.009 16 +8836 5.031 16 +8852 5.126 16 +8868 5.177 16 +8884 5.074 16 +8900 5.035 16 +8916 5.032 16 +8932 5.041 16 +8948 5.068 16 +8964 5.113 16 +8980 5.158 16 +8996 5.236 16 +9012 5.331 16 +9028 5.235 16 +9044 5.113 16 +9060 5.123 16 +9076 5.162 16 +9092 5.157 16 +9108 5.148 16 +9124 5.154 16 +9140 5.170 16 +9156 5.181 16 +9172 5.175 16 +9188 5.156 16 +9204 5.166 16 +9220 5.278 16 +9236 5.322 16 +9252 5.204 16 +9268 5.179 16 +9284 5.235 16 +9300 5.331 16 +9316 5.493 16 +9332 5.624 16 +9348 5.668 16 +9364 5.611 16 +9380 5.549 16 +9396 5.342 16 +9412 5.370 16 +9428 5.488 16 +9444 5.526 16 +9460 5.512 16 +9476 5.478 16 +9492 5.496 16 +9508 5.459 16 +9524 5.541 16 +9540 5.606 16 +9556 5.618 16 +9572 5.456 16 +9588 5.452 16 +9604 5.393 16 +9620 5.383 16 +9636 5.368 16 +9652 5.337 16 +9668 5.312 16 +9684 5.257 16 +9700 5.249 16 +9716 5.257 16 +9732 5.281 16 +9748 5.298 16 +9764 5.287 16 +9780 5.266 16 +9796 5.273 16 +9812 5.245 16 +9828 5.245 16 +9844 5.231 16 +9860 5.221 16 +9876 5.222 16 +9892 5.216 16 +9908 5.219 16 +9924 5.214 16 +9940 5.223 16 +9956 5.228 16 +9972 5.216 16 +9988 5.229 16 +10004 5.232 16 +10020 5.266 16 +10036 5.333 16 +10052 5.420 16 +10068 5.311 16 +10084 5.259 16 +10100 5.254 16 +10116 5.231 16 +10132 5.229 16 +10148 5.246 16 +10164 5.248 16 +10180 5.241 16 +10196 5.238 16 +10212 5.244 16 +10228 5.230 16 +10244 5.226 16 +10260 5.259 16 +10276 5.260 16 +10292 5.256 16 +10308 5.295 16 +10324 5.305 16 +10340 5.328 16 diff --git a/noao/lib/onedstds/spec16cal/hr4468.dat b/noao/lib/onedstds/spec16cal/hr4468.dat new file mode 100644 index 00000000..7fd8d6b2 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr4468.dat @@ -0,0 +1,440 @@ +# HR 4468 +3300 5.542 16 +3316 5.535 16 +3332 5.537 16 +3348 5.522 16 +3364 5.524 16 +3380 5.516 16 +3396 5.516 16 +3412 5.514 16 +3428 5.523 16 +3444 5.525 16 +3460 5.524 16 +3476 5.524 16 +3492 5.524 16 +3508 5.516 16 +3524 5.506 16 +3540 5.497 16 +3556 5.494 16 +3572 5.493 16 +3588 5.485 16 +3604 5.479 16 +3620 5.47 16 +3636 5.463 16 +3652 5.458 16 +3668 5.455 16 +3684 5.449 16 +3700 5.412 16 +3716 5.335 16 +3732 5.226 16 +3748 5.106 16 +3764 4.994 16 +3780 4.84 16 +3796 4.84 16 +3812 4.632 16 +3828 4.786 16 +3844 4.604 16 +3860 4.438 16 +3876 4.646 16 +3892 4.714 16 +3908 4.413 16 +3924 4.358 16 +3940 4.399 16 +3956 4.628 16 +3972 4.755 16 +3988 4.436 16 +4004 4.346 16 +4020 4.337 16 +4036 4.334 16 +4052 4.342 16 +4068 4.382 16 +4084 4.56 16 +4100 4.811 16 +4116 4.537 16 +4132 4.402 16 +4148 4.369 16 +4164 4.371 16 +4180 4.372 16 +4196 4.371 16 +4212 4.379 16 +4228 4.382 16 +4244 4.393 16 +4260 4.403 16 +4276 4.411 16 +4292 4.424 16 +4308 4.467 16 +4324 4.644 16 +4340 4.89 16 +4356 4.599 16 +4372 4.471 16 +4388 4.456 16 +4404 4.447 16 +4420 4.446 16 +4436 4.449 16 +4452 4.456 16 +4468 4.477 16 +4484 4.482 16 +4500 4.473 16 +4516 4.477 16 +4532 4.478 16 +4548 4.487 16 +4564 4.488 16 +4580 4.492 16 +4596 4.49 16 +4612 4.494 16 +4628 4.503 16 +4644 4.501 16 +4660 4.506 16 +4676 4.509 16 +4692 4.513 16 +4708 4.518 16 +4724 4.524 16 +4740 4.53 16 +4756 4.532 16 +4772 4.54 16 +4788 4.544 16 +4804 4.55 16 +4820 4.567 16 +4836 4.628 16 +4852 4.897 16 +4868 4.946 16 +4884 4.649 16 +4900 4.579 16 +4916 4.573 16 +4932 4.569 16 +4948 4.568 16 +4964 4.57 16 +4980 4.573 16 +4996 4.585 16 +5012 4.593 16 +5028 4.6 16 +5044 4.6 16 +5060 4.603 16 +5076 4.601 16 +5092 4.602 16 +5108 4.604 16 +5124 4.606 16 +5140 4.614 16 +5156 4.623 16 +5172 4.633 16 +5188 4.634 16 +5204 4.633 16 +5220 4.638 16 +5236 4.644 16 +5252 4.646 16 +5268 4.655 16 +5284 4.655 16 +5300 4.656 16 +5316 4.667 16 +5332 4.665 16 +5348 4.663 16 +5364 4.665 16 +5380 4.668 16 +5396 4.673 16 +5412 4.676 16 +5428 4.681 16 +5444 4.682 16 +5460 4.685 16 +5476 4.689 16 +5492 4.691 16 +5508 4.696 16 +5524 4.695 16 +5540 4.7 16 +5556 4.702 16 +5572 4.705 16 +5588 4.708 16 +5604 4.712 16 +5620 4.714 16 +5636 4.72 16 +5652 4.728 16 +5668 4.734 16 +5684 4.737 16 +5700 4.743 16 +5716 4.745 16 +5732 4.753 16 +5748 4.758 16 +5764 4.76 16 +5780 4.763 16 +5796 4.762 16 +5812 4.762 16 +5828 4.76 16 +5844 4.762 16 +5860 4.766 16 +5876 4.778 16 +5892 4.787 16 +5908 4.784 16 +5924 4.786 16 +5940 4.79 16 +5956 4.798 16 +5972 4.8 16 +5988 4.8 16 +6004 4.803 16 +6020 4.803 16 +6036 4.808 16 +6052 4.812 16 +6068 4.815 16 +6084 4.818 16 +6100 4.82 16 +6116 4.823 16 +6132 4.826 16 +6148 4.835 16 +6164 4.839 16 +6180 4.835 16 +6196 4.838 16 +6212 4.842 16 +6228 4.849 16 +6244 4.856 16 +6260 4.858 16 +6276 4.877 16 +6292 4.882 16 +6308 4.879 16 +6324 4.874 16 +6340 4.877 16 +6356 4.88 16 +6372 4.88 16 +6388 4.878 16 +6404 4.879 16 +6420 4.882 16 +6436 4.886 16 +6452 4.891 16 +6468 4.896 16 +6484 4.903 16 +6500 4.905 16 +6516 4.918 16 +6532 4.945 16 +6548 5.080 16 +6564 5.265 16 +6580 5.040 16 +6596 4.945 16 +6612 4.928 16 +6628 4.924 16 +6644 4.922 16 +6660 4.924 16 +6676 4.927 16 +6692 4.927 16 +6708 4.928 16 +6724 4.931 16 +6740 4.935 16 +6756 4.940 16 +6772 4.942 16 +6788 4.947 16 +6804 4.951 16 +6820 4.954 16 +6836 4.957 16 +6852 4.976 16 +6868 5.116 16 +6884 5.116 16 +6900 5.078 16 +6916 5.029 16 +6932 5.009 16 +6948 5.005 16 +6964 4.996 16 +6980 4.997 16 +6996 5.006 16 +7012 5.009 16 +7028 5.009 16 +7044 5.010 16 +7060 5.012 16 +7076 5.012 16 +7092 5.015 16 +7108 5.018 16 +7124 5.021 16 +7140 5.028 16 +7156 5.042 16 +7172 5.091 16 +7188 5.132 16 +7204 5.112 16 +7220 5.070 16 +7236 5.108 16 +7252 5.112 16 +7268 5.108 16 +7284 5.106 16 +7300 5.102 16 +7316 5.093 16 +7332 5.075 16 +7348 5.075 16 +7364 5.076 16 +7380 5.075 16 +7396 5.076 16 +7412 5.077 16 +7428 5.078 16 +7444 5.081 16 +7460 5.083 16 +7476 5.088 16 +7492 5.087 16 +7508 5.089 16 +7524 5.093 16 +7540 5.095 16 +7556 5.097 16 +7572 5.105 16 +7588 5.293 16 +7604 6.028 16 +7620 5.706 16 +7636 5.679 16 +7652 5.418 16 +7668 5.232 16 +7684 5.156 16 +7700 5.130 16 +7716 5.124 16 +7732 5.120 16 +7748 5.123 16 +7764 5.141 16 +7780 5.150 16 +7796 5.133 16 +7812 5.135 16 +7828 5.139 16 +7844 5.141 16 +7860 5.147 16 +7876 5.155 16 +7892 5.164 16 +7908 5.162 16 +7924 5.161 16 +7940 5.160 16 +7956 5.171 16 +7972 5.169 16 +7988 5.169 16 +8004 5.177 16 +8020 5.179 16 +8036 5.182 16 +8052 5.180 16 +8068 5.182 16 +8084 5.187 16 +8100 5.194 16 +8116 5.203 16 +8132 5.235 16 +8148 5.274 16 +8164 5.303 16 +8180 5.296 16 +8196 5.269 16 +8212 5.258 16 +8228 5.332 16 +8244 5.268 16 +8260 5.255 16 +8276 5.274 16 +8292 5.280 16 +8308 5.264 16 +8324 5.268 16 +8340 5.255 16 +8356 5.251 16 +8372 5.248 16 +8388 5.247 16 +8404 5.249 16 +8420 5.250 16 +8436 5.263 16 +8452 5.265 16 +8468 5.262 16 +8484 5.247 16 +8500 5.284 16 +8516 5.247 16 +8532 5.266 16 +8548 5.308 16 +8564 5.229 16 +8580 5.242 16 +8596 5.338 16 +8612 5.261 16 +8628 5.191 16 +8644 5.231 16 +8660 5.374 16 +8676 5.323 16 +8692 5.200 16 +8708 5.172 16 +8724 5.213 16 +8740 5.356 16 +8756 5.401 16 +8772 5.242 16 +8788 5.172 16 +8804 5.161 16 +8820 5.175 16 +8836 5.229 16 +8852 5.390 16 +8868 5.454 16 +8884 5.276 16 +8900 5.199 16 +8916 5.185 16 +8932 5.194 16 +8948 5.221 16 +8964 5.278 16 +8980 5.337 16 +8996 5.471 16 +9012 5.624 16 +9028 5.474 16 +9044 5.295 16 +9060 5.288 16 +9076 5.328 16 +9092 5.322 16 +9108 5.303 16 +9124 5.308 16 +9140 5.321 16 +9156 5.330 16 +9172 5.332 16 +9188 5.327 16 +9204 5.370 16 +9220 5.559 16 +9236 5.576 16 +9252 5.412 16 +9268 5.356 16 +9284 5.396 16 +9300 5.491 16 +9316 5.659 16 +9332 5.800 16 +9348 5.844 16 +9364 5.785 16 +9380 5.724 16 +9396 5.510 16 +9412 5.543 16 +9428 5.652 16 +9444 5.689 16 +9460 5.666 16 +9476 5.636 16 +9492 5.660 16 +9508 5.632 16 +9524 5.755 16 +9540 5.882 16 +9556 5.858 16 +9572 5.639 16 +9588 5.616 16 +9604 5.550 16 +9620 5.533 16 +9636 5.508 16 +9652 5.483 16 +9668 5.448 16 +9684 5.385 16 +9700 5.366 16 +9716 5.374 16 +9732 5.414 16 +9748 5.429 16 +9764 5.410 16 +9780 5.392 16 +9796 5.397 16 +9812 5.366 16 +9828 5.369 16 +9844 5.353 16 +9860 5.349 16 +9876 5.348 16 +9892 5.350 16 +9908 5.342 16 +9924 5.343 16 +9940 5.340 16 +9956 5.345 16 +9972 5.348 16 +9988 5.351 16 +10004 5.373 16 +10020 5.424 16 +10036 5.564 16 +10052 5.660 16 +10068 5.487 16 +10084 5.400 16 +10100 5.380 16 +10116 5.364 16 +10132 5.349 16 +10148 5.350 16 +10164 5.351 16 +10180 5.358 16 +10196 5.354 16 +10212 5.369 16 +10228 5.372 16 +10244 5.359 16 +10260 5.365 16 +10276 5.355 16 +10292 5.369 16 +10308 5.388 16 diff --git a/noao/lib/onedstds/spec16cal/hr4468blue.dat b/noao/lib/onedstds/spec16cal/hr4468blue.dat new file mode 100644 index 00000000..db7ca774 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr4468blue.dat @@ -0,0 +1,268 @@ +# HR 4468 +3300 5.537 16 +3316 5.530 16 +3332 5.532 16 +3348 5.517 16 +3364 5.519 16 +3380 5.511 16 +3396 5.511 16 +3412 5.509 16 +3428 5.518 16 +3444 5.520 16 +3460 5.519 16 +3476 5.519 16 +3492 5.519 16 +3508 5.511 16 +3524 5.501 16 +3540 5.492 16 +3556 5.489 16 +3572 5.488 16 +3588 5.480 16 +3604 5.474 16 +3620 5.465 16 +3636 5.458 16 +3652 5.453 16 +3668 5.450 16 +3684 5.444 16 +3700 5.407 16 +3716 5.330 16 +3732 5.221 16 +3748 5.101 16 +3764 4.989 16 +3780 4.835 16 +3796 4.835 16 +3812 4.627 16 +3828 4.781 16 +3844 4.599 16 +3860 4.433 16 +3876 4.641 16 +3892 4.709 16 +3908 4.408 16 +3924 4.353 16 +3940 4.394 16 +3956 4.623 16 +3972 4.750 16 +3988 4.431 16 +4004 4.341 16 +4020 4.332 16 +4036 4.329 16 +4052 4.337 16 +4068 4.377 16 +4084 4.555 16 +4100 4.806 16 +4116 4.532 16 +4132 4.397 16 +4148 4.364 16 +4164 4.366 16 +4180 4.367 16 +4196 4.366 16 +4212 4.374 16 +4228 4.377 16 +4244 4.388 16 +4260 4.398 16 +4276 4.406 16 +4292 4.419 16 +4308 4.462 16 +4324 4.639 16 +4340 4.885 16 +4356 4.594 16 +4372 4.466 16 +4388 4.451 16 +4404 4.442 16 +4420 4.441 16 +4436 4.444 16 +4452 4.451 16 +4468 4.472 16 +4484 4.477 16 +4500 4.468 16 +4516 4.472 16 +4532 4.473 16 +4548 4.482 16 +4564 4.483 16 +4580 4.487 16 +4596 4.485 16 +4612 4.489 16 +4628 4.498 16 +4644 4.496 16 +4660 4.501 16 +4676 4.504 16 +4692 4.508 16 +4708 4.513 16 +4724 4.519 16 +4740 4.525 16 +4756 4.527 16 +4772 4.535 16 +4788 4.539 16 +4804 4.545 16 +4820 4.562 16 +4836 4.623 16 +4852 4.892 16 +4868 4.941 16 +4884 4.644 16 +4900 4.574 16 +4916 4.568 16 +4932 4.564 16 +4948 4.563 16 +4964 4.565 16 +4980 4.568 16 +4996 4.580 16 +5012 4.588 16 +5028 4.595 16 +5044 4.595 16 +5060 4.598 16 +5076 4.596 16 +5092 4.597 16 +5108 4.599 16 +5124 4.601 16 +5140 4.609 16 +5156 4.618 16 +5172 4.628 16 +5188 4.629 16 +5204 4.628 16 +5220 4.633 16 +5236 4.639 16 +5252 4.641 16 +5268 4.650 16 +5284 4.650 16 +5300 4.651 16 +5316 4.662 16 +5332 4.660 16 +5348 4.658 16 +5364 4.660 16 +5380 4.663 16 +5396 4.668 16 +5412 4.671 16 +5428 4.676 16 +5444 4.677 16 +5460 4.680 16 +5476 4.684 16 +5492 4.686 16 +5508 4.691 16 +5524 4.690 16 +5540 4.695 16 +5556 4.697 16 +5572 4.700 16 +5588 4.703 16 +5604 4.707 16 +5620 4.709 16 +5636 4.715 16 +5652 4.723 16 +5668 4.729 16 +5684 4.732 16 +5700 4.738 16 +5716 4.740 16 +5732 4.748 16 +5748 4.753 16 +5764 4.755 16 +5780 4.758 16 +5796 4.757 16 +5812 4.757 16 +5828 4.755 16 +5844 4.757 16 +5860 4.761 16 +5876 4.773 16 +5892 4.782 16 +5908 4.779 16 +5924 4.781 16 +5940 4.785 16 +5956 4.793 16 +5972 4.795 16 +5988 4.795 16 +6004 4.798 16 +6020 4.798 16 +6036 4.803 16 +6052 4.807 16 +6068 4.810 16 +6084 4.813 16 +6100 4.815 16 +6116 4.818 16 +6132 4.821 16 +6148 4.830 16 +6164 4.834 16 +6180 4.830 16 +6196 4.833 16 +6212 4.837 16 +6228 4.844 16 +6244 4.851 16 +6260 4.853 16 +6276 4.872 16 +6292 4.877 16 +6308 4.874 16 +6324 4.869 16 +6340 4.872 16 +6356 4.875 16 +6372 4.875 16 +6388 4.873 16 +6404 4.874 16 +6420 4.877 16 +6436 4.881 16 +6452 4.886 16 +6468 4.891 16 +6484 4.898 16 +6500 4.897 16 +6516 4.908 16 +6532 4.934 16 +6548 5.063 16 +6564 5.257 16 +6580 5.046 16 +6596 4.940 16 +6612 4.922 16 +6628 4.918 16 +6644 4.916 16 +6660 4.917 16 +6676 4.921 16 +6692 4.920 16 +6708 4.922 16 +6724 4.924 16 +6740 4.930 16 +6756 4.935 16 +6772 4.936 16 +6788 4.942 16 +6804 4.948 16 +6820 4.951 16 +6836 4.953 16 +6852 4.972 16 +6868 5.101 16 +6884 5.114 16 +6900 5.073 16 +6916 5.026 16 +6932 5.001 16 +6948 4.998 16 +6964 4.990 16 +6980 4.992 16 +6996 4.999 16 +7012 5.002 16 +7028 5.001 16 +7044 5.001 16 +7060 5.004 16 +7076 5.005 16 +7092 5.006 16 +7108 5.009 16 +7124 5.013 16 +7140 5.019 16 +7156 5.031 16 +7172 5.078 16 +7188 5.119 16 +7204 5.103 16 +7220 5.058 16 +7236 5.096 16 +7252 5.102 16 +7268 5.098 16 +7284 5.098 16 +7300 5.094 16 +7316 5.084 16 +7332 5.066 16 +7348 5.068 16 +7364 5.067 16 +7380 5.070 16 +7396 5.072 16 +7412 5.074 16 +7428 5.074 16 +7444 5.078 16 +7460 5.079 16 +7476 5.086 16 +7492 5.083 16 +7508 5.090 16 +7524 5.089 16 +7540 5.085 16 +7556 5.092 16 diff --git a/noao/lib/onedstds/spec16cal/hr4468red.dat b/noao/lib/onedstds/spec16cal/hr4468red.dat new file mode 100644 index 00000000..073b6177 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr4468red.dat @@ -0,0 +1,245 @@ +# HR 4468 +6420 4.880 16 +6436 4.888 16 +6452 4.897 16 +6468 4.901 16 +6484 4.906 16 +6500 4.908 16 +6516 4.922 16 +6532 4.950 16 +6548 5.092 16 +6564 5.268 16 +6580 5.028 16 +6596 4.944 16 +6612 4.928 16 +6628 4.925 16 +6644 4.923 16 +6660 4.925 16 +6676 4.928 16 +6692 4.928 16 +6708 4.929 16 +6724 4.933 16 +6740 4.934 16 +6756 4.939 16 +6772 4.942 16 +6788 4.946 16 +6804 4.948 16 +6820 4.951 16 +6836 4.956 16 +6852 4.975 16 +6868 5.125 16 +6884 5.112 16 +6900 5.077 16 +6916 5.027 16 +6932 5.011 16 +6948 5.006 16 +6964 4.996 16 +6980 4.996 16 +6996 5.008 16 +7012 5.010 16 +7028 5.011 16 +7044 5.013 16 +7060 5.015 16 +7076 5.013 16 +7092 5.018 16 +7108 5.022 16 +7124 5.024 16 +7140 5.031 16 +7156 5.047 16 +7172 5.099 16 +7188 5.139 16 +7204 5.115 16 +7220 5.077 16 +7236 5.115 16 +7252 5.116 16 +7268 5.113 16 +7284 5.108 16 +7300 5.105 16 +7316 5.097 16 +7332 5.078 16 +7348 5.077 16 +7364 5.079 16 +7380 5.075 16 +7396 5.075 16 +7412 5.075 16 +7428 5.076 16 +7444 5.078 16 +7460 5.082 16 +7476 5.084 16 +7492 5.086 16 +7508 5.089 16 +7524 5.093 16 +7540 5.095 16 +7556 5.097 16 +7572 5.105 16 +7588 5.293 16 +7604 6.028 16 +7620 5.706 16 +7636 5.679 16 +7652 5.418 16 +7668 5.232 16 +7684 5.156 16 +7700 5.130 16 +7716 5.124 16 +7732 5.120 16 +7748 5.123 16 +7764 5.141 16 +7780 5.150 16 +7796 5.133 16 +7812 5.135 16 +7828 5.139 16 +7844 5.141 16 +7860 5.147 16 +7876 5.155 16 +7892 5.164 16 +7908 5.162 16 +7924 5.161 16 +7940 5.160 16 +7956 5.171 16 +7972 5.169 16 +7988 5.169 16 +8004 5.177 16 +8020 5.179 16 +8036 5.182 16 +8052 5.180 16 +8068 5.182 16 +8084 5.187 16 +8100 5.194 16 +8116 5.203 16 +8132 5.235 16 +8148 5.274 16 +8164 5.303 16 +8180 5.296 16 +8196 5.269 16 +8212 5.258 16 +8228 5.332 16 +8244 5.268 16 +8260 5.255 16 +8276 5.274 16 +8292 5.280 16 +8308 5.264 16 +8324 5.268 16 +8340 5.255 16 +8356 5.251 16 +8372 5.248 16 +8388 5.247 16 +8404 5.249 16 +8420 5.250 16 +8436 5.263 16 +8452 5.265 16 +8468 5.262 16 +8484 5.247 16 +8500 5.284 16 +8516 5.247 16 +8532 5.266 16 +8548 5.308 16 +8564 5.229 16 +8580 5.242 16 +8596 5.338 16 +8612 5.261 16 +8628 5.191 16 +8644 5.231 16 +8660 5.374 16 +8676 5.323 16 +8692 5.200 16 +8708 5.172 16 +8724 5.213 16 +8740 5.356 16 +8756 5.401 16 +8772 5.242 16 +8788 5.172 16 +8804 5.161 16 +8820 5.175 16 +8836 5.229 16 +8852 5.390 16 +8868 5.454 16 +8884 5.276 16 +8900 5.199 16 +8916 5.185 16 +8932 5.194 16 +8948 5.221 16 +8964 5.278 16 +8980 5.337 16 +8996 5.471 16 +9012 5.624 16 +9028 5.474 16 +9044 5.295 16 +9060 5.288 16 +9076 5.328 16 +9092 5.322 16 +9108 5.303 16 +9124 5.308 16 +9140 5.321 16 +9156 5.330 16 +9172 5.332 16 +9188 5.327 16 +9204 5.370 16 +9220 5.559 16 +9236 5.576 16 +9252 5.412 16 +9268 5.356 16 +9284 5.396 16 +9300 5.491 16 +9316 5.659 16 +9332 5.800 16 +9348 5.844 16 +9364 5.785 16 +9380 5.724 16 +9396 5.510 16 +9412 5.543 16 +9428 5.652 16 +9444 5.689 16 +9460 5.666 16 +9476 5.636 16 +9492 5.660 16 +9508 5.632 16 +9524 5.755 16 +9540 5.882 16 +9556 5.858 16 +9572 5.639 16 +9588 5.616 16 +9604 5.550 16 +9620 5.533 16 +9636 5.508 16 +9652 5.483 16 +9668 5.448 16 +9684 5.385 16 +9700 5.366 16 +9716 5.374 16 +9732 5.414 16 +9748 5.429 16 +9764 5.410 16 +9780 5.392 16 +9796 5.397 16 +9812 5.366 16 +9828 5.369 16 +9844 5.353 16 +9860 5.349 16 +9876 5.348 16 +9892 5.350 16 +9908 5.342 16 +9924 5.343 16 +9940 5.340 16 +9956 5.345 16 +9972 5.348 16 +9988 5.351 16 +10004 5.373 16 +10020 5.424 16 +10036 5.564 16 +10052 5.660 16 +10068 5.487 16 +10084 5.400 16 +10100 5.380 16 +10116 5.364 16 +10132 5.349 16 +10148 5.350 16 +10164 5.351 16 +10180 5.358 16 +10196 5.354 16 +10212 5.369 16 +10228 5.372 16 +10244 5.359 16 +10260 5.365 16 +10276 5.355 16 +10292 5.369 16 +10308 5.388 16 diff --git a/noao/lib/onedstds/spec16cal/hr4963.dat b/noao/lib/onedstds/spec16cal/hr4963.dat new file mode 100644 index 00000000..488addbc --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr4963.dat @@ -0,0 +1,446 @@ +# HR 4963 +3300 5.594 16 +3316 5.586 16 +3332 5.589 16 +3348 5.575 16 +3364 5.564 16 +3380 5.558 16 +3396 5.548 16 +3412 5.543 16 +3428 5.55 16 +3444 5.555 16 +3460 5.547 16 +3476 5.546 16 +3492 5.543 16 +3508 5.528 16 +3524 5.508 16 +3540 5.492 16 +3556 5.493 16 +3572 5.487 16 +3588 5.48 16 +3604 5.469 16 +3620 5.458 16 +3636 5.444 16 +3652 5.432 16 +3668 5.428 16 +3684 5.408 16 +3700 5.353 16 +3716 5.245 16 +3732 5.124 16 +3748 4.989 16 +3764 4.867 16 +3780 4.683 16 +3796 4.676 16 +3812 4.457 16 +3828 4.612 16 +3844 4.407 16 +3860 4.227 16 +3876 4.458 16 +3892 4.519 16 +3908 4.205 16 +3924 4.154 16 +3940 4.195 16 +3956 4.431 16 +3972 4.555 16 +3988 4.214 16 +4004 4.105 16 +4020 4.086 16 +4036 4.078 16 +4052 4.09 16 +4068 4.135 16 +4084 4.327 16 +4100 4.597 16 +4116 4.311 16 +4132 4.157 16 +4148 4.116 16 +4164 4.117 16 +4180 4.122 16 +4196 4.113 16 +4212 4.114 16 +4228 4.119 16 +4244 4.125 16 +4260 4.136 16 +4276 4.143 16 +4292 4.166 16 +4308 4.216 16 +4324 4.407 16 +4340 4.657 16 +4356 4.361 16 +4372 4.208 16 +4388 4.185 16 +4404 4.177 16 +4420 4.172 16 +4436 4.17 16 +4452 4.178 16 +4468 4.187 16 +4484 4.198 16 +4500 4.187 16 +4516 4.192 16 +4532 4.198 16 +4548 4.208 16 +4564 4.205 16 +4580 4.21 16 +4596 4.204 16 +4612 4.203 16 +4628 4.211 16 +4644 4.208 16 +4660 4.215 16 +4676 4.214 16 +4692 4.215 16 +4708 4.227 16 +4724 4.225 16 +4740 4.236 16 +4756 4.237 16 +4772 4.249 16 +4788 4.248 16 +4804 4.258 16 +4820 4.278 16 +4836 4.348 16 +4852 4.627 16 +4868 4.679 16 +4884 4.378 16 +4900 4.292 16 +4916 4.274 16 +4932 4.267 16 +4948 4.262 16 +4964 4.265 16 +4980 4.266 16 +4996 4.275 16 +5012 4.287 16 +5028 4.29 16 +5044 4.29 16 +5060 4.295 16 +5076 4.292 16 +5092 4.294 16 +5108 4.294 16 +5124 4.299 16 +5140 4.302 16 +5156 4.313 16 +5172 4.327 16 +5188 4.327 16 +5204 4.32 16 +5220 4.323 16 +5236 4.332 16 +5252 4.331 16 +5268 4.342 16 +5284 4.339 16 +5300 4.336 16 +5316 4.351 16 +5332 4.351 16 +5348 4.344 16 +5364 4.348 16 +5380 4.347 16 +5396 4.351 16 +5412 4.358 16 +5428 4.359 16 +5444 4.357 16 +5460 4.36 16 +5476 4.363 16 +5492 4.366 16 +5508 4.367 16 +5524 4.368 16 +5540 4.371 16 +5556 4.37 16 +5572 4.374 16 +5588 4.378 16 +5604 4.38 16 +5620 4.384 16 +5636 4.387 16 +5652 4.394 16 +5668 4.4 16 +5684 4.404 16 +5700 4.409 16 +5716 4.41 16 +5732 4.416 16 +5748 4.419 16 +5764 4.422 16 +5780 4.422 16 +5796 4.423 16 +5812 4.42 16 +5828 4.418 16 +5844 4.418 16 +5860 4.42 16 +5876 4.431 16 +5892 4.449 16 +5908 4.442 16 +5924 4.443 16 +5940 4.447 16 +5956 4.452 16 +5972 4.454 16 +5988 4.454 16 +6004 4.455 16 +6020 4.459 16 +6036 4.463 16 +6052 4.464 16 +6068 4.468 16 +6084 4.473 16 +6100 4.473 16 +6116 4.475 16 +6132 4.481 16 +6148 4.49 16 +6164 4.492 16 +6180 4.489 16 +6196 4.488 16 +6212 4.492 16 +6228 4.498 16 +6244 4.507 16 +6260 4.508 16 +6276 4.528 16 +6292 4.533 16 +6308 4.526 16 +6324 4.522 16 +6340 4.525 16 +6356 4.525 16 +6372 4.528 16 +6388 4.524 16 +6404 4.525 16 +6420 4.528 16 +6436 4.533 16 +6452 4.539 16 +6468 4.542 16 +6484 4.549 16 +6500 4.553 16 +6516 4.565 16 +6532 4.595 16 +6548 4.735 16 +6564 4.928 16 +6580 4.696 16 +6596 4.595 16 +6612 4.571 16 +6628 4.563 16 +6644 4.562 16 +6660 4.562 16 +6676 4.563 16 +6692 4.563 16 +6708 4.565 16 +6724 4.568 16 +6740 4.569 16 +6756 4.575 16 +6772 4.576 16 +6788 4.580 16 +6804 4.581 16 +6820 4.585 16 +6836 4.588 16 +6852 4.605 16 +6868 4.750 16 +6884 4.747 16 +6900 4.712 16 +6916 4.662 16 +6932 4.641 16 +6948 4.635 16 +6964 4.625 16 +6980 4.625 16 +6996 4.633 16 +7012 4.635 16 +7028 4.636 16 +7044 4.636 16 +7060 4.637 16 +7076 4.639 16 +7092 4.640 16 +7108 4.644 16 +7124 4.648 16 +7140 4.651 16 +7156 4.666 16 +7172 4.716 16 +7188 4.757 16 +7204 4.736 16 +7220 4.700 16 +7236 4.733 16 +7252 4.736 16 +7268 4.734 16 +7284 4.730 16 +7300 4.725 16 +7316 4.718 16 +7332 4.699 16 +7348 4.696 16 +7364 4.699 16 +7380 4.697 16 +7396 4.696 16 +7412 4.698 16 +7428 4.700 16 +7444 4.703 16 +7460 4.705 16 +7476 4.707 16 +7492 4.706 16 +7508 4.707 16 +7524 4.710 16 +7540 4.711 16 +7556 4.714 16 +7572 4.720 16 +7588 4.910 16 +7604 5.645 16 +7620 5.337 16 +7636 5.321 16 +7652 5.047 16 +7668 4.854 16 +7684 4.773 16 +7700 4.745 16 +7716 4.736 16 +7732 4.734 16 +7748 4.735 16 +7764 4.755 16 +7780 4.764 16 +7796 4.743 16 +7812 4.741 16 +7828 4.745 16 +7844 4.745 16 +7860 4.753 16 +7876 4.761 16 +7892 4.771 16 +7908 4.767 16 +7924 4.768 16 +7940 4.767 16 +7956 4.774 16 +7972 4.774 16 +7988 4.774 16 +8004 4.780 16 +8020 4.780 16 +8036 4.781 16 +8052 4.781 16 +8068 4.783 16 +8084 4.785 16 +8100 4.795 16 +8116 4.809 16 +8132 4.836 16 +8148 4.873 16 +8164 4.902 16 +8180 4.895 16 +8196 4.876 16 +8212 4.859 16 +8228 4.929 16 +8244 4.863 16 +8260 4.855 16 +8276 4.873 16 +8292 4.872 16 +8308 4.862 16 +8324 4.861 16 +8340 4.849 16 +8356 4.842 16 +8372 4.839 16 +8388 4.839 16 +8404 4.838 16 +8420 4.836 16 +8436 4.856 16 +8452 4.850 16 +8468 4.853 16 +8484 4.830 16 +8500 4.882 16 +8516 4.825 16 +8532 4.852 16 +8548 4.906 16 +8564 4.805 16 +8580 4.819 16 +8596 4.931 16 +8612 4.834 16 +8628 4.762 16 +8644 4.804 16 +8660 4.968 16 +8676 4.899 16 +8692 4.771 16 +8708 4.741 16 +8724 4.780 16 +8740 4.931 16 +8756 4.978 16 +8772 4.804 16 +8788 4.739 16 +8804 4.730 16 +8820 4.742 16 +8836 4.794 16 +8852 4.961 16 +8868 5.022 16 +8884 4.839 16 +8900 4.765 16 +8916 4.752 16 +8932 4.758 16 +8948 4.785 16 +8964 4.843 16 +8980 4.907 16 +8996 5.033 16 +9012 5.208 16 +9028 5.034 16 +9044 4.864 16 +9060 4.863 16 +9076 4.898 16 +9092 4.898 16 +9108 4.875 16 +9124 4.880 16 +9140 4.889 16 +9156 4.900 16 +9172 4.901 16 +9188 4.896 16 +9204 4.936 16 +9220 5.126 16 +9236 5.147 16 +9252 4.973 16 +9268 4.923 16 +9284 4.956 16 +9300 5.052 16 +9316 5.219 16 +9332 5.367 16 +9348 5.412 16 +9364 5.361 16 +9380 5.290 16 +9396 5.086 16 +9412 5.120 16 +9428 5.219 16 +9444 5.251 16 +9460 5.238 16 +9476 5.207 16 +9492 5.232 16 +9508 5.192 16 +9524 5.313 16 +9540 5.449 16 +9556 5.424 16 +9572 5.207 16 +9588 5.186 16 +9604 5.115 16 +9620 5.099 16 +9636 5.069 16 +9652 5.041 16 +9668 5.012 16 +9684 4.940 16 +9700 4.932 16 +9716 4.937 16 +9732 4.966 16 +9748 4.979 16 +9764 4.968 16 +9780 4.951 16 +9796 4.956 16 +9812 4.928 16 +9828 4.928 16 +9844 4.919 16 +9860 4.902 16 +9876 4.900 16 +9892 4.903 16 +9908 4.895 16 +9924 4.899 16 +9940 4.904 16 +9956 4.907 16 +9972 4.902 16 +9988 4.914 16 +10004 4.927 16 +10020 4.975 16 +10036 5.103 16 +10052 5.221 16 +10068 5.045 16 +10084 4.969 16 +10100 4.933 16 +10116 4.932 16 +10132 4.923 16 +10148 4.908 16 +10164 4.915 16 +10180 4.910 16 +10196 4.894 16 +10212 4.914 16 +10228 4.924 16 +10244 4.916 16 +10260 4.905 16 +10276 4.904 16 +10292 4.931 16 +10308 4.944 16 +10324 4.949 16 +10340 4.966 16 +10356 4.953 16 +10372 5.052 16 +10388 4.949 16 +10404 4.977 16 diff --git a/noao/lib/onedstds/spec16cal/hr4963blue.dat b/noao/lib/onedstds/spec16cal/hr4963blue.dat new file mode 100644 index 00000000..b720dbf4 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr4963blue.dat @@ -0,0 +1,268 @@ +# HR 4963 +3300 5.592 16 +3316 5.584 16 +3332 5.587 16 +3348 5.573 16 +3364 5.562 16 +3380 5.556 16 +3396 5.546 16 +3412 5.541 16 +3428 5.548 16 +3444 5.553 16 +3460 5.545 16 +3476 5.544 16 +3492 5.541 16 +3508 5.526 16 +3524 5.506 16 +3540 5.490 16 +3556 5.491 16 +3572 5.485 16 +3588 5.478 16 +3604 5.467 16 +3620 5.456 16 +3636 5.442 16 +3652 5.430 16 +3668 5.426 16 +3684 5.406 16 +3700 5.351 16 +3716 5.243 16 +3732 5.122 16 +3748 4.987 16 +3764 4.865 16 +3780 4.681 16 +3796 4.674 16 +3812 4.455 16 +3828 4.610 16 +3844 4.405 16 +3860 4.225 16 +3876 4.456 16 +3892 4.517 16 +3908 4.203 16 +3924 4.152 16 +3940 4.193 16 +3956 4.429 16 +3972 4.553 16 +3988 4.212 16 +4004 4.103 16 +4020 4.084 16 +4036 4.076 16 +4052 4.088 16 +4068 4.133 16 +4084 4.325 16 +4100 4.595 16 +4116 4.309 16 +4132 4.155 16 +4148 4.114 16 +4164 4.115 16 +4180 4.120 16 +4196 4.111 16 +4212 4.112 16 +4228 4.117 16 +4244 4.123 16 +4260 4.134 16 +4276 4.141 16 +4292 4.164 16 +4308 4.214 16 +4324 4.405 16 +4340 4.655 16 +4356 4.359 16 +4372 4.206 16 +4388 4.183 16 +4404 4.175 16 +4420 4.170 16 +4436 4.168 16 +4452 4.176 16 +4468 4.185 16 +4484 4.196 16 +4500 4.185 16 +4516 4.190 16 +4532 4.196 16 +4548 4.206 16 +4564 4.203 16 +4580 4.208 16 +4596 4.202 16 +4612 4.201 16 +4628 4.209 16 +4644 4.206 16 +4660 4.213 16 +4676 4.212 16 +4692 4.213 16 +4708 4.225 16 +4724 4.223 16 +4740 4.234 16 +4756 4.235 16 +4772 4.247 16 +4788 4.246 16 +4804 4.256 16 +4820 4.276 16 +4836 4.346 16 +4852 4.625 16 +4868 4.677 16 +4884 4.376 16 +4900 4.290 16 +4916 4.272 16 +4932 4.265 16 +4948 4.260 16 +4964 4.263 16 +4980 4.264 16 +4996 4.273 16 +5012 4.285 16 +5028 4.288 16 +5044 4.288 16 +5060 4.293 16 +5076 4.290 16 +5092 4.292 16 +5108 4.292 16 +5124 4.297 16 +5140 4.300 16 +5156 4.311 16 +5172 4.325 16 +5188 4.325 16 +5204 4.318 16 +5220 4.321 16 +5236 4.330 16 +5252 4.329 16 +5268 4.340 16 +5284 4.337 16 +5300 4.334 16 +5316 4.349 16 +5332 4.349 16 +5348 4.342 16 +5364 4.346 16 +5380 4.345 16 +5396 4.349 16 +5412 4.356 16 +5428 4.357 16 +5444 4.355 16 +5460 4.358 16 +5476 4.361 16 +5492 4.364 16 +5508 4.365 16 +5524 4.366 16 +5540 4.369 16 +5556 4.368 16 +5572 4.372 16 +5588 4.376 16 +5604 4.378 16 +5620 4.382 16 +5636 4.385 16 +5652 4.392 16 +5668 4.398 16 +5684 4.402 16 +5700 4.407 16 +5716 4.408 16 +5732 4.414 16 +5748 4.417 16 +5764 4.420 16 +5780 4.420 16 +5796 4.421 16 +5812 4.418 16 +5828 4.416 16 +5844 4.416 16 +5860 4.418 16 +5876 4.429 16 +5892 4.447 16 +5908 4.440 16 +5924 4.441 16 +5940 4.445 16 +5956 4.450 16 +5972 4.452 16 +5988 4.452 16 +6004 4.453 16 +6020 4.457 16 +6036 4.461 16 +6052 4.462 16 +6068 4.466 16 +6084 4.471 16 +6100 4.471 16 +6116 4.473 16 +6132 4.479 16 +6148 4.488 16 +6164 4.490 16 +6180 4.487 16 +6196 4.486 16 +6212 4.490 16 +6228 4.496 16 +6244 4.505 16 +6260 4.506 16 +6276 4.526 16 +6292 4.531 16 +6308 4.524 16 +6324 4.520 16 +6340 4.523 16 +6356 4.523 16 +6372 4.526 16 +6388 4.522 16 +6404 4.523 16 +6420 4.526 16 +6436 4.531 16 +6452 4.537 16 +6468 4.540 16 +6484 4.547 16 +6500 4.549 16 +6516 4.559 16 +6532 4.587 16 +6548 4.718 16 +6564 4.923 16 +6580 4.709 16 +6596 4.597 16 +6612 4.568 16 +6628 4.561 16 +6644 4.559 16 +6660 4.560 16 +6676 4.561 16 +6692 4.561 16 +6708 4.563 16 +6724 4.566 16 +6740 4.567 16 +6756 4.574 16 +6772 4.575 16 +6788 4.582 16 +6804 4.581 16 +6820 4.588 16 +6836 4.591 16 +6852 4.605 16 +6868 4.740 16 +6884 4.752 16 +6900 4.715 16 +6916 4.665 16 +6932 4.643 16 +6948 4.636 16 +6964 4.628 16 +6980 4.625 16 +6996 4.632 16 +7012 4.634 16 +7028 4.634 16 +7044 4.634 16 +7060 4.634 16 +7076 4.637 16 +7092 4.635 16 +7108 4.639 16 +7124 4.643 16 +7140 4.646 16 +7156 4.658 16 +7172 4.705 16 +7188 4.749 16 +7204 4.732 16 +7220 4.696 16 +7236 4.724 16 +7252 4.731 16 +7268 4.727 16 +7284 4.723 16 +7300 4.717 16 +7316 4.711 16 +7332 4.694 16 +7348 4.690 16 +7364 4.695 16 +7380 4.694 16 +7396 4.693 16 +7412 4.695 16 +7428 4.700 16 +7444 4.702 16 +7460 4.704 16 +7476 4.708 16 +7492 4.704 16 +7508 4.711 16 +7524 4.711 16 +7540 4.708 16 +7556 4.714 16 diff --git a/noao/lib/onedstds/spec16cal/hr4963red.dat b/noao/lib/onedstds/spec16cal/hr4963red.dat new file mode 100644 index 00000000..0e63056c --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr4963red.dat @@ -0,0 +1,273 @@ +# HR 4963 +6068 4.486 16 +6084 4.486 16 +6100 4.492 16 +6116 4.493 16 +6132 4.499 16 +6148 4.510 16 +6164 4.508 16 +6180 4.504 16 +6196 4.508 16 +6212 4.513 16 +6228 4.522 16 +6244 4.529 16 +6260 4.533 16 +6276 4.556 16 +6292 4.556 16 +6308 4.550 16 +6324 4.542 16 +6340 4.548 16 +6356 4.546 16 +6372 4.548 16 +6388 4.541 16 +6404 4.532 16 +6420 4.532 16 +6436 4.536 16 +6452 4.546 16 +6468 4.549 16 +6484 4.554 16 +6500 4.555 16 +6516 4.569 16 +6532 4.600 16 +6548 4.749 16 +6564 4.931 16 +6580 4.681 16 +6596 4.591 16 +6612 4.571 16 +6628 4.563 16 +6644 4.563 16 +6660 4.562 16 +6676 4.563 16 +6692 4.563 16 +6708 4.564 16 +6724 4.567 16 +6740 4.568 16 +6756 4.573 16 +6772 4.574 16 +6788 4.576 16 +6804 4.578 16 +6820 4.580 16 +6836 4.583 16 +6852 4.603 16 +6868 4.758 16 +6884 4.740 16 +6900 4.707 16 +6916 4.656 16 +6932 4.636 16 +6948 4.631 16 +6964 4.620 16 +6980 4.622 16 +6996 4.632 16 +7012 4.634 16 +7028 4.636 16 +7044 4.636 16 +7060 4.638 16 +7076 4.638 16 +7092 4.642 16 +7108 4.646 16 +7124 4.650 16 +7140 4.654 16 +7156 4.671 16 +7172 4.725 16 +7188 4.763 16 +7204 4.738 16 +7220 4.701 16 +7236 4.739 16 +7252 4.739 16 +7268 4.738 16 +7284 4.734 16 +7300 4.730 16 +7316 4.722 16 +7332 4.702 16 +7348 4.699 16 +7364 4.700 16 +7380 4.698 16 +7396 4.697 16 +7412 4.699 16 +7428 4.698 16 +7444 4.702 16 +7460 4.703 16 +7476 4.704 16 +7492 4.706 16 +7508 4.707 16 +7524 4.710 16 +7540 4.711 16 +7556 4.714 16 +7572 4.720 16 +7588 4.910 16 +7604 5.645 16 +7620 5.337 16 +7636 5.321 16 +7652 5.047 16 +7668 4.854 16 +7684 4.773 16 +7700 4.745 16 +7716 4.736 16 +7732 4.734 16 +7748 4.735 16 +7764 4.755 16 +7780 4.764 16 +7796 4.743 16 +7812 4.741 16 +7828 4.745 16 +7844 4.745 16 +7860 4.753 16 +7876 4.761 16 +7892 4.771 16 +7908 4.767 16 +7924 4.768 16 +7940 4.767 16 +7956 4.774 16 +7972 4.774 16 +7988 4.774 16 +8004 4.780 16 +8020 4.780 16 +8036 4.781 16 +8052 4.781 16 +8068 4.783 16 +8084 4.785 16 +8100 4.795 16 +8116 4.809 16 +8132 4.836 16 +8148 4.873 16 +8164 4.902 16 +8180 4.895 16 +8196 4.876 16 +8212 4.859 16 +8228 4.929 16 +8244 4.863 16 +8260 4.855 16 +8276 4.873 16 +8292 4.872 16 +8308 4.862 16 +8324 4.861 16 +8340 4.849 16 +8356 4.842 16 +8372 4.839 16 +8388 4.839 16 +8404 4.838 16 +8420 4.836 16 +8436 4.856 16 +8452 4.850 16 +8468 4.853 16 +8484 4.830 16 +8500 4.882 16 +8516 4.825 16 +8532 4.852 16 +8548 4.906 16 +8564 4.805 16 +8580 4.819 16 +8596 4.931 16 +8612 4.834 16 +8628 4.762 16 +8644 4.804 16 +8660 4.968 16 +8676 4.899 16 +8692 4.771 16 +8708 4.741 16 +8724 4.780 16 +8740 4.931 16 +8756 4.978 16 +8772 4.804 16 +8788 4.739 16 +8804 4.730 16 +8820 4.742 16 +8836 4.794 16 +8852 4.961 16 +8868 5.022 16 +8884 4.839 16 +8900 4.765 16 +8916 4.752 16 +8932 4.758 16 +8948 4.785 16 +8964 4.843 16 +8980 4.907 16 +8996 5.033 16 +9012 5.208 16 +9028 5.034 16 +9044 4.864 16 +9060 4.863 16 +9076 4.898 16 +9092 4.898 16 +9108 4.875 16 +9124 4.880 16 +9140 4.889 16 +9156 4.900 16 +9172 4.901 16 +9188 4.896 16 +9204 4.936 16 +9220 5.126 16 +9236 5.147 16 +9252 4.973 16 +9268 4.923 16 +9284 4.956 16 +9300 5.052 16 +9316 5.219 16 +9332 5.367 16 +9348 5.412 16 +9364 5.361 16 +9380 5.290 16 +9396 5.086 16 +9412 5.120 16 +9428 5.219 16 +9444 5.251 16 +9460 5.238 16 +9476 5.207 16 +9492 5.232 16 +9508 5.192 16 +9524 5.313 16 +9540 5.449 16 +9556 5.424 16 +9572 5.207 16 +9588 5.186 16 +9604 5.115 16 +9620 5.099 16 +9636 5.069 16 +9652 5.041 16 +9668 5.012 16 +9684 4.940 16 +9700 4.932 16 +9716 4.937 16 +9732 4.966 16 +9748 4.979 16 +9764 4.968 16 +9780 4.951 16 +9796 4.956 16 +9812 4.928 16 +9828 4.928 16 +9844 4.919 16 +9860 4.902 16 +9876 4.900 16 +9892 4.903 16 +9908 4.895 16 +9924 4.899 16 +9940 4.904 16 +9956 4.907 16 +9972 4.902 16 +9988 4.914 16 +10004 4.927 16 +10020 4.975 16 +10036 5.103 16 +10052 5.221 16 +10068 5.045 16 +10084 4.969 16 +10100 4.933 16 +10116 4.932 16 +10132 4.923 16 +10148 4.908 16 +10164 4.915 16 +10180 4.910 16 +10196 4.894 16 +10212 4.914 16 +10228 4.924 16 +10244 4.916 16 +10260 4.905 16 +10276 4.904 16 +10292 4.931 16 +10308 4.944 16 +10324 4.949 16 +10340 4.966 16 +10356 4.953 16 +10372 5.052 16 +10388 4.949 16 +10404 4.977 16 diff --git a/noao/lib/onedstds/spec16cal/hr5501.dat b/noao/lib/onedstds/spec16cal/hr5501.dat new file mode 100644 index 00000000..5ce2b1f4 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr5501.dat @@ -0,0 +1,445 @@ +# HR 5501 +3300 6.732 16 +3316 6.733 16 +3332 6.72 16 +3348 6.712 16 +3364 6.705 16 +3380 6.698 16 +3396 6.695 16 +3412 6.691 16 +3428 6.704 16 +3444 6.708 16 +3460 6.706 16 +3476 6.7 16 +3492 6.697 16 +3508 6.687 16 +3524 6.672 16 +3540 6.663 16 +3556 6.658 16 +3572 6.655 16 +3588 6.648 16 +3604 6.643 16 +3620 6.632 16 +3636 6.625 16 +3652 6.613 16 +3668 6.609 16 +3684 6.604 16 +3700 6.564 16 +3716 6.481 16 +3732 6.366 16 +3748 6.243 16 +3764 6.122 16 +3780 5.969 16 +3796 5.941 16 +3812 5.746 16 +3828 5.888 16 +3844 5.711 16 +3860 5.529 16 +3876 5.763 16 +3892 5.802 16 +3908 5.503 16 +3924 5.439 16 +3940 5.487 16 +3956 5.726 16 +3972 5.842 16 +3988 5.522 16 +4004 5.414 16 +4020 5.397 16 +4036 5.394 16 +4052 5.405 16 +4068 5.452 16 +4084 5.653 16 +4100 5.901 16 +4116 5.611 16 +4132 5.461 16 +4148 5.429 16 +4164 5.428 16 +4180 5.43 16 +4196 5.427 16 +4212 5.428 16 +4228 5.433 16 +4244 5.44 16 +4260 5.452 16 +4276 5.462 16 +4292 5.477 16 +4308 5.524 16 +4324 5.714 16 +4340 5.965 16 +4356 5.662 16 +4372 5.515 16 +4388 5.499 16 +4404 5.492 16 +4420 5.49 16 +4436 5.492 16 +4452 5.498 16 +4468 5.509 16 +4484 5.518 16 +4500 5.509 16 +4516 5.513 16 +4532 5.517 16 +4548 5.527 16 +4564 5.526 16 +4580 5.528 16 +4596 5.527 16 +4612 5.53 16 +4628 5.538 16 +4644 5.536 16 +4660 5.543 16 +4676 5.546 16 +4692 5.547 16 +4708 5.552 16 +4724 5.556 16 +4740 5.561 16 +4756 5.568 16 +4772 5.575 16 +4788 5.576 16 +4804 5.582 16 +4820 5.605 16 +4836 5.673 16 +4852 5.953 16 +4868 5.988 16 +4884 5.687 16 +4900 5.608 16 +4916 5.598 16 +4932 5.593 16 +4948 5.592 16 +4964 5.592 16 +4980 5.593 16 +4996 5.603 16 +5012 5.61 16 +5028 5.613 16 +5044 5.613 16 +5060 5.615 16 +5076 5.616 16 +5092 5.616 16 +5108 5.617 16 +5124 5.618 16 +5140 5.623 16 +5156 5.628 16 +5172 5.641 16 +5188 5.64 16 +5204 5.64 16 +5220 5.64 16 +5236 5.649 16 +5252 5.65 16 +5268 5.657 16 +5284 5.659 16 +5300 5.66 16 +5316 5.669 16 +5332 5.67 16 +5348 5.666 16 +5364 5.669 16 +5380 5.67 16 +5396 5.674 16 +5412 5.675 16 +5428 5.681 16 +5444 5.682 16 +5460 5.685 16 +5476 5.688 16 +5492 5.688 16 +5508 5.693 16 +5524 5.691 16 +5540 5.696 16 +5556 5.694 16 +5572 5.699 16 +5588 5.702 16 +5604 5.707 16 +5620 5.711 16 +5636 5.716 16 +5652 5.719 16 +5668 5.724 16 +5684 5.73 16 +5700 5.735 16 +5716 5.738 16 +5732 5.744 16 +5748 5.748 16 +5764 5.753 16 +5780 5.754 16 +5796 5.753 16 +5812 5.749 16 +5828 5.747 16 +5844 5.747 16 +5860 5.752 16 +5876 5.761 16 +5892 5.775 16 +5908 5.772 16 +5924 5.772 16 +5940 5.777 16 +5956 5.781 16 +5972 5.783 16 +5988 5.785 16 +6004 5.785 16 +6020 5.79 16 +6036 5.793 16 +6052 5.795 16 +6068 5.798 16 +6084 5.804 16 +6100 5.803 16 +6116 5.807 16 +6132 5.809 16 +6148 5.818 16 +6164 5.824 16 +6180 5.818 16 +6196 5.824 16 +6212 5.824 16 +6228 5.827 16 +6244 5.833 16 +6260 5.837 16 +6276 5.861 16 +6292 5.863 16 +6308 5.855 16 +6324 5.851 16 +6340 5.854 16 +6356 5.853 16 +6372 5.853 16 +6388 5.855 16 +6404 5.853 16 +6420 5.855 16 +6436 5.857 16 +6452 5.861 16 +6468 5.867 16 +6484 5.872 16 +6500 5.877 16 +6516 5.888 16 +6532 5.917 16 +6548 6.057 16 +6564 6.240 16 +6580 6.011 16 +6596 5.915 16 +6612 5.894 16 +6628 5.889 16 +6644 5.887 16 +6660 5.886 16 +6676 5.887 16 +6692 5.887 16 +6708 5.892 16 +6724 5.892 16 +6740 5.895 16 +6756 5.898 16 +6772 5.904 16 +6788 5.905 16 +6804 5.909 16 +6820 5.912 16 +6836 5.914 16 +6852 5.931 16 +6868 6.077 16 +6884 6.075 16 +6900 6.035 16 +6916 5.987 16 +6932 5.967 16 +6948 5.961 16 +6964 5.950 16 +6980 5.951 16 +6996 5.960 16 +7012 5.962 16 +7028 5.962 16 +7044 5.962 16 +7060 5.965 16 +7076 5.964 16 +7092 5.967 16 +7108 5.969 16 +7124 5.972 16 +7140 5.977 16 +7156 5.992 16 +7172 6.040 16 +7188 6.081 16 +7204 6.059 16 +7220 6.022 16 +7236 6.056 16 +7252 6.059 16 +7268 6.056 16 +7284 6.054 16 +7300 6.051 16 +7316 6.042 16 +7332 6.025 16 +7348 6.024 16 +7364 6.025 16 +7380 6.026 16 +7396 6.024 16 +7412 6.026 16 +7428 6.027 16 +7444 6.030 16 +7460 6.032 16 +7476 6.036 16 +7492 6.035 16 +7508 6.035 16 +7524 6.038 16 +7540 6.041 16 +7556 6.043 16 +7572 6.051 16 +7588 6.240 16 +7604 6.995 16 +7620 6.654 16 +7636 6.627 16 +7652 6.364 16 +7668 6.176 16 +7684 6.101 16 +7700 6.074 16 +7716 6.067 16 +7732 6.067 16 +7748 6.069 16 +7764 6.086 16 +7780 6.090 16 +7796 6.072 16 +7812 6.074 16 +7828 6.076 16 +7844 6.079 16 +7860 6.083 16 +7876 6.091 16 +7892 6.099 16 +7908 6.096 16 +7924 6.096 16 +7940 6.095 16 +7956 6.102 16 +7972 6.102 16 +7988 6.103 16 +8004 6.110 16 +8020 6.112 16 +8036 6.111 16 +8052 6.109 16 +8068 6.111 16 +8084 6.120 16 +8100 6.127 16 +8116 6.138 16 +8132 6.169 16 +8148 6.202 16 +8164 6.230 16 +8180 6.224 16 +8196 6.200 16 +8212 6.184 16 +8228 6.255 16 +8244 6.189 16 +8260 6.181 16 +8276 6.202 16 +8292 6.202 16 +8308 6.191 16 +8324 6.191 16 +8340 6.176 16 +8356 6.171 16 +8372 6.171 16 +8388 6.168 16 +8404 6.170 16 +8420 6.173 16 +8436 6.185 16 +8452 6.183 16 +8468 6.179 16 +8484 6.164 16 +8500 6.205 16 +8516 6.163 16 +8532 6.189 16 +8548 6.228 16 +8564 6.144 16 +8580 6.161 16 +8596 6.256 16 +8612 6.172 16 +8628 6.108 16 +8644 6.153 16 +8660 6.297 16 +8676 6.227 16 +8692 6.107 16 +8708 6.084 16 +8724 6.127 16 +8740 6.272 16 +8756 6.307 16 +8772 6.147 16 +8788 6.079 16 +8804 6.071 16 +8820 6.086 16 +8836 6.141 16 +8852 6.304 16 +8868 6.355 16 +8884 6.175 16 +8900 6.103 16 +8916 6.089 16 +8932 6.094 16 +8948 6.121 16 +8964 6.179 16 +8980 6.243 16 +8996 6.380 16 +9012 6.536 16 +9028 6.364 16 +9044 6.195 16 +9060 6.189 16 +9076 6.225 16 +9092 6.223 16 +9108 6.206 16 +9124 6.214 16 +9140 6.224 16 +9156 6.231 16 +9172 6.231 16 +9188 6.231 16 +9204 6.270 16 +9220 6.459 16 +9236 6.478 16 +9252 6.304 16 +9268 6.253 16 +9284 6.286 16 +9300 6.380 16 +9316 6.552 16 +9332 6.695 16 +9348 6.735 16 +9364 6.686 16 +9380 6.616 16 +9396 6.405 16 +9412 6.434 16 +9428 6.551 16 +9444 6.578 16 +9460 6.560 16 +9476 6.530 16 +9492 6.563 16 +9508 6.523 16 +9524 6.648 16 +9540 6.775 16 +9556 6.741 16 +9572 6.538 16 +9588 6.508 16 +9604 6.439 16 +9620 6.425 16 +9636 6.401 16 +9652 6.373 16 +9668 6.345 16 +9684 6.282 16 +9700 6.273 16 +9716 6.276 16 +9732 6.304 16 +9748 6.320 16 +9764 6.316 16 +9780 6.300 16 +9796 6.304 16 +9812 6.273 16 +9828 6.270 16 +9844 6.254 16 +9860 6.240 16 +9876 6.242 16 +9892 6.245 16 +9908 6.256 16 +9924 6.251 16 +9940 6.245 16 +9956 6.254 16 +9972 6.247 16 +9988 6.267 16 +10004 6.272 16 +10020 6.329 16 +10036 6.463 16 +10052 6.578 16 +10068 6.391 16 +10084 6.301 16 +10100 6.282 16 +10116 6.268 16 +10132 6.247 16 +10148 6.244 16 +10164 6.267 16 +10180 6.269 16 +10196 6.272 16 +10212 6.270 16 +10228 6.279 16 +10244 6.248 16 +10260 6.258 16 +10276 6.265 16 +10292 6.257 16 +10308 6.281 16 +10324 6.327 16 +10340 6.361 16 +10356 6.306 16 +10372 6.273 16 +10388 6.338 16 diff --git a/noao/lib/onedstds/spec16cal/hr5501blue.dat b/noao/lib/onedstds/spec16cal/hr5501blue.dat new file mode 100644 index 00000000..c2962cb9 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr5501blue.dat @@ -0,0 +1,268 @@ +# HR 5501 +3300 6.719 16 +3316 6.720 16 +3332 6.707 16 +3348 6.699 16 +3364 6.692 16 +3380 6.685 16 +3396 6.682 16 +3412 6.678 16 +3428 6.691 16 +3444 6.695 16 +3460 6.693 16 +3476 6.687 16 +3492 6.684 16 +3508 6.674 16 +3524 6.659 16 +3540 6.650 16 +3556 6.645 16 +3572 6.642 16 +3588 6.635 16 +3604 6.630 16 +3620 6.619 16 +3636 6.612 16 +3652 6.600 16 +3668 6.596 16 +3684 6.591 16 +3700 6.551 16 +3716 6.468 16 +3732 6.353 16 +3748 6.230 16 +3764 6.109 16 +3780 5.956 16 +3796 5.928 16 +3812 5.733 16 +3828 5.875 16 +3844 5.698 16 +3860 5.516 16 +3876 5.750 16 +3892 5.789 16 +3908 5.490 16 +3924 5.426 16 +3940 5.474 16 +3956 5.713 16 +3972 5.829 16 +3988 5.509 16 +4004 5.401 16 +4020 5.384 16 +4036 5.381 16 +4052 5.392 16 +4068 5.439 16 +4084 5.640 16 +4100 5.888 16 +4116 5.598 16 +4132 5.448 16 +4148 5.416 16 +4164 5.415 16 +4180 5.417 16 +4196 5.414 16 +4212 5.415 16 +4228 5.420 16 +4244 5.427 16 +4260 5.439 16 +4276 5.449 16 +4292 5.464 16 +4308 5.511 16 +4324 5.701 16 +4340 5.952 16 +4356 5.649 16 +4372 5.502 16 +4388 5.486 16 +4404 5.479 16 +4420 5.477 16 +4436 5.479 16 +4452 5.485 16 +4468 5.496 16 +4484 5.505 16 +4500 5.496 16 +4516 5.500 16 +4532 5.504 16 +4548 5.514 16 +4564 5.513 16 +4580 5.515 16 +4596 5.514 16 +4612 5.517 16 +4628 5.525 16 +4644 5.523 16 +4660 5.530 16 +4676 5.533 16 +4692 5.534 16 +4708 5.539 16 +4724 5.543 16 +4740 5.548 16 +4756 5.555 16 +4772 5.562 16 +4788 5.563 16 +4804 5.569 16 +4820 5.592 16 +4836 5.660 16 +4852 5.940 16 +4868 5.975 16 +4884 5.674 16 +4900 5.595 16 +4916 5.585 16 +4932 5.580 16 +4948 5.579 16 +4964 5.579 16 +4980 5.580 16 +4996 5.590 16 +5012 5.597 16 +5028 5.600 16 +5044 5.600 16 +5060 5.602 16 +5076 5.603 16 +5092 5.603 16 +5108 5.604 16 +5124 5.605 16 +5140 5.610 16 +5156 5.615 16 +5172 5.628 16 +5188 5.627 16 +5204 5.627 16 +5220 5.627 16 +5236 5.636 16 +5252 5.637 16 +5268 5.644 16 +5284 5.646 16 +5300 5.647 16 +5316 5.656 16 +5332 5.657 16 +5348 5.653 16 +5364 5.656 16 +5380 5.657 16 +5396 5.661 16 +5412 5.662 16 +5428 5.668 16 +5444 5.669 16 +5460 5.672 16 +5476 5.675 16 +5492 5.675 16 +5508 5.680 16 +5524 5.678 16 +5540 5.683 16 +5556 5.681 16 +5572 5.686 16 +5588 5.689 16 +5604 5.694 16 +5620 5.698 16 +5636 5.703 16 +5652 5.706 16 +5668 5.711 16 +5684 5.717 16 +5700 5.722 16 +5716 5.725 16 +5732 5.731 16 +5748 5.735 16 +5764 5.740 16 +5780 5.741 16 +5796 5.740 16 +5812 5.736 16 +5828 5.734 16 +5844 5.734 16 +5860 5.739 16 +5876 5.748 16 +5892 5.762 16 +5908 5.759 16 +5924 5.759 16 +5940 5.764 16 +5956 5.768 16 +5972 5.770 16 +5988 5.772 16 +6004 5.772 16 +6020 5.777 16 +6036 5.780 16 +6052 5.782 16 +6068 5.785 16 +6084 5.791 16 +6100 5.790 16 +6116 5.794 16 +6132 5.796 16 +6148 5.805 16 +6164 5.811 16 +6180 5.805 16 +6196 5.811 16 +6212 5.811 16 +6228 5.814 16 +6244 5.820 16 +6260 5.824 16 +6276 5.848 16 +6292 5.850 16 +6308 5.842 16 +6324 5.838 16 +6340 5.841 16 +6356 5.840 16 +6372 5.840 16 +6388 5.842 16 +6404 5.840 16 +6420 5.842 16 +6436 5.844 16 +6452 5.848 16 +6468 5.854 16 +6484 5.859 16 +6500 5.863 16 +6516 5.870 16 +6532 5.900 16 +6548 6.025 16 +6564 6.221 16 +6580 6.015 16 +6596 5.905 16 +6612 5.882 16 +6628 5.876 16 +6644 5.875 16 +6660 5.875 16 +6676 5.873 16 +6692 5.876 16 +6708 5.879 16 +6724 5.879 16 +6740 5.882 16 +6756 5.886 16 +6772 5.894 16 +6788 5.896 16 +6804 5.901 16 +6820 5.905 16 +6836 5.905 16 +6852 5.920 16 +6868 6.061 16 +6884 6.073 16 +6900 6.029 16 +6916 5.981 16 +6932 5.959 16 +6948 5.952 16 +6964 5.942 16 +6980 5.940 16 +6996 5.949 16 +7012 5.951 16 +7028 5.950 16 +7044 5.950 16 +7060 5.951 16 +7076 5.950 16 +7092 5.951 16 +7108 5.954 16 +7124 5.956 16 +7140 5.960 16 +7156 5.975 16 +7172 6.019 16 +7188 6.064 16 +7204 6.044 16 +7220 6.007 16 +7236 6.036 16 +7252 6.043 16 +7268 6.039 16 +7284 6.037 16 +7300 6.034 16 +7316 6.026 16 +7332 6.009 16 +7348 6.008 16 +7364 6.008 16 +7380 6.012 16 +7396 6.011 16 +7412 6.012 16 +7428 6.014 16 +7444 6.018 16 +7460 6.021 16 +7476 6.025 16 +7492 6.021 16 +7508 6.030 16 +7524 6.028 16 +7540 6.026 16 +7556 6.034 16 diff --git a/noao/lib/onedstds/spec16cal/hr5501red.dat b/noao/lib/onedstds/spec16cal/hr5501red.dat new file mode 100644 index 00000000..e31d5625 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr5501red.dat @@ -0,0 +1,273 @@ +# HR 5501 +6052 5.787 16 +6068 5.788 16 +6084 5.791 16 +6100 5.796 16 +6116 5.803 16 +6132 5.808 16 +6148 5.820 16 +6164 5.823 16 +6180 5.824 16 +6196 5.830 16 +6212 5.835 16 +6228 5.845 16 +6244 5.848 16 +6260 5.854 16 +6276 5.879 16 +6292 5.878 16 +6308 5.873 16 +6324 5.868 16 +6340 5.871 16 +6356 5.866 16 +6372 5.872 16 +6388 5.866 16 +6404 5.860 16 +6420 5.858 16 +6436 5.861 16 +6452 5.867 16 +6468 5.870 16 +6484 5.876 16 +6500 5.878 16 +6516 5.892 16 +6532 5.920 16 +6548 6.075 16 +6564 6.245 16 +6580 5.994 16 +6596 5.911 16 +6612 5.892 16 +6628 5.888 16 +6644 5.886 16 +6660 5.884 16 +6676 5.888 16 +6692 5.885 16 +6708 5.891 16 +6724 5.891 16 +6740 5.895 16 +6756 5.896 16 +6772 5.900 16 +6788 5.901 16 +6804 5.903 16 +6820 5.905 16 +6836 5.909 16 +6852 5.929 16 +6868 6.080 16 +6884 6.063 16 +6900 6.027 16 +6916 5.980 16 +6932 5.962 16 +6948 5.956 16 +6964 5.944 16 +6980 5.948 16 +6996 5.958 16 +7012 5.960 16 +7028 5.960 16 +7044 5.961 16 +7060 5.965 16 +7076 5.965 16 +7092 5.969 16 +7108 5.971 16 +7124 5.975 16 +7140 5.980 16 +7156 5.995 16 +7172 6.048 16 +7188 6.085 16 +7204 6.060 16 +7220 6.024 16 +7236 6.062 16 +7252 6.062 16 +7268 6.060 16 +7284 6.057 16 +7300 6.054 16 +7316 6.045 16 +7332 6.027 16 +7348 6.026 16 +7364 6.028 16 +7380 6.026 16 +7396 6.023 16 +7412 6.026 16 +7428 6.026 16 +7444 6.028 16 +7460 6.030 16 +7476 6.034 16 +7492 6.036 16 +7508 6.035 16 +7524 6.038 16 +7540 6.041 16 +7556 6.043 16 +7572 6.051 16 +7588 6.240 16 +7604 6.995 16 +7620 6.654 16 +7636 6.627 16 +7652 6.364 16 +7668 6.176 16 +7684 6.101 16 +7700 6.074 16 +7716 6.067 16 +7732 6.067 16 +7748 6.069 16 +7764 6.086 16 +7780 6.090 16 +7796 6.072 16 +7812 6.074 16 +7828 6.076 16 +7844 6.079 16 +7860 6.083 16 +7876 6.091 16 +7892 6.099 16 +7908 6.096 16 +7924 6.096 16 +7940 6.095 16 +7956 6.102 16 +7972 6.102 16 +7988 6.103 16 +8004 6.110 16 +8020 6.112 16 +8036 6.111 16 +8052 6.109 16 +8068 6.111 16 +8084 6.120 16 +8100 6.127 16 +8116 6.138 16 +8132 6.169 16 +8148 6.202 16 +8164 6.230 16 +8180 6.224 16 +8196 6.200 16 +8212 6.184 16 +8228 6.255 16 +8244 6.189 16 +8260 6.181 16 +8276 6.202 16 +8292 6.202 16 +8308 6.191 16 +8324 6.191 16 +8340 6.176 16 +8356 6.171 16 +8372 6.171 16 +8388 6.168 16 +8404 6.170 16 +8420 6.173 16 +8436 6.185 16 +8452 6.183 16 +8468 6.179 16 +8484 6.164 16 +8500 6.205 16 +8516 6.163 16 +8532 6.189 16 +8548 6.228 16 +8564 6.144 16 +8580 6.161 16 +8596 6.256 16 +8612 6.172 16 +8628 6.108 16 +8644 6.153 16 +8660 6.297 16 +8676 6.227 16 +8692 6.107 16 +8708 6.084 16 +8724 6.127 16 +8740 6.272 16 +8756 6.307 16 +8772 6.147 16 +8788 6.079 16 +8804 6.071 16 +8820 6.086 16 +8836 6.141 16 +8852 6.304 16 +8868 6.355 16 +8884 6.175 16 +8900 6.103 16 +8916 6.089 16 +8932 6.094 16 +8948 6.121 16 +8964 6.179 16 +8980 6.243 16 +8996 6.380 16 +9012 6.536 16 +9028 6.364 16 +9044 6.195 16 +9060 6.189 16 +9076 6.225 16 +9092 6.223 16 +9108 6.206 16 +9124 6.214 16 +9140 6.224 16 +9156 6.231 16 +9172 6.231 16 +9188 6.231 16 +9204 6.270 16 +9220 6.459 16 +9236 6.478 16 +9252 6.304 16 +9268 6.253 16 +9284 6.286 16 +9300 6.380 16 +9316 6.552 16 +9332 6.695 16 +9348 6.735 16 +9364 6.686 16 +9380 6.616 16 +9396 6.405 16 +9412 6.434 16 +9428 6.551 16 +9444 6.578 16 +9460 6.560 16 +9476 6.530 16 +9492 6.563 16 +9508 6.523 16 +9524 6.648 16 +9540 6.775 16 +9556 6.741 16 +9572 6.538 16 +9588 6.508 16 +9604 6.439 16 +9620 6.425 16 +9636 6.401 16 +9652 6.373 16 +9668 6.345 16 +9684 6.282 16 +9700 6.273 16 +9716 6.276 16 +9732 6.304 16 +9748 6.320 16 +9764 6.316 16 +9780 6.300 16 +9796 6.304 16 +9812 6.273 16 +9828 6.270 16 +9844 6.254 16 +9860 6.240 16 +9876 6.242 16 +9892 6.245 16 +9908 6.256 16 +9924 6.251 16 +9940 6.245 16 +9956 6.254 16 +9972 6.247 16 +9988 6.267 16 +10004 6.272 16 +10020 6.329 16 +10036 6.463 16 +10052 6.578 16 +10068 6.391 16 +10084 6.301 16 +10100 6.282 16 +10116 6.268 16 +10132 6.247 16 +10148 6.244 16 +10164 6.267 16 +10180 6.269 16 +10196 6.272 16 +10212 6.270 16 +10228 6.279 16 +10244 6.248 16 +10260 6.258 16 +10276 6.265 16 +10292 6.257 16 +10308 6.281 16 +10324 6.327 16 +10340 6.361 16 +10356 6.306 16 +10372 6.273 16 +10388 6.338 16 diff --git a/noao/lib/onedstds/spec16cal/hr718.dat b/noao/lib/onedstds/spec16cal/hr718.dat new file mode 100644 index 00000000..381d4f37 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr718.dat @@ -0,0 +1,447 @@ +# HR 718 +3300 5.199 16 +3316 5.196 16 +3332 5.194 16 +3348 5.181 16 +3364 5.178 16 +3380 5.176 16 +3396 5.178 16 +3412 5.17 16 +3428 5.176 16 +3444 5.173 16 +3460 5.178 16 +3476 5.179 16 +3492 5.175 16 +3508 5.164 16 +3524 5.155 16 +3540 5.142 16 +3556 5.142 16 +3572 5.136 16 +3588 5.126 16 +3604 5.116 16 +3620 5.115 16 +3636 5.105 16 +3652 5.1 16 +3668 5.096 16 +3684 5.098 16 +3700 5.072 16 +3716 5.012 16 +3732 4.918 16 +3748 4.814 16 +3764 4.691 16 +3780 4.528 16 +3796 4.531 16 +3812 4.298 16 +3828 4.416 16 +3844 4.295 16 +3860 4.052 16 +3876 4.238 16 +3892 4.41 16 +3908 4.034 16 +3924 3.947 16 +3940 3.994 16 +3956 4.219 16 +3972 4.432 16 +3988 4.07 16 +4004 3.944 16 +4020 3.927 16 +4036 3.922 16 +4052 3.928 16 +4068 3.974 16 +4084 4.157 16 +4100 4.487 16 +4116 4.168 16 +4132 3.986 16 +4148 3.947 16 +4164 3.952 16 +4180 3.958 16 +4196 3.963 16 +4212 3.969 16 +4228 3.977 16 +4244 3.984 16 +4260 3.985 16 +4276 3.997 16 +4292 4.016 16 +4308 4.071 16 +4324 4.263 16 +4340 4.569 16 +4356 4.226 16 +4372 4.067 16 +4388 4.046 16 +4404 4.035 16 +4420 4.036 16 +4436 4.035 16 +4452 4.04 16 +4468 4.051 16 +4484 4.063 16 +4500 4.05 16 +4516 4.056 16 +4532 4.056 16 +4548 4.067 16 +4564 4.064 16 +4580 4.071 16 +4596 4.072 16 +4612 4.072 16 +4628 4.081 16 +4644 4.077 16 +4660 4.084 16 +4676 4.089 16 +4692 4.091 16 +4708 4.097 16 +4724 4.1 16 +4740 4.107 16 +4756 4.114 16 +4772 4.119 16 +4788 4.124 16 +4804 4.131 16 +4820 4.154 16 +4836 4.231 16 +4852 4.525 16 +4868 4.584 16 +4884 4.256 16 +4900 4.17 16 +4916 4.157 16 +4932 4.153 16 +4948 4.149 16 +4964 4.152 16 +4980 4.157 16 +4996 4.165 16 +5012 4.175 16 +5028 4.179 16 +5044 4.184 16 +5060 4.185 16 +5076 4.183 16 +5092 4.185 16 +5108 4.185 16 +5124 4.187 16 +5140 4.19 16 +5156 4.196 16 +5172 4.21 16 +5188 4.206 16 +5204 4.204 16 +5220 4.208 16 +5236 4.214 16 +5252 4.215 16 +5268 4.22 16 +5284 4.222 16 +5300 4.221 16 +5316 4.231 16 +5332 4.231 16 +5348 4.229 16 +5364 4.231 16 +5380 4.234 16 +5396 4.239 16 +5412 4.244 16 +5428 4.246 16 +5444 4.247 16 +5460 4.251 16 +5476 4.255 16 +5492 4.258 16 +5508 4.262 16 +5524 4.264 16 +5540 4.269 16 +5556 4.272 16 +5572 4.275 16 +5588 4.28 16 +5604 4.283 16 +5620 4.288 16 +5636 4.295 16 +5652 4.3 16 +5668 4.304 16 +5684 4.31 16 +5700 4.315 16 +5716 4.318 16 +5732 4.326 16 +5748 4.329 16 +5764 4.327 16 +5780 4.334 16 +5796 4.329 16 +5812 4.328 16 +5828 4.329 16 +5844 4.328 16 +5860 4.331 16 +5876 4.343 16 +5892 4.356 16 +5908 4.354 16 +5924 4.352 16 +5940 4.358 16 +5956 4.366 16 +5972 4.365 16 +5988 4.37 16 +6004 4.37 16 +6020 4.374 16 +6036 4.381 16 +6052 4.383 16 +6068 4.387 16 +6084 4.396 16 +6100 4.402 16 +6116 4.401 16 +6132 4.407 16 +6148 4.414 16 +6164 4.417 16 +6180 4.415 16 +6196 4.418 16 +6212 4.422 16 +6228 4.429 16 +6244 4.436 16 +6260 4.439 16 +6276 4.466 16 +6292 4.464 16 +6308 4.458 16 +6324 4.454 16 +6340 4.461 16 +6356 4.459 16 +6372 4.462 16 +6388 4.463 16 +6404 4.461 16 +6420 4.467 16 +6436 4.466 16 +6452 4.478 16 +6468 4.485 16 +6484 4.492 16 +6500 4.494 16 +6516 4.507 16 +6532 4.541 16 +6548 4.685 16 +6564 4.872 16 +6580 4.654 16 +6596 4.539 16 +6612 4.513 16 +6628 4.509 16 +6644 4.506 16 +6660 4.507 16 +6676 4.510 16 +6692 4.511 16 +6708 4.514 16 +6724 4.513 16 +6740 4.517 16 +6756 4.519 16 +6772 4.524 16 +6788 4.526 16 +6804 4.529 16 +6820 4.533 16 +6836 4.534 16 +6852 4.557 16 +6868 4.697 16 +6884 4.698 16 +6900 4.658 16 +6916 4.605 16 +6932 4.587 16 +6948 4.583 16 +6964 4.573 16 +6980 4.572 16 +6996 4.583 16 +7012 4.588 16 +7028 4.587 16 +7044 4.586 16 +7060 4.589 16 +7076 4.588 16 +7092 4.592 16 +7108 4.595 16 +7124 4.599 16 +7140 4.603 16 +7156 4.618 16 +7172 4.672 16 +7188 4.712 16 +7204 4.688 16 +7220 4.654 16 +7236 4.686 16 +7252 4.693 16 +7268 4.691 16 +7284 4.686 16 +7300 4.682 16 +7316 4.674 16 +7332 4.658 16 +7348 4.657 16 +7364 4.661 16 +7380 4.657 16 +7396 4.656 16 +7412 4.658 16 +7428 4.660 16 +7444 4.662 16 +7460 4.667 16 +7476 4.670 16 +7492 4.670 16 +7508 4.666 16 +7524 4.670 16 +7540 4.674 16 +7556 4.675 16 +7572 4.684 16 +7588 4.854 16 +7604 5.579 16 +7620 5.326 16 +7636 5.276 16 +7652 5.019 16 +7668 4.821 16 +7684 4.738 16 +7700 4.709 16 +7716 4.704 16 +7732 4.702 16 +7748 4.704 16 +7764 4.720 16 +7780 4.732 16 +7796 4.712 16 +7812 4.715 16 +7828 4.716 16 +7844 4.720 16 +7860 4.723 16 +7876 4.732 16 +7892 4.741 16 +7908 4.741 16 +7924 4.740 16 +7940 4.740 16 +7956 4.748 16 +7972 4.746 16 +7988 4.749 16 +8004 4.754 16 +8020 4.758 16 +8036 4.760 16 +8052 4.758 16 +8068 4.763 16 +8084 4.766 16 +8100 4.773 16 +8116 4.782 16 +8132 4.808 16 +8148 4.841 16 +8164 4.870 16 +8180 4.866 16 +8196 4.850 16 +8212 4.833 16 +8228 4.891 16 +8244 4.845 16 +8260 4.829 16 +8276 4.848 16 +8292 4.850 16 +8308 4.841 16 +8324 4.841 16 +8340 4.830 16 +8356 4.827 16 +8372 4.826 16 +8388 4.826 16 +8404 4.827 16 +8420 4.830 16 +8436 4.838 16 +8452 4.846 16 +8468 4.842 16 +8484 4.831 16 +8500 4.859 16 +8516 4.836 16 +8532 4.843 16 +8548 4.888 16 +8564 4.823 16 +8580 4.828 16 +8596 4.910 16 +8612 4.860 16 +8628 4.792 16 +8644 4.819 16 +8660 4.942 16 +8676 4.923 16 +8692 4.803 16 +8708 4.771 16 +8724 4.800 16 +8740 4.927 16 +8756 5.001 16 +8772 4.851 16 +8788 4.768 16 +8804 4.752 16 +8820 4.762 16 +8836 4.815 16 +8852 4.964 16 +8868 5.057 16 +8884 4.887 16 +8900 4.797 16 +8916 4.772 16 +8932 4.774 16 +8948 4.794 16 +8964 4.844 16 +8980 4.906 16 +8996 5.034 16 +9012 5.196 16 +9028 5.089 16 +9044 4.895 16 +9060 4.869 16 +9076 4.894 16 +9092 4.891 16 +9108 4.875 16 +9124 4.875 16 +9140 4.892 16 +9156 4.898 16 +9172 4.903 16 +9188 4.907 16 +9204 4.946 16 +9220 5.123 16 +9236 5.188 16 +9252 5.012 16 +9268 4.944 16 +9284 4.955 16 +9300 5.027 16 +9316 5.174 16 +9332 5.301 16 +9348 5.351 16 +9364 5.302 16 +9380 5.249 16 +9396 5.063 16 +9412 5.080 16 +9428 5.183 16 +9444 5.220 16 +9460 5.196 16 +9476 5.168 16 +9492 5.195 16 +9508 5.181 16 +9524 5.284 16 +9540 5.416 16 +9556 5.435 16 +9572 5.211 16 +9588 5.154 16 +9604 5.093 16 +9620 5.076 16 +9636 5.053 16 +9652 5.032 16 +9668 4.998 16 +9684 4.947 16 +9700 4.938 16 +9716 4.940 16 +9732 4.966 16 +9748 4.983 16 +9764 4.980 16 +9780 4.962 16 +9796 4.962 16 +9812 4.939 16 +9828 4.947 16 +9844 4.926 16 +9860 4.921 16 +9876 4.926 16 +9892 4.919 16 +9908 4.924 16 +9924 4.923 16 +9940 4.916 16 +9956 4.926 16 +9972 4.924 16 +9988 4.942 16 +10004 4.965 16 +10020 5.018 16 +10036 5.127 16 +10052 5.273 16 +10068 5.106 16 +10084 5.010 16 +10100 4.978 16 +10116 4.956 16 +10132 4.940 16 +10148 4.921 16 +10164 4.929 16 +10180 4.943 16 +10196 4.931 16 +10212 4.924 16 +10228 4.924 16 +10244 4.947 16 +10260 4.919 16 +10276 4.958 16 +10292 4.940 16 +10308 4.947 16 +10324 4.947 16 +10340 4.972 16 +10356 4.982 16 +10372 5.034 16 +10388 4.963 16 +10404 5.024 16 +10420 5.053 16 diff --git a/noao/lib/onedstds/spec16cal/hr718blue.dat b/noao/lib/onedstds/spec16cal/hr718blue.dat new file mode 100644 index 00000000..40688417 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr718blue.dat @@ -0,0 +1,268 @@ +# HR 718 +3300 5.223 16 +3316 5.220 16 +3332 5.218 16 +3348 5.205 16 +3364 5.202 16 +3380 5.200 16 +3396 5.202 16 +3412 5.194 16 +3428 5.200 16 +3444 5.197 16 +3460 5.202 16 +3476 5.203 16 +3492 5.199 16 +3508 5.188 16 +3524 5.179 16 +3540 5.166 16 +3556 5.166 16 +3572 5.160 16 +3588 5.150 16 +3604 5.140 16 +3620 5.139 16 +3636 5.129 16 +3652 5.124 16 +3668 5.120 16 +3684 5.122 16 +3700 5.096 16 +3716 5.036 16 +3732 4.942 16 +3748 4.838 16 +3764 4.715 16 +3780 4.552 16 +3796 4.555 16 +3812 4.322 16 +3828 4.440 16 +3844 4.319 16 +3860 4.076 16 +3876 4.262 16 +3892 4.434 16 +3908 4.058 16 +3924 3.971 16 +3940 4.018 16 +3956 4.243 16 +3972 4.456 16 +3988 4.094 16 +4004 3.968 16 +4020 3.951 16 +4036 3.946 16 +4052 3.952 16 +4068 3.998 16 +4084 4.181 16 +4100 4.511 16 +4116 4.192 16 +4132 4.010 16 +4148 3.971 16 +4164 3.976 16 +4180 3.982 16 +4196 3.987 16 +4212 3.993 16 +4228 4.001 16 +4244 4.008 16 +4260 4.009 16 +4276 4.021 16 +4292 4.040 16 +4308 4.095 16 +4324 4.287 16 +4340 4.593 16 +4356 4.250 16 +4372 4.091 16 +4388 4.070 16 +4404 4.059 16 +4420 4.060 16 +4436 4.059 16 +4452 4.064 16 +4468 4.075 16 +4484 4.087 16 +4500 4.074 16 +4516 4.080 16 +4532 4.080 16 +4548 4.091 16 +4564 4.088 16 +4580 4.095 16 +4596 4.096 16 +4612 4.096 16 +4628 4.105 16 +4644 4.101 16 +4660 4.108 16 +4676 4.113 16 +4692 4.115 16 +4708 4.121 16 +4724 4.124 16 +4740 4.131 16 +4756 4.138 16 +4772 4.143 16 +4788 4.148 16 +4804 4.155 16 +4820 4.178 16 +4836 4.255 16 +4852 4.549 16 +4868 4.608 16 +4884 4.280 16 +4900 4.194 16 +4916 4.181 16 +4932 4.177 16 +4948 4.173 16 +4964 4.176 16 +4980 4.181 16 +4996 4.189 16 +5012 4.199 16 +5028 4.203 16 +5044 4.208 16 +5060 4.209 16 +5076 4.207 16 +5092 4.209 16 +5108 4.209 16 +5124 4.211 16 +5140 4.214 16 +5156 4.220 16 +5172 4.234 16 +5188 4.230 16 +5204 4.228 16 +5220 4.232 16 +5236 4.238 16 +5252 4.239 16 +5268 4.244 16 +5284 4.246 16 +5300 4.245 16 +5316 4.255 16 +5332 4.255 16 +5348 4.253 16 +5364 4.255 16 +5380 4.258 16 +5396 4.263 16 +5412 4.268 16 +5428 4.270 16 +5444 4.271 16 +5460 4.275 16 +5476 4.279 16 +5492 4.282 16 +5508 4.286 16 +5524 4.288 16 +5540 4.293 16 +5556 4.296 16 +5572 4.299 16 +5588 4.304 16 +5604 4.307 16 +5620 4.312 16 +5636 4.319 16 +5652 4.324 16 +5668 4.328 16 +5684 4.334 16 +5700 4.339 16 +5716 4.342 16 +5732 4.350 16 +5748 4.353 16 +5764 4.351 16 +5780 4.358 16 +5796 4.353 16 +5812 4.352 16 +5828 4.353 16 +5844 4.352 16 +5860 4.355 16 +5876 4.367 16 +5892 4.380 16 +5908 4.378 16 +5924 4.376 16 +5940 4.382 16 +5956 4.390 16 +5972 4.389 16 +5988 4.394 16 +6004 4.394 16 +6020 4.398 16 +6036 4.405 16 +6052 4.407 16 +6068 4.411 16 +6084 4.420 16 +6100 4.426 16 +6116 4.425 16 +6132 4.431 16 +6148 4.438 16 +6164 4.441 16 +6180 4.439 16 +6196 4.442 16 +6212 4.446 16 +6228 4.453 16 +6244 4.460 16 +6260 4.463 16 +6276 4.490 16 +6292 4.488 16 +6308 4.482 16 +6324 4.478 16 +6340 4.485 16 +6356 4.483 16 +6372 4.486 16 +6388 4.487 16 +6404 4.485 16 +6420 4.491 16 +6436 4.490 16 +6452 4.502 16 +6468 4.509 16 +6484 4.516 16 +6500 4.520 16 +6516 4.529 16 +6532 4.565 16 +6548 4.703 16 +6564 4.892 16 +6580 4.687 16 +6596 4.565 16 +6612 4.537 16 +6628 4.534 16 +6644 4.530 16 +6660 4.532 16 +6676 4.536 16 +6692 4.536 16 +6708 4.537 16 +6724 4.537 16 +6740 4.541 16 +6756 4.543 16 +6772 4.548 16 +6788 4.552 16 +6804 4.555 16 +6820 4.557 16 +6836 4.557 16 +6852 4.581 16 +6868 4.718 16 +6884 4.723 16 +6900 4.682 16 +6916 4.628 16 +6932 4.611 16 +6948 4.609 16 +6964 4.597 16 +6980 4.594 16 +6996 4.606 16 +7012 4.611 16 +7028 4.610 16 +7044 4.607 16 +7060 4.610 16 +7076 4.609 16 +7092 4.614 16 +7108 4.616 16 +7124 4.619 16 +7140 4.625 16 +7156 4.641 16 +7172 4.703 16 +7188 4.747 16 +7204 4.718 16 +7220 4.682 16 +7236 4.714 16 +7252 4.724 16 +7268 4.721 16 +7284 4.716 16 +7300 4.711 16 +7316 4.704 16 +7332 4.684 16 +7348 4.685 16 +7364 4.690 16 +7380 4.684 16 +7396 4.682 16 +7412 4.684 16 +7428 4.687 16 +7444 4.689 16 +7460 4.694 16 +7476 4.697 16 +7492 4.698 16 +7508 4.696 16 +7524 4.700 16 +7540 4.692 16 +7556 4.699 16 diff --git a/noao/lib/onedstds/spec16cal/hr718red.dat b/noao/lib/onedstds/spec16cal/hr718red.dat new file mode 100644 index 00000000..485c7f1d --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr718red.dat @@ -0,0 +1,276 @@ +# HR 718 +6036 4.399 16 +6052 4.399 16 +6068 4.400 16 +6084 4.404 16 +6100 4.403 16 +6116 4.405 16 +6132 4.411 16 +6148 4.420 16 +6164 4.425 16 +6180 4.423 16 +6196 4.426 16 +6212 4.433 16 +6228 4.442 16 +6244 4.450 16 +6260 4.450 16 +6276 4.477 16 +6292 4.478 16 +6308 4.469 16 +6324 4.466 16 +6340 4.471 16 +6356 4.469 16 +6372 4.471 16 +6388 4.468 16 +6404 4.468 16 +6420 4.468 16 +6436 4.470 16 +6452 4.479 16 +6468 4.483 16 +6484 4.489 16 +6500 4.491 16 +6516 4.508 16 +6532 4.541 16 +6548 4.690 16 +6564 4.876 16 +6580 4.645 16 +6596 4.536 16 +6612 4.512 16 +6628 4.507 16 +6644 4.505 16 +6660 4.506 16 +6676 4.507 16 +6692 4.509 16 +6708 4.514 16 +6724 4.513 16 +6740 4.516 16 +6756 4.518 16 +6772 4.523 16 +6788 4.524 16 +6804 4.527 16 +6820 4.532 16 +6836 4.535 16 +6852 4.556 16 +6868 4.699 16 +6884 4.697 16 +6900 4.657 16 +6916 4.606 16 +6932 4.586 16 +6948 4.580 16 +6964 4.573 16 +6980 4.573 16 +6996 4.584 16 +7012 4.588 16 +7028 4.587 16 +7044 4.589 16 +7060 4.592 16 +7076 4.590 16 +7092 4.594 16 +7108 4.598 16 +7124 4.602 16 +7140 4.605 16 +7156 4.619 16 +7172 4.664 16 +7188 4.700 16 +7204 4.682 16 +7220 4.650 16 +7236 4.682 16 +7252 4.685 16 +7268 4.684 16 +7284 4.679 16 +7300 4.677 16 +7316 4.668 16 +7332 4.656 16 +7348 4.652 16 +7364 4.656 16 +7380 4.653 16 +7396 4.654 16 +7412 4.656 16 +7428 4.656 16 +7444 4.659 16 +7460 4.663 16 +7476 4.666 16 +7492 4.665 16 +7508 4.666 16 +7524 4.670 16 +7540 4.674 16 +7556 4.675 16 +7572 4.684 16 +7588 4.854 16 +7604 5.579 16 +7620 5.326 16 +7636 5.276 16 +7652 5.019 16 +7668 4.821 16 +7684 4.738 16 +7700 4.709 16 +7716 4.704 16 +7732 4.702 16 +7748 4.704 16 +7764 4.720 16 +7780 4.732 16 +7796 4.712 16 +7812 4.715 16 +7828 4.716 16 +7844 4.720 16 +7860 4.723 16 +7876 4.732 16 +7892 4.741 16 +7908 4.741 16 +7924 4.740 16 +7940 4.740 16 +7956 4.748 16 +7972 4.746 16 +7988 4.749 16 +8004 4.754 16 +8020 4.758 16 +8036 4.760 16 +8052 4.758 16 +8068 4.763 16 +8084 4.766 16 +8100 4.773 16 +8116 4.782 16 +8132 4.808 16 +8148 4.841 16 +8164 4.870 16 +8180 4.866 16 +8196 4.850 16 +8212 4.833 16 +8228 4.891 16 +8244 4.845 16 +8260 4.829 16 +8276 4.848 16 +8292 4.850 16 +8308 4.841 16 +8324 4.841 16 +8340 4.830 16 +8356 4.827 16 +8372 4.826 16 +8388 4.826 16 +8404 4.827 16 +8420 4.830 16 +8436 4.838 16 +8452 4.846 16 +8468 4.842 16 +8484 4.831 16 +8500 4.859 16 +8516 4.836 16 +8532 4.843 16 +8548 4.888 16 +8564 4.823 16 +8580 4.828 16 +8596 4.910 16 +8612 4.860 16 +8628 4.792 16 +8644 4.819 16 +8660 4.942 16 +8676 4.923 16 +8692 4.803 16 +8708 4.771 16 +8724 4.800 16 +8740 4.927 16 +8756 5.001 16 +8772 4.851 16 +8788 4.768 16 +8804 4.752 16 +8820 4.762 16 +8836 4.815 16 +8852 4.964 16 +8868 5.057 16 +8884 4.887 16 +8900 4.797 16 +8916 4.772 16 +8932 4.774 16 +8948 4.794 16 +8964 4.844 16 +8980 4.906 16 +8996 5.034 16 +9012 5.196 16 +9028 5.089 16 +9044 4.895 16 +9060 4.869 16 +9076 4.894 16 +9092 4.891 16 +9108 4.875 16 +9124 4.875 16 +9140 4.892 16 +9156 4.898 16 +9172 4.903 16 +9188 4.907 16 +9204 4.946 16 +9220 5.123 16 +9236 5.188 16 +9252 5.012 16 +9268 4.944 16 +9284 4.955 16 +9300 5.027 16 +9316 5.174 16 +9332 5.301 16 +9348 5.351 16 +9364 5.302 16 +9380 5.249 16 +9396 5.063 16 +9412 5.080 16 +9428 5.183 16 +9444 5.220 16 +9460 5.196 16 +9476 5.168 16 +9492 5.195 16 +9508 5.181 16 +9524 5.284 16 +9540 5.416 16 +9556 5.435 16 +9572 5.211 16 +9588 5.154 16 +9604 5.093 16 +9620 5.076 16 +9636 5.053 16 +9652 5.032 16 +9668 4.998 16 +9684 4.947 16 +9700 4.938 16 +9716 4.940 16 +9732 4.966 16 +9748 4.983 16 +9764 4.980 16 +9780 4.962 16 +9796 4.962 16 +9812 4.939 16 +9828 4.947 16 +9844 4.926 16 +9860 4.921 16 +9876 4.926 16 +9892 4.919 16 +9908 4.924 16 +9924 4.923 16 +9940 4.916 16 +9956 4.926 16 +9972 4.924 16 +9988 4.942 16 +10004 4.965 16 +10020 5.018 16 +10036 5.127 16 +10052 5.273 16 +10068 5.106 16 +10084 5.010 16 +10100 4.978 16 +10116 4.956 16 +10132 4.940 16 +10148 4.921 16 +10164 4.929 16 +10180 4.943 16 +10196 4.931 16 +10212 4.924 16 +10228 4.924 16 +10244 4.947 16 +10260 4.919 16 +10276 4.958 16 +10292 4.940 16 +10308 4.947 16 +10324 4.947 16 +10340 4.972 16 +10356 4.982 16 +10372 5.034 16 +10388 4.963 16 +10404 5.024 16 +10420 5.053 16 diff --git a/noao/lib/onedstds/spec16cal/hr7596.dat b/noao/lib/onedstds/spec16cal/hr7596.dat new file mode 100644 index 00000000..2a14dd5d --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr7596.dat @@ -0,0 +1,447 @@ +# HR 7596 +3300 6.994 16 +3316 6.995 16 +3332 6.98 16 +3348 6.967 16 +3364 6.952 16 +3380 6.948 16 +3396 6.938 16 +3412 6.934 16 +3428 6.933 16 +3444 6.941 16 +3460 6.938 16 +3476 6.93 16 +3492 6.919 16 +3508 6.905 16 +3524 6.886 16 +3540 6.882 16 +3556 6.87 16 +3572 6.865 16 +3588 6.853 16 +3604 6.847 16 +3620 6.834 16 +3636 6.823 16 +3652 6.81 16 +3668 6.805 16 +3684 6.786 16 +3700 6.724 16 +3716 6.616 16 +3732 6.48 16 +3748 6.342 16 +3764 6.208 16 +3780 6.041 16 +3796 6.024 16 +3812 5.819 16 +3828 5.969 16 +3844 5.782 16 +3860 5.613 16 +3876 5.815 16 +3892 5.866 16 +3908 5.585 16 +3924 5.531 16 +3940 5.571 16 +3956 5.792 16 +3972 5.898 16 +3988 5.594 16 +4004 5.492 16 +4020 5.473 16 +4036 5.462 16 +4052 5.472 16 +4068 5.518 16 +4084 5.712 16 +4100 5.935 16 +4116 5.664 16 +4132 5.525 16 +4148 5.489 16 +4164 5.488 16 +4180 5.493 16 +4196 5.487 16 +4212 5.487 16 +4228 5.492 16 +4244 5.496 16 +4260 5.506 16 +4276 5.511 16 +4292 5.529 16 +4308 5.575 16 +4324 5.762 16 +4340 5.969 16 +4356 5.688 16 +4372 5.555 16 +4388 5.541 16 +4404 5.536 16 +4420 5.539 16 +4436 5.533 16 +4452 5.531 16 +4468 5.54 16 +4484 5.545 16 +4500 5.533 16 +4516 5.533 16 +4532 5.536 16 +4548 5.544 16 +4564 5.544 16 +4580 5.546 16 +4596 5.54 16 +4612 5.54 16 +4628 5.547 16 +4644 5.542 16 +4660 5.547 16 +4676 5.547 16 +4692 5.55 16 +4708 5.552 16 +4724 5.556 16 +4740 5.561 16 +4756 5.564 16 +4772 5.57 16 +4788 5.571 16 +4804 5.579 16 +4820 5.595 16 +4836 5.662 16 +4852 5.939 16 +4868 5.953 16 +4884 5.667 16 +4900 5.593 16 +4916 5.584 16 +4932 5.569 16 +4948 5.565 16 +4964 5.566 16 +4980 5.566 16 +4996 5.573 16 +5012 5.581 16 +5028 5.581 16 +5044 5.581 16 +5060 5.579 16 +5076 5.575 16 +5092 5.575 16 +5108 5.575 16 +5124 5.576 16 +5140 5.58 16 +5156 5.587 16 +5172 5.599 16 +5188 5.595 16 +5204 5.589 16 +5220 5.592 16 +5236 5.595 16 +5252 5.595 16 +5268 5.6 16 +5284 5.597 16 +5300 5.593 16 +5316 5.603 16 +5332 5.602 16 +5348 5.596 16 +5364 5.598 16 +5380 5.596 16 +5396 5.601 16 +5412 5.604 16 +5428 5.603 16 +5444 5.604 16 +5460 5.605 16 +5476 5.604 16 +5492 5.606 16 +5508 5.605 16 +5524 5.607 16 +5540 5.607 16 +5556 5.604 16 +5572 5.604 16 +5588 5.608 16 +5604 5.608 16 +5620 5.611 16 +5636 5.613 16 +5652 5.614 16 +5668 5.617 16 +5684 5.623 16 +5700 5.626 16 +5716 5.626 16 +5732 5.631 16 +5748 5.634 16 +5764 5.637 16 +5780 5.647 16 +5796 5.641 16 +5812 5.631 16 +5828 5.63 16 +5844 5.629 16 +5860 5.632 16 +5876 5.643 16 +5892 5.672 16 +5908 5.651 16 +5924 5.645 16 +5940 5.646 16 +5956 5.653 16 +5972 5.653 16 +5988 5.657 16 +6004 5.657 16 +6020 5.657 16 +6036 5.662 16 +6052 5.663 16 +6068 5.665 16 +6084 5.663 16 +6100 5.665 16 +6116 5.669 16 +6132 5.669 16 +6148 5.679 16 +6164 5.683 16 +6180 5.683 16 +6196 5.682 16 +6212 5.683 16 +6228 5.686 16 +6244 5.693 16 +6260 5.694 16 +6276 5.722 16 +6292 5.725 16 +6308 5.71 16 +6324 5.703 16 +6340 5.706 16 +6356 5.706 16 +6372 5.708 16 +6388 5.702 16 +6404 5.702 16 +6420 5.704 16 +6436 5.706 16 +6452 5.714 16 +6468 5.714 16 +6484 5.72 16 +6500 5.721 16 +6516 5.731 16 +6532 5.759 16 +6548 5.896 16 +6564 6.075 16 +6580 5.843 16 +6596 5.750 16 +6612 5.731 16 +6628 5.725 16 +6644 5.722 16 +6660 5.722 16 +6676 5.721 16 +6692 5.719 16 +6708 5.719 16 +6724 5.722 16 +6740 5.723 16 +6756 5.725 16 +6772 5.728 16 +6788 5.730 16 +6804 5.732 16 +6820 5.735 16 +6836 5.737 16 +6852 5.755 16 +6868 5.893 16 +6884 5.900 16 +6900 5.858 16 +6916 5.804 16 +6932 5.778 16 +6948 5.771 16 +6964 5.762 16 +6980 5.761 16 +6996 5.768 16 +7012 5.769 16 +7028 5.769 16 +7044 5.770 16 +7060 5.772 16 +7076 5.772 16 +7092 5.772 16 +7108 5.775 16 +7124 5.777 16 +7140 5.780 16 +7156 5.790 16 +7172 5.824 16 +7188 5.858 16 +7204 5.846 16 +7220 5.816 16 +7236 5.840 16 +7252 5.841 16 +7268 5.839 16 +7284 5.837 16 +7300 5.834 16 +7316 5.827 16 +7332 5.815 16 +7348 5.813 16 +7364 5.816 16 +7380 5.814 16 +7396 5.814 16 +7412 5.816 16 +7428 5.819 16 +7444 5.823 16 +7460 5.824 16 +7476 5.826 16 +7492 5.823 16 +7508 5.826 16 +7524 5.826 16 +7540 5.828 16 +7556 5.830 16 +7572 5.836 16 +7588 5.993 16 +7604 6.766 16 +7620 6.472 16 +7636 6.437 16 +7652 6.175 16 +7668 5.979 16 +7684 5.889 16 +7700 5.868 16 +7716 5.857 16 +7732 5.852 16 +7748 5.856 16 +7764 5.872 16 +7780 5.880 16 +7796 5.855 16 +7812 5.854 16 +7828 5.855 16 +7844 5.859 16 +7860 5.860 16 +7876 5.867 16 +7892 5.872 16 +7908 5.870 16 +7924 5.869 16 +7940 5.871 16 +7956 5.872 16 +7972 5.872 16 +7988 5.871 16 +8004 5.876 16 +8020 5.876 16 +8036 5.879 16 +8052 5.879 16 +8068 5.882 16 +8084 5.887 16 +8100 5.890 16 +8116 5.895 16 +8132 5.911 16 +8148 5.933 16 +8164 5.953 16 +8180 5.956 16 +8196 5.950 16 +8212 5.940 16 +8228 5.980 16 +8244 5.939 16 +8260 5.924 16 +8276 5.937 16 +8292 5.941 16 +8308 5.935 16 +8324 5.936 16 +8340 5.927 16 +8356 5.924 16 +8372 5.926 16 +8388 5.925 16 +8404 5.925 16 +8420 5.929 16 +8436 5.945 16 +8452 5.939 16 +8468 5.938 16 +8484 5.911 16 +8500 5.968 16 +8516 5.908 16 +8532 5.932 16 +8548 5.993 16 +8564 5.887 16 +8580 5.899 16 +8596 6.015 16 +8612 5.921 16 +8628 5.847 16 +8644 5.884 16 +8660 6.048 16 +8676 5.990 16 +8692 5.851 16 +8708 5.819 16 +8724 5.856 16 +8740 6.001 16 +8756 6.055 16 +8772 5.877 16 +8788 5.807 16 +8804 5.794 16 +8820 5.809 16 +8836 5.859 16 +8852 6.022 16 +8868 6.093 16 +8884 5.901 16 +8900 5.830 16 +8916 5.813 16 +8932 5.818 16 +8948 5.825 16 +8964 5.864 16 +8980 5.914 16 +8996 6.033 16 +9012 6.220 16 +9028 6.073 16 +9044 5.906 16 +9060 5.883 16 +9076 5.899 16 +9092 5.902 16 +9108 5.888 16 +9124 5.891 16 +9140 5.894 16 +9156 5.901 16 +9172 5.900 16 +9188 5.910 16 +9204 5.958 16 +9220 6.153 16 +9236 6.171 16 +9252 5.998 16 +9268 5.937 16 +9284 5.933 16 +9300 5.987 16 +9316 6.114 16 +9332 6.201 16 +9348 6.253 16 +9364 6.208 16 +9380 6.173 16 +9396 6.031 16 +9412 6.041 16 +9428 6.125 16 +9444 6.155 16 +9460 6.125 16 +9476 6.108 16 +9492 6.133 16 +9508 6.121 16 +9524 6.217 16 +9540 6.376 16 +9556 6.339 16 +9572 6.138 16 +9588 6.096 16 +9604 6.055 16 +9620 6.048 16 +9636 6.031 16 +9652 6.022 16 +9668 6.000 16 +9684 5.965 16 +9700 5.954 16 +9716 5.951 16 +9732 5.975 16 +9748 5.989 16 +9764 5.984 16 +9780 5.966 16 +9796 5.975 16 +9812 5.965 16 +9828 5.960 16 +9844 5.948 16 +9860 5.949 16 +9876 5.944 16 +9892 5.950 16 +9908 5.943 16 +9924 5.947 16 +9940 5.948 16 +9956 5.947 16 +9972 5.952 16 +9988 5.962 16 +10004 5.987 16 +10020 6.003 16 +10036 6.145 16 +10052 6.250 16 +10068 6.079 16 +10084 5.998 16 +10100 5.980 16 +10116 5.979 16 +10132 5.963 16 +10148 5.967 16 +10164 5.950 16 +10180 5.964 16 +10196 5.952 16 +10212 5.948 16 +10228 5.934 16 +10244 5.974 16 +10260 5.953 16 +10276 5.914 16 +10292 5.905 16 +10308 5.946 16 +10324 5.956 16 +10340 5.973 16 +10356 5.982 16 +10372 6.002 16 +10388 5.950 16 +10404 5.959 16 +10420 5.996 16 diff --git a/noao/lib/onedstds/spec16cal/hr7596blue.dat b/noao/lib/onedstds/spec16cal/hr7596blue.dat new file mode 100644 index 00000000..e5a7baf9 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr7596blue.dat @@ -0,0 +1,268 @@ +# HR 7596 +3300 7.004 16 +3316 7.005 16 +3332 6.990 16 +3348 6.977 16 +3364 6.962 16 +3380 6.958 16 +3396 6.948 16 +3412 6.944 16 +3428 6.943 16 +3444 6.951 16 +3460 6.948 16 +3476 6.940 16 +3492 6.929 16 +3508 6.915 16 +3524 6.896 16 +3540 6.892 16 +3556 6.880 16 +3572 6.875 16 +3588 6.863 16 +3604 6.857 16 +3620 6.844 16 +3636 6.833 16 +3652 6.820 16 +3668 6.815 16 +3684 6.796 16 +3700 6.734 16 +3716 6.626 16 +3732 6.490 16 +3748 6.352 16 +3764 6.218 16 +3780 6.051 16 +3796 6.034 16 +3812 5.829 16 +3828 5.979 16 +3844 5.792 16 +3860 5.623 16 +3876 5.825 16 +3892 5.876 16 +3908 5.595 16 +3924 5.541 16 +3940 5.581 16 +3956 5.802 16 +3972 5.908 16 +3988 5.604 16 +4004 5.502 16 +4020 5.483 16 +4036 5.472 16 +4052 5.482 16 +4068 5.528 16 +4084 5.722 16 +4100 5.945 16 +4116 5.674 16 +4132 5.535 16 +4148 5.499 16 +4164 5.498 16 +4180 5.503 16 +4196 5.497 16 +4212 5.497 16 +4228 5.502 16 +4244 5.506 16 +4260 5.516 16 +4276 5.521 16 +4292 5.539 16 +4308 5.585 16 +4324 5.772 16 +4340 5.979 16 +4356 5.698 16 +4372 5.565 16 +4388 5.551 16 +4404 5.546 16 +4420 5.549 16 +4436 5.543 16 +4452 5.541 16 +4468 5.550 16 +4484 5.555 16 +4500 5.543 16 +4516 5.543 16 +4532 5.546 16 +4548 5.554 16 +4564 5.554 16 +4580 5.556 16 +4596 5.550 16 +4612 5.550 16 +4628 5.557 16 +4644 5.552 16 +4660 5.557 16 +4676 5.557 16 +4692 5.560 16 +4708 5.562 16 +4724 5.566 16 +4740 5.571 16 +4756 5.574 16 +4772 5.580 16 +4788 5.581 16 +4804 5.589 16 +4820 5.605 16 +4836 5.672 16 +4852 5.949 16 +4868 5.963 16 +4884 5.677 16 +4900 5.603 16 +4916 5.594 16 +4932 5.579 16 +4948 5.575 16 +4964 5.576 16 +4980 5.576 16 +4996 5.583 16 +5012 5.591 16 +5028 5.591 16 +5044 5.591 16 +5060 5.589 16 +5076 5.585 16 +5092 5.585 16 +5108 5.585 16 +5124 5.586 16 +5140 5.590 16 +5156 5.597 16 +5172 5.609 16 +5188 5.605 16 +5204 5.599 16 +5220 5.602 16 +5236 5.605 16 +5252 5.605 16 +5268 5.610 16 +5284 5.607 16 +5300 5.603 16 +5316 5.613 16 +5332 5.612 16 +5348 5.606 16 +5364 5.608 16 +5380 5.606 16 +5396 5.611 16 +5412 5.614 16 +5428 5.613 16 +5444 5.614 16 +5460 5.615 16 +5476 5.614 16 +5492 5.616 16 +5508 5.615 16 +5524 5.617 16 +5540 5.617 16 +5556 5.614 16 +5572 5.614 16 +5588 5.618 16 +5604 5.618 16 +5620 5.621 16 +5636 5.623 16 +5652 5.624 16 +5668 5.627 16 +5684 5.633 16 +5700 5.636 16 +5716 5.636 16 +5732 5.641 16 +5748 5.644 16 +5764 5.647 16 +5780 5.657 16 +5796 5.651 16 +5812 5.641 16 +5828 5.640 16 +5844 5.639 16 +5860 5.642 16 +5876 5.653 16 +5892 5.682 16 +5908 5.661 16 +5924 5.655 16 +5940 5.656 16 +5956 5.663 16 +5972 5.663 16 +5988 5.667 16 +6004 5.667 16 +6020 5.667 16 +6036 5.672 16 +6052 5.673 16 +6068 5.675 16 +6084 5.673 16 +6100 5.675 16 +6116 5.679 16 +6132 5.679 16 +6148 5.689 16 +6164 5.693 16 +6180 5.693 16 +6196 5.692 16 +6212 5.693 16 +6228 5.696 16 +6244 5.703 16 +6260 5.704 16 +6276 5.732 16 +6292 5.735 16 +6308 5.720 16 +6324 5.713 16 +6340 5.716 16 +6356 5.716 16 +6372 5.718 16 +6388 5.712 16 +6404 5.712 16 +6420 5.714 16 +6436 5.716 16 +6452 5.724 16 +6468 5.724 16 +6484 5.730 16 +6500 5.727 16 +6516 5.736 16 +6532 5.763 16 +6548 5.897 16 +6564 6.079 16 +6580 5.860 16 +6596 5.762 16 +6612 5.739 16 +6628 5.732 16 +6644 5.730 16 +6660 5.730 16 +6676 5.729 16 +6692 5.727 16 +6708 5.728 16 +6724 5.732 16 +6740 5.732 16 +6756 5.735 16 +6772 5.739 16 +6788 5.742 16 +6804 5.745 16 +6820 5.748 16 +6836 5.749 16 +6852 5.765 16 +6868 5.894 16 +6884 5.919 16 +6900 5.873 16 +6916 5.820 16 +6932 5.795 16 +6948 5.789 16 +6964 5.778 16 +6980 5.774 16 +6996 5.781 16 +7012 5.783 16 +7028 5.782 16 +7044 5.781 16 +7060 5.782 16 +7076 5.782 16 +7092 5.781 16 +7108 5.782 16 +7124 5.784 16 +7140 5.789 16 +7156 5.799 16 +7172 5.837 16 +7188 5.879 16 +7204 5.868 16 +7220 5.829 16 +7236 5.855 16 +7252 5.857 16 +7268 5.854 16 +7284 5.852 16 +7300 5.849 16 +7316 5.839 16 +7332 5.826 16 +7348 5.822 16 +7364 5.824 16 +7380 5.823 16 +7396 5.822 16 +7412 5.825 16 +7428 5.827 16 +7444 5.832 16 +7460 5.832 16 +7476 5.835 16 +7492 5.832 16 +7508 5.836 16 +7524 5.837 16 +7540 5.834 16 +7556 5.842 16 diff --git a/noao/lib/onedstds/spec16cal/hr7596red.dat b/noao/lib/onedstds/spec16cal/hr7596red.dat new file mode 100644 index 00000000..efb10647 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr7596red.dat @@ -0,0 +1,276 @@ +# HR 7596 +6036 5.665 16 +6052 5.663 16 +6068 5.659 16 +6084 5.662 16 +6100 5.665 16 +6116 5.669 16 +6132 5.674 16 +6148 5.687 16 +6164 5.688 16 +6180 5.691 16 +6196 5.693 16 +6212 5.694 16 +6228 5.700 16 +6244 5.709 16 +6260 5.709 16 +6276 5.742 16 +6292 5.739 16 +6308 5.725 16 +6324 5.720 16 +6340 5.722 16 +6356 5.722 16 +6372 5.722 16 +6388 5.715 16 +6404 5.714 16 +6420 5.714 16 +6436 5.716 16 +6452 5.725 16 +6468 5.725 16 +6484 5.725 16 +6500 5.724 16 +6516 5.736 16 +6532 5.765 16 +6548 5.905 16 +6564 6.081 16 +6580 5.835 16 +6596 5.748 16 +6612 5.732 16 +6628 5.727 16 +6644 5.723 16 +6660 5.724 16 +6676 5.723 16 +6692 5.720 16 +6708 5.720 16 +6724 5.722 16 +6740 5.724 16 +6756 5.725 16 +6772 5.727 16 +6788 5.727 16 +6804 5.729 16 +6820 5.732 16 +6836 5.734 16 +6852 5.754 16 +6868 5.901 16 +6884 5.890 16 +6900 5.852 16 +6916 5.798 16 +6932 5.770 16 +6948 5.763 16 +6964 5.756 16 +6980 5.757 16 +6996 5.765 16 +7012 5.764 16 +7028 5.766 16 +7044 5.768 16 +7060 5.771 16 +7076 5.771 16 +7092 5.772 16 +7108 5.777 16 +7124 5.779 16 +7140 5.780 16 +7156 5.791 16 +7172 5.820 16 +7188 5.846 16 +7204 5.833 16 +7220 5.813 16 +7236 5.835 16 +7252 5.835 16 +7268 5.834 16 +7284 5.832 16 +7300 5.829 16 +7316 5.824 16 +7332 5.814 16 +7348 5.813 16 +7364 5.817 16 +7380 5.814 16 +7396 5.815 16 +7412 5.816 16 +7428 5.821 16 +7444 5.824 16 +7460 5.825 16 +7476 5.827 16 +7492 5.823 16 +7508 5.826 16 +7524 5.826 16 +7540 5.828 16 +7556 5.830 16 +7572 5.836 16 +7588 5.993 16 +7604 6.766 16 +7620 6.472 16 +7636 6.437 16 +7652 6.175 16 +7668 5.979 16 +7684 5.889 16 +7700 5.868 16 +7716 5.857 16 +7732 5.852 16 +7748 5.856 16 +7764 5.872 16 +7780 5.880 16 +7796 5.855 16 +7812 5.854 16 +7828 5.855 16 +7844 5.859 16 +7860 5.860 16 +7876 5.867 16 +7892 5.872 16 +7908 5.870 16 +7924 5.869 16 +7940 5.871 16 +7956 5.872 16 +7972 5.872 16 +7988 5.871 16 +8004 5.876 16 +8020 5.876 16 +8036 5.879 16 +8052 5.879 16 +8068 5.882 16 +8084 5.887 16 +8100 5.890 16 +8116 5.895 16 +8132 5.911 16 +8148 5.933 16 +8164 5.953 16 +8180 5.956 16 +8196 5.950 16 +8212 5.940 16 +8228 5.980 16 +8244 5.939 16 +8260 5.924 16 +8276 5.937 16 +8292 5.941 16 +8308 5.935 16 +8324 5.936 16 +8340 5.927 16 +8356 5.924 16 +8372 5.926 16 +8388 5.925 16 +8404 5.925 16 +8420 5.929 16 +8436 5.945 16 +8452 5.939 16 +8468 5.938 16 +8484 5.911 16 +8500 5.968 16 +8516 5.908 16 +8532 5.932 16 +8548 5.993 16 +8564 5.887 16 +8580 5.899 16 +8596 6.015 16 +8612 5.921 16 +8628 5.847 16 +8644 5.884 16 +8660 6.048 16 +8676 5.990 16 +8692 5.851 16 +8708 5.819 16 +8724 5.856 16 +8740 6.001 16 +8756 6.055 16 +8772 5.877 16 +8788 5.807 16 +8804 5.794 16 +8820 5.809 16 +8836 5.859 16 +8852 6.022 16 +8868 6.093 16 +8884 5.901 16 +8900 5.830 16 +8916 5.813 16 +8932 5.818 16 +8948 5.825 16 +8964 5.864 16 +8980 5.914 16 +8996 6.033 16 +9012 6.220 16 +9028 6.073 16 +9044 5.906 16 +9060 5.883 16 +9076 5.899 16 +9092 5.902 16 +9108 5.888 16 +9124 5.891 16 +9140 5.894 16 +9156 5.901 16 +9172 5.900 16 +9188 5.910 16 +9204 5.958 16 +9220 6.153 16 +9236 6.171 16 +9252 5.998 16 +9268 5.937 16 +9284 5.933 16 +9300 5.987 16 +9316 6.114 16 +9332 6.201 16 +9348 6.253 16 +9364 6.208 16 +9380 6.173 16 +9396 6.031 16 +9412 6.041 16 +9428 6.125 16 +9444 6.155 16 +9460 6.125 16 +9476 6.108 16 +9492 6.133 16 +9508 6.121 16 +9524 6.217 16 +9540 6.376 16 +9556 6.339 16 +9572 6.138 16 +9588 6.096 16 +9604 6.055 16 +9620 6.048 16 +9636 6.031 16 +9652 6.022 16 +9668 6.000 16 +9684 5.965 16 +9700 5.954 16 +9716 5.951 16 +9732 5.975 16 +9748 5.989 16 +9764 5.984 16 +9780 5.966 16 +9796 5.975 16 +9812 5.965 16 +9828 5.960 16 +9844 5.948 16 +9860 5.949 16 +9876 5.944 16 +9892 5.950 16 +9908 5.943 16 +9924 5.947 16 +9940 5.948 16 +9956 5.947 16 +9972 5.952 16 +9988 5.962 16 +10004 5.987 16 +10020 6.003 16 +10036 6.145 16 +10052 6.250 16 +10068 6.079 16 +10084 5.998 16 +10100 5.980 16 +10116 5.979 16 +10132 5.963 16 +10148 5.967 16 +10164 5.950 16 +10180 5.964 16 +10196 5.952 16 +10212 5.948 16 +10228 5.934 16 +10244 5.974 16 +10260 5.953 16 +10276 5.914 16 +10292 5.905 16 +10308 5.946 16 +10324 5.956 16 +10340 5.973 16 +10356 5.982 16 +10372 6.002 16 +10388 5.950 16 +10404 5.959 16 +10420 5.996 16 diff --git a/noao/lib/onedstds/spec16cal/hr7950.dat b/noao/lib/onedstds/spec16cal/hr7950.dat new file mode 100644 index 00000000..401be384 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr7950.dat @@ -0,0 +1,446 @@ +# HR 7950 +3300 5.033 16 +3316 5.03 16 +3332 5.031 16 +3348 5.015 16 +3364 5.007 16 +3380 4.994 16 +3396 4.985 16 +3412 4.982 16 +3428 4.98 16 +3444 4.989 16 +3460 4.99 16 +3476 4.987 16 +3492 4.979 16 +3508 4.963 16 +3524 4.949 16 +3540 4.932 16 +3556 4.931 16 +3572 4.925 16 +3588 4.917 16 +3604 4.907 16 +3620 4.895 16 +3636 4.884 16 +3652 4.876 16 +3668 4.867 16 +3684 4.85 16 +3700 4.789 16 +3716 4.683 16 +3732 4.563 16 +3748 4.435 16 +3764 4.305 16 +3780 4.129 16 +3796 4.115 16 +3812 3.89 16 +3828 4.073 16 +3844 3.841 16 +3860 3.648 16 +3876 3.906 16 +3892 3.958 16 +3908 3.628 16 +3924 3.583 16 +3940 3.623 16 +3956 3.87 16 +3972 3.989 16 +3988 3.632 16 +4004 3.505 16 +4020 3.477 16 +4036 3.475 16 +4052 3.487 16 +4068 3.538 16 +4084 3.749 16 +4100 4.032 16 +4116 3.715 16 +4132 3.55 16 +4148 3.508 16 +4164 3.51 16 +4180 3.515 16 +4196 3.505 16 +4212 3.505 16 +4228 3.513 16 +4244 3.519 16 +4260 3.529 16 +4276 3.538 16 +4292 3.565 16 +4308 3.619 16 +4324 3.821 16 +4340 4.091 16 +4356 3.764 16 +4372 3.603 16 +4388 3.582 16 +4404 3.574 16 +4420 3.566 16 +4436 3.563 16 +4452 3.57 16 +4468 3.584 16 +4484 3.592 16 +4500 3.581 16 +4516 3.584 16 +4532 3.593 16 +4548 3.607 16 +4564 3.603 16 +4580 3.604 16 +4596 3.597 16 +4612 3.599 16 +4628 3.608 16 +4644 3.602 16 +4660 3.61 16 +4676 3.611 16 +4692 3.614 16 +4708 3.616 16 +4724 3.623 16 +4740 3.63 16 +4756 3.633 16 +4772 3.641 16 +4788 3.644 16 +4804 3.655 16 +4820 3.675 16 +4836 3.754 16 +4852 4.053 16 +4868 4.095 16 +4884 3.776 16 +4900 3.682 16 +4916 3.672 16 +4932 3.663 16 +4948 3.659 16 +4964 3.661 16 +4980 3.662 16 +4996 3.672 16 +5012 3.683 16 +5028 3.683 16 +5044 3.684 16 +5060 3.684 16 +5076 3.681 16 +5092 3.681 16 +5108 3.681 16 +5124 3.688 16 +5140 3.693 16 +5156 3.703 16 +5172 3.715 16 +5188 3.716 16 +5204 3.712 16 +5220 3.715 16 +5236 3.726 16 +5252 3.719 16 +5268 3.739 16 +5284 3.729 16 +5300 3.729 16 +5316 3.743 16 +5332 3.742 16 +5348 3.734 16 +5364 3.738 16 +5380 3.739 16 +5396 3.744 16 +5412 3.747 16 +5428 3.749 16 +5444 3.747 16 +5460 3.75 16 +5476 3.754 16 +5492 3.752 16 +5508 3.758 16 +5524 3.759 16 +5540 3.762 16 +5556 3.759 16 +5572 3.765 16 +5588 3.769 16 +5604 3.771 16 +5620 3.774 16 +5636 3.778 16 +5652 3.784 16 +5668 3.791 16 +5684 3.793 16 +5700 3.798 16 +5716 3.802 16 +5732 3.807 16 +5748 3.811 16 +5764 3.815 16 +5780 3.815 16 +5796 3.816 16 +5812 3.813 16 +5828 3.812 16 +5844 3.811 16 +5860 3.814 16 +5876 3.824 16 +5892 3.841 16 +5908 3.835 16 +5924 3.834 16 +5940 3.836 16 +5956 3.844 16 +5972 3.844 16 +5988 3.847 16 +6004 3.851 16 +6020 3.854 16 +6036 3.856 16 +6052 3.859 16 +6068 3.861 16 +6084 3.86 16 +6100 3.867 16 +6116 3.87 16 +6132 3.876 16 +6148 3.886 16 +6164 3.887 16 +6180 3.883 16 +6196 3.882 16 +6212 3.885 16 +6228 3.892 16 +6244 3.903 16 +6260 3.904 16 +6276 3.92 16 +6292 3.928 16 +6308 3.919 16 +6324 3.916 16 +6340 3.918 16 +6356 3.92 16 +6372 3.923 16 +6388 3.918 16 +6404 3.918 16 +6420 3.924 16 +6436 3.927 16 +6452 3.934 16 +6468 3.937 16 +6484 3.941 16 +6500 3.946 16 +6516 3.957 16 +6532 3.989 16 +6548 4.132 16 +6564 4.336 16 +6580 4.101 16 +6596 3.989 16 +6612 3.964 16 +6628 3.957 16 +6644 3.956 16 +6660 3.954 16 +6676 3.956 16 +6692 3.954 16 +6708 3.956 16 +6724 3.959 16 +6740 3.962 16 +6756 3.966 16 +6772 3.968 16 +6788 3.973 16 +6804 3.975 16 +6820 3.980 16 +6836 3.981 16 +6852 3.995 16 +6868 4.137 16 +6884 4.145 16 +6900 4.105 16 +6916 4.052 16 +6932 4.025 16 +6948 4.019 16 +6964 4.013 16 +6980 4.012 16 +6996 4.022 16 +7012 4.023 16 +7028 4.024 16 +7044 4.024 16 +7060 4.027 16 +7076 4.029 16 +7092 4.030 16 +7108 4.037 16 +7124 4.039 16 +7140 4.040 16 +7156 4.052 16 +7172 4.089 16 +7188 4.125 16 +7204 4.111 16 +7220 4.079 16 +7236 4.106 16 +7252 4.109 16 +7268 4.108 16 +7284 4.107 16 +7300 4.105 16 +7316 4.096 16 +7332 4.084 16 +7348 4.084 16 +7364 4.085 16 +7380 4.086 16 +7396 4.086 16 +7412 4.089 16 +7428 4.091 16 +7444 4.095 16 +7460 4.098 16 +7476 4.100 16 +7492 4.102 16 +7508 4.104 16 +7524 4.108 16 +7540 4.108 16 +7556 4.112 16 +7572 4.116 16 +7588 4.273 16 +7604 5.045 16 +7620 4.755 16 +7636 4.724 16 +7652 4.459 16 +7668 4.255 16 +7684 4.172 16 +7700 4.145 16 +7716 4.137 16 +7732 4.138 16 +7748 4.139 16 +7764 4.159 16 +7780 4.174 16 +7796 4.144 16 +7812 4.146 16 +7828 4.149 16 +7844 4.152 16 +7860 4.156 16 +7876 4.163 16 +7892 4.168 16 +7908 4.166 16 +7924 4.166 16 +7940 4.168 16 +7956 4.172 16 +7972 4.170 16 +7988 4.173 16 +8004 4.177 16 +8020 4.179 16 +8036 4.182 16 +8052 4.182 16 +8068 4.187 16 +8084 4.190 16 +8100 4.194 16 +8116 4.201 16 +8132 4.220 16 +8148 4.238 16 +8164 4.259 16 +8180 4.262 16 +8196 4.256 16 +8212 4.242 16 +8228 4.284 16 +8244 4.250 16 +8260 4.240 16 +8276 4.249 16 +8292 4.255 16 +8308 4.249 16 +8324 4.249 16 +8340 4.248 16 +8356 4.235 16 +8372 4.238 16 +8388 4.240 16 +8404 4.240 16 +8420 4.245 16 +8436 4.261 16 +8452 4.260 16 +8468 4.260 16 +8484 4.232 16 +8500 4.287 16 +8516 4.236 16 +8532 4.252 16 +8548 4.325 16 +8564 4.215 16 +8580 4.218 16 +8596 4.335 16 +8612 4.256 16 +8628 4.176 16 +8644 4.212 16 +8660 4.376 16 +8676 4.328 16 +8692 4.192 16 +8708 4.156 16 +8724 4.189 16 +8740 4.330 16 +8756 4.408 16 +8772 4.231 16 +8788 4.155 16 +8804 4.144 16 +8820 4.154 16 +8836 4.201 16 +8852 4.358 16 +8868 4.452 16 +8884 4.266 16 +8900 4.184 16 +8916 4.168 16 +8932 4.167 16 +8948 4.173 16 +8964 4.208 16 +8980 4.261 16 +8996 4.381 16 +9012 4.567 16 +9028 4.442 16 +9044 4.265 16 +9060 4.247 16 +9076 4.262 16 +9092 4.265 16 +9108 4.245 16 +9124 4.237 16 +9140 4.243 16 +9156 4.250 16 +9172 4.257 16 +9188 4.264 16 +9204 4.319 16 +9220 4.507 16 +9236 4.556 16 +9252 4.373 16 +9268 4.304 16 +9284 4.292 16 +9300 4.345 16 +9316 4.464 16 +9332 4.551 16 +9348 4.599 16 +9364 4.551 16 +9380 4.517 16 +9396 4.379 16 +9412 4.406 16 +9428 4.483 16 +9444 4.508 16 +9460 4.482 16 +9476 4.459 16 +9492 4.487 16 +9508 4.476 16 +9524 4.576 16 +9540 4.731 16 +9556 4.721 16 +9572 4.518 16 +9588 4.462 16 +9604 4.424 16 +9620 4.411 16 +9636 4.392 16 +9652 4.378 16 +9668 4.364 16 +9684 4.328 16 +9700 4.313 16 +9716 4.319 16 +9732 4.336 16 +9748 4.355 16 +9764 4.342 16 +9780 4.340 16 +9796 4.342 16 +9812 4.322 16 +9828 4.329 16 +9844 4.321 16 +9860 4.321 16 +9876 4.320 16 +9892 4.325 16 +9908 4.319 16 +9924 4.313 16 +9940 4.321 16 +9956 4.321 16 +9972 4.327 16 +9988 4.335 16 +10004 4.356 16 +10020 4.386 16 +10036 4.528 16 +10052 4.659 16 +10068 4.482 16 +10084 4.394 16 +10100 4.357 16 +10116 4.339 16 +10132 4.335 16 +10148 4.337 16 +10164 4.310 16 +10180 4.321 16 +10196 4.324 16 +10212 4.333 16 +10228 4.342 16 +10244 4.349 16 +10260 4.325 16 +10276 4.340 16 +10292 4.348 16 +10308 4.352 16 +10324 4.373 16 +10340 4.379 16 +10356 4.387 16 +10372 4.404 16 +10388 4.393 16 +10404 4.409 16 diff --git a/noao/lib/onedstds/spec16cal/hr7950blue.dat b/noao/lib/onedstds/spec16cal/hr7950blue.dat new file mode 100644 index 00000000..694c9908 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr7950blue.dat @@ -0,0 +1,268 @@ +# HR 7950 +3300 5.044 16 +3316 5.041 16 +3332 5.042 16 +3348 5.026 16 +3364 5.018 16 +3380 5.005 16 +3396 4.996 16 +3412 4.993 16 +3428 4.991 16 +3444 5.000 16 +3460 5.001 16 +3476 4.998 16 +3492 4.990 16 +3508 4.974 16 +3524 4.960 16 +3540 4.943 16 +3556 4.942 16 +3572 4.936 16 +3588 4.928 16 +3604 4.918 16 +3620 4.906 16 +3636 4.895 16 +3652 4.887 16 +3668 4.878 16 +3684 4.861 16 +3700 4.800 16 +3716 4.694 16 +3732 4.574 16 +3748 4.446 16 +3764 4.316 16 +3780 4.140 16 +3796 4.126 16 +3812 3.901 16 +3828 4.084 16 +3844 3.852 16 +3860 3.659 16 +3876 3.917 16 +3892 3.969 16 +3908 3.639 16 +3924 3.594 16 +3940 3.634 16 +3956 3.881 16 +3972 4.000 16 +3988 3.643 16 +4004 3.516 16 +4020 3.488 16 +4036 3.486 16 +4052 3.498 16 +4068 3.549 16 +4084 3.760 16 +4100 4.043 16 +4116 3.726 16 +4132 3.561 16 +4148 3.519 16 +4164 3.521 16 +4180 3.526 16 +4196 3.516 16 +4212 3.516 16 +4228 3.524 16 +4244 3.530 16 +4260 3.540 16 +4276 3.549 16 +4292 3.576 16 +4308 3.630 16 +4324 3.832 16 +4340 4.102 16 +4356 3.775 16 +4372 3.614 16 +4388 3.593 16 +4404 3.585 16 +4420 3.577 16 +4436 3.574 16 +4452 3.581 16 +4468 3.595 16 +4484 3.603 16 +4500 3.592 16 +4516 3.595 16 +4532 3.604 16 +4548 3.618 16 +4564 3.614 16 +4580 3.615 16 +4596 3.608 16 +4612 3.610 16 +4628 3.619 16 +4644 3.613 16 +4660 3.621 16 +4676 3.622 16 +4692 3.625 16 +4708 3.627 16 +4724 3.634 16 +4740 3.641 16 +4756 3.644 16 +4772 3.652 16 +4788 3.655 16 +4804 3.666 16 +4820 3.686 16 +4836 3.765 16 +4852 4.064 16 +4868 4.106 16 +4884 3.787 16 +4900 3.693 16 +4916 3.683 16 +4932 3.674 16 +4948 3.670 16 +4964 3.672 16 +4980 3.673 16 +4996 3.683 16 +5012 3.694 16 +5028 3.694 16 +5044 3.695 16 +5060 3.695 16 +5076 3.692 16 +5092 3.692 16 +5108 3.692 16 +5124 3.699 16 +5140 3.704 16 +5156 3.714 16 +5172 3.726 16 +5188 3.727 16 +5204 3.723 16 +5220 3.726 16 +5236 3.737 16 +5252 3.730 16 +5268 3.750 16 +5284 3.740 16 +5300 3.740 16 +5316 3.754 16 +5332 3.753 16 +5348 3.745 16 +5364 3.749 16 +5380 3.750 16 +5396 3.755 16 +5412 3.758 16 +5428 3.760 16 +5444 3.758 16 +5460 3.761 16 +5476 3.765 16 +5492 3.763 16 +5508 3.769 16 +5524 3.770 16 +5540 3.773 16 +5556 3.770 16 +5572 3.776 16 +5588 3.780 16 +5604 3.782 16 +5620 3.785 16 +5636 3.789 16 +5652 3.795 16 +5668 3.802 16 +5684 3.804 16 +5700 3.809 16 +5716 3.813 16 +5732 3.818 16 +5748 3.822 16 +5764 3.826 16 +5780 3.826 16 +5796 3.827 16 +5812 3.824 16 +5828 3.823 16 +5844 3.822 16 +5860 3.825 16 +5876 3.835 16 +5892 3.852 16 +5908 3.846 16 +5924 3.845 16 +5940 3.847 16 +5956 3.855 16 +5972 3.855 16 +5988 3.858 16 +6004 3.862 16 +6020 3.865 16 +6036 3.867 16 +6052 3.870 16 +6068 3.872 16 +6084 3.871 16 +6100 3.878 16 +6116 3.881 16 +6132 3.887 16 +6148 3.897 16 +6164 3.898 16 +6180 3.894 16 +6196 3.893 16 +6212 3.896 16 +6228 3.903 16 +6244 3.914 16 +6260 3.915 16 +6276 3.931 16 +6292 3.939 16 +6308 3.930 16 +6324 3.927 16 +6340 3.929 16 +6356 3.931 16 +6372 3.934 16 +6388 3.929 16 +6404 3.929 16 +6420 3.935 16 +6436 3.938 16 +6452 3.945 16 +6468 3.948 16 +6484 3.952 16 +6500 3.954 16 +6516 3.964 16 +6532 3.996 16 +6548 4.136 16 +6564 4.340 16 +6580 4.118 16 +6596 4.000 16 +6612 3.974 16 +6628 3.967 16 +6644 3.964 16 +6660 3.964 16 +6676 3.966 16 +6692 3.965 16 +6708 3.966 16 +6724 3.969 16 +6740 3.972 16 +6756 3.978 16 +6772 3.979 16 +6788 3.986 16 +6804 3.987 16 +6820 3.995 16 +6836 3.994 16 +6852 4.008 16 +6868 4.141 16 +6884 4.163 16 +6900 4.121 16 +6916 4.070 16 +6932 4.042 16 +6948 4.038 16 +6964 4.029 16 +6980 4.027 16 +6996 4.037 16 +7012 4.037 16 +7028 4.038 16 +7044 4.035 16 +7060 4.039 16 +7076 4.039 16 +7092 4.040 16 +7108 4.046 16 +7124 4.047 16 +7140 4.048 16 +7156 4.060 16 +7172 4.107 16 +7188 4.150 16 +7204 4.135 16 +7220 4.094 16 +7236 4.124 16 +7252 4.129 16 +7268 4.128 16 +7284 4.127 16 +7300 4.125 16 +7316 4.112 16 +7332 4.097 16 +7348 4.096 16 +7364 4.096 16 +7380 4.098 16 +7396 4.098 16 +7412 4.101 16 +7428 4.102 16 +7444 4.107 16 +7460 4.108 16 +7476 4.112 16 +7492 4.112 16 +7508 4.119 16 +7524 4.120 16 +7540 4.114 16 +7556 4.121 16 diff --git a/noao/lib/onedstds/spec16cal/hr7950red.dat b/noao/lib/onedstds/spec16cal/hr7950red.dat new file mode 100644 index 00000000..2c977461 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr7950red.dat @@ -0,0 +1,275 @@ +# HR 7950 +6036 3.859 16 +6052 3.862 16 +6068 3.862 16 +6084 3.866 16 +6100 3.868 16 +6116 3.872 16 +6132 3.878 16 +6148 3.890 16 +6164 3.891 16 +6180 3.888 16 +6196 3.892 16 +6212 3.895 16 +6228 3.905 16 +6244 3.914 16 +6260 3.916 16 +6276 3.937 16 +6292 3.937 16 +6308 3.933 16 +6324 3.926 16 +6340 3.931 16 +6356 3.931 16 +6372 3.932 16 +6388 3.927 16 +6404 3.928 16 +6420 3.930 16 +6436 3.933 16 +6452 3.940 16 +6468 3.940 16 +6484 3.944 16 +6500 3.948 16 +6516 3.960 16 +6532 3.993 16 +6548 4.138 16 +6564 4.342 16 +6580 4.094 16 +6596 3.988 16 +6612 3.964 16 +6628 3.958 16 +6644 3.958 16 +6660 3.955 16 +6676 3.957 16 +6692 3.954 16 +6708 3.956 16 +6724 3.959 16 +6740 3.962 16 +6756 3.965 16 +6772 3.968 16 +6788 3.970 16 +6804 3.973 16 +6820 3.975 16 +6836 3.979 16 +6852 3.993 16 +6868 4.143 16 +6884 4.137 16 +6900 4.099 16 +6916 4.045 16 +6932 4.018 16 +6948 4.011 16 +6964 4.008 16 +6980 4.007 16 +6996 4.017 16 +7012 4.020 16 +7028 4.021 16 +7044 4.023 16 +7060 4.026 16 +7076 4.029 16 +7092 4.031 16 +7108 4.039 16 +7124 4.042 16 +7140 4.043 16 +7156 4.054 16 +7172 4.081 16 +7188 4.110 16 +7204 4.097 16 +7220 4.075 16 +7236 4.098 16 +7252 4.100 16 +7268 4.098 16 +7284 4.098 16 +7300 4.096 16 +7316 4.091 16 +7332 4.082 16 +7348 4.083 16 +7364 4.084 16 +7380 4.085 16 +7396 4.085 16 +7412 4.088 16 +7428 4.090 16 +7444 4.094 16 +7460 4.098 16 +7476 4.099 16 +7492 4.103 16 +7508 4.104 16 +7524 4.108 16 +7540 4.108 16 +7556 4.112 16 +7572 4.116 16 +7588 4.273 16 +7604 5.045 16 +7620 4.755 16 +7636 4.724 16 +7652 4.459 16 +7668 4.255 16 +7684 4.172 16 +7700 4.145 16 +7716 4.137 16 +7732 4.138 16 +7748 4.139 16 +7764 4.159 16 +7780 4.174 16 +7796 4.144 16 +7812 4.146 16 +7828 4.149 16 +7844 4.152 16 +7860 4.156 16 +7876 4.163 16 +7892 4.168 16 +7908 4.166 16 +7924 4.166 16 +7940 4.168 16 +7956 4.172 16 +7972 4.170 16 +7988 4.173 16 +8004 4.177 16 +8020 4.179 16 +8036 4.182 16 +8052 4.182 16 +8068 4.187 16 +8084 4.190 16 +8100 4.194 16 +8116 4.201 16 +8132 4.220 16 +8148 4.238 16 +8164 4.259 16 +8180 4.262 16 +8196 4.256 16 +8212 4.242 16 +8228 4.284 16 +8244 4.250 16 +8260 4.240 16 +8276 4.249 16 +8292 4.255 16 +8308 4.249 16 +8324 4.249 16 +8340 4.248 16 +8356 4.235 16 +8372 4.238 16 +8388 4.240 16 +8404 4.240 16 +8420 4.245 16 +8436 4.261 16 +8452 4.260 16 +8468 4.260 16 +8484 4.232 16 +8500 4.287 16 +8516 4.236 16 +8532 4.252 16 +8548 4.325 16 +8564 4.215 16 +8580 4.218 16 +8596 4.335 16 +8612 4.256 16 +8628 4.176 16 +8644 4.212 16 +8660 4.376 16 +8676 4.328 16 +8692 4.192 16 +8708 4.156 16 +8724 4.189 16 +8740 4.330 16 +8756 4.408 16 +8772 4.231 16 +8788 4.155 16 +8804 4.144 16 +8820 4.154 16 +8836 4.201 16 +8852 4.358 16 +8868 4.452 16 +8884 4.266 16 +8900 4.184 16 +8916 4.168 16 +8932 4.167 16 +8948 4.173 16 +8964 4.208 16 +8980 4.261 16 +8996 4.381 16 +9012 4.567 16 +9028 4.442 16 +9044 4.265 16 +9060 4.247 16 +9076 4.262 16 +9092 4.265 16 +9108 4.245 16 +9124 4.237 16 +9140 4.243 16 +9156 4.250 16 +9172 4.257 16 +9188 4.264 16 +9204 4.319 16 +9220 4.507 16 +9236 4.556 16 +9252 4.373 16 +9268 4.304 16 +9284 4.292 16 +9300 4.345 16 +9316 4.464 16 +9332 4.551 16 +9348 4.599 16 +9364 4.551 16 +9380 4.517 16 +9396 4.379 16 +9412 4.406 16 +9428 4.483 16 +9444 4.508 16 +9460 4.482 16 +9476 4.459 16 +9492 4.487 16 +9508 4.476 16 +9524 4.576 16 +9540 4.731 16 +9556 4.721 16 +9572 4.518 16 +9588 4.462 16 +9604 4.424 16 +9620 4.411 16 +9636 4.392 16 +9652 4.378 16 +9668 4.364 16 +9684 4.328 16 +9700 4.313 16 +9716 4.319 16 +9732 4.336 16 +9748 4.355 16 +9764 4.342 16 +9780 4.340 16 +9796 4.342 16 +9812 4.322 16 +9828 4.329 16 +9844 4.321 16 +9860 4.321 16 +9876 4.320 16 +9892 4.325 16 +9908 4.319 16 +9924 4.313 16 +9940 4.321 16 +9956 4.321 16 +9972 4.327 16 +9988 4.335 16 +10004 4.356 16 +10020 4.386 16 +10036 4.528 16 +10052 4.659 16 +10068 4.482 16 +10084 4.394 16 +10100 4.357 16 +10116 4.339 16 +10132 4.335 16 +10148 4.337 16 +10164 4.310 16 +10180 4.321 16 +10196 4.324 16 +10212 4.333 16 +10228 4.342 16 +10244 4.349 16 +10260 4.325 16 +10276 4.340 16 +10292 4.348 16 +10308 4.352 16 +10324 4.373 16 +10340 4.379 16 +10356 4.387 16 +10372 4.404 16 +10388 4.393 16 +10404 4.409 16 diff --git a/noao/lib/onedstds/spec16cal/hr8634.dat b/noao/lib/onedstds/spec16cal/hr8634.dat new file mode 100644 index 00000000..c8de7d37 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr8634.dat @@ -0,0 +1,447 @@ +# HR 8634 +3300 4.134 16 +3316 4.129 16 +3332 4.12 16 +3348 4.112 16 +3364 4.102 16 +3380 4.109 16 +3396 4.104 16 +3412 4.114 16 +3428 4.122 16 +3444 4.129 16 +3460 4.129 16 +3476 4.127 16 +3492 4.122 16 +3508 4.111 16 +3524 4.105 16 +3540 4.099 16 +3556 4.094 16 +3572 4.083 16 +3588 4.081 16 +3604 4.079 16 +3620 4.073 16 +3636 4.069 16 +3652 4.067 16 +3668 4.07 16 +3684 4.061 16 +3700 4.023 16 +3716 3.938 16 +3732 3.818 16 +3748 3.697 16 +3764 3.591 16 +3780 3.457 16 +3796 3.463 16 +3812 3.275 16 +3828 3.409 16 +3844 3.275 16 +3860 3.112 16 +3876 3.281 16 +3892 3.374 16 +3908 3.105 16 +3924 3.053 16 +3940 3.087 16 +3956 3.276 16 +3972 3.412 16 +3988 3.141 16 +4004 3.074 16 +4020 3.06 16 +4036 3.042 16 +4052 3.042 16 +4068 3.073 16 +4084 3.214 16 +4100 3.465 16 +4116 3.222 16 +4132 3.105 16 +4148 3.081 16 +4164 3.082 16 +4180 3.087 16 +4196 3.087 16 +4212 3.09 16 +4228 3.095 16 +4244 3.101 16 +4260 3.113 16 +4276 3.118 16 +4292 3.128 16 +4308 3.161 16 +4324 3.303 16 +4340 3.542 16 +4356 3.278 16 +4372 3.171 16 +4388 3.164 16 +4404 3.155 16 +4420 3.157 16 +4436 3.158 16 +4452 3.161 16 +4468 3.181 16 +4484 3.189 16 +4500 3.178 16 +4516 3.185 16 +4532 3.184 16 +4548 3.193 16 +4564 3.195 16 +4580 3.2 16 +4596 3.204 16 +4612 3.207 16 +4628 3.216 16 +4644 3.214 16 +4660 3.219 16 +4676 3.226 16 +4692 3.227 16 +4708 3.234 16 +4724 3.239 16 +4740 3.245 16 +4756 3.251 16 +4772 3.256 16 +4788 3.26 16 +4804 3.263 16 +4820 3.279 16 +4836 3.327 16 +4852 3.557 16 +4868 3.6 16 +4884 3.342 16 +4900 3.287 16 +4916 3.284 16 +4932 3.282 16 +4948 3.282 16 +4964 3.286 16 +4980 3.289 16 +4996 3.294 16 +5012 3.306 16 +5028 3.313 16 +5044 3.316 16 +5060 3.32 16 +5076 3.314 16 +5092 3.321 16 +5108 3.321 16 +5124 3.323 16 +5140 3.326 16 +5156 3.334 16 +5172 3.34 16 +5188 3.342 16 +5204 3.344 16 +5220 3.349 16 +5236 3.356 16 +5252 3.357 16 +5268 3.363 16 +5284 3.364 16 +5300 3.366 16 +5316 3.376 16 +5332 3.377 16 +5348 3.374 16 +5364 3.378 16 +5380 3.383 16 +5396 3.388 16 +5412 3.395 16 +5428 3.396 16 +5444 3.398 16 +5460 3.398 16 +5476 3.407 16 +5492 3.41 16 +5508 3.41 16 +5524 3.414 16 +5540 3.421 16 +5556 3.423 16 +5572 3.422 16 +5588 3.431 16 +5604 3.429 16 +5620 3.437 16 +5636 3.44 16 +5652 3.446 16 +5668 3.448 16 +5684 3.457 16 +5700 3.459 16 +5716 3.466 16 +5732 3.47 16 +5748 3.474 16 +5764 3.477 16 +5780 3.479 16 +5796 3.479 16 +5812 3.475 16 +5828 3.473 16 +5844 3.474 16 +5860 3.479 16 +5876 3.489 16 +5892 3.497 16 +5908 3.494 16 +5924 3.496 16 +5940 3.503 16 +5956 3.509 16 +5972 3.512 16 +5988 3.518 16 +6004 3.517 16 +6020 3.521 16 +6036 3.527 16 +6052 3.53 16 +6068 3.533 16 +6084 3.537 16 +6100 3.54 16 +6116 3.544 16 +6132 3.549 16 +6148 3.556 16 +6164 3.559 16 +6180 3.559 16 +6196 3.56 16 +6212 3.563 16 +6228 3.57 16 +6244 3.576 16 +6260 3.581 16 +6276 3.598 16 +6292 3.606 16 +6308 3.6 16 +6324 3.595 16 +6340 3.599 16 +6356 3.602 16 +6372 3.604 16 +6388 3.602 16 +6404 3.602 16 +6420 3.606 16 +6436 3.608 16 +6452 3.613 16 +6468 3.616 16 +6484 3.62 16 +6500 3.624 16 +6516 3.634 16 +6532 3.653 16 +6548 3.759 16 +6564 3.928 16 +6580 3.745 16 +6596 3.658 16 +6612 3.644 16 +6628 3.644 16 +6644 3.645 16 +6660 3.646 16 +6676 3.650 16 +6692 3.648 16 +6708 3.649 16 +6724 3.653 16 +6740 3.657 16 +6756 3.660 16 +6772 3.665 16 +6788 3.669 16 +6804 3.673 16 +6820 3.677 16 +6836 3.680 16 +6852 3.697 16 +6868 3.835 16 +6884 3.850 16 +6900 3.809 16 +6916 3.756 16 +6932 3.730 16 +6948 3.723 16 +6964 3.714 16 +6980 3.716 16 +6996 3.725 16 +7012 3.726 16 +7028 3.729 16 +7044 3.732 16 +7060 3.736 16 +7076 3.738 16 +7092 3.738 16 +7108 3.741 16 +7124 3.745 16 +7140 3.750 16 +7156 3.760 16 +7172 3.796 16 +7188 3.829 16 +7204 3.819 16 +7220 3.787 16 +7236 3.815 16 +7252 3.821 16 +7268 3.819 16 +7284 3.818 16 +7300 3.812 16 +7316 3.809 16 +7332 3.798 16 +7348 3.799 16 +7364 3.800 16 +7380 3.801 16 +7396 3.802 16 +7412 3.804 16 +7428 3.807 16 +7444 3.810 16 +7460 3.814 16 +7476 3.818 16 +7492 3.817 16 +7508 3.818 16 +7524 3.824 16 +7540 3.826 16 +7556 3.829 16 +7572 3.835 16 +7588 4.006 16 +7604 4.776 16 +7620 4.493 16 +7636 4.452 16 +7652 4.182 16 +7668 3.978 16 +7684 3.890 16 +7700 3.864 16 +7716 3.858 16 +7732 3.856 16 +7748 3.860 16 +7764 3.876 16 +7780 3.888 16 +7796 3.869 16 +7812 3.869 16 +7828 3.874 16 +7844 3.875 16 +7860 3.878 16 +7876 3.888 16 +7892 3.895 16 +7908 3.894 16 +7924 3.892 16 +7940 3.893 16 +7956 3.901 16 +7972 3.902 16 +7988 3.900 16 +8004 3.908 16 +8020 3.908 16 +8036 3.912 16 +8052 3.912 16 +8068 3.915 16 +8084 3.920 16 +8100 3.924 16 +8116 3.931 16 +8132 3.957 16 +8148 3.986 16 +8164 4.010 16 +8180 4.004 16 +8196 3.992 16 +8212 3.978 16 +8228 4.036 16 +8244 3.990 16 +8260 3.976 16 +8276 3.995 16 +8292 4.001 16 +8308 3.990 16 +8324 3.991 16 +8340 3.982 16 +8356 3.980 16 +8372 3.978 16 +8388 3.982 16 +8404 3.981 16 +8420 3.982 16 +8436 3.998 16 +8452 4.003 16 +8468 4.003 16 +8484 3.984 16 +8500 4.019 16 +8516 3.984 16 +8532 3.991 16 +8548 4.054 16 +8564 3.967 16 +8580 3.967 16 +8596 4.076 16 +8612 4.013 16 +8628 3.928 16 +8644 3.957 16 +8660 4.099 16 +8676 4.073 16 +8692 3.943 16 +8708 3.910 16 +8724 3.940 16 +8740 4.073 16 +8756 4.152 16 +8772 3.990 16 +8788 3.919 16 +8804 3.908 16 +8820 3.918 16 +8836 3.961 16 +8852 4.102 16 +8868 4.200 16 +8884 4.024 16 +8900 3.949 16 +8916 3.934 16 +8932 3.943 16 +8948 3.962 16 +8964 4.003 16 +8980 4.050 16 +8996 4.157 16 +9012 4.325 16 +9028 4.210 16 +9044 4.035 16 +9060 4.019 16 +9076 4.048 16 +9092 4.049 16 +9108 4.038 16 +9124 4.036 16 +9140 4.054 16 +9156 4.061 16 +9172 4.062 16 +9188 4.056 16 +9204 4.083 16 +9220 4.247 16 +9236 4.310 16 +9252 4.147 16 +9268 4.090 16 +9284 4.100 16 +9300 4.173 16 +9316 4.305 16 +9332 4.422 16 +9348 4.476 16 +9364 4.424 16 +9380 4.377 16 +9396 4.208 16 +9412 4.228 16 +9428 4.327 16 +9444 4.360 16 +9460 4.334 16 +9476 4.314 16 +9492 4.334 16 +9508 4.307 16 +9524 4.400 16 +9540 4.531 16 +9556 4.541 16 +9572 4.332 16 +9588 4.295 16 +9604 4.249 16 +9620 4.233 16 +9636 4.223 16 +9652 4.195 16 +9668 4.173 16 +9684 4.127 16 +9700 4.116 16 +9716 4.126 16 +9732 4.147 16 +9748 4.162 16 +9764 4.153 16 +9780 4.138 16 +9796 4.147 16 +9812 4.127 16 +9828 4.122 16 +9844 4.124 16 +9860 4.110 16 +9876 4.114 16 +9892 4.112 16 +9908 4.112 16 +9924 4.097 16 +9940 4.106 16 +9956 4.113 16 +9972 4.114 16 +9988 4.124 16 +10004 4.130 16 +10020 4.155 16 +10036 4.278 16 +10052 4.408 16 +10068 4.245 16 +10084 4.162 16 +10100 4.140 16 +10116 4.131 16 +10132 4.118 16 +10148 4.126 16 +10164 4.119 16 +10180 4.130 16 +10196 4.125 16 +10212 4.121 16 +10228 4.114 16 +10244 4.118 16 +10260 4.129 16 +10276 4.125 16 +10292 4.100 16 +10308 4.110 16 +10324 4.143 16 +10340 4.170 16 +10356 4.173 16 +10372 4.173 16 +10388 4.173 16 +10404 4.158 16 +10420 4.167 16 diff --git a/noao/lib/onedstds/spec16cal/hr8634blue.dat b/noao/lib/onedstds/spec16cal/hr8634blue.dat new file mode 100644 index 00000000..5fd86c29 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr8634blue.dat @@ -0,0 +1,268 @@ +# HR 8634 +3300 4.139 16 +3316 4.134 16 +3332 4.125 16 +3348 4.117 16 +3364 4.107 16 +3380 4.114 16 +3396 4.109 16 +3412 4.119 16 +3428 4.127 16 +3444 4.134 16 +3460 4.134 16 +3476 4.132 16 +3492 4.127 16 +3508 4.116 16 +3524 4.110 16 +3540 4.104 16 +3556 4.099 16 +3572 4.088 16 +3588 4.086 16 +3604 4.084 16 +3620 4.078 16 +3636 4.074 16 +3652 4.072 16 +3668 4.075 16 +3684 4.066 16 +3700 4.028 16 +3716 3.943 16 +3732 3.823 16 +3748 3.702 16 +3764 3.596 16 +3780 3.462 16 +3796 3.468 16 +3812 3.280 16 +3828 3.414 16 +3844 3.280 16 +3860 3.117 16 +3876 3.286 16 +3892 3.379 16 +3908 3.110 16 +3924 3.058 16 +3940 3.092 16 +3956 3.281 16 +3972 3.417 16 +3988 3.146 16 +4004 3.079 16 +4020 3.065 16 +4036 3.047 16 +4052 3.047 16 +4068 3.078 16 +4084 3.219 16 +4100 3.470 16 +4116 3.227 16 +4132 3.110 16 +4148 3.086 16 +4164 3.087 16 +4180 3.092 16 +4196 3.092 16 +4212 3.095 16 +4228 3.100 16 +4244 3.106 16 +4260 3.118 16 +4276 3.123 16 +4292 3.133 16 +4308 3.166 16 +4324 3.308 16 +4340 3.547 16 +4356 3.283 16 +4372 3.176 16 +4388 3.169 16 +4404 3.160 16 +4420 3.162 16 +4436 3.163 16 +4452 3.166 16 +4468 3.186 16 +4484 3.194 16 +4500 3.183 16 +4516 3.190 16 +4532 3.189 16 +4548 3.198 16 +4564 3.200 16 +4580 3.205 16 +4596 3.209 16 +4612 3.212 16 +4628 3.221 16 +4644 3.219 16 +4660 3.224 16 +4676 3.231 16 +4692 3.232 16 +4708 3.239 16 +4724 3.244 16 +4740 3.250 16 +4756 3.256 16 +4772 3.261 16 +4788 3.265 16 +4804 3.268 16 +4820 3.284 16 +4836 3.332 16 +4852 3.562 16 +4868 3.605 16 +4884 3.347 16 +4900 3.292 16 +4916 3.289 16 +4932 3.287 16 +4948 3.287 16 +4964 3.291 16 +4980 3.294 16 +4996 3.299 16 +5012 3.311 16 +5028 3.318 16 +5044 3.321 16 +5060 3.325 16 +5076 3.319 16 +5092 3.326 16 +5108 3.326 16 +5124 3.328 16 +5140 3.331 16 +5156 3.339 16 +5172 3.345 16 +5188 3.347 16 +5204 3.349 16 +5220 3.354 16 +5236 3.361 16 +5252 3.362 16 +5268 3.368 16 +5284 3.369 16 +5300 3.371 16 +5316 3.381 16 +5332 3.382 16 +5348 3.379 16 +5364 3.383 16 +5380 3.388 16 +5396 3.393 16 +5412 3.400 16 +5428 3.401 16 +5444 3.403 16 +5460 3.403 16 +5476 3.412 16 +5492 3.415 16 +5508 3.415 16 +5524 3.419 16 +5540 3.426 16 +5556 3.428 16 +5572 3.427 16 +5588 3.436 16 +5604 3.434 16 +5620 3.442 16 +5636 3.445 16 +5652 3.451 16 +5668 3.453 16 +5684 3.462 16 +5700 3.464 16 +5716 3.471 16 +5732 3.475 16 +5748 3.479 16 +5764 3.482 16 +5780 3.484 16 +5796 3.484 16 +5812 3.480 16 +5828 3.478 16 +5844 3.479 16 +5860 3.484 16 +5876 3.494 16 +5892 3.502 16 +5908 3.499 16 +5924 3.501 16 +5940 3.508 16 +5956 3.514 16 +5972 3.517 16 +5988 3.523 16 +6004 3.522 16 +6020 3.526 16 +6036 3.532 16 +6052 3.535 16 +6068 3.538 16 +6084 3.542 16 +6100 3.545 16 +6116 3.549 16 +6132 3.554 16 +6148 3.561 16 +6164 3.564 16 +6180 3.564 16 +6196 3.565 16 +6212 3.568 16 +6228 3.575 16 +6244 3.581 16 +6260 3.586 16 +6276 3.603 16 +6292 3.611 16 +6308 3.605 16 +6324 3.600 16 +6340 3.604 16 +6356 3.607 16 +6372 3.609 16 +6388 3.607 16 +6404 3.607 16 +6420 3.611 16 +6436 3.613 16 +6452 3.618 16 +6468 3.621 16 +6484 3.625 16 +6500 3.626 16 +6516 3.634 16 +6532 3.653 16 +6548 3.754 16 +6564 3.925 16 +6580 3.763 16 +6596 3.665 16 +6612 3.649 16 +6628 3.649 16 +6644 3.649 16 +6660 3.650 16 +6676 3.655 16 +6692 3.652 16 +6708 3.654 16 +6724 3.658 16 +6740 3.662 16 +6756 3.667 16 +6772 3.671 16 +6788 3.677 16 +6804 3.682 16 +6820 3.686 16 +6836 3.688 16 +6852 3.703 16 +6868 3.827 16 +6884 3.865 16 +6900 3.821 16 +6916 3.766 16 +6932 3.739 16 +6948 3.732 16 +6964 3.722 16 +6980 3.724 16 +6996 3.732 16 +7012 3.732 16 +7028 3.735 16 +7044 3.738 16 +7060 3.741 16 +7076 3.743 16 +7092 3.742 16 +7108 3.743 16 +7124 3.748 16 +7140 3.751 16 +7156 3.762 16 +7172 3.796 16 +7188 3.831 16 +7204 3.824 16 +7220 3.789 16 +7236 3.814 16 +7252 3.824 16 +7268 3.822 16 +7284 3.822 16 +7300 3.813 16 +7316 3.812 16 +7332 3.801 16 +7348 3.804 16 +7364 3.804 16 +7380 3.807 16 +7396 3.807 16 +7412 3.811 16 +7428 3.812 16 +7444 3.817 16 +7460 3.819 16 +7476 3.824 16 +7492 3.822 16 +7508 3.831 16 +7524 3.828 16 +7540 3.825 16 +7556 3.836 16 diff --git a/noao/lib/onedstds/spec16cal/hr8634red.dat b/noao/lib/onedstds/spec16cal/hr8634red.dat new file mode 100644 index 00000000..bdd951e3 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr8634red.dat @@ -0,0 +1,276 @@ +# HR 8634 +6036 3.534 16 +6052 3.537 16 +6068 3.538 16 +6084 3.540 16 +6100 3.544 16 +6116 3.547 16 +6132 3.551 16 +6148 3.561 16 +6164 3.563 16 +6180 3.563 16 +6196 3.567 16 +6212 3.572 16 +6228 3.580 16 +6244 3.589 16 +6260 3.591 16 +6276 3.614 16 +6292 3.615 16 +6308 3.610 16 +6324 3.605 16 +6340 3.610 16 +6356 3.611 16 +6372 3.613 16 +6388 3.607 16 +6404 3.609 16 +6420 3.606 16 +6436 3.611 16 +6452 3.617 16 +6468 3.621 16 +6484 3.626 16 +6500 3.627 16 +6516 3.638 16 +6532 3.657 16 +6548 3.768 16 +6564 3.935 16 +6580 3.731 16 +6596 3.655 16 +6612 3.644 16 +6628 3.643 16 +6644 3.645 16 +6660 3.647 16 +6676 3.649 16 +6692 3.648 16 +6708 3.648 16 +6724 3.652 16 +6740 3.656 16 +6756 3.658 16 +6772 3.663 16 +6788 3.666 16 +6804 3.669 16 +6820 3.673 16 +6836 3.676 16 +6852 3.695 16 +6868 3.847 16 +6884 3.840 16 +6900 3.802 16 +6916 3.750 16 +6932 3.725 16 +6948 3.719 16 +6964 3.711 16 +6980 3.713 16 +6996 3.723 16 +7012 3.724 16 +7028 3.728 16 +7044 3.731 16 +7060 3.736 16 +7076 3.738 16 +7092 3.739 16 +7108 3.743 16 +7124 3.746 16 +7140 3.753 16 +7156 3.762 16 +7172 3.801 16 +7188 3.832 16 +7204 3.818 16 +7220 3.789 16 +7236 3.820 16 +7252 3.822 16 +7268 3.821 16 +7284 3.818 16 +7300 3.816 16 +7316 3.810 16 +7332 3.800 16 +7348 3.798 16 +7364 3.801 16 +7380 3.799 16 +7396 3.801 16 +7412 3.801 16 +7428 3.806 16 +7444 3.808 16 +7460 3.813 16 +7476 3.816 16 +7492 3.816 16 +7508 3.818 16 +7524 3.824 16 +7540 3.826 16 +7556 3.829 16 +7572 3.835 16 +7588 4.006 16 +7604 4.776 16 +7620 4.493 16 +7636 4.452 16 +7652 4.182 16 +7668 3.978 16 +7684 3.890 16 +7700 3.864 16 +7716 3.858 16 +7732 3.856 16 +7748 3.860 16 +7764 3.876 16 +7780 3.888 16 +7796 3.869 16 +7812 3.869 16 +7828 3.874 16 +7844 3.875 16 +7860 3.878 16 +7876 3.888 16 +7892 3.895 16 +7908 3.894 16 +7924 3.892 16 +7940 3.893 16 +7956 3.901 16 +7972 3.902 16 +7988 3.900 16 +8004 3.908 16 +8020 3.908 16 +8036 3.912 16 +8052 3.912 16 +8068 3.915 16 +8084 3.920 16 +8100 3.924 16 +8116 3.931 16 +8132 3.957 16 +8148 3.986 16 +8164 4.010 16 +8180 4.004 16 +8196 3.992 16 +8212 3.978 16 +8228 4.036 16 +8244 3.990 16 +8260 3.976 16 +8276 3.995 16 +8292 4.001 16 +8308 3.990 16 +8324 3.991 16 +8340 3.982 16 +8356 3.980 16 +8372 3.978 16 +8388 3.982 16 +8404 3.981 16 +8420 3.982 16 +8436 3.998 16 +8452 4.003 16 +8468 4.003 16 +8484 3.984 16 +8500 4.019 16 +8516 3.984 16 +8532 3.991 16 +8548 4.054 16 +8564 3.967 16 +8580 3.967 16 +8596 4.076 16 +8612 4.013 16 +8628 3.928 16 +8644 3.957 16 +8660 4.099 16 +8676 4.073 16 +8692 3.943 16 +8708 3.910 16 +8724 3.940 16 +8740 4.073 16 +8756 4.152 16 +8772 3.990 16 +8788 3.919 16 +8804 3.908 16 +8820 3.918 16 +8836 3.961 16 +8852 4.102 16 +8868 4.200 16 +8884 4.024 16 +8900 3.949 16 +8916 3.934 16 +8932 3.943 16 +8948 3.962 16 +8964 4.003 16 +8980 4.050 16 +8996 4.157 16 +9012 4.325 16 +9028 4.210 16 +9044 4.035 16 +9060 4.019 16 +9076 4.048 16 +9092 4.049 16 +9108 4.038 16 +9124 4.036 16 +9140 4.054 16 +9156 4.061 16 +9172 4.062 16 +9188 4.056 16 +9204 4.083 16 +9220 4.247 16 +9236 4.310 16 +9252 4.147 16 +9268 4.090 16 +9284 4.100 16 +9300 4.173 16 +9316 4.305 16 +9332 4.422 16 +9348 4.476 16 +9364 4.424 16 +9380 4.377 16 +9396 4.208 16 +9412 4.228 16 +9428 4.327 16 +9444 4.360 16 +9460 4.334 16 +9476 4.314 16 +9492 4.334 16 +9508 4.307 16 +9524 4.400 16 +9540 4.531 16 +9556 4.541 16 +9572 4.332 16 +9588 4.295 16 +9604 4.249 16 +9620 4.233 16 +9636 4.223 16 +9652 4.195 16 +9668 4.173 16 +9684 4.127 16 +9700 4.116 16 +9716 4.126 16 +9732 4.147 16 +9748 4.162 16 +9764 4.153 16 +9780 4.138 16 +9796 4.147 16 +9812 4.127 16 +9828 4.122 16 +9844 4.124 16 +9860 4.110 16 +9876 4.114 16 +9892 4.112 16 +9908 4.112 16 +9924 4.097 16 +9940 4.106 16 +9956 4.113 16 +9972 4.114 16 +9988 4.124 16 +10004 4.130 16 +10020 4.155 16 +10036 4.278 16 +10052 4.408 16 +10068 4.245 16 +10084 4.162 16 +10100 4.140 16 +10116 4.131 16 +10132 4.118 16 +10148 4.126 16 +10164 4.119 16 +10180 4.130 16 +10196 4.125 16 +10212 4.121 16 +10228 4.114 16 +10244 4.118 16 +10260 4.129 16 +10276 4.125 16 +10292 4.100 16 +10308 4.110 16 +10324 4.143 16 +10340 4.170 16 +10356 4.173 16 +10372 4.173 16 +10388 4.173 16 +10404 4.158 16 +10420 4.167 16 diff --git a/noao/lib/onedstds/spec16cal/hr9087.dat b/noao/lib/onedstds/spec16cal/hr9087.dat new file mode 100644 index 00000000..8e302773 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr9087.dat @@ -0,0 +1,446 @@ +# HR 9087 +3300 5.381 16 +3316 5.376 16 +3332 5.377 16 +3348 5.367 16 +3364 5.361 16 +3380 5.364 16 +3396 5.371 16 +3412 5.378 16 +3428 5.394 16 +3444 5.402 16 +3460 5.407 16 +3476 5.411 16 +3492 5.412 16 +3508 5.4 16 +3524 5.395 16 +3540 5.39 16 +3556 5.388 16 +3572 5.384 16 +3588 5.381 16 +3604 5.378 16 +3620 5.377 16 +3636 5.376 16 +3652 5.376 16 +3668 5.378 16 +3684 5.383 16 +3700 5.376 16 +3716 5.34 16 +3732 5.276 16 +3748 5.203 16 +3764 5.132 16 +3780 5.035 16 +3796 5.044 16 +3812 4.901 16 +3828 4.993 16 +3844 4.904 16 +3860 4.77 16 +3876 4.896 16 +3892 4.981 16 +3908 4.775 16 +3924 4.73 16 +3940 4.747 16 +3956 4.89 16 +3972 5.017 16 +3988 4.806 16 +4004 4.756 16 +4020 4.745 16 +4036 4.734 16 +4052 4.731 16 +4068 4.75 16 +4084 4.861 16 +4100 5.057 16 +4116 4.884 16 +4132 4.79 16 +4148 4.77 16 +4164 4.768 16 +4180 4.773 16 +4196 4.773 16 +4212 4.775 16 +4228 4.782 16 +4244 4.79 16 +4260 4.8 16 +4276 4.806 16 +4292 4.816 16 +4308 4.84 16 +4324 4.954 16 +4340 5.14 16 +4356 4.949 16 +4372 4.862 16 +4388 4.858 16 +4404 4.851 16 +4420 4.853 16 +4436 4.854 16 +4452 4.868 16 +4468 4.885 16 +4484 4.884 16 +4500 4.872 16 +4516 4.882 16 +4532 4.883 16 +4548 4.894 16 +4564 4.897 16 +4580 4.901 16 +4596 4.904 16 +4612 4.906 16 +4628 4.916 16 +4644 4.917 16 +4660 4.919 16 +4676 4.924 16 +4692 4.928 16 +4708 4.935 16 +4724 4.942 16 +4740 4.949 16 +4756 4.951 16 +4772 4.959 16 +4788 4.964 16 +4804 4.967 16 +4820 4.977 16 +4836 5.014 16 +4852 5.188 16 +4868 5.233 16 +4884 5.032 16 +4900 4.993 16 +4916 4.997 16 +4932 4.994 16 +4948 4.99 16 +4964 4.993 16 +4980 4.998 16 +4996 5.006 16 +5012 5.019 16 +5028 5.022 16 +5044 5.029 16 +5060 5.03 16 +5076 5.027 16 +5092 5.029 16 +5108 5.033 16 +5124 5.035 16 +5140 5.041 16 +5156 5.049 16 +5172 5.051 16 +5188 5.052 16 +5204 5.057 16 +5220 5.064 16 +5236 5.068 16 +5252 5.071 16 +5268 5.075 16 +5284 5.077 16 +5300 5.082 16 +5316 5.093 16 +5332 5.088 16 +5348 5.089 16 +5364 5.092 16 +5380 5.094 16 +5396 5.101 16 +5412 5.104 16 +5428 5.107 16 +5444 5.108 16 +5460 5.114 16 +5476 5.117 16 +5492 5.122 16 +5508 5.125 16 +5524 5.124 16 +5540 5.131 16 +5556 5.135 16 +5572 5.139 16 +5588 5.144 16 +5604 5.147 16 +5620 5.151 16 +5636 5.158 16 +5652 5.164 16 +5668 5.172 16 +5684 5.174 16 +5700 5.183 16 +5716 5.189 16 +5732 5.193 16 +5748 5.2 16 +5764 5.202 16 +5780 5.201 16 +5796 5.2 16 +5812 5.196 16 +5828 5.2 16 +5844 5.198 16 +5860 5.204 16 +5876 5.218 16 +5892 5.223 16 +5908 5.222 16 +5924 5.224 16 +5940 5.23 16 +5956 5.239 16 +5972 5.242 16 +5988 5.245 16 +6004 5.247 16 +6020 5.253 16 +6036 5.26 16 +6052 5.26 16 +6068 5.258 16 +6084 5.265 16 +6100 5.265 16 +6116 5.265 16 +6132 5.268 16 +6148 5.279 16 +6164 5.283 16 +6180 5.278 16 +6196 5.285 16 +6212 5.29 16 +6228 5.295 16 +6244 5.296 16 +6260 5.299 16 +6276 5.318 16 +6292 5.324 16 +6308 5.317 16 +6324 5.313 16 +6340 5.316 16 +6356 5.318 16 +6372 5.323 16 +6388 5.32 16 +6404 5.321 16 +6420 5.325 16 +6436 5.328 16 +6452 5.333 16 +6468 5.337 16 +6484 5.344 16 +6500 5.347 16 +6516 5.354 16 +6532 5.368 16 +6548 5.450 16 +6564 5.596 16 +6580 5.436 16 +6596 5.375 16 +6612 5.368 16 +6628 5.366 16 +6644 5.369 16 +6660 5.372 16 +6676 5.376 16 +6692 5.374 16 +6708 5.376 16 +6724 5.380 16 +6740 5.383 16 +6756 5.391 16 +6772 5.394 16 +6788 5.398 16 +6804 5.402 16 +6820 5.407 16 +6836 5.410 16 +6852 5.427 16 +6868 5.566 16 +6884 5.573 16 +6900 5.535 16 +6916 5.485 16 +6932 5.461 16 +6948 5.454 16 +6964 5.448 16 +6980 5.448 16 +6996 5.456 16 +7012 5.459 16 +7028 5.463 16 +7044 5.463 16 +7060 5.468 16 +7076 5.469 16 +7092 5.470 16 +7108 5.475 16 +7124 5.478 16 +7140 5.483 16 +7156 5.495 16 +7172 5.530 16 +7188 5.565 16 +7204 5.552 16 +7220 5.522 16 +7236 5.552 16 +7252 5.554 16 +7268 5.552 16 +7284 5.551 16 +7300 5.548 16 +7316 5.542 16 +7332 5.532 16 +7348 5.533 16 +7364 5.533 16 +7380 5.536 16 +7396 5.535 16 +7412 5.539 16 +7428 5.542 16 +7444 5.544 16 +7460 5.546 16 +7476 5.552 16 +7492 5.553 16 +7508 5.555 16 +7524 5.559 16 +7540 5.563 16 +7556 5.565 16 +7572 5.571 16 +7588 5.736 16 +7604 6.493 16 +7620 6.214 16 +7636 6.173 16 +7652 5.910 16 +7668 5.712 16 +7684 5.630 16 +7700 5.603 16 +7716 5.595 16 +7732 5.597 16 +7748 5.599 16 +7764 5.610 16 +7780 5.621 16 +7796 5.608 16 +7812 5.610 16 +7828 5.614 16 +7844 5.618 16 +7860 5.619 16 +7876 5.626 16 +7892 5.633 16 +7908 5.634 16 +7924 5.634 16 +7940 5.637 16 +7956 5.642 16 +7972 5.642 16 +7988 5.644 16 +8004 5.650 16 +8020 5.652 16 +8036 5.656 16 +8052 5.656 16 +8068 5.658 16 +8084 5.663 16 +8100 5.667 16 +8116 5.675 16 +8132 5.699 16 +8148 5.726 16 +8164 5.752 16 +8180 5.747 16 +8196 5.733 16 +8212 5.717 16 +8228 5.770 16 +8244 5.733 16 +8260 5.722 16 +8276 5.740 16 +8292 5.745 16 +8308 5.736 16 +8324 5.736 16 +8340 5.730 16 +8356 5.727 16 +8372 5.726 16 +8388 5.728 16 +8404 5.732 16 +8420 5.730 16 +8436 5.743 16 +8452 5.745 16 +8468 5.744 16 +8484 5.735 16 +8500 5.758 16 +8516 5.739 16 +8532 5.747 16 +8548 5.786 16 +8564 5.733 16 +8580 5.734 16 +8596 5.808 16 +8612 5.765 16 +8628 5.710 16 +8644 5.732 16 +8660 5.833 16 +8676 5.813 16 +8692 5.718 16 +8708 5.695 16 +8724 5.722 16 +8740 5.823 16 +8756 5.885 16 +8772 5.764 16 +8788 5.710 16 +8804 5.704 16 +8820 5.709 16 +8836 5.741 16 +8852 5.859 16 +8868 5.934 16 +8884 5.795 16 +8900 5.737 16 +8916 5.730 16 +8932 5.737 16 +8948 5.755 16 +8964 5.794 16 +8980 5.836 16 +8996 5.928 16 +9012 6.069 16 +9028 5.969 16 +9044 5.818 16 +9060 5.807 16 +9076 5.835 16 +9092 5.832 16 +9108 5.827 16 +9124 5.834 16 +9140 5.848 16 +9156 5.856 16 +9172 5.850 16 +9188 5.848 16 +9204 5.863 16 +9220 6.007 16 +9236 6.064 16 +9252 5.913 16 +9268 5.871 16 +9284 5.902 16 +9300 5.968 16 +9316 6.107 16 +9332 6.213 16 +9348 6.261 16 +9364 6.214 16 +9380 6.162 16 +9396 5.998 16 +9412 6.024 16 +9428 6.120 16 +9444 6.148 16 +9460 6.120 16 +9476 6.097 16 +9492 6.115 16 +9508 6.096 16 +9524 6.167 16 +9540 6.276 16 +9556 6.285 16 +9572 6.106 16 +9588 6.086 16 +9604 6.034 16 +9620 6.023 16 +9636 6.008 16 +9652 5.992 16 +9668 5.965 16 +9684 5.926 16 +9700 5.916 16 +9716 5.931 16 +9732 5.954 16 +9748 5.971 16 +9764 5.964 16 +9780 5.941 16 +9796 5.952 16 +9812 5.932 16 +9828 5.918 16 +9844 5.916 16 +9860 5.902 16 +9876 5.915 16 +9892 5.909 16 +9908 5.909 16 +9924 5.902 16 +9940 5.913 16 +9956 5.926 16 +9972 5.913 16 +9988 5.934 16 +10004 5.943 16 +10020 5.959 16 +10036 6.051 16 +10052 6.167 16 +10068 6.039 16 +10084 5.946 16 +10100 5.931 16 +10116 5.935 16 +10132 5.932 16 +10148 5.911 16 +10164 5.926 16 +10180 5.921 16 +10196 5.944 16 +10212 5.894 16 +10228 5.896 16 +10244 5.922 16 +10260 5.928 16 +10276 5.929 16 +10292 5.932 16 +10308 6.021 16 +10324 5.896 16 +10340 6.116 16 +10356 6.013 16 +10372 6.025 16 +10388 5.976 16 +10404 6.018 16 diff --git a/noao/lib/onedstds/spec16cal/hr9087blue.dat b/noao/lib/onedstds/spec16cal/hr9087blue.dat new file mode 100644 index 00000000..39258b81 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr9087blue.dat @@ -0,0 +1,268 @@ +# HR 9087 +3300 5.381 16 +3316 5.376 16 +3332 5.377 16 +3348 5.367 16 +3364 5.361 16 +3380 5.364 16 +3396 5.371 16 +3412 5.378 16 +3428 5.394 16 +3444 5.402 16 +3460 5.407 16 +3476 5.411 16 +3492 5.412 16 +3508 5.400 16 +3524 5.395 16 +3540 5.390 16 +3556 5.388 16 +3572 5.384 16 +3588 5.381 16 +3604 5.378 16 +3620 5.377 16 +3636 5.376 16 +3652 5.376 16 +3668 5.378 16 +3684 5.383 16 +3700 5.376 16 +3716 5.340 16 +3732 5.276 16 +3748 5.203 16 +3764 5.132 16 +3780 5.035 16 +3796 5.044 16 +3812 4.901 16 +3828 4.993 16 +3844 4.904 16 +3860 4.770 16 +3876 4.896 16 +3892 4.981 16 +3908 4.775 16 +3924 4.730 16 +3940 4.747 16 +3956 4.890 16 +3972 5.017 16 +3988 4.806 16 +4004 4.756 16 +4020 4.745 16 +4036 4.734 16 +4052 4.731 16 +4068 4.750 16 +4084 4.861 16 +4100 5.057 16 +4116 4.884 16 +4132 4.790 16 +4148 4.770 16 +4164 4.768 16 +4180 4.773 16 +4196 4.773 16 +4212 4.775 16 +4228 4.782 16 +4244 4.790 16 +4260 4.800 16 +4276 4.806 16 +4292 4.816 16 +4308 4.840 16 +4324 4.954 16 +4340 5.140 16 +4356 4.949 16 +4372 4.862 16 +4388 4.858 16 +4404 4.851 16 +4420 4.853 16 +4436 4.854 16 +4452 4.868 16 +4468 4.885 16 +4484 4.884 16 +4500 4.872 16 +4516 4.882 16 +4532 4.883 16 +4548 4.894 16 +4564 4.897 16 +4580 4.901 16 +4596 4.904 16 +4612 4.906 16 +4628 4.916 16 +4644 4.917 16 +4660 4.919 16 +4676 4.924 16 +4692 4.928 16 +4708 4.935 16 +4724 4.942 16 +4740 4.949 16 +4756 4.951 16 +4772 4.959 16 +4788 4.964 16 +4804 4.967 16 +4820 4.977 16 +4836 5.014 16 +4852 5.188 16 +4868 5.233 16 +4884 5.032 16 +4900 4.993 16 +4916 4.997 16 +4932 4.994 16 +4948 4.990 16 +4964 4.993 16 +4980 4.998 16 +4996 5.006 16 +5012 5.019 16 +5028 5.022 16 +5044 5.029 16 +5060 5.030 16 +5076 5.027 16 +5092 5.029 16 +5108 5.033 16 +5124 5.035 16 +5140 5.041 16 +5156 5.049 16 +5172 5.051 16 +5188 5.052 16 +5204 5.057 16 +5220 5.064 16 +5236 5.068 16 +5252 5.071 16 +5268 5.075 16 +5284 5.077 16 +5300 5.082 16 +5316 5.093 16 +5332 5.088 16 +5348 5.089 16 +5364 5.092 16 +5380 5.094 16 +5396 5.101 16 +5412 5.104 16 +5428 5.107 16 +5444 5.108 16 +5460 5.114 16 +5476 5.117 16 +5492 5.122 16 +5508 5.125 16 +5524 5.124 16 +5540 5.131 16 +5556 5.135 16 +5572 5.139 16 +5588 5.144 16 +5604 5.147 16 +5620 5.151 16 +5636 5.158 16 +5652 5.164 16 +5668 5.172 16 +5684 5.174 16 +5700 5.183 16 +5716 5.189 16 +5732 5.193 16 +5748 5.200 16 +5764 5.202 16 +5780 5.201 16 +5796 5.200 16 +5812 5.196 16 +5828 5.200 16 +5844 5.198 16 +5860 5.204 16 +5876 5.218 16 +5892 5.223 16 +5908 5.222 16 +5924 5.224 16 +5940 5.230 16 +5956 5.239 16 +5972 5.242 16 +5988 5.245 16 +6004 5.247 16 +6020 5.253 16 +6036 5.260 16 +6052 5.260 16 +6068 5.258 16 +6084 5.265 16 +6100 5.265 16 +6116 5.265 16 +6132 5.268 16 +6148 5.279 16 +6164 5.283 16 +6180 5.278 16 +6196 5.285 16 +6212 5.290 16 +6228 5.295 16 +6244 5.296 16 +6260 5.299 16 +6276 5.318 16 +6292 5.324 16 +6308 5.317 16 +6324 5.313 16 +6340 5.316 16 +6356 5.318 16 +6372 5.323 16 +6388 5.320 16 +6404 5.321 16 +6420 5.325 16 +6436 5.328 16 +6452 5.333 16 +6468 5.337 16 +6484 5.344 16 +6500 5.343 16 +6516 5.350 16 +6532 5.363 16 +6548 5.441 16 +6564 5.592 16 +6580 5.440 16 +6596 5.375 16 +6612 5.366 16 +6628 5.365 16 +6644 5.367 16 +6660 5.372 16 +6676 5.374 16 +6692 5.373 16 +6708 5.375 16 +6724 5.379 16 +6740 5.383 16 +6756 5.391 16 +6772 5.395 16 +6788 5.402 16 +6804 5.407 16 +6820 5.411 16 +6836 5.414 16 +6852 5.429 16 +6868 5.559 16 +6884 5.579 16 +6900 5.538 16 +6916 5.492 16 +6932 5.466 16 +6948 5.460 16 +6964 5.453 16 +6980 5.452 16 +6996 5.460 16 +7012 5.463 16 +7028 5.466 16 +7044 5.465 16 +7060 5.469 16 +7076 5.470 16 +7092 5.470 16 +7108 5.477 16 +7124 5.476 16 +7140 5.482 16 +7156 5.494 16 +7172 5.528 16 +7188 5.564 16 +7204 5.554 16 +7220 5.520 16 +7236 5.549 16 +7252 5.553 16 +7268 5.550 16 +7284 5.550 16 +7300 5.547 16 +7316 5.540 16 +7332 5.529 16 +7348 5.534 16 +7364 5.531 16 +7380 5.537 16 +7396 5.534 16 +7412 5.540 16 +7428 5.545 16 +7444 5.545 16 +7460 5.545 16 +7476 5.554 16 +7492 5.554 16 +7508 5.562 16 +7524 5.563 16 +7540 5.559 16 +7556 5.569 16 diff --git a/noao/lib/onedstds/spec16cal/hr9087red.dat b/noao/lib/onedstds/spec16cal/hr9087red.dat new file mode 100644 index 00000000..753cff41 --- /dev/null +++ b/noao/lib/onedstds/spec16cal/hr9087red.dat @@ -0,0 +1,275 @@ +# HR 9087 +6036 5.246 16 +6052 5.251 16 +6068 5.248 16 +6084 5.256 16 +6100 5.258 16 +6116 5.261 16 +6132 5.264 16 +6148 5.274 16 +6164 5.278 16 +6180 5.279 16 +6196 5.284 16 +6212 5.291 16 +6228 5.298 16 +6244 5.305 16 +6260 5.310 16 +6276 5.336 16 +6292 5.335 16 +6308 5.329 16 +6324 5.324 16 +6340 5.331 16 +6356 5.330 16 +6372 5.334 16 +6388 5.329 16 +6404 5.331 16 +6420 5.332 16 +6436 5.335 16 +6452 5.342 16 +6468 5.345 16 +6484 5.348 16 +6500 5.350 16 +6516 5.359 16 +6532 5.373 16 +6548 5.458 16 +6564 5.600 16 +6580 5.432 16 +6596 5.374 16 +6612 5.369 16 +6628 5.367 16 +6644 5.371 16 +6660 5.372 16 +6676 5.377 16 +6692 5.375 16 +6708 5.377 16 +6724 5.380 16 +6740 5.382 16 +6756 5.390 16 +6772 5.392 16 +6788 5.394 16 +6804 5.397 16 +6820 5.402 16 +6836 5.405 16 +6852 5.425 16 +6868 5.572 16 +6884 5.566 16 +6900 5.531 16 +6916 5.478 16 +6932 5.455 16 +6948 5.448 16 +6964 5.443 16 +6980 5.443 16 +6996 5.452 16 +7012 5.455 16 +7028 5.459 16 +7044 5.461 16 +7060 5.466 16 +7076 5.467 16 +7092 5.470 16 +7108 5.473 16 +7124 5.479 16 +7140 5.483 16 +7156 5.496 16 +7172 5.531 16 +7188 5.565 16 +7204 5.549 16 +7220 5.524 16 +7236 5.554 16 +7252 5.554 16 +7268 5.554 16 +7284 5.552 16 +7300 5.548 16 +7316 5.543 16 +7332 5.534 16 +7348 5.532 16 +7364 5.534 16 +7380 5.535 16 +7396 5.535 16 +7412 5.537 16 +7428 5.539 16 +7444 5.542 16 +7460 5.546 16 +7476 5.550 16 +7492 5.552 16 +7508 5.555 16 +7524 5.559 16 +7540 5.563 16 +7556 5.565 16 +7572 5.571 16 +7588 5.736 16 +7604 6.493 16 +7620 6.214 16 +7636 6.173 16 +7652 5.910 16 +7668 5.712 16 +7684 5.630 16 +7700 5.603 16 +7716 5.595 16 +7732 5.597 16 +7748 5.599 16 +7764 5.610 16 +7780 5.621 16 +7796 5.608 16 +7812 5.610 16 +7828 5.614 16 +7844 5.618 16 +7860 5.619 16 +7876 5.626 16 +7892 5.633 16 +7908 5.634 16 +7924 5.634 16 +7940 5.637 16 +7956 5.642 16 +7972 5.642 16 +7988 5.644 16 +8004 5.650 16 +8020 5.652 16 +8036 5.656 16 +8052 5.656 16 +8068 5.658 16 +8084 5.663 16 +8100 5.667 16 +8116 5.675 16 +8132 5.699 16 +8148 5.726 16 +8164 5.752 16 +8180 5.747 16 +8196 5.733 16 +8212 5.717 16 +8228 5.770 16 +8244 5.733 16 +8260 5.722 16 +8276 5.740 16 +8292 5.745 16 +8308 5.736 16 +8324 5.736 16 +8340 5.730 16 +8356 5.727 16 +8372 5.726 16 +8388 5.728 16 +8404 5.732 16 +8420 5.730 16 +8436 5.743 16 +8452 5.745 16 +8468 5.744 16 +8484 5.735 16 +8500 5.758 16 +8516 5.739 16 +8532 5.747 16 +8548 5.786 16 +8564 5.733 16 +8580 5.734 16 +8596 5.808 16 +8612 5.765 16 +8628 5.710 16 +8644 5.732 16 +8660 5.833 16 +8676 5.813 16 +8692 5.718 16 +8708 5.695 16 +8724 5.722 16 +8740 5.823 16 +8756 5.885 16 +8772 5.764 16 +8788 5.710 16 +8804 5.704 16 +8820 5.709 16 +8836 5.741 16 +8852 5.859 16 +8868 5.934 16 +8884 5.795 16 +8900 5.737 16 +8916 5.730 16 +8932 5.737 16 +8948 5.755 16 +8964 5.794 16 +8980 5.836 16 +8996 5.928 16 +9012 6.069 16 +9028 5.969 16 +9044 5.818 16 +9060 5.807 16 +9076 5.835 16 +9092 5.832 16 +9108 5.827 16 +9124 5.834 16 +9140 5.848 16 +9156 5.856 16 +9172 5.850 16 +9188 5.848 16 +9204 5.863 16 +9220 6.007 16 +9236 6.064 16 +9252 5.913 16 +9268 5.871 16 +9284 5.902 16 +9300 5.968 16 +9316 6.107 16 +9332 6.213 16 +9348 6.261 16 +9364 6.214 16 +9380 6.162 16 +9396 5.998 16 +9412 6.024 16 +9428 6.120 16 +9444 6.148 16 +9460 6.120 16 +9476 6.097 16 +9492 6.115 16 +9508 6.096 16 +9524 6.167 16 +9540 6.276 16 +9556 6.285 16 +9572 6.106 16 +9588 6.086 16 +9604 6.034 16 +9620 6.023 16 +9636 6.008 16 +9652 5.992 16 +9668 5.965 16 +9684 5.926 16 +9700 5.916 16 +9716 5.931 16 +9732 5.954 16 +9748 5.971 16 +9764 5.964 16 +9780 5.941 16 +9796 5.952 16 +9812 5.932 16 +9828 5.918 16 +9844 5.916 16 +9860 5.902 16 +9876 5.915 16 +9892 5.909 16 +9908 5.909 16 +9924 5.902 16 +9940 5.913 16 +9956 5.926 16 +9972 5.913 16 +9988 5.934 16 +10004 5.943 16 +10020 5.959 16 +10036 6.051 16 +10052 6.167 16 +10068 6.039 16 +10084 5.946 16 +10100 5.931 16 +10116 5.935 16 +10132 5.932 16 +10148 5.911 16 +10164 5.926 16 +10180 5.921 16 +10196 5.944 16 +10212 5.894 16 +10228 5.896 16 +10244 5.922 16 +10260 5.928 16 +10276 5.929 16 +10292 5.932 16 +10308 6.021 16 +10324 5.896 16 +10340 6.116 16 +10356 6.013 16 +10372 6.025 16 +10388 5.976 16 +10404 6.018 16 diff --git a/noao/lib/onedstds/spec16cal/names.men b/noao/lib/onedstds/spec16cal/names.men new file mode 100644 index 00000000..6fd48c6f --- /dev/null +++ b/noao/lib/onedstds/spec16cal/names.men @@ -0,0 +1,32 @@ +# Table of alternate names mapped to the names in this directory + +hd30739 hr1544 +hd30739blue hr1544blue +hd30739red hr1544red +hd74280 hr3454 +hd74280blue hr3454blue +hd74280red hr3454red +hd100889 hr4468 +hd100889blue hr4468blue +hd100889red hr4468red +hd114330 hr4963 +hd114330blue hr4963blue +hd114330red hr4963red +hd129956 hr5501 +hd129956blue hr5501blue +hd129956red hr5501red +hd15318 hr718 +hd15318blue hr718blue +hd15318red hr718red +hd188350 hr7596 +hd188350blue hr7596blue +hd188350red hr7596red +hd198001 hr7950 +hd198001blue hr7950blue +hd198001red hr7950red +hd214923 hr8634 +hd214923blue hr8634blue +hd214923red hr8634red +hd224926 hr9087 +hd224926blue hr9087blue +hd224926red hr9087red diff --git a/noao/lib/onedstds/spec16cal/standards.men b/noao/lib/onedstds/spec16cal/standards.men new file mode 100644 index 00000000..41deb49a --- /dev/null +++ b/noao/lib/onedstds/spec16cal/standards.men @@ -0,0 +1,22 @@ +Standard stars in onedstds$spec16cal/: + +Combined red and blue 3300A-10300A: + +hd15318 hd74280 hd114330 hd188350 hd214923 +hd30739 hd100889 hd129956 hd198001 hd224926 +hr1544 hr4468 hr5501 hr7596 hr8634 +hr3454 hr4963 hr718 hr7950 hr9087 + +Blue 3300A-7550A: + +hd15318blue hd74280blue hd114330blue hd188350blue hd214923blue +hd30739blue hd100889blue hd129956blue hd198001blue hd224926blue +hr1544blue hr4468blue hr5501blue hr7596blue hr8634blue +hr3454blue hr4963blue hr718blue hr7950blue hr9087blue + +Red 6020A-10300A: + +hd15318red hd74280red hd114330red hd188350red hd214923red +hd30739red hd100889red hd129956red hd198001red hd224926red +hr1544red hr4468red hr5501red hr7596red hr8634red +hr3454red hr4963red hr718red hr7950red hr9087red diff --git a/noao/lib/onedstds/spec50cal/bd284211.dat b/noao/lib/onedstds/spec50cal/bd284211.dat new file mode 100644 index 00000000..4f9d5d3a --- /dev/null +++ b/noao/lib/onedstds/spec50cal/bd284211.dat @@ -0,0 +1,113 @@ +# BD284211 + 3200.00 9.63 50. + 3250.00 9.58 50. + 3300.00 9.56 50. + 3350.00 9.57 50. + 3400.00 9.60 50. + 3450.00 9.64 50. + 3500.00 9.67 50. + 3550.00 9.68 50. + 3600.00 9.71 50. + 3650.00 9.74 50. + 3700.00 9.77 50. + 3750.00 9.80 50. + 3800.00 9.83 50. + 3850.00 9.87 50. + 3900.00 9.89 50. + 3950.00 9.93 50. + 4000.00 9.93 50. + 4050.00 9.93 50. + 4100.00 10.02 50. + 4150.00 9.98 50. + 4200.00 10.01 50. + 4250.00 10.04 50. + 4300.00 10.07 50. + 4350.00 10.16 50. + 4400.00 10.10 50. + 4450.00 10.13 50. + 4500.00 10.15 50. + 4550.00 10.18 50. + 4600.00 10.19 50. + 4650.00 10.21 50. + 4700.00 10.26 50. + 4750.00 10.25 50. + 4800.00 10.28 50. + 4850.00 10.37 50. + 4900.00 10.33 50. + 4950.00 10.34 50. + 5000.00 10.36 50. + 5050.00 10.39 50. + 5100.00 10.40 50. + 5150.00 10.42 50. + 5200.00 10.43 50. + 5250.00 10.45 50. + 5300.00 10.45 50. + 5350.00 10.48 50. + 5400.00 10.52 50. + 5450.00 10.52 50. + 5500.00 10.53 50. + 5550.00 10.56 50. + 5600.00 10.58 50. + 5650.00 10.61 50. + 5700.00 10.64 50. + 5750.00 10.65 50. + 5800.00 10.67 50. + 5850.00 10.68 50. + 5900.00 10.71 50. + 5950.00 10.74 50. + 6000.00 10.76 50. + 6050.00 10.77 50. + 6100.00 10.78 50. + 6150.00 10.80 50. + 6200.00 10.82 50. + 6250.00 10.84 50. + 6300.00 10.88 50. + 6350.00 10.88 50. + 6400.00 10.88 50. + 6450.00 10.91 50. + 6500.00 10.93 50. + 6550.00 11.00 50. + 6600.00 10.95 50. + 6650.00 10.94 50. + 6700.00 10.94 50. + 6750.00 10.95 50. + 6800.00 10.94 50. + 6850.00 11.02 50. + 6900.00 11.08 50. + 6950.00 11.01 50. + 7000.00 11.04 50. + 7050.00 11.03 50. + 7100.00 11.04 50. + 7150.00 11.09 50. + 7200.00 11.21 50. + 7250.00 11.21 50. + 7300.00 11.18 50. +7350 11.14 50 +7400 11.13 50 +7450 11.15 50 +7500 11.16 50 +7750 11.22 50 +7800 11.23 50 +7850 11.24 50 +7900 11.26 50 +7950 11.28 50 +8000 11.26 50 +8050 11.30 50 +8600 11.33 50 +8650 11.34 50 +8700 11.33 50 +8750 11.35 50 +8800 11.35 50 +8850 11.35 50 +8900 11.36 50 +9700 11.62 50 +9750 11.63 50 +9800 11.63 50 +9850 11.59 50 +9900 11.57 50 +9950 11.63 50 +10000 11.64 50 +10050 11.71 50 +10100 11.75 50 +10150 11.73 50 +10200 11.74 50 diff --git a/noao/lib/onedstds/spec50cal/cygob2no9.dat b/noao/lib/onedstds/spec50cal/cygob2no9.dat new file mode 100644 index 00000000..0c627ed5 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/cygob2no9.dat @@ -0,0 +1,100 @@ +# CygOB2No9 + 3200.00 15.10 50. + 3250.00 15.24 50. + 3300.00 15.14 50. + 3350.00 14.95 50. + 3400.00 14.83 50. + 3450.00 14.67 50. + 3500.00 14.50 50. + 3550.00 14.42 50. + 3600.00 14.30 50. + 3650.00 14.19 50. + 3700.00 14.09 50. + 3750.00 13.93 50. + 3800.00 13.82 50. + 3850.00 13.70 50. + 3900.00 13.62 50. + 3950.00 13.57 50. + 4000.00 13.46 50. + 4050.00 13.32 50. + 4100.00 13.24 50. + 4150.00 13.12 50. + 4200.00 13.07 50. + 4250.00 12.98 50. + 4300.00 12.90 50. + 4350.00 12.82 50. + 4400.00 12.74 50. + 4450.00 12.65 50. + 4500.00 12.50 50. + 4550.00 12.41 50. + 4600.00 12.33 50. + 4650.00 12.15 50. + 4700.00 12.10 50. + 4750.00 12.14 50. + 4800.00 12.05 50. + 4850.00 11.99 50. + 4900.00 11.91 50. + 4950.00 11.80 50. + 5000.00 11.70 50. + 5050.00 11.62 50. + 5100.00 11.50 50. + 5150.00 11.40 50. + 5200.00 11.31 50. + 5250.00 11.20 50. + 5300.00 11.10 50. + 5350.00 11.03 50. + 5400.00 11.01 50. + 5450.00 10.91 50. + 5500.00 10.81 50. + 5550.00 10.71 50. + 5600.00 10.63 50. + 5650.00 10.57 50. + 5700.00 10.51 50. + 5750.00 10.45 50. + 5800.00 10.43 50. + 5850.00 10.33 50. + 5900.00 10.32 50. + 5950.00 10.26 50. + 6000.00 10.22 50. + 6050.00 10.15 50. + 6100.00 10.09 50. + 6150.00 10.09 50. + 6200.00 10.08 50. + 6250.00 10.01 50. + 6300.00 10.04 50. + 6350.00 9.94 50. + 6400.00 9.88 50. + 6450.00 9.84 50. + 6500.00 9.80 50. + 6550.00 9.63 50. + 6600.00 9.64 50. + 6650.00 9.61 50. + 6700.00 9.54 50. + 6750.00 9.50 50. + 6800.00 9.45 50. + 6850.00 9.48 50. + 6900.00 9.49 50. + 6950.00 9.38 50. + 7000.00 9.33 50. + 7050.00 9.27 50. + 7100.00 9.21 50. + 7150.00 9.23 50. + 7200.00 9.31 50. + 7250.00 9.26 50. + 7300.00 9.21 50. + 7350.00 9.12 50. + 7400.00 9.08 50. + 7450.00 9.03 50. + 7500.00 8.98 50. + 7550.00 8.96 50. + 7600.00 9.41 50. + 7650.00 9.28 50. + 7700.00 8.94 50. + 7750.00 8.84 50. + 7800.00 8.77 50. + 7850.00 8.70 50. + 7900.00 8.68 50. + 7950.00 8.64 50. + 8000.00 8.61 50. + 8050.00 8.58 50. + 8100.00 8.55 50. diff --git a/noao/lib/onedstds/spec50cal/eg81.dat b/noao/lib/onedstds/spec50cal/eg81.dat new file mode 100644 index 00000000..36755cb4 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/eg81.dat @@ -0,0 +1,100 @@ +# EG81 + 3200.00 12.58 50. + 3250.00 12.52 50. + 3300.00 12.51 50. + 3350.00 12.50 50. + 3400.00 12.55 50. + 3450.00 12.58 50. + 3500.00 12.61 50. + 3550.00 12.62 50. + 3600.00 12.66 50. + 3650.00 12.68 50. + 3700.00 12.72 50. + 3750.00 12.71 50. + 3800.00 12.76 50. + 3850.00 12.78 50. + 3900.00 12.80 50. + 3950.00 12.83 50. + 4000.00 12.82 50. + 4050.00 12.81 50. + 4100.00 12.91 50. + 4150.00 12.84 50. + 4200.00 12.83 50. + 4250.00 12.84 50. + 4300.00 12.87 50. + 4350.00 13.01 50. + 4400.00 12.94 50. + 4450.00 12.97 50. + 4500.00 12.96 50. + 4550.00 12.98 50. + 4600.00 12.98 50. + 4650.00 13.01 50. + 4700.00 13.05 50. + 4750.00 13.04 50. + 4800.00 13.07 50. + 4850.00 13.20 50. + 4900.00 13.15 50. + 4950.00 13.12 50. + 5000.00 13.16 50. + 5050.00 13.17 50. + 5100.00 13.19 50. + 5150.00 13.22 50. + 5200.00 13.23 50. + 5250.00 13.22 50. + 5300.00 13.24 50. + 5350.00 13.25 50. + 5400.00 13.27 50. + 5450.00 13.27 50. + 5500.00 13.29 50. + 5550.00 13.30 50. + 5600.00 13.29 50. + 5650.00 13.33 50. + 5700.00 13.33 50. + 5750.00 13.34 50. + 5800.00 13.35 50. + 5850.00 13.38 50. + 5900.00 13.45 50. + 5950.00 13.42 50. + 6000.00 13.43 50. + 6050.00 13.45 50. + 6100.00 13.46 50. + 6150.00 13.51 50. + 6200.00 13.54 50. + 6250.00 13.56 50. + 6300.00 13.57 50. + 6350.00 13.53 50. + 6400.00 13.56 50. + 6450.00 13.53 50. + 6500.00 13.54 50. + 6550.00 13.62 50. + 6600.00 13.55 50. + 6650.00 13.57 50. + 6700.00 13.60 50. + 6750.00 13.59 50. + 6800.00 13.60 50. + 6850.00 13.63 50. + 6900.00 13.69 50. + 6950.00 13.57 50. + 7000.00 13.55 50. + 7050.00 13.52 50. + 7100.00 13.58 50. + 7150.00 13.63 50. + 7200.00 13.67 50. + 7250.00 13.58 50. + 7300.00 13.55 50. + 7350.00 13.46 50. + 7400.00 13.45 50. + 7450.00 13.43 50. + 7500.00 13.45 50. + 7550.00 13.41 50. + 7600.00 13.85 50. + 7650.00 13.80 50. + 7700.00 13.52 50. + 7750.00 13.44 50. + 7800.00 13.43 50. + 7850.00 13.42 50. + 7900.00 13.43 50. + 7950.00 13.43 50. + 8000.00 13.35 50. + 8050.00 13.36 50. + 8100.00 13.34 50. diff --git a/noao/lib/onedstds/spec50cal/feige110.dat b/noao/lib/onedstds/spec50cal/feige110.dat new file mode 100644 index 00000000..e040a2e9 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/feige110.dat @@ -0,0 +1,113 @@ +# Feige110 + 3200.00 11.11 50. + 3250.00 11.01 50. + 3300.00 11.00 50. + 3350.00 11.01 50. + 3400.00 11.04 50. + 3450.00 11.07 50. + 3500.00 11.10 50. + 3550.00 11.12 50. + 3600.00 11.16 50. + 3650.00 11.18 50. + 3700.00 11.18 50. + 3750.00 11.22 50. + 3800.00 11.21 50. + 3850.00 11.21 50. + 3900.00 11.27 50. + 3950.00 11.36 50. + 4000.00 11.30 50. + 4050.00 11.28 50. + 4100.00 11.41 50. + 4150.00 11.33 50. + 4200.00 11.35 50. + 4250.00 11.37 50. + 4300.00 11.41 50. + 4350.00 11.52 50. + 4400.00 11.44 50. + 4450.00 11.46 50. + 4500.00 11.49 50. + 4550.00 11.51 50. + 4600.00 11.51 50. + 4650.00 11.54 50. + 4700.00 11.58 50. + 4750.00 11.58 50. + 4800.00 11.60 50. + 4850.00 11.73 50. + 4900.00 11.67 50. + 4950.00 11.67 50. + 5000.00 11.68 50. + 5050.00 11.71 50. + 5100.00 11.72 50. + 5150.00 11.75 50. + 5200.00 11.75 50. + 5250.00 11.78 50. + 5300.00 11.79 50. + 5350.00 11.81 50. + 5400.00 11.87 50. + 5450.00 11.85 50. + 5500.00 11.87 50. + 5550.00 11.87 50. + 5600.00 11.90 50. + 5650.00 11.92 50. + 5700.00 11.95 50. + 5750.00 11.96 50. + 5800.00 11.98 50. + 5850.00 12.00 50. + 5900.00 12.01 50. + 5950.00 12.06 50. + 6000.00 12.05 50. + 6050.00 12.08 50. + 6100.00 12.09 50. + 6150.00 12.12 50. + 6200.00 12.15 50. + 6250.00 12.13 50. + 6300.00 12.20 50. + 6350.00 12.19 50. + 6400.00 12.19 50. + 6450.00 12.22 50. + 6500.00 12.23 50. + 6550.00 12.32 50. + 6600.00 12.26 50. + 6650.00 12.24 50. + 6700.00 12.25 50. + 6750.00 12.28 50. + 6800.00 12.25 50. + 6850.00 12.33 50. + 6900.00 12.40 50. + 6950.00 12.32 50. + 7000.00 12.34 50. + 7050.00 12.35 50. + 7100.00 12.35 50. + 7150.00 12.40 50. + 7200.00 12.47 50. + 7250.00 12.47 50. + 7300.00 12.45 50. +7350 12.45 50 +7400 12.44 50 +7450 12.45 50 +7500 12.46 50 +7750 12.53 50 +7800 12.53 50 +7850 12.55 50 +7900 12.57 50 +7950 12.58 50 +8000 12.57 50 +8050 12.61 50 +8600 12.64 50 +8650 12.65 50 +8700 12.64 50 +8750 12.66 50 +8800 12.67 50 +8850 12.68 50 +8900 12.68 50 +9700 12.94 50 +9750 12.99 50 +9800 12.95 50 +9850 12.86 50 +9900 12.86 50 +9950 13.00 50 +10000 13.02 50 +10050 13.01 50 +10100 12.98 50 +10150 13.00 50 +10200 13.01 50 diff --git a/noao/lib/onedstds/spec50cal/feige34.dat b/noao/lib/onedstds/spec50cal/feige34.dat new file mode 100644 index 00000000..3198a228 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/feige34.dat @@ -0,0 +1,113 @@ +# Feige34 + 3200.00 10.29 50. + 3250.00 10.24 50. + 3300.00 10.24 50. + 3350.00 10.24 50. + 3400.00 10.27 50. + 3450.00 10.31 50. + 3500.00 10.34 50. + 3550.00 10.35 50. + 3600.00 10.38 50. + 3650.00 10.41 50. + 3700.00 10.42 50. + 3750.00 10.47 50. + 3800.00 10.50 50. + 3850.00 10.53 50. + 3900.00 10.57 50. + 3950.00 10.60 50. + 4000.00 10.58 50. + 4050.00 10.59 50. + 4100.00 10.69 50. + 4150.00 10.64 50. + 4200.00 10.67 50. + 4250.00 10.69 50. + 4300.00 10.72 50. + 4350.00 10.82 50. + 4400.00 10.76 50. + 4450.00 10.79 50. + 4500.00 10.81 50. + 4550.00 10.83 50. + 4600.00 10.85 50. + 4650.00 10.87 50. + 4700.00 10.92 50. + 4750.00 10.93 50. + 4800.00 10.94 50. + 4850.00 11.05 50. + 4900.00 11.00 50. + 4950.00 11.00 50. + 5000.00 11.03 50. + 5050.00 11.06 50. + 5100.00 11.08 50. + 5150.00 11.10 50. + 5200.00 11.11 50. + 5250.00 11.14 50. + 5300.00 11.15 50. + 5350.00 11.18 50. + 5400.00 11.22 50. + 5450.00 11.22 50. + 5500.00 11.24 50. + 5550.00 11.25 50. + 5600.00 11.26 50. + 5650.00 11.28 50. + 5700.00 11.31 50. + 5750.00 11.33 50. + 5800.00 11.34 50. + 5850.00 11.36 50. + 5900.00 11.39 50. + 5950.00 11.40 50. + 6000.00 11.42 50. + 6050.00 11.44 50. + 6100.00 11.46 50. + 6150.00 11.48 50. + 6200.00 11.49 50. + 6250.00 11.52 50. + 6300.00 11.56 50. + 6350.00 11.55 50. + 6400.00 11.56 50. + 6450.00 11.58 50. + 6500.00 11.60 50. + 6550.00 11.69 50. + 6600.00 11.64 50. + 6650.00 11.63 50. + 6700.00 11.65 50. + 6750.00 11.66 50. + 6800.00 11.67 50. + 6850.00 11.72 50. + 6900.00 11.78 50. + 6950.00 11.71 50. + 7000.00 11.72 50. + 7050.00 11.70 50. + 7100.00 11.74 50. + 7150.00 11.78 50. + 7200.00 11.83 50. + 7250.00 11.82 50. + 7300.00 11.82 50. +7350 11.79 50 +7400 11.79 50 +7450 11.81 50 +7500 11.81 50 +7750 11.86 50 +7800 11.89 50 +7850 11.88 50 +7900 11.88 50 +7950 11.91 50 +8000 11.88 50 +8050 11.91 50 +8600 11.94 50 +8650 11.94 50 +8700 11.93 50 +8750 11.93 50 +8800 11.94 50 +8850 11.93 50 +8900 11.95 50 +9700 12.14 50 +9750 12.14 50 +9800 12.18 50 +9850 12.12 50 +9900 12.17 50 +9950 12.23 50 +10000 12.27 50 +10050 12.28 50 +10100 12.31 50 +10150 12.29 50 +10200 12.29 50 diff --git a/noao/lib/onedstds/spec50cal/feige66.dat b/noao/lib/onedstds/spec50cal/feige66.dat new file mode 100644 index 00000000..0ea1648f --- /dev/null +++ b/noao/lib/onedstds/spec50cal/feige66.dat @@ -0,0 +1,113 @@ +# Feige66 + 3200.00 9.71 50. + 3250.00 9.70 50. + 3300.00 9.72 50. + 3350.00 9.72 50. + 3400.00 9.75 50. + 3450.00 9.78 50. + 3500.00 9.79 50. + 3550.00 9.80 50. + 3600.00 9.81 50. + 3650.00 9.85 50. + 3700.00 9.87 50. + 3750.00 9.88 50. + 3800.00 9.92 50. + 3850.00 9.92 50. + 3900.00 9.96 50. + 3950.00 9.97 50. + 4000.00 9.92 50. + 4050.00 9.90 50. + 4100.00 10.06 50. + 4150.00 9.95 50. + 4200.00 9.96 50. + 4250.00 9.98 50. + 4300.00 10.02 50. + 4350.00 10.16 50. + 4400.00 10.05 50. + 4450.00 10.08 50. + 4500.00 10.10 50. + 4550.00 10.11 50. + 4600.00 10.13 50. + 4650.00 10.16 50. + 4700.00 10.18 50. + 4750.00 10.21 50. + 4800.00 10.23 50. + 4850.00 10.38 50. + 4900.00 10.30 50. + 4950.00 10.29 50. + 5000.00 10.32 50. + 5050.00 10.35 50. + 5100.00 10.36 50. + 5150.00 10.39 50. + 5200.00 10.41 50. + 5250.00 10.42 50. + 5300.00 10.44 50. + 5350.00 10.46 50. + 5400.00 10.47 50. + 5450.00 10.49 50. + 5500.00 10.51 50. + 5550.00 10.53 50. + 5600.00 10.55 50. + 5650.00 10.57 50. + 5700.00 10.59 50. + 5750.00 10.61 50. + 5800.00 10.62 50. + 5850.00 10.65 50. + 5900.00 10.67 50. + 5950.00 10.69 50. + 6000.00 10.72 50. + 6050.00 10.75 50. + 6100.00 10.76 50. + 6150.00 10.78 50. + 6200.00 10.80 50. + 6250.00 10.85 50. + 6300.00 10.87 50. + 6350.00 10.87 50. + 6400.00 10.89 50. + 6450.00 10.92 50. + 6500.00 10.93 50. + 6550.00 11.04 50. + 6600.00 10.97 50. + 6650.00 10.96 50. + 6700.00 10.97 50. + 6750.00 10.97 50. + 6800.00 10.97 50. + 6850.00 11.03 50. + 6900.00 11.08 50. + 6950.00 11.03 50. + 7000.00 11.02 50. + 7050.00 11.02 50. + 7100.00 11.03 50. + 7150.00 11.06 50. + 7200.00 11.13 50. + 7250.00 11.14 50. + 7300.00 11.13 50. +7350 11.13 50 +7400 11.13 50 +7450 11.14 50 +7500 11.15 50 +7750 11.19 50 +7800 11.23 50 +7850 11.22 50 +7900 11.22 50 +7950 11.25 50 +8000 11.23 50 +8050 11.26 50 +8600 11.29 50 +8650 11.29 50 +8700 11.30 50 +8750 11.29 50 +8800 11.30 50 +8850 11.30 50 +8900 11.30 50 +9700 11.53 50 +9750 11.53 50 +9800 11.57 50 +9850 11.54 50 +9900 11.59 50 +9950 11.64 50 +10000 11.66 50 +10050 11.77 50 +10100 11.78 50 +10150 11.74 50 +10200 11.77 50 diff --git a/noao/lib/onedstds/spec50cal/feige67.dat b/noao/lib/onedstds/spec50cal/feige67.dat new file mode 100644 index 00000000..45e1e0dd --- /dev/null +++ b/noao/lib/onedstds/spec50cal/feige67.dat @@ -0,0 +1,113 @@ +# Feige67 + 3200.00 10.91 50. + 3250.00 10.83 50. + 3300.00 10.86 50. + 3350.00 10.85 50. + 3400.00 10.88 50. + 3450.00 10.91 50. + 3500.00 10.94 50. + 3550.00 10.95 50. + 3600.00 10.99 50. + 3650.00 11.02 50. + 3700.00 11.04 50. + 3750.00 11.07 50. + 3800.00 11.10 50. + 3850.00 11.13 50. + 3900.00 11.18 50. + 3950.00 11.21 50. + 4000.00 11.20 50. + 4050.00 11.20 50. + 4100.00 11.29 50. + 4150.00 11.25 50. + 4200.00 11.28 50. + 4250.00 11.30 50. + 4300.00 11.33 50. + 4350.00 11.42 50. + 4400.00 11.36 50. + 4450.00 11.39 50. + 4500.00 11.42 50. + 4550.00 11.46 50. + 4600.00 11.47 50. + 4650.00 11.49 50. + 4700.00 11.55 50. + 4750.00 11.55 50. + 4800.00 11.57 50. + 4850.00 11.68 50. + 4900.00 11.63 50. + 4950.00 11.63 50. + 5000.00 11.66 50. + 5050.00 11.68 50. + 5100.00 11.71 50. + 5150.00 11.73 50. + 5200.00 11.75 50. + 5250.00 11.78 50. + 5300.00 11.79 50. + 5350.00 11.83 50. + 5400.00 11.86 50. + 5450.00 11.87 50. + 5500.00 11.87 50. + 5550.00 11.89 50. + 5600.00 11.89 50. + 5650.00 11.92 50. + 5700.00 11.95 50. + 5750.00 11.96 50. + 5800.00 11.98 50. + 5850.00 11.99 50. + 5900.00 12.02 50. + 5950.00 12.05 50. + 6000.00 12.06 50. + 6050.00 12.08 50. + 6100.00 12.11 50. + 6150.00 12.15 50. + 6200.00 12.16 50. + 6250.00 12.19 50. + 6300.00 12.21 50. + 6350.00 12.22 50. + 6400.00 12.23 50. + 6450.00 12.27 50. + 6500.00 12.28 50. + 6550.00 12.38 50. + 6600.00 12.31 50. + 6650.00 12.30 50. + 6700.00 12.31 50. + 6750.00 12.32 50. + 6800.00 12.32 50. + 6850.00 12.38 50. + 6900.00 12.43 50. + 6950.00 12.39 50. + 7000.00 12.39 50. + 7050.00 12.39 50. + 7100.00 12.40 50. + 7150.00 12.42 50. + 7200.00 12.50 50. + 7250.00 12.50 50. + 7300.00 12.50 50. +7350 12.46 50 +7400 12.46 50 +7450 12.48 50 +7500 12.48 50 +7750 12.53 50 +7800 12.56 50 +7850 12.56 50 +7900 12.57 50 +7950 12.59 50 +8000 12.57 50 +8050 12.61 50 +8600 12.64 50 +8650 12.65 50 +8700 12.63 50 +8750 12.64 50 +8800 12.65 50 +8850 12.63 50 +8900 12.65 50 +9700 12.90 50 +9750 12.92 50 +9800 12.94 50 +9850 12.89 50 +9900 12.94 50 +9950 13.02 50 +10000 13.06 50 +10050 13.08 50 +10100 13.10 50 +10150 13.12 50 +10200 13.15 50 diff --git a/noao/lib/onedstds/spec50cal/g191b2b.dat b/noao/lib/onedstds/spec50cal/g191b2b.dat new file mode 100644 index 00000000..98022d20 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/g191b2b.dat @@ -0,0 +1,113 @@ +# G191B2B + 3200.00 10.91 50. + 3250.00 10.94 50. + 3300.00 10.90 50. + 3350.00 10.90 50. + 3400.00 10.92 50. + 3450.00 10.95 50. + 3500.00 10.99 50. + 3550.00 10.99 50. + 3600.00 11.02 50. + 3650.00 11.04 50. + 3700.00 11.06 50. + 3750.00 11.11 50. + 3800.00 11.14 50. + 3850.00 11.16 50. + 3900.00 11.19 50. + 3950.00 11.23 50. + 4000.00 11.21 50. + 4050.00 11.21 50. + 4100.00 11.31 50. + 4150.00 11.25 50. + 4200.00 11.26 50. + 4250.00 11.30 50. + 4300.00 11.35 50. + 4350.00 11.44 50. + 4400.00 11.37 50. + 4450.00 11.38 50. + 4500.00 11.40 50. + 4550.00 11.41 50. + 4600.00 11.44 50. + 4650.00 11.46 50. + 4700.00 11.48 50. + 4750.00 11.52 50. + 4800.00 11.55 50. + 4850.00 11.68 50. + 4900.00 11.64 50. + 4950.00 11.62 50. + 5000.00 11.64 50. + 5050.00 11.66 50. + 5100.00 11.67 50. + 5150.00 11.69 50. + 5200.00 11.72 50. + 5250.00 11.73 50. + 5300.00 11.76 50. + 5350.00 11.78 50. + 5400.00 11.80 50. + 5450.00 11.82 50. + 5500.00 11.85 50. + 5550.00 11.85 50. + 5600.00 11.86 50. + 5650.00 11.89 50. + 5700.00 11.90 50. + 5750.00 11.92 50. + 5800.00 11.93 50. + 5850.00 11.95 50. + 5900.00 11.97 50. + 5950.00 11.99 50. + 6000.00 12.01 50. + 6050.00 12.04 50. + 6100.00 12.05 50. + 6150.00 12.08 50. + 6200.00 12.10 50. + 6250.00 12.12 50. + 6300.00 12.16 50. + 6350.00 12.17 50. + 6400.00 12.19 50. + 6450.00 12.21 50. + 6500.00 12.23 50. + 6550.00 12.31 50. + 6600.00 12.26 50. + 6650.00 12.24 50. + 6700.00 12.24 50. + 6750.00 12.25 50. + 6800.00 12.26 50. + 6850.00 12.32 50. + 6900.00 12.36 50. + 6950.00 12.30 50. + 7000.00 12.31 50. + 7050.00 12.33 50. + 7100.00 12.34 50. + 7150.00 12.36 50. + 7200.00 12.47 50. + 7250.00 12.46 50. + 7300.00 12.43 50. +7350 12.43 50 +7400 12.42 50 +7450 12.44 50 +7500 12.45 50 +7750 12.51 50 +7800 12.53 50 +7850 12.53 50 +7900 12.55 50 +7950 12.57 50 +8000 12.56 50 +8050 12.59 50 +8600 12.63 50 +8650 12.62 50 +8700 12.63 50 +8750 12.64 50 +8800 12.64 50 +8850 12.65 50 +8900 12.66 50 +9700 12.93 50 +9750 12.95 50 +9800 12.95 50 +9850 12.87 50 +9900 12.88 50 +9950 13.00 50 +10000 12.99 50 +10050 12.98 50 +10100 12.98 50 +10150 12.96 50 +10200 12.95 50 diff --git a/noao/lib/onedstds/spec50cal/gd140.dat b/noao/lib/onedstds/spec50cal/gd140.dat new file mode 100644 index 00000000..5f0f1a7c --- /dev/null +++ b/noao/lib/onedstds/spec50cal/gd140.dat @@ -0,0 +1,113 @@ +# GD140 + 3200.00 12.17 50. + 3250.00 12.17 50. + 3300.00 12.13 50. + 3350.00 12.14 50. + 3400.00 12.18 50. + 3450.00 12.20 50. + 3500.00 12.22 50. + 3550.00 12.16 50. + 3600.00 12.19 50. + 3650.00 12.23 50. + 3700.00 12.27 50. + 3750.00 12.27 50. + 3800.00 12.28 50. + 3850.00 12.32 50. + 3900.00 12.34 50. + 3950.00 12.40 50. + 4000.00 12.30 50. + 4050.00 12.21 50. + 4100.00 12.54 50. + 4150.00 12.26 50. + 4200.00 12.14 50. + 4250.00 12.15 50. + 4300.00 12.35 50. + 4350.00 12.64 50. + 4400.00 12.29 50. + 4450.00 12.19 50. + 4500.00 12.17 50. + 4550.00 12.18 50. + 4600.00 12.21 50. + 4650.00 12.22 50. + 4700.00 12.26 50. + 4750.00 12.32 50. + 4800.00 12.43 50. + 4850.00 12.80 50. + 4900.00 12.60 50. + 4950.00 12.41 50. + 5000.00 12.38 50. + 5050.00 12.39 50. + 5100.00 12.41 50. + 5150.00 12.42 50. + 5200.00 12.44 50. + 5250.00 12.46 50. + 5300.00 12.46 50. + 5350.00 12.49 50. + 5400.00 12.52 50. + 5450.00 12.52 50. + 5500.00 12.51 50. + 5550.00 12.50 50. + 5600.00 12.49 50. + 5650.00 12.53 50. + 5700.00 12.56 50. + 5750.00 12.58 50. + 5800.00 12.61 50. + 5850.00 12.62 50. + 5900.00 12.65 50. + 5950.00 12.68 50. + 6000.00 12.72 50. + 6050.00 12.75 50. + 6100.00 12.76 50. + 6150.00 12.79 50. + 6200.00 12.82 50. + 6250.00 12.84 50. + 6300.00 12.86 50. + 6350.00 12.87 50. + 6400.00 12.89 50. + 6450.00 12.93 50. + 6500.00 13.05 50. + 6550.00 13.26 50. + 6600.00 13.14 50. + 6650.00 13.01 50. + 6700.00 12.94 50. + 6750.00 12.93 50. + 6800.00 12.96 50. + 6850.00 13.00 50. + 6900.00 13.04 50. + 6950.00 12.99 50. + 7000.00 12.97 50. + 7050.00 12.98 50. + 7100.00 12.99 50. + 7150.00 13.00 50. + 7200.00 13.08 50. + 7250.00 13.10 50. + 7300.00 13.11 50. +7350 13.04 50 +7400 13.03 50 +7450 13.05 50 +7500 13.06 50 +7750 13.09 50 +7800 13.13 50 +7850 13.12 50 +7900 13.11 50 +7950 13.15 50 +8000 13.12 50 +8050 13.15 50 +8600 13.18 50 +8650 13.18 50 +8700 13.18 50 +8750 13.17 50 +8800 13.17 50 +8850 13.16 50 +8900 13.18 50 +9700 13.41 50 +9750 13.41 50 +9800 13.42 50 +9850 13.40 50 +9900 13.48 50 +9950 13.60 50 +10000 13.71 50 +10050 13.68 50 +10100 13.68 50 +10150 13.65 50 +10200 13.73 50 diff --git a/noao/lib/onedstds/spec50cal/hd192281.dat b/noao/lib/onedstds/spec50cal/hd192281.dat new file mode 100644 index 00000000..76ced01b --- /dev/null +++ b/noao/lib/onedstds/spec50cal/hd192281.dat @@ -0,0 +1,100 @@ +# HD192281 + 3200.00 8.35 50. + 3250.00 8.27 50. + 3300.00 8.19 50. + 3350.00 8.14 50. + 3400.00 8.11 50. + 3450.00 8.11 50. + 3500.00 8.08 50. + 3550.00 8.02 50. + 3600.00 8.00 50. + 3650.00 8.00 50. + 3700.00 7.98 50. + 3750.00 7.97 50. + 3800.00 7.91 50. + 3850.00 7.90 50. + 3900.00 7.90 50. + 3950.00 7.92 50. + 4000.00 7.86 50. + 4050.00 7.81 50. + 4100.00 7.84 50. + 4150.00 7.78 50. + 4200.00 7.79 50. + 4250.00 7.78 50. + 4300.00 7.77 50. + 4350.00 7.80 50. + 4400.00 7.75 50. + 4450.00 7.75 50. + 4500.00 7.71 50. + 4550.00 7.70 50. + 4600.00 7.68 50. + 4650.00 7.63 50. + 4700.00 7.65 50. + 4750.00 7.66 50. + 4800.00 7.65 50. + 4850.00 7.69 50. + 4900.00 7.63 50. + 4950.00 7.61 50. + 5000.00 7.60 50. + 5050.00 7.58 50. + 5100.00 7.56 50. + 5150.00 7.54 50. + 5200.00 7.51 50. + 5250.00 7.49 50. + 5300.00 7.47 50. + 5350.00 7.47 50. + 5400.00 7.50 50. + 5450.00 7.47 50. + 5500.00 7.45 50. + 5550.00 7.44 50. + 5600.00 7.44 50. + 5650.00 7.44 50. + 5700.00 7.43 50. + 5750.00 7.44 50. + 5800.00 7.44 50. + 5850.00 7.41 50. + 5900.00 7.43 50. + 5950.00 7.42 50. + 6000.00 7.42 50. + 6050.00 7.41 50. + 6100.00 7.40 50. + 6150.00 7.42 50. + 6200.00 7.42 50. + 6250.00 7.42 50. + 6300.00 7.45 50. + 6350.00 7.41 50. + 6400.00 7.41 50. + 6450.00 7.41 50. + 6500.00 7.41 50. + 6550.00 7.45 50. + 6600.00 7.39 50. + 6650.00 7.38 50. + 6700.00 7.37 50. + 6750.00 7.35 50. + 6800.00 7.34 50. + 6850.00 7.40 50. + 6900.00 7.44 50. + 6950.00 7.36 50. + 7000.00 7.37 50. + 7050.00 7.36 50. + 7100.00 7.35 50. + 7150.00 7.39 50. + 7200.00 7.46 50. + 7250.00 7.45 50. + 7300.00 7.42 50. + 7350.00 7.38 50. + 7400.00 7.36 50. + 7450.00 7.36 50. + 7500.00 7.34 50. + 7550.00 7.35 50. + 7600.00 7.85 50. + 7650.00 7.69 50. + 7700.00 7.37 50. + 7750.00 7.33 50. + 7800.00 7.32 50. + 7850.00 7.32 50. + 7900.00 7.33 50. + 7950.00 7.31 50. + 8000.00 7.33 50. + 8050.00 7.32 50. + 8100.00 7.34 50. diff --git a/noao/lib/onedstds/spec50cal/hd217086.dat b/noao/lib/onedstds/spec50cal/hd217086.dat new file mode 100644 index 00000000..bfce8ff2 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/hd217086.dat @@ -0,0 +1,100 @@ +# HD217086 + 3200.00 8.95 50. + 3250.00 8.85 50. + 3300.00 8.76 50. + 3350.00 8.70 50. + 3400.00 8.65 50. + 3450.00 8.65 50. + 3500.00 8.60 50. + 3550.00 8.53 50. + 3600.00 8.52 50. + 3650.00 8.49 50. + 3700.00 8.47 50. + 3750.00 8.45 50. + 3800.00 8.37 50. + 3850.00 8.33 50. + 3900.00 8.31 50. + 3950.00 8.30 50. + 4000.00 8.24 50. + 4050.00 8.19 50. + 4100.00 8.23 50. + 4150.00 8.15 50. + 4200.00 8.15 50. + 4250.00 8.12 50. + 4300.00 8.11 50. + 4350.00 8.14 50. + 4400.00 8.08 50. + 4450.00 8.08 50. + 4500.00 8.00 50. + 4550.00 7.97 50. + 4600.00 7.94 50. + 4650.00 7.91 50. + 4700.00 7.91 50. + 4750.00 7.89 50. + 4800.00 7.88 50. + 4850.00 7.92 50. + 4900.00 7.86 50. + 4950.00 7.81 50. + 5000.00 7.79 50. + 5050.00 7.76 50. + 5100.00 7.72 50. + 5150.00 7.69 50. + 5200.00 7.64 50. + 5250.00 7.61 50. + 5300.00 7.58 50. + 5350.00 7.56 50. + 5400.00 7.58 50. + 5450.00 7.54 50. + 5500.00 7.51 50. + 5550.00 7.48 50. + 5600.00 7.48 50. + 5650.00 7.46 50. + 5700.00 7.45 50. + 5750.00 7.45 50. + 5800.00 7.47 50. + 5850.00 7.42 50. + 5900.00 7.44 50. + 5950.00 7.40 50. + 6000.00 7.40 50. + 6050.00 7.39 50. + 6100.00 7.37 50. + 6150.00 7.37 50. + 6200.00 7.39 50. + 6250.00 7.38 50. + 6300.00 7.41 50. + 6350.00 7.37 50. + 6400.00 7.35 50. + 6450.00 7.33 50. + 6500.00 7.35 50. + 6550.00 7.39 50. + 6600.00 7.31 50. + 6650.00 7.27 50. + 6700.00 7.25 50. + 6750.00 7.24 50. + 6800.00 7.21 50. + 6850.00 7.29 50. + 6900.00 7.32 50. + 6950.00 7.26 50. + 7000.00 7.24 50. + 7050.00 7.22 50. + 7100.00 7.20 50. + 7150.00 7.24 50. + 7200.00 7.37 50. + 7250.00 7.37 50. + 7300.00 7.32 50. + 7350.00 7.24 50. + 7400.00 7.21 50. + 7450.00 7.19 50. + 7500.00 7.16 50. + 7550.00 7.16 50. + 7600.00 7.71 50. + 7650.00 7.58 50. + 7700.00 7.17 50. + 7750.00 7.14 50. + 7800.00 7.11 50. + 7850.00 7.12 50. + 7900.00 7.13 50. + 7950.00 7.12 50. + 8000.00 7.09 50. + 8050.00 7.07 50. + 8100.00 7.09 50. diff --git a/noao/lib/onedstds/spec50cal/hilt600.dat b/noao/lib/onedstds/spec50cal/hilt600.dat new file mode 100644 index 00000000..855341dc --- /dev/null +++ b/noao/lib/onedstds/spec50cal/hilt600.dat @@ -0,0 +1,113 @@ +# Hiltner600 + 3200.00 11.10 50. + 3250.00 10.98 50. + 3300.00 10.97 50. + 3350.00 10.90 50. + 3400.00 10.89 50. + 3450.00 10.91 50. + 3500.00 10.91 50. + 3550.00 10.86 50. + 3600.00 10.82 50. + 3650.00 10.84 50. + 3700.00 10.83 50. + 3750.00 10.75 50. + 3800.00 10.64 50. + 3850.00 10.57 50. + 3900.00 10.57 50. + 3950.00 10.58 50. + 4000.00 10.51 50. + 4050.00 10.46 50. + 4100.00 10.58 50. + 4150.00 10.48 50. + 4200.00 10.45 50. + 4250.00 10.45 50. + 4300.00 10.46 50. + 4350.00 10.55 50. + 4400.00 10.46 50. + 4450.00 10.46 50. + 4500.00 10.44 50. + 4550.00 10.43 50. + 4600.00 10.44 50. + 4650.00 10.44 50. + 4700.00 10.44 50. + 4750.00 10.45 50. + 4800.00 10.45 50. + 4850.00 10.55 50. + 4900.00 10.48 50. + 4950.00 10.44 50. + 5000.00 10.45 50. + 5050.00 10.46 50. + 5100.00 10.45 50. + 5150.00 10.45 50. + 5200.00 10.44 50. + 5250.00 10.44 50. + 5300.00 10.43 50. + 5350.00 10.43 50. + 5400.00 10.41 50. + 5450.00 10.43 50. + 5500.00 10.42 50. + 5550.00 10.42 50. + 5600.00 10.42 50. + 5650.00 10.44 50. + 5700.00 10.45 50. + 5750.00 10.44 50. + 5800.00 10.44 50. + 5850.00 10.44 50. + 5900.00 10.50 50. + 5950.00 10.48 50. + 6000.00 10.49 50. + 6050.00 10.50 50. + 6100.00 10.51 50. + 6150.00 10.54 50. + 6200.00 10.54 50. + 6250.00 10.56 50. + 6300.00 10.58 50. + 6350.00 10.57 50. + 6400.00 10.58 50. + 6450.00 10.57 50. + 6500.00 10.58 50. + 6550.00 10.67 50. + 6600.00 10.60 50. + 6650.00 10.56 50. + 6700.00 10.57 50. + 6750.00 10.56 50. + 6800.00 10.55 50. + 6850.00 10.61 50. + 6900.00 10.63 50. + 6950.00 10.55 50. + 7000.00 10.53 50. + 7050.00 10.55 50. + 7100.00 10.52 50. + 7150.00 10.55 50. + 7200.00 10.63 50. + 7250.00 10.61 50. + 7300.00 10.60 50. +7350 10.57 50 +7400 10.56 50 +7450 10.56 50 +7500 10.56 50 +7750 10.58 50 +7800 10.60 50 +7850 10.57 50 +7900 10.60 50 +7950 10.60 50 +8000 10.59 50 +8050 10.62 50 +8600 10.58 50 +8650 10.57 50 +8700 10.51 50 +8750 10.57 50 +8800 10.51 50 +8850 10.55 50 +8900 10.52 50 +9700 10.68 50 +9750 10.66 50 +9800 10.67 50 +9850 10.61 50 +9900 10.58 50 +9950 10.61 50 +10000 10.61 50 +10050 10.69 50 +10100 10.63 50 +10150 10.59 50 +10200 10.53 50 diff --git a/noao/lib/onedstds/spec50cal/hz14.dat b/noao/lib/onedstds/spec50cal/hz14.dat new file mode 100644 index 00000000..4740d53d --- /dev/null +++ b/noao/lib/onedstds/spec50cal/hz14.dat @@ -0,0 +1,100 @@ +# HZ14 + 3200.00 13.38 50. + 3250.00 13.39 50. + 3300.00 13.36 50. + 3350.00 13.36 50. + 3400.00 13.37 50. + 3450.00 13.41 50. + 3500.00 13.42 50. + 3550.00 13.45 50. + 3600.00 13.47 50. + 3650.00 13.49 50. + 3700.00 13.49 50. + 3750.00 13.54 50. + 3800.00 13.57 50. + 3850.00 13.59 50. + 3900.00 13.61 50. + 3950.00 13.64 50. + 4000.00 13.57 50. + 4050.00 13.51 50. + 4100.00 13.79 50. + 4150.00 13.54 50. + 4200.00 13.46 50. + 4250.00 13.50 50. + 4300.00 13.65 50. + 4350.00 13.91 50. + 4400.00 13.61 50. + 4450.00 13.56 50. + 4500.00 13.54 50. + 4550.00 13.56 50. + 4600.00 13.57 50. + 4650.00 13.59 50. + 4700.00 13.61 50. + 4750.00 13.66 50. + 4800.00 13.76 50. + 4850.00 14.10 50. + 4900.00 13.96 50. + 4950.00 13.84 50. + 5000.00 13.83 50. + 5050.00 13.81 50. + 5100.00 13.82 50. + 5150.00 13.83 50. + 5200.00 13.86 50. + 5250.00 13.89 50. + 5300.00 13.90 50. + 5350.00 13.94 50. + 5400.00 13.97 50. + 5450.00 13.98 50. + 5500.00 14.00 50. + 5550.00 14.00 50. + 5600.00 14.05 50. + 5650.00 14.07 50. + 5700.00 14.10 50. + 5750.00 14.11 50. + 5800.00 14.12 50. + 5850.00 14.11 50. + 5900.00 14.11 50. + 5950.00 14.15 50. + 6000.00 14.16 50. + 6050.00 14.19 50. + 6100.00 14.22 50. + 6150.00 14.23 50. + 6200.00 14.25 50. + 6250.00 14.29 50. + 6300.00 14.30 50. + 6350.00 14.33 50. + 6400.00 14.34 50. + 6450.00 14.36 50. + 6500.00 14.43 50. + 6550.00 14.63 50. + 6600.00 14.52 50. + 6650.00 14.42 50. + 6700.00 14.39 50. + 6750.00 14.40 50. + 6800.00 14.41 50. + 6850.00 14.47 50. + 6900.00 14.49 50. + 6950.00 14.47 50. + 7000.00 14.45 50. + 7050.00 14.45 50. + 7100.00 14.50 50. + 7150.00 14.50 50. + 7200.00 14.62 50. + 7250.00 14.58 50. + 7300.00 14.53 50. + 7350.00 14.57 50. + 7400.00 14.61 50. + 7450.00 14.57 50. + 7500.00 14.65 50. + 7550.00 14.62 50. + 7600.00 14.99 50. + 7650.00 14.95 50. + 7700.00 14.65 50. + 7750.00 14.65 50. + 7800.00 14.57 50. + 7850.00 14.64 50. + 7900.00 14.69 50. + 7950.00 14.59 50. + 8000.00 14.61 50. + 8050.00 14.77 50. + 8100.00 14.97 50. diff --git a/noao/lib/onedstds/spec50cal/hz44.dat b/noao/lib/onedstds/spec50cal/hz44.dat new file mode 100644 index 00000000..2676a7dd --- /dev/null +++ b/noao/lib/onedstds/spec50cal/hz44.dat @@ -0,0 +1,113 @@ +# HZ44 + 3200.00 10.95 50. + 3250.00 10.86 50. + 3300.00 10.86 50. + 3350.00 10.90 50. + 3400.00 10.90 50. + 3450.00 10.94 50. + 3500.00 10.96 50. + 3550.00 10.95 50. + 3600.00 10.98 50. + 3650.00 10.99 50. + 3700.00 11.02 50. + 3750.00 11.02 50. + 3800.00 11.10 50. + 3850.00 11.09 50. + 3900.00 11.12 50. + 3950.00 11.15 50. + 4000.00 11.17 50. + 4050.00 11.16 50. + 4100.00 11.25 50. + 4150.00 11.20 50. + 4200.00 11.21 50. + 4250.00 11.21 50. + 4300.00 11.25 50. + 4350.00 11.37 50. + 4400.00 11.32 50. + 4450.00 11.36 50. + 4500.00 11.35 50. + 4550.00 11.38 50. + 4600.00 11.37 50. + 4650.00 11.41 50. + 4700.00 11.45 50. + 4750.00 11.41 50. + 4800.00 11.44 50. + 4850.00 11.57 50. + 4900.00 11.53 50. + 4950.00 11.51 50. + 5000.00 11.54 50. + 5050.00 11.55 50. + 5100.00 11.56 50. + 5150.00 11.59 50. + 5200.00 11.59 50. + 5250.00 11.62 50. + 5300.00 11.64 50. + 5350.00 11.66 50. + 5400.00 11.73 50. + 5450.00 11.71 50. + 5500.00 11.72 50. + 5550.00 11.74 50. + 5600.00 11.75 50. + 5650.00 11.77 50. + 5700.00 11.80 50. + 5750.00 11.81 50. + 5800.00 11.82 50. + 5850.00 11.86 50. + 5900.00 11.89 50. + 5950.00 11.88 50. + 6000.00 11.88 50. + 6050.00 11.91 50. + 6100.00 11.93 50. + 6150.00 11.95 50. + 6200.00 11.97 50. + 6250.00 11.99 50. + 6300.00 12.03 50. + 6350.00 12.04 50. + 6400.00 12.06 50. + 6450.00 12.08 50. + 6500.00 12.09 50. + 6550.00 12.20 50. + 6600.00 12.13 50. + 6650.00 12.13 50. + 6700.00 12.16 50. + 6750.00 12.13 50. + 6800.00 12.15 50. + 6850.00 12.21 50. + 6900.00 12.27 50. + 6950.00 12.20 50. + 7000.00 12.23 50. + 7050.00 12.25 50. + 7100.00 12.23 50. + 7150.00 12.29 50. + 7200.00 12.36 50. + 7250.00 12.36 50. + 7300.00 12.35 50. +7350 12.30 50 +7400 12.29 50 +7450 12.31 50 +7500 12.32 50 +7750 12.37 50 +7800 12.41 50 +7850 12.40 50 +7900 12.41 50 +7950 12.44 50 +8000 12.41 50 +8050 12.45 50 +8600 12.49 50 +8650 12.49 50 +8700 12.48 50 +8750 12.48 50 +8800 12.49 50 +8850 12.48 50 +8900 12.49 50 +9700 12.75 50 +9750 12.73 50 +9800 12.76 50 +9850 12.73 50 +9900 12.78 50 +9950 12.84 50 +10000 12.93 50 +10050 12.95 50 +10100 12.98 50 +10150 12.95 50 +10200 12.97 50 diff --git a/noao/lib/onedstds/spec50cal/names.men b/noao/lib/onedstds/spec50cal/names.men new file mode 100644 index 00000000..75c4bc02 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/names.men @@ -0,0 +1,8 @@ +# Table of alternate names mapped to the names in this directory + +eg158 feige110 +eg20 feige24 +eg71 feige34 +eg247 g191b2b +eg42 hz14 +eg139 wolf1346 diff --git a/noao/lib/onedstds/spec50cal/pg0205134.dat b/noao/lib/onedstds/spec50cal/pg0205134.dat new file mode 100644 index 00000000..3c53cd8d --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg0205134.dat @@ -0,0 +1,100 @@ +# PG0205134 + 3200.00 14.34 50. + 3250.00 14.31 50. + 3300.00 14.30 50. + 3350.00 14.30 50. + 3400.00 14.32 50. + 3450.00 14.36 50. + 3500.00 14.38 50. + 3550.00 14.41 50. + 3600.00 14.45 50. + 3650.00 14.47 50. + 3700.00 14.49 50. + 3750.00 14.54 50. + 3800.00 14.59 50. + 3850.00 14.60 50. + 3900.00 14.62 50. + 3950.00 14.65 50. + 4000.00 14.62 50. + 4050.00 14.61 50. + 4100.00 14.71 50. + 4150.00 14.65 50. + 4200.00 14.65 50. + 4250.00 14.69 50. + 4300.00 14.75 50. + 4350.00 14.84 50. + 4400.00 14.74 50. + 4450.00 14.71 50. + 4500.00 14.69 50. + 4550.00 14.69 50. + 4600.00 14.68 50. + 4650.00 14.70 50. + 4700.00 14.69 50. + 4750.00 14.76 50. + 4800.00 14.84 50. + 4850.00 14.95 50. + 4900.00 14.91 50. + 4950.00 14.86 50. + 5000.00 14.90 50. + 5050.00 14.90 50. + 5100.00 14.90 50. + 5150.00 14.92 50. + 5200.00 14.93 50. + 5250.00 14.89 50. + 5300.00 14.88 50. + 5350.00 14.87 50. + 5400.00 14.86 50. + 5450.00 14.88 50. + 5500.00 14.88 50. + 5550.00 14.87 50. + 5600.00 14.88 50. + 5650.00 14.85 50. + 5700.00 14.86 50. + 5750.00 14.82 50. + 5800.00 14.81 50. + 5850.00 14.83 50. + 5900.00 14.96 50. + 5950.00 14.86 50. + 6000.00 14.84 50. + 6050.00 14.79 50. + 6100.00 14.77 50. + 6150.00 14.84 50. + 6200.00 14.94 50. + 6250.00 14.95 50. + 6300.00 14.85 50. + 6350.00 14.80 50. + 6400.00 14.76 50. + 6450.00 14.73 50. + 6500.00 14.70 50. + 6550.00 14.71 50. + 6600.00 14.65 50. + 6650.00 14.67 50. + 6700.00 14.75 50. + 6750.00 14.80 50. + 6800.00 14.78 50. + 6850.00 14.86 50. + 6900.00 14.83 50. + 6950.00 14.64 50. + 7000.00 14.62 50. + 7050.00 14.57 50. + 7100.00 14.69 50. + 7150.00 14.80 50. + 7200.00 14.85 50. + 7250.00 14.77 50. + 7300.00 14.68 50. + 7350.00 14.65 50. + 7400.00 14.68 50. + 7450.00 14.66 50. + 7500.00 14.67 50. + 7550.00 14.70 50. + 7600.00 15.09 50. + 7650.00 14.98 50. + 7700.00 14.78 50. + 7750.00 14.71 50. + 7800.00 14.71 50. + 7850.00 14.79 50. + 7900.00 14.62 50. + 7950.00 14.61 50. + 8000.00 14.68 50. + 8050.00 14.99 50. + 8100.00 15.42 50. diff --git a/noao/lib/onedstds/spec50cal/pg0216032.dat b/noao/lib/onedstds/spec50cal/pg0216032.dat new file mode 100644 index 00000000..d14c18d8 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg0216032.dat @@ -0,0 +1,100 @@ +# PG0216032 + 3200.00 13.74 50. + 3250.00 13.78 50. + 3300.00 13.77 50. + 3350.00 13.77 50. + 3400.00 13.79 50. + 3450.00 13.83 50. + 3500.00 13.86 50. + 3550.00 13.88 50. + 3600.00 13.92 50. + 3650.00 13.95 50. + 3700.00 13.96 50. + 3750.00 14.00 50. + 3800.00 14.02 50. + 3850.00 14.00 50. + 3900.00 14.09 50. + 3950.00 14.16 50. + 4000.00 14.15 50. + 4050.00 14.13 50. + 4100.00 14.19 50. + 4150.00 14.16 50. + 4200.00 14.20 50. + 4250.00 14.23 50. + 4300.00 14.26 50. + 4350.00 14.33 50. + 4400.00 14.29 50. + 4450.00 14.30 50. + 4500.00 14.32 50. + 4550.00 14.34 50. + 4600.00 14.37 50. + 4650.00 14.39 50. + 4700.00 14.42 50. + 4750.00 14.45 50. + 4800.00 14.48 50. + 4850.00 14.58 50. + 4900.00 14.53 50. + 4950.00 14.56 50. + 5000.00 14.55 50. + 5050.00 14.59 50. + 5100.00 14.61 50. + 5150.00 14.61 50. + 5200.00 14.65 50. + 5250.00 14.68 50. + 5300.00 14.66 50. + 5350.00 14.70 50. + 5400.00 14.77 50. + 5450.00 14.76 50. + 5500.00 14.80 50. + 5550.00 14.77 50. + 5600.00 14.82 50. + 5650.00 14.82 50. + 5700.00 14.85 50. + 5750.00 14.86 50. + 5800.00 14.85 50. + 5850.00 14.88 50. + 5900.00 14.88 50. + 5950.00 14.95 50. + 6000.00 15.01 50. + 6050.00 15.05 50. + 6100.00 15.03 50. + 6150.00 15.05 50. + 6200.00 15.03 50. + 6250.00 15.05 50. + 6300.00 15.16 50. + 6350.00 15.12 50. + 6400.00 15.14 50. + 6450.00 15.21 50. + 6500.00 15.21 50. + 6550.00 15.23 50. + 6600.00 15.28 50. + 6650.00 15.25 50. + 6700.00 15.27 50. + 6750.00 15.16 50. + 6800.00 15.24 50. + 6850.00 15.23 50. + 6900.00 15.39 50. + 6950.00 15.22 50. + 7000.00 15.29 50. + 7050.00 15.35 50. + 7100.00 15.32 50. + 7150.00 15.39 50. + 7200.00 15.44 50. + 7250.00 15.39 50. + 7300.00 15.41 50. + 7350.00 15.61 50. + 7400.00 15.38 50. + 7450.00 15.44 50. + 7500.00 15.49 50. + 7550.00 15.34 50. + 7600.00 16.41 50. + 7650.00 15.62 50. + 7700.00 15.37 50. + 7750.00 15.32 50. + 7800.00 15.39 50. + 7850.00 15.28 50. + 7900.00 15.16 50. + 7950.00 15.27 50. + 8000.00 15.66 50. + 8050.00 15.48 50. + 8100.00 15.60 50. diff --git a/noao/lib/onedstds/spec50cal/pg0310149.dat b/noao/lib/onedstds/spec50cal/pg0310149.dat new file mode 100644 index 00000000..3817ec7d --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg0310149.dat @@ -0,0 +1,100 @@ +# PG0310149 + 3200.00 15.20 50. + 3250.00 15.14 50. + 3300.00 15.17 50. + 3350.00 15.18 50. + 3400.00 15.16 50. + 3450.00 15.17 50. + 3500.00 15.19 50. + 3550.00 15.21 50. + 3600.00 15.27 50. + 3650.00 15.27 50. + 3700.00 15.30 50. + 3750.00 15.29 50. + 3800.00 15.37 50. + 3850.00 15.37 50. + 3900.00 15.37 50. + 3950.00 15.37 50. + 4000.00 15.37 50. + 4050.00 15.41 50. + 4100.00 15.39 50. + 4150.00 15.40 50. + 4200.00 15.40 50. + 4250.00 15.40 50. + 4300.00 15.43 50. + 4350.00 15.49 50. + 4400.00 15.48 50. + 4450.00 15.49 50. + 4500.00 15.46 50. + 4550.00 15.47 50. + 4600.00 15.41 50. + 4650.00 15.46 50. + 4700.00 15.49 50. + 4750.00 15.43 50. + 4800.00 15.49 50. + 4850.00 15.61 50. + 4900.00 15.61 50. + 4950.00 15.57 50. + 5000.00 15.59 50. + 5050.00 15.54 50. + 5100.00 15.56 50. + 5150.00 15.59 50. + 5200.00 15.58 50. + 5250.00 15.57 50. + 5300.00 15.62 50. + 5350.00 15.64 50. + 5400.00 15.71 50. + 5450.00 15.68 50. + 5500.00 15.64 50. + 5550.00 15.63 50. + 5600.00 15.64 50. + 5650.00 15.64 50. + 5700.00 15.66 50. + 5750.00 15.68 50. + 5800.00 15.67 50. + 5850.00 15.67 50. + 5900.00 15.73 50. + 5950.00 15.67 50. + 6000.00 15.73 50. + 6050.00 15.69 50. + 6100.00 15.70 50. + 6150.00 15.73 50. + 6200.00 15.73 50. + 6250.00 15.76 50. + 6300.00 15.85 50. + 6350.00 15.74 50. + 6400.00 15.84 50. + 6450.00 15.80 50. + 6500.00 15.82 50. + 6550.00 15.89 50. + 6600.00 15.82 50. + 6650.00 15.83 50. + 6700.00 15.87 50. + 6750.00 15.80 50. + 6800.00 15.78 50. + 6850.00 15.81 50. + 6900.00 15.86 50. + 6950.00 15.81 50. + 7000.00 15.88 50. + 7050.00 15.81 50. + 7100.00 15.86 50. + 7150.00 15.95 50. + 7200.00 16.06 50. + 7250.00 16.08 50. + 7300.00 15.96 50. + 7350.00 15.96 50. + 7400.00 16.03 50. + 7450.00 16.16 50. + 7500.00 16.13 50. + 7550.00 15.97 50. + 7600.00 16.32 50. + 7650.00 16.39 50. + 7700.00 16.06 50. + 7750.00 16.26 50. + 7800.00 16.16 50. + 7850.00 15.96 50. + 7900.00 15.96 50. + 7950.00 16.00 50. + 8000.00 15.93 50. + 8050.00 16.43 50. + 8100.00 16.70 50. diff --git a/noao/lib/onedstds/spec50cal/pg0823546.dat b/noao/lib/onedstds/spec50cal/pg0823546.dat new file mode 100644 index 00000000..38edf80d --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg0823546.dat @@ -0,0 +1,113 @@ +# PG0823546 + 3200.00 13.56 50. + 3250.00 13.41 50. + 3300.00 13.46 50. + 3350.00 13.46 50. + 3400.00 13.58 50. + 3450.00 13.60 50. + 3500.00 13.56 50. + 3550.00 13.54 50. + 3600.00 13.58 50. + 3650.00 13.66 50. + 3700.00 13.69 50. + 3750.00 13.69 50. + 3800.00 13.74 50. + 3850.00 13.76 50. + 3900.00 13.80 50. + 3950.00 13.86 50. + 4000.00 13.83 50. + 4050.00 13.86 50. + 4100.00 13.92 50. + 4150.00 13.89 50. + 4200.00 13.95 50. + 4250.00 13.93 50. + 4300.00 13.95 50. + 4350.00 14.01 50. + 4400.00 14.00 50. + 4450.00 14.00 50. + 4500.00 14.06 50. + 4550.00 14.11 50. + 4600.00 14.11 50. + 4650.00 14.14 50. + 4700.00 14.19 50. + 4750.00 14.15 50. + 4800.00 14.17 50. + 4850.00 14.25 50. + 4900.00 14.19 50. + 4950.00 14.22 50. + 5000.00 14.25 50. + 5050.00 14.27 50. + 5100.00 14.30 50. + 5150.00 14.31 50. + 5200.00 14.31 50. + 5250.00 14.33 50. + 5300.00 14.34 50. + 5350.00 14.34 50. + 5400.00 14.39 50. + 5450.00 14.39 50. + 5500.00 14.39 50. + 5550.00 14.36 50. + 5600.00 14.39 50. + 5650.00 14.35 50. + 5700.00 14.42 50. + 5750.00 14.43 50. + 5800.00 14.45 50. + 5850.00 14.46 50. + 5900.00 14.46 50. + 5950.00 14.51 50. + 6000.00 14.54 50. + 6050.00 14.57 50. + 6100.00 14.59 50. + 6150.00 14.57 50. + 6200.00 14.62 50. + 6250.00 14.69 50. + 6300.00 14.58 50. + 6350.00 14.65 50. + 6400.00 14.66 50. + 6450.00 14.73 50. + 6500.00 14.73 50. + 6550.00 14.81 50. + 6600.00 14.67 50. + 6650.00 14.67 50. + 6700.00 14.74 50. + 6750.00 14.69 50. + 6800.00 14.71 50. + 6850.00 14.89 50. + 6900.00 14.86 50. + 6950.00 14.72 50. + 7000.00 14.71 50. + 7050.00 14.74 50. + 7100.00 14.79 50. + 7150.00 14.76 50. + 7200.00 14.88 50. + 7250.00 15.02 50. + 7300.00 14.84 50. +7350 14.80 50 +7400 14.80 50 +7450 14.82 50 +7500 14.82 50 +7750 14.86 50 +7800 14.89 50 +7850 14.86 50 +7900 14.88 50 +7950 14.91 50 +8000 14.88 50 +8050 14.92 50 +8600 14.94 50 +8650 14.90 50 +8700 14.91 50 +8750 14.88 50 +8800 14.88 50 +8850 14.89 50 +8900 14.94 50 +9700 15.18 50 +9750 15.44 50 +9800 15.19 50 +9850 14.91 50 +9900 15.10 50 +9950 15.86 50 +10000 15.96 50 +10050 15.22 50 +10100 15.11 50 +10150 15.19 50 +10200 15.08 50 diff --git a/noao/lib/onedstds/spec50cal/pg0846249.dat b/noao/lib/onedstds/spec50cal/pg0846249.dat new file mode 100644 index 00000000..048d2ca2 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg0846249.dat @@ -0,0 +1,100 @@ +# PG0846249 + 3200.00 15.82 50. + 3250.00 15.81 50. + 3300.00 15.81 50. + 3350.00 15.84 50. + 3400.00 15.85 50. + 3450.00 15.90 50. + 3500.00 15.92 50. + 3550.00 15.98 50. + 3600.00 15.99 50. + 3650.00 16.03 50. + 3700.00 16.05 50. + 3750.00 16.09 50. + 3800.00 16.15 50. + 3850.00 16.17 50. + 3900.00 16.22 50. + 3950.00 16.23 50. + 4000.00 16.23 50. + 4050.00 16.22 50. + 4100.00 16.31 50. + 4150.00 16.28 50. + 4200.00 16.28 50. + 4250.00 16.34 50. + 4300.00 16.38 50. + 4350.00 16.47 50. + 4400.00 16.50 50. + 4450.00 16.48 50. + 4500.00 16.48 50. + 4550.00 16.50 50. + 4600.00 16.52 50. + 4650.00 16.56 50. + 4700.00 16.60 50. + 4750.00 16.63 50. + 4800.00 16.66 50. + 4850.00 16.75 50. + 4900.00 16.71 50. + 4950.00 16.69 50. + 5000.00 16.75 50. + 5050.00 16.74 50. + 5100.00 16.75 50. + 5150.00 16.78 50. + 5200.00 16.82 50. + 5250.00 16.81 50. + 5300.00 16.82 50. + 5350.00 16.86 50. + 5400.00 16.92 50. + 5450.00 16.93 50. + 5500.00 16.91 50. + 5550.00 16.93 50. + 5600.00 16.98 50. + 5650.00 16.99 50. + 5700.00 16.97 50. + 5750.00 17.01 50. + 5800.00 17.03 50. + 5850.00 17.03 50. + 5900.00 17.10 50. + 5950.00 17.08 50. + 6000.00 17.13 50. + 6050.00 17.16 50. + 6100.00 17.15 50. + 6150.00 17.13 50. + 6200.00 17.19 50. + 6250.00 17.11 50. + 6300.00 17.25 50. + 6350.00 17.19 50. + 6400.00 17.27 50. + 6450.00 17.31 50. + 6500.00 17.34 50. + 6550.00 17.32 50. + 6600.00 17.35 50. + 6650.00 17.27 50. + 6700.00 17.24 50. + 6750.00 17.33 50. + 6800.00 17.29 50. + 6850.00 17.33 50. + 6900.00 17.46 50. + 6950.00 17.49 50. + 7000.00 17.26 50. + 7050.00 17.29 50. + 7100.00 17.52 50. + 7150.00 17.37 50. + 7200.00 17.39 50. + 7250.00 17.36 50. + 7300.00 17.36 50. + 7350.00 17.49 50. + 7400.00 17.27 50. + 7450.00 17.51 50. + 7500.00 17.43 50. + 7550.00 17.48 50. + 7600.00 17.75 50. + 7650.00 17.44 50. + 7700.00 0.00 50. + 7750.00 0.00 50. + 7800.00 0.00 50. + 7850.00 0.00 50. + 7900.00 0.00 50. + 7950.00 0.00 50. + 8000.00 0.00 50. + 8050.00 0.00 50. + 8100.00 0.00 50. diff --git a/noao/lib/onedstds/spec50cal/pg0934554.dat b/noao/lib/onedstds/spec50cal/pg0934554.dat new file mode 100644 index 00000000..6e5331c1 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg0934554.dat @@ -0,0 +1,100 @@ +# PG0934554 + 3200.00 11.39 50. + 3250.00 11.45 50. + 3300.00 11.27 50. + 3350.00 11.29 50. + 3400.00 11.43 50. + 3450.00 11.30 50. + 3500.00 11.28 50. + 3550.00 11.28 50. + 3600.00 11.31 50. + 3650.00 11.41 50. + 3700.00 11.45 50. + 3750.00 11.46 50. + 3800.00 11.49 50. + 3850.00 11.49 50. + 3900.00 11.55 50. + 3950.00 11.62 50. + 4000.00 11.59 50. + 4050.00 11.58 50. + 4100.00 11.70 50. + 4150.00 11.64 50. + 4200.00 11.69 50. + 4250.00 11.66 50. + 4300.00 11.68 50. + 4350.00 11.76 50. + 4400.00 11.71 50. + 4450.00 11.75 50. + 4500.00 11.76 50. + 4550.00 11.82 50. + 4600.00 11.82 50. + 4650.00 11.86 50. + 4700.00 11.93 50. + 4750.00 11.88 50. + 4800.00 11.89 50. + 4850.00 12.00 50. + 4900.00 11.95 50. + 4950.00 11.95 50. + 5000.00 11.98 50. + 5050.00 12.00 50. + 5100.00 12.06 50. + 5150.00 12.09 50. + 5200.00 12.08 50. + 5250.00 12.09 50. + 5300.00 0.00 50. + 5350.00 0.00 50. + 5400.00 0.00 50. + 5450.00 0.00 50. + 5500.00 0.00 50. + 5550.00 0.00 50. + 5600.00 12.17 50. + 5650.00 12.21 50. + 5700.00 12.21 50. + 5750.00 12.23 50. + 5800.00 12.24 50. + 5850.00 12.27 50. + 5900.00 12.30 50. + 5950.00 12.29 50. + 6000.00 12.32 50. + 6050.00 12.35 50. + 6100.00 12.35 50. + 6150.00 12.38 50. + 6200.00 12.38 50. + 6250.00 12.43 50. + 6300.00 12.44 50. + 6350.00 12.43 50. + 6400.00 12.45 50. + 6450.00 12.46 50. + 6500.00 12.50 50. + 6550.00 12.56 50. + 6600.00 12.51 50. + 6650.00 12.51 50. + 6700.00 12.52 50. + 6750.00 12.51 50. + 6800.00 12.52 50. + 6850.00 12.56 50. + 6900.00 12.62 50. + 6950.00 12.54 50. + 7000.00 12.54 50. + 7050.00 12.56 50. + 7100.00 12.54 50. + 7150.00 12.59 50. + 7200.00 12.68 50. + 7250.00 12.64 50. + 7300.00 12.62 50. + 7350.00 12.60 50. + 7400.00 12.61 50. + 7450.00 12.59 50. + 7500.00 12.61 50. + 7550.00 12.65 50. + 7600.00 13.09 50. + 7650.00 13.00 50. + 7700.00 12.67 50. + 7750.00 12.67 50. + 7800.00 12.69 50. + 7850.00 12.70 50. + 7900.00 12.68 50. + 7950.00 12.71 50. + 8000.00 12.72 50. + 8050.00 12.74 50. + 8100.00 12.79 50. diff --git a/noao/lib/onedstds/spec50cal/pg0939262.dat b/noao/lib/onedstds/spec50cal/pg0939262.dat new file mode 100644 index 00000000..55e346b7 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg0939262.dat @@ -0,0 +1,100 @@ +# PG0939262 + 3200.00 13.87 50. + 3250.00 13.85 50. + 3300.00 13.88 50. + 3350.00 13.88 50. + 3400.00 13.91 50. + 3450.00 13.94 50. + 3500.00 13.99 50. + 3550.00 14.01 50. + 3600.00 14.04 50. + 3650.00 14.05 50. + 3700.00 14.08 50. + 3750.00 14.13 50. + 3800.00 14.18 50. + 3850.00 14.21 50. + 3900.00 14.23 50. + 3950.00 14.25 50. + 4000.00 14.25 50. + 4050.00 14.26 50. + 4100.00 14.34 50. + 4150.00 14.31 50. + 4200.00 14.31 50. + 4250.00 14.36 50. + 4300.00 14.40 50. + 4350.00 14.50 50. + 4400.00 14.43 50. + 4450.00 14.43 50. + 4500.00 14.45 50. + 4550.00 14.45 50. + 4600.00 14.47 50. + 4650.00 14.49 50. + 4700.00 14.50 50. + 4750.00 14.55 50. + 4800.00 14.58 50. + 4850.00 14.71 50. + 4900.00 14.68 50. + 4950.00 14.65 50. + 5000.00 14.68 50. + 5050.00 14.66 50. + 5100.00 14.68 50. + 5150.00 14.69 50. + 5200.00 14.73 50. + 5250.00 14.76 50. + 5300.00 14.79 50. + 5350.00 14.80 50. + 5400.00 14.83 50. + 5450.00 14.86 50. + 5500.00 14.88 50. + 5550.00 14.89 50. + 5600.00 14.91 50. + 5650.00 14.90 50. + 5700.00 14.93 50. + 5750.00 14.96 50. + 5800.00 14.98 50. + 5850.00 14.96 50. + 5900.00 14.97 50. + 5950.00 15.01 50. + 6000.00 15.02 50. + 6050.00 15.03 50. + 6100.00 15.04 50. + 6150.00 15.08 50. + 6200.00 15.13 50. + 6250.00 15.15 50. + 6300.00 15.14 50. + 6350.00 15.18 50. + 6400.00 15.20 50. + 6450.00 15.21 50. + 6500.00 15.24 50. + 6550.00 15.30 50. + 6600.00 15.28 50. + 6650.00 15.26 50. + 6700.00 15.27 50. + 6750.00 15.25 50. + 6800.00 15.29 50. + 6850.00 15.31 50. + 6900.00 15.34 50. + 6950.00 15.32 50. + 7000.00 15.30 50. + 7050.00 15.36 50. + 7100.00 15.34 50. + 7150.00 15.41 50. + 7200.00 15.49 50. + 7250.00 15.43 50. + 7300.00 15.46 50. + 7350.00 15.41 50. + 7400.00 15.40 50. + 7450.00 15.43 50. + 7500.00 15.43 50. + 7550.00 15.43 50. + 7600.00 15.62 50. + 7650.00 15.53 50. + 7700.00 15.44 50. + 7750.00 15.37 50. + 7800.00 15.37 50. + 7850.00 15.55 50. + 7900.00 15.14 50. + 7950.00 15.22 50. + 8000.00 15.26 50. + 8050.00 15.42 50. + 8100.00 15.59 50. diff --git a/noao/lib/onedstds/spec50cal/pg1121145.dat b/noao/lib/onedstds/spec50cal/pg1121145.dat new file mode 100644 index 00000000..01103a69 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg1121145.dat @@ -0,0 +1,100 @@ +# PG1121145 + 3200.00 15.90 50. + 3250.00 15.87 50. + 3300.00 15.91 50. + 3350.00 15.93 50. + 3400.00 15.95 50. + 3450.00 16.02 50. + 3500.00 16.07 50. + 3550.00 16.09 50. + 3600.00 16.13 50. + 3650.00 16.15 50. + 3700.00 16.15 50. + 3750.00 16.21 50. + 3800.00 16.26 50. + 3850.00 16.29 50. + 3900.00 16.32 50. + 3950.00 16.34 50. + 4000.00 16.35 50. + 4050.00 16.33 50. + 4100.00 16.46 50. + 4150.00 16.41 50. + 4200.00 16.42 50. + 4250.00 16.46 50. + 4300.00 16.51 50. + 4350.00 16.62 50. + 4400.00 16.55 50. + 4450.00 16.54 50. + 4500.00 16.57 50. + 4550.00 16.59 50. + 4600.00 16.59 50. + 4650.00 16.64 50. + 4700.00 16.70 50. + 4750.00 16.69 50. + 4800.00 16.66 50. + 4850.00 16.77 50. + 4900.00 16.73 50. + 4950.00 16.73 50. + 5000.00 16.75 50. + 5050.00 16.76 50. + 5100.00 16.75 50. + 5150.00 16.79 50. + 5200.00 16.85 50. + 5250.00 16.82 50. + 5300.00 16.90 50. + 5350.00 16.88 50. + 5400.00 16.93 50. + 5450.00 16.93 50. + 5500.00 16.92 50. + 5550.00 16.97 50. + 5600.00 17.02 50. + 5650.00 17.03 50. + 5700.00 17.02 50. + 5750.00 17.06 50. + 5800.00 17.02 50. + 5850.00 17.05 50. + 5900.00 17.09 50. + 5950.00 17.09 50. + 6000.00 17.07 50. + 6050.00 17.14 50. + 6100.00 17.12 50. + 6150.00 17.11 50. + 6200.00 17.15 50. + 6250.00 17.19 50. + 6300.00 17.22 50. + 6350.00 17.29 50. + 6400.00 17.26 50. + 6450.00 17.22 50. + 6500.00 17.27 50. + 6550.00 17.45 50. + 6600.00 17.31 50. + 6650.00 17.39 50. + 6700.00 17.32 50. + 6750.00 17.29 50. + 6800.00 17.38 50. + 6850.00 17.42 50. + 6900.00 17.41 50. + 6950.00 17.41 50. + 7000.00 17.44 50. + 7050.00 17.38 50. + 7100.00 17.38 50. + 7150.00 17.38 50. + 7200.00 17.43 50. + 7250.00 17.61 50. + 7300.00 17.57 50. + 7350.00 17.61 50. + 7400.00 17.60 50. + 7450.00 17.49 50. + 7500.00 17.75 50. + 7550.00 17.84 50. + 7600.00 17.73 50. + 7650.00 18.02 50. + 7700.00 17.26 50. + 7750.00 18.21 50. + 7800.00 17.98 50. + 7850.00 18.78 50. + 7900.00 17.17 50. + 7950.00 17.84 50. + 8000.00 17.13 50. + 8050.00 17.31 50. + 8100.00 17.36 50. diff --git a/noao/lib/onedstds/spec50cal/pg1545035.dat b/noao/lib/onedstds/spec50cal/pg1545035.dat new file mode 100644 index 00000000..378635e6 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg1545035.dat @@ -0,0 +1,100 @@ +# PG1545035 + 3200.00 13.57 50. + 3250.00 13.59 50. + 3300.00 13.63 50. + 3350.00 13.63 50. + 3400.00 13.64 50. + 3450.00 13.61 50. + 3500.00 13.66 50. + 3550.00 13.67 50. + 3600.00 13.69 50. + 3650.00 13.73 50. + 3700.00 13.76 50. + 3750.00 13.77 50. + 3800.00 13.80 50. + 3850.00 13.84 50. + 3900.00 13.88 50. + 3950.00 13.90 50. + 4000.00 13.86 50. + 4050.00 13.86 50. + 4100.00 13.94 50. + 4150.00 13.90 50. + 4200.00 13.92 50. + 4250.00 13.93 50. + 4300.00 13.96 50. + 4350.00 14.04 50. + 4400.00 13.98 50. + 4450.00 14.01 50. + 4500.00 14.04 50. + 4550.00 14.06 50. + 4600.00 14.06 50. + 4650.00 14.07 50. + 4700.00 14.13 50. + 4750.00 14.14 50. + 4800.00 14.14 50. + 4850.00 14.22 50. + 4900.00 14.19 50. + 4950.00 14.19 50. + 5000.00 14.18 50. + 5050.00 14.22 50. + 5100.00 14.23 50. + 5150.00 14.25 50. + 5200.00 14.24 50. + 5250.00 14.27 50. + 5300.00 14.26 50. + 5350.00 14.30 50. + 5400.00 14.35 50. + 5450.00 14.34 50. + 5500.00 14.36 50. + 5550.00 14.33 50. + 5600.00 14.35 50. + 5650.00 14.39 50. + 5700.00 14.42 50. + 5750.00 14.41 50. + 5800.00 14.41 50. + 5850.00 14.48 50. + 5900.00 14.46 50. + 5950.00 14.51 50. + 6000.00 14.56 50. + 6050.00 14.65 50. + 6100.00 14.62 50. + 6150.00 14.64 50. + 6200.00 14.66 50. + 6250.00 14.74 50. + 6300.00 14.73 50. + 6350.00 14.70 50. + 6400.00 14.81 50. + 6450.00 14.77 50. + 6500.00 14.80 50. + 6550.00 14.87 50. + 6600.00 14.83 50. + 6650.00 14.80 50. + 6700.00 14.80 50. + 6750.00 14.78 50. + 6800.00 14.79 50. + 6850.00 14.78 50. + 6900.00 14.87 50. + 6950.00 14.78 50. + 7000.00 14.84 50. + 7050.00 14.91 50. + 7100.00 14.84 50. + 7150.00 14.90 50. + 7200.00 14.99 50. + 7250.00 14.85 50. + 7300.00 14.94 50. + 7350.00 14.97 50. + 7400.00 14.97 50. + 7450.00 14.92 50. + 7500.00 14.91 50. + 7550.00 14.93 50. + 7600.00 15.54 50. + 7650.00 15.34 50. + 7700.00 14.80 50. + 7750.00 14.78 50. + 7800.00 15.24 50. + 7850.00 15.03 50. + 7900.00 14.79 50. + 7950.00 14.90 50. + 8000.00 15.05 50. + 8050.00 15.03 50. + 8100.00 14.91 50. diff --git a/noao/lib/onedstds/spec50cal/pg1708602.dat b/noao/lib/onedstds/spec50cal/pg1708602.dat new file mode 100644 index 00000000..21c30c07 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/pg1708602.dat @@ -0,0 +1,97 @@ +# PG1708602 + 3200.00 13.11 50. + 3250.00 13.00 50. + 3300.00 13.02 50. + 3350.00 13.03 50. + 3400.00 13.03 50. + 3450.00 13.11 50. + 3500.00 13.15 50. + 3550.00 13.12 50. + 3600.00 13.14 50. + 3650.00 13.18 50. + 3700.00 13.21 50. + 3750.00 13.22 50. + 3800.00 13.24 50. + 3850.00 13.25 50. + 3900.00 13.30 50. + 3950.00 13.34 50. + 4000.00 13.32 50. + 4050.00 13.33 50. + 4100.00 13.40 50. + 4150.00 13.37 50. + 4200.00 13.41 50. + 4250.00 13.43 50. + 4300.00 13.45 50. + 4350.00 13.54 50. + 4400.00 13.50 50. + 4450.00 13.51 50. + 4500.00 13.53 50. + 4550.00 13.57 50. + 4600.00 13.57 50. + 4650.00 13.58 50. + 4700.00 13.62 50. + 4750.00 13.63 50. + 4800.00 13.65 50. + 4850.00 13.75 50. + 4900.00 13.70 50. + 4950.00 13.71 50. + 5000.00 13.73 50. + 5050.00 13.77 50. + 5100.00 13.77 50. + 5150.00 13.78 50. + 5200.00 13.78 50. + 5250.00 13.81 50. + 5300.00 13.81 50. + 5350.00 13.85 50. + 5400.00 13.94 50. + 5450.00 13.93 50. + 5500.00 13.92 50. + 5550.00 13.92 50. + 5600.00 13.90 50. + 5650.00 13.95 50. + 5700.00 13.98 50. + 5750.00 13.98 50. + 5800.00 13.99 50. + 5850.00 13.99 50. + 5900.00 14.02 50. + 5950.00 14.08 50. + 6000.00 14.09 50. + 6050.00 14.12 50. + 6100.00 14.11 50. + 6150.00 14.12 50. + 6200.00 14.19 50. + 6250.00 14.19 50. + 6300.00 14.24 50. + 6350.00 14.26 50. + 6400.00 14.21 50. + 6450.00 14.26 50. + 6500.00 14.27 50. + 6550.00 14.33 50. + 6600.00 14.30 50. + 6650.00 14.27 50. + 6700.00 14.28 50. + 6750.00 14.28 50. + 6800.00 14.27 50. + 6850.00 14.38 50. + 6900.00 14.42 50. + 6950.00 14.36 50. + 7000.00 14.35 50. + 7050.00 14.38 50. + 7100.00 14.41 50. + 7150.00 14.39 50. + 7200.00 14.56 50. + 7250.00 14.56 50. + 7300.00 14.60 50. + 7350.00 14.44 50. + 7400.00 14.45 50. + 7450.00 14.52 50. + 7500.00 14.46 50. + 7550.00 14.44 50. + 7600.00 15.02 50. + 7650.00 14.96 50. + 7700.00 14.48 50. + 7750.00 14.32 50. + 7800.00 14.29 50. + 7850.00 14.26 50. + 7900.00 14.46 50. + 7950.00 14.42 50. diff --git a/noao/lib/onedstds/spec50cal/standards.men b/noao/lib/onedstds/spec50cal/standards.men new file mode 100644 index 00000000..932bbf74 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/standards.men @@ -0,0 +1,14 @@ +Standard stars in onedstds$spec50cal/ (3200A - 8100 A) + +bd284211 eg247 feige34 hd192281 pg0205134 pg0934554 wolf1346 +cygob2no9 eg42 feige66 hd217086 pg0216032 pg0939262 +eg139 eg71 feige67 hilt600 pg0310149 pg1121145 +eg158 eg81 g191b2b hz14 pg0823546 pg1545035 +eg20 feige110 gd140 hz44 pg0846249 pg1708602 + + +Standard stars in onedstds$spec50cal/ (3200A - 10200A) + +bd284211 eg247 feige34 g191b2b hz44 +eg139 eg71 feige66 gd140 pg0823546 +eg158 feige110 feige67 hilt600 wolf1346 diff --git a/noao/lib/onedstds/spec50cal/wolf1346.dat b/noao/lib/onedstds/spec50cal/wolf1346.dat new file mode 100644 index 00000000..4540f894 --- /dev/null +++ b/noao/lib/onedstds/spec50cal/wolf1346.dat @@ -0,0 +1,113 @@ +# Wolf1346 + 3200.00 11.36 50. + 3250.00 11.39 50. + 3300.00 11.37 50. + 3350.00 11.36 50. + 3400.00 11.34 50. + 3450.00 11.41 50. + 3500.00 11.41 50. + 3550.00 11.39 50. + 3600.00 11.42 50. + 3650.00 11.45 50. + 3700.00 11.45 50. + 3750.00 11.47 50. + 3800.00 11.47 50. + 3850.00 11.46 50. + 3900.00 11.48 50. + 3950.00 11.55 50. + 4000.00 11.40 50. + 4050.00 11.29 50. + 4100.00 11.65 50. + 4150.00 11.31 50. + 4200.00 11.20 50. + 4250.00 11.24 50. + 4300.00 11.42 50. + 4350.00 11.71 50. + 4400.00 11.33 50. + 4450.00 11.26 50. + 4500.00 11.27 50. + 4550.00 11.25 50. + 4600.00 11.27 50. + 4650.00 11.28 50. + 4700.00 11.29 50. + 4750.00 11.35 50. + 4800.00 11.46 50. + 4850.00 11.82 50. + 4900.00 11.62 50. + 4950.00 11.47 50. + 5000.00 11.44 50. + 5050.00 11.46 50. + 5100.00 11.45 50. + 5150.00 11.47 50. + 5200.00 11.48 50. + 5250.00 11.49 50. + 5300.00 11.50 50. + 5350.00 11.51 50. + 5400.00 11.51 50. + 5450.00 11.55 50. + 5500.00 11.57 50. + 5550.00 11.59 50. + 5600.00 11.61 50. + 5650.00 11.62 50. + 5700.00 11.64 50. + 5750.00 11.65 50. + 5800.00 11.65 50. + 5850.00 11.67 50. + 5900.00 11.69 50. + 5950.00 11.71 50. + 6000.00 11.72 50. + 6050.00 11.74 50. + 6100.00 11.75 50. + 6150.00 11.77 50. + 6200.00 11.79 50. + 6250.00 11.82 50. + 6300.00 11.84 50. + 6350.00 11.84 50. + 6400.00 11.85 50. + 6450.00 11.89 50. + 6500.00 11.98 50. + 6550.00 12.21 50. + 6600.00 12.08 50. + 6650.00 11.94 50. + 6700.00 11.91 50. + 6750.00 11.91 50. + 6800.00 11.90 50. + 6850.00 11.97 50. + 6900.00 12.02 50. + 6950.00 11.96 50. + 7000.00 11.98 50. + 7050.00 11.98 50. + 7100.00 12.00 50. + 7150.00 12.04 50. + 7200.00 12.13 50. + 7250.00 12.12 50. + 7300.00 12.12 50. +7350 12.06 50 +7400 12.05 50 +7450 12.07 50 +7500 12.08 50 +7750 12.13 50 +7800 12.15 50 +7850 12.15 50 +7900 12.16 50 +7950 12.18 50 +8000 12.16 50 +8050 12.19 50 +8600 12.22 50 +8650 12.22 50 +8700 12.22 50 +8750 12.23 50 +8800 12.23 50 +8850 12.23 50 +8900 12.24 50 +9700 12.45 50 +9750 12.47 50 +9800 12.47 50 +9850 12.42 50 +9900 12.45 50 +9950 12.58 50 +10000 12.63 50 +10050 12.69 50 +10100 12.65 50 +10150 12.61 50 +10200 12.63 50 diff --git a/noao/lib/onedstds/spechayescal/bd284211.dat b/noao/lib/onedstds/spechayescal/bd284211.dat new file mode 100644 index 00000000..c0df67d9 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/bd284211.dat @@ -0,0 +1,29 @@ +# BD284211 + 3200.00 9.63 50. + 3250.00 9.58 50. + 3300.00 9.56 50. + 3350.00 9.57 50. + 3400.00 9.60 50. + 3450.00 9.64 50. + 3500.00 9.67 50. + 3571.00 9.70 50. + 3636.00 9.73 50. + 3704.00 9.77 50. + 3862.00 9.87 50. + 4036.00 9.92 50. + 4167.00 9.99 50. + 4255.00 10.04 50. + 4464.00 10.14 50. + 4566.00 10.18 50. + 4785.00 10.27 50. + 5000.00 10.36 50. + 5263.00 10.45 50. + 5556.00 10.56 100. + 5840.00 10.68 100. + 6056.00 10.77 100. + 6436.00 10.90 100. + 6790.00 10.95 100. + 7100.00 11.04 100. + 7550.00 11.18 100. + 7780.00 11.17 100. + 8090.00 11.25 100. diff --git a/noao/lib/onedstds/spechayescal/cygob2no9.dat b/noao/lib/onedstds/spechayescal/cygob2no9.dat new file mode 100644 index 00000000..076c7e46 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/cygob2no9.dat @@ -0,0 +1,29 @@ +# CygOB2No9 + 3200.00 15.10 50. + 3250.00 15.24 50. + 3300.00 15.14 50. + 3350.00 14.95 50. + 3400.00 14.83 50. + 3450.00 14.67 50. + 3500.00 14.50 50. + 3571.00 14.34 50. + 3636.00 14.23 50. + 3704.00 14.08 50. + 3862.00 13.69 50. + 4036.00 13.36 50. + 4167.00 13.10 50. + 4255.00 12.98 50. + 4464.00 12.59 50. + 4566.00 12.38 50. + 4785.00 12.08 50. + 5000.00 11.70 50. + 5263.00 11.18 50. + 5556.00 10.70 100. + 5840.00 10.36 100. + 6056.00 10.14 100. + 6436.00 9.85 100. + 6790.00 9.46 100. + 7100.00 9.22 100. + 7550.00 8.98 100. + 7780.00 8.80 100. + 8090.00 8.57 100. diff --git a/noao/lib/onedstds/spechayescal/eg81.dat b/noao/lib/onedstds/spechayescal/eg81.dat new file mode 100644 index 00000000..2dd24ceb --- /dev/null +++ b/noao/lib/onedstds/spechayescal/eg81.dat @@ -0,0 +1,29 @@ +# EG81 + 3200.00 12.58 50. + 3250.00 12.52 50. + 3300.00 12.51 50. + 3350.00 12.50 50. + 3400.00 12.55 50. + 3450.00 12.58 50. + 3500.00 12.61 50. + 3571.00 12.64 50. + 3636.00 12.68 50. + 3704.00 12.72 50. + 3862.00 12.78 50. + 4036.00 12.83 50. + 4167.00 12.82 50. + 4255.00 12.84 50. + 4464.00 12.99 50. + 4566.00 12.97 50. + 4785.00 13.07 50. + 5000.00 13.16 50. + 5263.00 13.23 50. + 5556.00 13.30 100. + 5840.00 13.39 100. + 6056.00 13.44 100. + 6436.00 13.54 100. + 6790.00 13.60 100. + 7100.00 13.59 100. + 7550.00 13.45 100. + 7780.00 13.44 100. + 8090.00 13.35 100. diff --git a/noao/lib/onedstds/spechayescal/feige110.dat b/noao/lib/onedstds/spechayescal/feige110.dat new file mode 100644 index 00000000..b272a5cd --- /dev/null +++ b/noao/lib/onedstds/spechayescal/feige110.dat @@ -0,0 +1,29 @@ +# Feige110 + 3200.00 11.11 50. + 3250.00 11.01 50. + 3300.00 11.00 50. + 3350.00 11.01 50. + 3400.00 11.04 50. + 3450.00 11.07 50. + 3500.00 11.10 50. + 3571.00 11.14 50. + 3636.00 11.18 50. + 3704.00 11.19 50. + 3862.00 11.25 50. + 4036.00 11.27 50. + 4167.00 11.33 50. + 4255.00 11.38 50. + 4464.00 11.48 50. + 4566.00 11.50 50. + 4785.00 11.60 50. + 5000.00 11.68 50. + 5263.00 11.79 50. + 5556.00 11.88 100. + 5840.00 12.00 100. + 6056.00 12.08 100. + 6436.00 12.21 100. + 6790.00 12.27 100. + 7100.00 12.36 100. + 7550.00 12.49 100. + 7780.00 12.46 100. + 8090.00 12.57 100. diff --git a/noao/lib/onedstds/spechayescal/feige34.dat b/noao/lib/onedstds/spechayescal/feige34.dat new file mode 100644 index 00000000..6a504bbd --- /dev/null +++ b/noao/lib/onedstds/spechayescal/feige34.dat @@ -0,0 +1,29 @@ +# Feige34 + 3200.00 10.29 50. + 3250.00 10.24 50. + 3300.00 10.24 50. + 3350.00 10.24 50. + 3400.00 10.27 50. + 3450.00 10.31 50. + 3500.00 10.34 50. + 3571.00 10.37 50. + 3636.00 10.40 50. + 3704.00 10.43 50. + 3862.00 10.54 50. + 4036.00 10.58 50. + 4167.00 10.65 50. + 4255.00 10.70 50. + 4464.00 10.79 50. + 4566.00 10.84 50. + 4785.00 10.94 50. + 5000.00 11.03 50. + 5263.00 11.14 50. + 5556.00 11.25 100. + 5840.00 11.36 100. + 6056.00 11.44 100. + 6436.00 11.58 100. + 6790.00 11.67 100. + 7100.00 11.74 100. + 7550.00 11.84 100. + 7780.00 11.84 100. + 8090.00 11.93 100. diff --git a/noao/lib/onedstds/spechayescal/feige66.dat b/noao/lib/onedstds/spechayescal/feige66.dat new file mode 100644 index 00000000..9ea8b380 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/feige66.dat @@ -0,0 +1,29 @@ +# Feige66 + 3200.00 9.71 50. + 3250.00 9.70 50. + 3300.00 9.72 50. + 3350.00 9.72 50. + 3400.00 9.75 50. + 3450.00 9.78 50. + 3500.00 9.79 50. + 3571.00 9.81 50. + 3636.00 9.85 50. + 3704.00 9.88 50. + 3862.00 9.93 50. + 4036.00 9.89 50. + 4167.00 9.94 50. + 4255.00 9.98 50. + 4464.00 10.09 50. + 4566.00 10.11 50. + 4785.00 10.22 50. + 5000.00 10.32 50. + 5263.00 10.43 50. + 5556.00 10.53 100. + 5840.00 10.65 100. + 6056.00 10.75 100. + 6436.00 10.91 100. + 6790.00 10.97 100. + 7100.00 11.03 100. + 7550.00 11.18 100. + 7780.00 11.23 100. + 8090.00 11.32 100. diff --git a/noao/lib/onedstds/spechayescal/feige67.dat b/noao/lib/onedstds/spechayescal/feige67.dat new file mode 100644 index 00000000..8bdc1e15 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/feige67.dat @@ -0,0 +1,29 @@ +# Feige67 + 3200.00 10.91 50. + 3250.00 10.83 50. + 3300.00 10.86 50. + 3350.00 10.85 50. + 3400.00 10.88 50. + 3450.00 10.91 50. + 3500.00 10.94 50. + 3571.00 10.96 50. + 3636.00 11.01 50. + 3704.00 11.04 50. + 3862.00 11.14 50. + 4036.00 11.19 50. + 4167.00 11.25 50. + 4255.00 11.30 50. + 4464.00 11.40 50. + 4566.00 11.46 50. + 4785.00 11.57 50. + 5000.00 11.66 50. + 5263.00 11.79 50. + 5556.00 11.89 100. + 5840.00 11.99 100. + 6056.00 12.09 100. + 6436.00 12.25 100. + 6790.00 12.32 100. + 7100.00 12.40 100. + 7550.00 12.55 100. + 7780.00 12.58 100. + 8090.00 12.67 100. diff --git a/noao/lib/onedstds/spechayescal/g191b2b.dat b/noao/lib/onedstds/spechayescal/g191b2b.dat new file mode 100644 index 00000000..6f9e9682 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/g191b2b.dat @@ -0,0 +1,29 @@ +# G191B2B + 3200.00 10.91 50. + 3250.00 10.94 50. + 3300.00 10.90 50. + 3350.00 10.90 50. + 3400.00 10.92 50. + 3450.00 10.95 50. + 3500.00 10.99 50. + 3571.00 11.00 50. + 3636.00 11.04 50. + 3704.00 11.07 50. + 3862.00 11.17 50. + 4036.00 11.20 50. + 4167.00 11.25 50. + 4255.00 11.30 50. + 4464.00 11.39 50. + 4566.00 11.42 50. + 4785.00 11.54 50. + 5000.00 11.64 50. + 5263.00 11.74 50. + 5556.00 11.85 100. + 5840.00 11.95 100. + 6056.00 12.04 100. + 6436.00 12.20 100. + 6790.00 12.26 100. + 7100.00 12.34 100. + 7550.00 12.44 100. + 7780.00 12.46 100. + 8090.00 12.59 100. diff --git a/noao/lib/onedstds/spechayescal/gd140.dat b/noao/lib/onedstds/spechayescal/gd140.dat new file mode 100644 index 00000000..73909c00 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/gd140.dat @@ -0,0 +1,29 @@ +# GD140 + 3200.00 12.17 50. + 3250.00 12.17 50. + 3300.00 12.13 50. + 3350.00 12.14 50. + 3400.00 12.18 50. + 3450.00 12.20 50. + 3500.00 12.22 50. + 3571.00 12.17 50. + 3636.00 12.22 50. + 3704.00 12.27 50. + 3862.00 12.33 50. + 4036.00 12.19 50. + 4167.00 12.19 50. + 4255.00 12.16 50. + 4464.00 12.17 50. + 4566.00 12.18 50. + 4785.00 12.38 50. + 5000.00 12.38 50. + 5263.00 12.46 50. + 5556.00 12.50 100. + 5840.00 12.62 100. + 6056.00 12.75 100. + 6436.00 12.92 100. + 6790.00 12.95 100. + 7100.00 12.99 100. + 7550.00 13.11 100. + 7780.00 13.14 100. + 8090.00 13.26 100. diff --git a/noao/lib/onedstds/spechayescal/hd192281.dat b/noao/lib/onedstds/spechayescal/hd192281.dat new file mode 100644 index 00000000..30b5c880 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/hd192281.dat @@ -0,0 +1,29 @@ +# HD192281 + 3200.00 8.35 50. + 3250.00 8.27 50. + 3300.00 8.19 50. + 3350.00 8.14 50. + 3400.00 8.11 50. + 3450.00 8.11 50. + 3500.00 8.08 50. + 3571.00 8.01 50. + 3636.00 8.01 50. + 3704.00 7.98 50. + 3862.00 7.91 50. + 4036.00 7.84 50. + 4167.00 7.78 50. + 4255.00 7.78 50. + 4464.00 7.74 50. + 4566.00 7.69 50. + 4785.00 7.65 50. + 5000.00 7.60 50. + 5263.00 7.49 50. + 5556.00 7.44 100. + 5840.00 7.43 100. + 6056.00 7.41 100. + 6436.00 7.41 100. + 6790.00 7.34 100. + 7100.00 7.35 100. + 7550.00 7.38 100. + 7780.00 7.33 100. + 8090.00 7.34 100. diff --git a/noao/lib/onedstds/spechayescal/hd217086.dat b/noao/lib/onedstds/spechayescal/hd217086.dat new file mode 100644 index 00000000..4d27ce11 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/hd217086.dat @@ -0,0 +1,29 @@ +# HD217086 + 3200.00 8.95 50. + 3250.00 8.85 50. + 3300.00 8.76 50. + 3350.00 8.70 50. + 3400.00 8.65 50. + 3450.00 8.65 50. + 3500.00 8.60 50. + 3571.00 8.53 50. + 3636.00 8.50 50. + 3704.00 8.46 50. + 3862.00 8.31 50. + 4036.00 8.20 50. + 4167.00 8.15 50. + 4255.00 8.12 50. + 4464.00 8.05 50. + 4566.00 7.96 50. + 4785.00 7.89 50. + 5000.00 7.79 50. + 5263.00 7.60 50. + 5556.00 7.49 100. + 5840.00 7.45 100. + 6056.00 7.38 100. + 6436.00 7.34 100. + 6790.00 7.22 100. + 7100.00 7.21 100. + 7550.00 7.19 100. + 7780.00 7.13 100. + 8090.00 7.09 100. diff --git a/noao/lib/onedstds/spechayescal/hiltner600.dat b/noao/lib/onedstds/spechayescal/hiltner600.dat new file mode 100644 index 00000000..41109283 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/hiltner600.dat @@ -0,0 +1,29 @@ +# Hiltner600 + 3200.00 11.10 50. + 3250.00 10.98 50. + 3300.00 10.97 50. + 3350.00 10.90 50. + 3400.00 10.89 50. + 3450.00 10.91 50. + 3500.00 10.91 50. + 3571.00 10.84 50. + 3636.00 10.84 50. + 3704.00 10.82 50. + 3862.00 10.57 50. + 4036.00 10.48 50. + 4167.00 10.47 50. + 4255.00 10.45 50. + 4464.00 10.46 50. + 4566.00 10.43 50. + 4785.00 10.45 50. + 5000.00 10.45 50. + 5263.00 10.43 50. + 5556.00 10.42 100. + 5840.00 10.45 100. + 6056.00 10.50 100. + 6436.00 10.57 100. + 6790.00 10.55 100. + 7100.00 10.53 100. + 7550.00 10.60 100. + 7780.00 10.61 100. + 8090.00 10.66 100. diff --git a/noao/lib/onedstds/spechayescal/hz14.dat b/noao/lib/onedstds/spechayescal/hz14.dat new file mode 100644 index 00000000..a14aa382 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/hz14.dat @@ -0,0 +1,29 @@ +# HZ14 + 3200.00 13.38 50. + 3250.00 13.39 50. + 3300.00 13.36 50. + 3350.00 13.36 50. + 3400.00 13.37 50. + 3450.00 13.41 50. + 3500.00 13.42 50. + 3571.00 13.46 50. + 3636.00 13.49 50. + 3704.00 13.49 50. + 3862.00 13.60 50. + 4036.00 13.48 50. + 4167.00 13.49 50. + 4255.00 13.50 50. + 4464.00 13.55 50. + 4566.00 13.56 50. + 4785.00 13.72 50. + 5000.00 13.83 50. + 5263.00 13.89 50. + 5556.00 14.01 100. + 5840.00 14.11 100. + 6056.00 14.20 100. + 6436.00 14.36 100. + 6790.00 14.41 100. + 7100.00 14.48 100. + 7550.00 14.66 100. + 7780.00 14.61 100. + 8090.00 14.89 100. diff --git a/noao/lib/onedstds/spechayescal/hz44.dat b/noao/lib/onedstds/spechayescal/hz44.dat new file mode 100644 index 00000000..fc157770 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/hz44.dat @@ -0,0 +1,29 @@ +# HZ44 + 3200.00 10.95 50. + 3250.00 10.86 50. + 3300.00 10.86 50. + 3350.00 10.90 50. + 3400.00 10.90 50. + 3450.00 10.94 50. + 3500.00 10.96 50. + 3571.00 10.96 50. + 3636.00 10.99 50. + 3704.00 11.03 50. + 3862.00 11.09 50. + 4036.00 11.19 50. + 4167.00 11.20 50. + 4255.00 11.21 50. + 4464.00 11.39 50. + 4566.00 11.37 50. + 4785.00 11.43 50. + 5000.00 11.54 50. + 5263.00 11.62 50. + 5556.00 11.73 100. + 5840.00 11.86 100. + 6056.00 11.92 100. + 6436.00 12.07 100. + 6790.00 12.14 100. + 7100.00 12.25 100. + 7550.00 12.36 100. + 7780.00 12.39 100. + 8090.00 12.46 100. diff --git a/noao/lib/onedstds/spechayescal/names.men b/noao/lib/onedstds/spechayescal/names.men new file mode 100644 index 00000000..e14a3bc1 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/names.men @@ -0,0 +1,7 @@ +# Table of alternate names mapped to the names in this directory + +eg158 feige110 +eg71 feige34 +eg247 g191b2b +eg42 hz14 +eg139 wolf1346 diff --git a/noao/lib/onedstds/spechayescal/pg0205134.dat b/noao/lib/onedstds/spechayescal/pg0205134.dat new file mode 100644 index 00000000..95fa959d --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg0205134.dat @@ -0,0 +1,29 @@ +# PG0205134 + 3200.00 14.34 50. + 3250.00 14.31 50. + 3300.00 14.30 50. + 3350.00 14.30 50. + 3400.00 14.32 50. + 3450.00 14.36 50. + 3500.00 14.38 50. + 3571.00 14.43 50. + 3636.00 14.46 50. + 3704.00 14.49 50. + 3862.00 14.61 50. + 4036.00 14.61 50. + 4167.00 14.63 50. + 4255.00 14.70 50. + 4464.00 14.70 50. + 4566.00 14.68 50. + 4785.00 14.82 50. + 5000.00 14.90 50. + 5263.00 14.89 50. + 5556.00 14.87 100. + 5840.00 14.84 100. + 6056.00 14.80 100. + 6436.00 14.74 100. + 6790.00 14.79 100. + 7100.00 14.70 100. + 7550.00 14.72 100. + 7780.00 14.71 100. + 8090.00 15.33 100. diff --git a/noao/lib/onedstds/spechayescal/pg0216032.dat b/noao/lib/onedstds/spechayescal/pg0216032.dat new file mode 100644 index 00000000..d0e1aad3 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg0216032.dat @@ -0,0 +1,29 @@ +# PG0216032 + 3200.00 13.74 50. + 3250.00 13.78 50. + 3300.00 13.77 50. + 3350.00 13.77 50. + 3400.00 13.79 50. + 3450.00 13.83 50. + 3500.00 13.86 50. + 3571.00 13.89 50. + 3636.00 13.95 50. + 3704.00 13.96 50. + 3862.00 14.04 50. + 4036.00 14.12 50. + 4167.00 14.18 50. + 4255.00 14.22 50. + 4464.00 14.31 50. + 4566.00 14.36 50. + 4785.00 14.48 50. + 5000.00 14.55 50. + 5263.00 14.66 50. + 5556.00 14.79 100. + 5840.00 14.86 100. + 6056.00 15.04 100. + 6436.00 15.19 100. + 6790.00 15.17 100. + 7100.00 15.33 100. + 7550.00 15.53 100. + 7780.00 15.35 100. + 8090.00 15.62 100. diff --git a/noao/lib/onedstds/spechayescal/pg0310149.dat b/noao/lib/onedstds/spechayescal/pg0310149.dat new file mode 100644 index 00000000..59424de9 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg0310149.dat @@ -0,0 +1,29 @@ +# PG0310149 + 3200.00 15.20 50. + 3250.00 15.14 50. + 3300.00 15.17 50. + 3350.00 15.18 50. + 3400.00 15.16 50. + 3450.00 15.17 50. + 3500.00 15.19 50. + 3571.00 15.24 50. + 3636.00 15.28 50. + 3704.00 15.30 50. + 3862.00 15.38 50. + 4036.00 15.41 50. + 4167.00 15.39 50. + 4255.00 15.40 50. + 4464.00 15.49 50. + 4566.00 15.45 50. + 4785.00 15.47 50. + 5000.00 15.59 50. + 5263.00 15.59 50. + 5556.00 15.63 100. + 5840.00 15.68 100. + 6056.00 15.69 100. + 6436.00 15.81 100. + 6790.00 15.78 100. + 7100.00 15.86 100. + 7550.00 16.02 100. + 7780.00 16.21 100. + 8090.00 16.70 100. diff --git a/noao/lib/onedstds/spechayescal/pg0823546.dat b/noao/lib/onedstds/spechayescal/pg0823546.dat new file mode 100644 index 00000000..2064be86 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg0823546.dat @@ -0,0 +1,29 @@ +# PG0823546 + 3200.00 13.56 50. + 3250.00 13.41 50. + 3300.00 13.46 50. + 3350.00 13.46 50. + 3400.00 13.58 50. + 3450.00 13.60 50. + 3500.00 13.56 50. + 3571.00 13.53 50. + 3636.00 13.65 50. + 3704.00 13.69 50. + 3862.00 13.77 50. + 4036.00 13.85 50. + 4167.00 13.91 50. + 4255.00 13.93 50. + 4464.00 14.00 50. + 4566.00 14.09 50. + 4785.00 14.16 50. + 5000.00 14.25 50. + 5263.00 14.32 50. + 5556.00 14.36 100. + 5840.00 14.46 100. + 6056.00 14.57 100. + 6436.00 14.70 100. + 6790.00 14.72 100. + 7100.00 14.82 100. + 7550.00 14.92 100. + 7780.00 14.68 100. + 8090.00 14.90 100. diff --git a/noao/lib/onedstds/spechayescal/pg0846249.dat b/noao/lib/onedstds/spechayescal/pg0846249.dat new file mode 100644 index 00000000..cfcce5c6 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg0846249.dat @@ -0,0 +1,27 @@ +# PG0846249 + 3200.00 15.82 50. + 3250.00 15.81 50. + 3300.00 15.81 50. + 3350.00 15.84 50. + 3400.00 15.85 50. + 3450.00 15.90 50. + 3500.00 15.92 50. + 3571.00 15.98 50. + 3636.00 16.03 50. + 3704.00 16.05 50. + 3862.00 16.18 50. + 4036.00 16.21 50. + 4167.00 16.27 50. + 4255.00 16.34 50. + 4464.00 16.49 50. + 4566.00 16.50 50. + 4785.00 16.64 50. + 5000.00 16.75 50. + 5263.00 16.80 50. + 5556.00 16.94 100. + 5840.00 17.04 100. + 6056.00 17.16 100. + 6436.00 17.29 100. + 6790.00 17.31 100. + 7100.00 17.43 100. + 7550.00 17.48 100. diff --git a/noao/lib/onedstds/spechayescal/pg0934554.dat b/noao/lib/onedstds/spechayescal/pg0934554.dat new file mode 100644 index 00000000..483a685b --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg0934554.dat @@ -0,0 +1,29 @@ +# PG0934554 + 3200.00 11.39 50. + 3250.00 11.45 50. + 3300.00 11.27 50. + 3350.00 11.29 50. + 3400.00 11.43 50. + 3450.00 11.30 50. + 3500.00 11.28 50. + 3571.00 11.27 50. + 3636.00 11.40 50. + 3704.00 11.45 50. + 3862.00 11.50 50. + 4036.00 11.57 50. + 4167.00 11.65 50. + 4255.00 11.66 50. + 4464.00 11.76 50. + 4566.00 11.83 50. + 4785.00 11.89 50. + 5000.00 11.98 50. + 5263.00 1.83 50. + 5556.00 1.00 100. + 5840.00 12.26 100. + 6056.00 12.34 100. + 6436.00 12.46 100. + 6790.00 12.51 100. + 7100.00 12.55 100. + 7550.00 12.67 100. + 7780.00 12.68 100. + 8090.00 12.77 100. diff --git a/noao/lib/onedstds/spechayescal/pg0939262.dat b/noao/lib/onedstds/spechayescal/pg0939262.dat new file mode 100644 index 00000000..4dd2517c --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg0939262.dat @@ -0,0 +1,29 @@ +# PG0939262 + 3200.00 13.87 50. + 3250.00 13.85 50. + 3300.00 13.88 50. + 3350.00 13.88 50. + 3400.00 13.91 50. + 3450.00 13.94 50. + 3500.00 13.99 50. + 3571.00 14.03 50. + 3636.00 14.05 50. + 3704.00 14.08 50. + 3862.00 14.21 50. + 4036.00 14.25 50. + 4167.00 14.31 50. + 4255.00 14.36 50. + 4464.00 14.44 50. + 4566.00 14.45 50. + 4785.00 14.58 50. + 5000.00 14.68 50. + 5263.00 14.77 50. + 5556.00 14.89 100. + 5840.00 14.96 100. + 6056.00 15.03 100. + 6436.00 15.21 100. + 6790.00 15.27 100. + 7100.00 15.37 100. + 7550.00 15.47 100. + 7780.00 15.37 100. + 8090.00 15.58 100. diff --git a/noao/lib/onedstds/spechayescal/pg1121145.dat b/noao/lib/onedstds/spechayescal/pg1121145.dat new file mode 100644 index 00000000..b5951fc7 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg1121145.dat @@ -0,0 +1,29 @@ +# PG1121145 + 3200.00 15.90 50. + 3250.00 15.87 50. + 3300.00 15.91 50. + 3350.00 15.93 50. + 3400.00 15.95 50. + 3450.00 16.02 50. + 3500.00 16.07 50. + 3571.00 16.11 50. + 3636.00 16.14 50. + 3704.00 16.15 50. + 3862.00 16.29 50. + 4036.00 16.33 50. + 4167.00 16.39 50. + 4255.00 16.46 50. + 4464.00 16.55 50. + 4566.00 16.58 50. + 4785.00 16.69 50. + 5000.00 16.75 50. + 5263.00 16.83 50. + 5556.00 16.97 100. + 5840.00 17.04 100. + 6056.00 17.12 100. + 6436.00 17.25 100. + 6790.00 17.30 100. + 7100.00 17.38 100. + 7550.00 17.68 100. + 7780.00 18.16 100. + 8090.00 17.60 100. diff --git a/noao/lib/onedstds/spechayescal/pg1545035.dat b/noao/lib/onedstds/spechayescal/pg1545035.dat new file mode 100644 index 00000000..cebc0166 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg1545035.dat @@ -0,0 +1,29 @@ +# PG1545035 + 3200.00 13.57 50. + 3250.00 13.59 50. + 3300.00 13.63 50. + 3350.00 13.63 50. + 3400.00 13.64 50. + 3450.00 13.61 50. + 3500.00 13.66 50. + 3571.00 13.69 50. + 3636.00 13.74 50. + 3704.00 13.76 50. + 3862.00 13.84 50. + 4036.00 13.86 50. + 4167.00 13.89 50. + 4255.00 13.93 50. + 4464.00 14.01 50. + 4566.00 14.06 50. + 4785.00 14.14 50. + 5000.00 14.18 50. + 5263.00 14.27 50. + 5556.00 14.34 100. + 5840.00 14.44 100. + 6056.00 14.62 100. + 6436.00 14.79 100. + 6790.00 14.78 100. + 7100.00 14.86 100. + 7550.00 15.01 100. + 7780.00 14.99 100. + 8090.00 14.92 100. diff --git a/noao/lib/onedstds/spechayescal/pg1708602.dat b/noao/lib/onedstds/spechayescal/pg1708602.dat new file mode 100644 index 00000000..9fc4e0a6 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/pg1708602.dat @@ -0,0 +1,28 @@ +# PG1708602 + 3200.00 13.11 50. + 3250.00 13.00 50. + 3300.00 13.02 50. + 3350.00 13.03 50. + 3400.00 13.03 50. + 3450.00 13.11 50. + 3500.00 13.15 50. + 3571.00 13.13 50. + 3636.00 13.17 50. + 3704.00 13.21 50. + 3862.00 13.27 50. + 4036.00 13.32 50. + 4167.00 13.37 50. + 4255.00 13.43 50. + 4464.00 13.52 50. + 4566.00 13.56 50. + 4785.00 13.65 50. + 5000.00 13.73 50. + 5263.00 13.80 50. + 5556.00 13.92 100. + 5840.00 13.99 100. + 6056.00 14.12 100. + 6436.00 14.24 100. + 6790.00 14.29 100. + 7100.00 14.39 100. + 7550.00 14.45 100. + 7780.00 14.31 100. diff --git a/noao/lib/onedstds/spechayescal/standards.men b/noao/lib/onedstds/spechayescal/standards.men new file mode 100644 index 00000000..3af5d699 --- /dev/null +++ b/noao/lib/onedstds/spechayescal/standards.men @@ -0,0 +1,7 @@ +Standard stars in onedstds$spechayescal/ + +bd284211 eg139 feige67 hd217086 pg0216032 pg0939262 +cygob2no9 eg158 feige110 hiltner600 pg0310149 pg1121145 +eg42 eg247 g191b2b hz14 pg0823546 pg1545035 +eg71 feige34 gd140 hz44 pg0846249 pg1708602 +eg81 feige66 hd192281 pg0205134 pg0934554 wolf1346 diff --git a/noao/lib/onedstds/spechayescal/wolf1346.dat b/noao/lib/onedstds/spechayescal/wolf1346.dat new file mode 100644 index 00000000..ed4e09bb --- /dev/null +++ b/noao/lib/onedstds/spechayescal/wolf1346.dat @@ -0,0 +1,29 @@ +# Wolf1346 + 3200.00 11.36 50. + 3250.00 11.39 50. + 3300.00 11.37 50. + 3350.00 11.36 50. + 3400.00 11.34 50. + 3450.00 11.41 50. + 3500.00 11.41 50. + 3571.00 11.40 50. + 3636.00 11.45 50. + 3704.00 11.45 50. + 3862.00 11.48 50. + 4036.00 11.26 50. + 4167.00 11.25 50. + 4255.00 11.25 50. + 4464.00 11.26 50. + 4566.00 11.25 50. + 4785.00 11.42 50. + 5000.00 11.44 50. + 5263.00 11.49 50. + 5556.00 11.59 100. + 5840.00 11.67 100. + 6056.00 11.74 100. + 6436.00 11.88 100. + 6790.00 11.91 100. + 7100.00 12.00 100. + 7550.00 12.11 100. + 7780.00 12.08 100. + 8090.00 12.13 100. diff --git a/noao/lib/root.hd b/noao/lib/root.hd new file mode 100644 index 00000000..aa66e1fd --- /dev/null +++ b/noao/lib/root.hd @@ -0,0 +1,5 @@ +# Root help directory for the NOAO packages. This dummy package is necessary +# in order to have `noao' appear as a module in some package, so that the user +# can type "help noao" (with the `noao' given as a task). + +_noao pkg = noao$lib/rootnoao.hd diff --git a/noao/lib/rootnoao.hd b/noao/lib/rootnoao.hd new file mode 100644 index 00000000..97f64eba --- /dev/null +++ b/noao/lib/rootnoao.hd @@ -0,0 +1,8 @@ +# Root task entry for the noao package help tree. Defines `noao' as both a +# task and a package in the noao help database. + +noao men = noao$noao.men, + hlp = noao$noao.men, + sys = noao$noao.hlp, + pkg = noao$noao.hd, + src = noao$noao.cl diff --git a/noao/lib/scr/README b/noao/lib/scr/README new file mode 100644 index 00000000..4890e02a --- /dev/null +++ b/noao/lib/scr/README @@ -0,0 +1,5 @@ +SCR -- Runtime files used to draw or display text or graphics on a terminal + screen. + +igsfit.key -- Interactive general surface fitting package used in + twodspec.longslit.fitcoords diff --git a/noao/lib/scr/cosmicrays.key b/noao/lib/scr/cosmicrays.key new file mode 100644 index 00000000..e5fd1dd0 --- /dev/null +++ b/noao/lib/scr/cosmicrays.key @@ -0,0 +1,41 @@ + COSMIC RAY DETECTION AND REPLACEMENT + + +INTERACTIVE IMAGE CURSOR COMMANDS + +When using the image display cursor to define a list of training objects +the following keystrokes may be given. + +? Help +c Identify the object as a cosmic ray +s Identify the object as a star +g Switch to the graphics plot +q Quit and continue with the cleaning + +There are no colon commands. + + +INTERACTIVE GRAPHICS CURSOR COMMANDS + + The graph shows the ratio of the mean background subtracted flux within the +detection window (excluding the candidate cosmic ray and the second brightest +pixel) to the flux of the candidate cosmic ray pixel as a function of the +mean flux. Both coordinates have been multiplied by 100 so the ratio is in +precent. The peaks of extended objects have high flux ratios while true +cosmic rays have low ratios. The main purpose of this step is to set the +flux ratio threshold for discriminating stars and galaxies. The cursor +keys are: + +? Help +a Toggle between showing all objects and only the training objects +d Mark candidate for replacement (applys to '+' points) +q Quit. Returns to training or to replace the selected pixels +r Redraw the graph +s Make a surface plot for the candidate nearest the cursor +t Set the flux ratio threshold at the y cursor position +u Mark candidate to not be replaced (applys to 'x' points) +w Adjust the graph window (see GTOOLS) +<space> Print the pixel coordinates for a candidate + +There are no colon commands except those for the windowing options (type +:\help or see GTOOLS). diff --git a/noao/lib/scr/deblend.key b/noao/lib/scr/deblend.key new file mode 100644 index 00000000..246821dc --- /dev/null +++ b/noao/lib/scr/deblend.key @@ -0,0 +1,9 @@ + SPLOT DEBLENDING OPTIONS + +a=0p1s Fit intensities and one sigma with positions fixed +b=1p1s Fit intensities, one position, and one sigma with separations fixed +c=np1s Fit intensities, positions, and one sigma +d=0pns Fit intensities and sigmas with positions fixed +e=1pns Fit intensities, one position, and sigmas with separations fixed +f=npns Fit intensities, positions, and sigmas +I Interrupt task immediately diff --git a/noao/lib/scr/fftmode.key b/noao/lib/scr/fftmode.key new file mode 100644 index 00000000..28f12068 --- /dev/null +++ b/noao/lib/scr/fftmode.key @@ -0,0 +1,37 @@ + + FOURIER MODE COMMAND SUMMARY + + ? Help b PS before filter f FFT after filter + g FFT before filter i Period trend I Interrupt + o Obj B4/after filter p PS after filter q Quit + r Redraw s Spectrum mode t Temp B4/after filter + x Correlation mode + + :plot What type of plot to draw :overlay Overlay filt function? + :split_plot Make a split-plot? :one_image What plot on screen + :when Plot before/after filter? :log_scale Plot on a Log scale? + :zoom FFT zoom parameter + + + ? Print list of cursor key and colon commands + b Display power spectra before filtering + f Display Fourier transforms after filtering + g Display Fourier transforms before filtering + i Print period trend information + I Interrupt + o Display object spectrum before and after filtering + p Display power spectra after filtering + q Quit + r Redraw + s Enter spectrum mode + t Display template spectrum before and after filtering + x Return to correlation mode + + :plot [obj|ref] What type of plot to draw + :overlay [yes|no] Overlay filter function? + :split_plot [yes|no] Make a split-plot? + :one_image [obj|ref] What to put in single screen + :when [before|after] Plot before or after filtering? + :log_scale [yes|no] Plot on a Log scale? + :zoom [factor] FFT zoom parameter + diff --git a/noao/lib/scr/flatfit.key b/noao/lib/scr/flatfit.key new file mode 100644 index 00000000..2c3048dd --- /dev/null +++ b/noao/lib/scr/flatfit.key @@ -0,0 +1,13 @@ + ? - Screen help + / - Status line help + e - Plot in residual error mode + f - Plot in fit to the data mode + o - Change order of fit + l - Change lower rejection sigma + u - Change upper rejection sigma + r - Reset fit to include rejected pixels + s - Change upper and lower sigmas to same value + i - Iterate again + n - Iterate N times + q - Quit and accept current solution + I - Interrupt task immediately diff --git a/noao/lib/scr/fxcor.key b/noao/lib/scr/fxcor.key new file mode 100644 index 00000000..51f50326 --- /dev/null +++ b/noao/lib/scr/fxcor.key @@ -0,0 +1,99 @@ + RV Fourier Cross Correlation Task Commands + + ? Help - Subtract blend + Toggle status line + a Antisymmetric plot b Fix the background c Cursor read + d Deblend e Summary plot f Fourier mode + g Mark limits of fit I Interrupt j Plot residuals + l Page results m Mark ccf points n Next + o Fit obj continuum p Previous q Quit + r Redraw s Spectrum mode t Fit temp continuum + v Verbose output w Write x Do correlation + y Set fit lower limit z Zoom on CCF + + :apertures :apnum :apodize :autowrite :autodraw + :background :ccftype :comment :continuum :correction + :deltav :disp :filter :function :height + :imupdate :maxwidth :minwidth :nbang :next + :objects :output :osample :pbang :peak + :pixcorr :previous :printz :rebin :results + :rsample :sample :show :templates :tempvel + :tnum :unlearn :update :version :verbose + :wccf :weights :width :wincenter :window + :ymin :ymax + + + ? Print list of cursor key and colon commands + - Subtract blended component from correlation peak + + Toggle status line output + a Display the antisymmetric noise component of the correlation + b Fix the background level for the Gaussian fit + c Read the cursor in velocity and lag units + d Deblend multiple correlation peak + e Preview the summary plot of the correlation + f Fourier filtering and FFT display mode + g Mark correlation peak lag limits and fit + I Interrupt + j Plot the residuals of the fit to the peak + l Page the current logfile of results + m Plot polymarkers of actual CCF points on the plot + n Go to next (template --> aperture --> object) + o Fit or refit object spectrum continuum for subtraction + p Go to previous (template --> aperture --> object) + q Quit task + r Redraw + s Examine object/template spectra and display mode + t Fit or refit template spectrum continuum for subtraction + v Print full correlation results in text window + w Write current correlation results to the log file + x Compute correlation + y Mark correlation peak lower limit and fit + z Expand on different correlation peak using full correlation plot + + :apertures [range] Set/Show list of apertures to process + :apnum [aperture] Set/Show specific aperture to process + :apodize [fraction] Set/Show fraction of endpts to apodize + :autowrite [y|n] Set/Show autowrite param + :autodraw [y|n] Set/Show autodraw param + :background [background|INDEF] Set/Show background fitting level + :ccftype [image|text] Set/Show type of CCF output + :comment [string] Add a comment to the output logs + :continuum [both|obj|temp|none] Set/Show which spectra to normalize + :correction shift Convert a pixel shift to a velocity + :deltav Print the velocity per pixel dispersion + :disp Print rebinned dispersion info + :filter [both|obj|temp|none] Set/Show which spectra to filter + :function [gaussian|lorentzian| Set/Show CCF peak fitting function + center1d|parabola] + :height [height] Set/SHow CCF peak fit height + :imupdate [y|n] Set/Show image update flag + :maxwidth [width] Set/Show min fitting width + :minwidth [width] Set/Show max fitting width + :nbang :Next command without a write + :next [temp|aperture|object] Go to next correlation pair + :objects [list] Set/Show object list + :output [fname] Set/Show output logfile + :osample [range] Set/Show object regions to correlate + :pbang :Previous command without a write + :peak [y|n] Set/Show peak height flag + :pixcorr [y|n] Set/Show pixel correlation flag + :previous [temp|aperture|object] Go to previous correlation pair + :printz [y|n] Toggle output of Z values vs. velocity + :rebin [small|large|obj|temp] Set/Show the rebin parameter + :results [file] Page results + :rsample [range] Set/Show template regions to correlate + :show [filt|contin|keyw] List current parameters + :templates [list] Set/Show template list + :tempvel [velocity] Set/Show template velocity + :tnum [temp_code] Move to a specific template in the list + :unlearn [filt|contin|keyw] Unlearn task parameters + :update [filt|contin|keyw] Update task parameters + :version Show task version number + :verbose [y|n] Set/Show verbose output flag + :wccf Write out the CCF to an image|file + :weights [weight] Set/Show fitting weights + :width [width] Set/Show fitting width about peak + :wincenter [center] Set/Show peak window center + :window [size] Set/Show size of window + :ymin [correlation height] Set/Show lower ccf plot scaling + :ymax [correlation height] Set/Show upper ccf plot scaling + diff --git a/noao/lib/scr/hdicgfit.key b/noao/lib/scr/hdicgfit.key new file mode 100644 index 00000000..a635ff82 --- /dev/null +++ b/noao/lib/scr/hdicgfit.key @@ -0,0 +1,67 @@ +1. DTOI INTERACTIVE CURVE FITTING OPTIONS + +? Print options +a Add point at the cursor position to sample (from HD curve only) +c Print the coordinates and fit of point nearest the cursor +d Delete data point nearest the cursor +f Fit the data and redraw or overplot +g Redefine graph keys. Any of the following data types may be along + either axis. + x Independent variable y Dependent variable + f Fitted value r Residual (y - f) + d Ratio (y / f) n Nonlinear part of y + u Density above fog +o Overplot the next graph +q Exit the interactive curve fitting. Carriage return will also exit. +r Redraw graph +u Undelete the deleted point nearest the cursor +w Set the graph window. For help type 'w' followed by '?'. +x Change the x value of the point nearest the cursor +y Change the y value of the point nearest the cursor +z Change the weight of the point nearest the cursor + + +2. DTOI INTERACTIVE CURVE FITTING COLON COMMANDS + +The parameters are listed or set with the following commands which may be +abbreviated. To list the value of a parameter type the command alone. + +:show [file] Show the values of all the parameters +:vshow [file] Show the values of all the parameters verbosely +:errors [file] Print the errors of the fit (default STDOUT) +:reset Return to original conditions (x, y, wts and npts) +:ebars [errors/weights] Error bars can indicate either errors or weights +:function [value] Fitting function (power, cheby, legen, spline3, spline1) +:transform [value] Set the transform type (none, logo, k50, k75) +:fog [value] Change the fog level (or ":fog reset") +:order [value] Fitting function order +:quit Terminate HDFIT without updating database + +Additional commands are available for setting graph formats and manipulating +the graphics. Use the following commands for help. + +:/help Print help for graph formatting option +:.help Print help for cursor mode + + +3. DTOI INTERACTIVE CURVE FITTING GRAPH KEYS + +The graph keys h, i, j, k, and l indicate the following types of graphs: +h h = (x,y) transformed density vs. log exposure +i i = (y,x) log exposrue vs. transformed density +j j = (x,r) transformed density vs. residuals +k k = (x,d) transformed density vs. the y(data)/y(fit) ratio +l l = (y,u) log exposure vs. density above fog (HD Curve) + +The graph keys may be redefined to put any combination of axes type along +either graph axis with the 'g' key. To define a graph key, select the desired +key to redefine and then specify the axes types for the horizontal and vertical +axes by a pair of comma separated types from the following: + +d Ratio (y / f) +f Fitted values +r Residuals of fit (y - f) +n Nonlinear part of data (linear component of fit subtracted) +x Indepedent variable +y Dependent variable (data being fit) +u User - which for the DTOI package is density above fog diff --git a/noao/lib/scr/icgfit.html b/noao/lib/scr/icgfit.html new file mode 100644 index 00000000..1aa77e8c --- /dev/null +++ b/noao/lib/scr/icgfit.html @@ -0,0 +1,83 @@ +<HTML> +<HEAD> +<TITLE> +INTERACTIVE CURVE FITTING CURSOR OPTIONS +</TITLE> +</HEAD> +<BODY> +<H3>1. INTERACTIVE CURVE FITTING CURSOR OPTIONS</H3> + +<PRE> +? Print options +a Add point to constrain fit +c Print the coordinates and fit of point nearest the cursor +d Delete data point nearest the cursor +f Fit the data and redraw or overplot +g Redefine graph keys. Any of the following data types may be along + either axis. + x Independent variable y Dependent variable + f Fitted value r Residual (y - f) + d Ratio (y / f) n Nonlinear part of y +h-l Graph keys. Defaults are h=(x,y), i=(y,x), j=(x,r), k=(x,d), l=(x,n) +o Overplot the next graph +q Exit the interactive curve fitting. Carriage return will also exit. +r Redraw graph +s Set sample range with the cursor +t Initialize the sample range to all points +v Change the weight of the point nearest the cursor +u Undelete the deleted point nearest the cursor +w Set the graph window. For help type 'w' followed by '?'. +x Change the x value of the point nearest the cursor +y Change the y value of the point nearest the cursor +z Delete sample region nearest cursor +I Interrupt task immediately +</PRE> + +<H3>2. INTERACTIVE CURVE FITTING COLON COMMANDS</H3> + +The parameters are listed or set with the following commands which may be +abbreviated. To list the value of a parameter type the command alone. + +<PRE> +:show [file] Show the values of all the parameters +:vshow [file] Show the values of all the parameters verbosely +:xyshow [file] Show the x, y, y fit, and weight data values +:evaluate <value> Print the fit at the specified value +:errors [file] Print the errors of the fit (default STDOUT) +:function [value] Fitting function (chebyshev, legendre, spline3, spline1) +:grow [value] Rejection growing radius +:naverage [value] Sample averaging or medianing window +:order [value] Fitting function order +:low_reject [value] Low rejection threshold +:high_reject [value] High rejection threshold +:niterate [value] Number of rejection iterations +:sample [value] Sample ranges +:markrej [value] Mark rejected points? +</PRE> + +Additional commands are available for setting graph formats and manipulating +the graphics. Use the following commands for help. + +<PRE> +:/help Print help for graph formatting option +:.help Print help for general graphics options +</PRE> + +<H3>3. INTERACTIVE CURVE FITTING GRAPH KEYS</H3> + +The graph keys are h, i, j, k, and l. The graph keys may be redefined to +put any combination of axes types along either graph axis with the 'g' key. +To define a graph key select the desired key to redefine and then specify +the axes types for the horizontal and vertical axes by a pair of comma +separated types from the following: + +<PRE> +d Ratio (y / f) +f Fitted values +r Residuals of fit (y - f) +n Nonlinear part of data (linear component of fit subtracted) +x Indepedent variable +y Dependent variable (data being fit) +</PRE> +</BODY> +</HTML> diff --git a/noao/lib/scr/icgfit.key b/noao/lib/scr/icgfit.key new file mode 100644 index 00000000..dfa8a475 --- /dev/null +++ b/noao/lib/scr/icgfit.key @@ -0,0 +1,68 @@ +1. INTERACTIVE CURVE FITTING CURSOR OPTIONS + +? Print options +a Add point to constrain fit +c Print the coordinates and fit of point nearest the cursor +d Delete data point nearest the cursor +f Fit the data and redraw or overplot +g Redefine graph keys. Any of the following data types may be along + either axis. + x Independent variable y Dependent variable + f Fitted value r Residual (y - f) + d Ratio (y / f) n Nonlinear part of y +h-l Graph keys. Defaults are h=(x,y), i=(y,x), j=(x,r), k=(x,d), l=(x,n) +o Overplot the next graph +q Exit the interactive curve fitting. Carriage return will also exit. +r Redraw graph +s Set sample range with the cursor +t Initialize the sample range to all points +v Change the weight of the point nearest the cursor +u Undelete the deleted point nearest the cursor +w Set the graph window. For help type 'w' followed by '?'. +x Change the x value of the point nearest the cursor +y Change the y value of the point nearest the cursor +z Delete sample region nearest cursor +I Interrupt task immediately + + +2. INTERACTIVE CURVE FITTING COLON COMMANDS + +The parameters are listed or set with the following commands which may be +abbreviated. To list the value of a parameter type the command alone. + +:show [file] Show the values of all the parameters +:vshow [file] Show the values of all the parameters verbosely +:xyshow [file] Show the x, y, y fit, and weight data values +:evaluate <value> Print the fit at the specified value +:errors [file] Print the errors of the fit (default STDOUT) +:function [value] Fitting function (chebyshev, legendre, spline3, spline1) +:grow [value] Rejection growing radius +:naverage [value] Sample averaging or medianing window +:order [value] Fitting function order +:low_reject [value] Low rejection threshold +:high_reject [value] High rejection threshold +:niterate [value] Number of rejection iterations +:sample [value] Sample ranges +:markrej [value] Mark rejected points? + +Additional commands are available for setting graph formats and manipulating +the graphics. Use the following commands for help. + +:/help Print help for graph formatting option +:.help Print help for general graphics options + + +3. INTERACTIVE CURVE FITTING GRAPH KEYS + +The graph keys are h, i, j, k, and l. The graph keys may be redefined to +put any combination of axes types along either graph axis with the 'g' key. +To define a graph key select the desired key to redefine and then specify +the axes types for the horizontal and vertical axes by a pair of comma +separated types from the following: + +d Ratio (y / f) +f Fitted values +r Residuals of fit (y - f) +n Nonlinear part of data (linear component of fit subtracted) +x Indepedent variable +y Dependent variable (data being fit) diff --git a/noao/lib/scr/idicgfit.key b/noao/lib/scr/idicgfit.key new file mode 100644 index 00000000..ae6ea537 --- /dev/null +++ b/noao/lib/scr/idicgfit.key @@ -0,0 +1,69 @@ +1. INTERACTIVE CURVE FITTING CURSOR KEYS + +? Print options +a Add point to constrain fit (points are not added to feature list) +c Print the coordinates and fit of point nearest the cursor +d Delete data point nearest the cursor +f Fit the data and redraw or overplot +g Redefine graph keys. Any of the following data types may be along + either axis. + x Pixel coordinate y User coordinate f Fitted value + r Residual=(y - f) d Ratio=(y / f) n Nonlinear part of y + v Radial velocity=(y - f) / y * 30000 +h-l Graph keys. Defaults are h=(y,x), i=(y,v), j=(y,r), k=(y,d), l=(y,n) +o Overplot the next graph +q Exit the interactive curve fitting. Carriage return will also exit. +r Redraw graph +s Set sample range with the cursor +t Initialize the sample range to all points +u Undelete the deleted point nearest the cursor +v Change the weight of the point nearest the cursor +w Set the graph window. For help type 'w' followed by '?'. +x Change the x value of the point nearest the cursor +y Change the y value of the point nearest the cursor +z Delete sample region nearest cursor +I Interrupt task immediately + + +2. INTERACTIVE CURVE FITTING COLON COMMANDS + +The parameters are listed or set with the following commands which may be +abbreviated. To list the value of a parameter type the command alone. + +:show [file] Show the values of all the parameters +:vshow [file] Show the values of all the parameters verbosely +:xyshow [file] Show the x, y, y fit, and weight data values +:evaluate <value> Print the fit at the specified value +:errors [file] Print the errors of the fit (default STDOUT) +:function [value] Fitting function (chebyshev, legendre, spline3, spline1) +:grow [value] Rejection growing radius +:naverage [value] Sample averaging or medianing window +:order [value] Fitting function order +:low_reject [value] Low rejection threshold +:high_reject [value] High rejection threshold +:niterate [value] Number of rejection iterations +:sample [value] Sample ranges +:markrej [value] Mark rejected points? + +Additional commands are available for setting graph formats and manipulating +the graphics. Use the following commands for help. + +:/help Print help for graph formatting option +:.help Print help for general graphics options + + +3. INTERACTIVE CURVE FITTING GRAPH KEYS + +The graph keys are h, i, j, k, and l. The graph keys may be redefined to +put any combination of axes types along either graph axis with the 'g' key. +To define a graph key select the desired key to redefine and then specify +the axes types for the horizontal and vertical axes by a pair of comma +separated types from the following: + +d Ratio = (y / f) +f Fitted values +r Residuals of fit = (y - f) +n Nonlinear part of data (linear component of fit subtracted) +v Radial velocity = 30000 * (y - f) / y +x Pixel coordinates +y User coordinates diff --git a/noao/lib/scr/igsfit.key b/noao/lib/scr/igsfit.key new file mode 100644 index 00000000..e04357d6 --- /dev/null +++ b/noao/lib/scr/igsfit.key @@ -0,0 +1,29 @@ + INTERACTIVE SURFACE FITTING + +? List commands +c Print data values for point nearest the cursor +d Delete the point or set of points with constant x, y, or z + nearest the cursor (p, x, y, z,) +f Fit surface +l Graph the last set of points (in zoom mode) +n Graph the next set of points (in zoom mode) +p Graph all features +q Quit +r Redraw a graph +u Undelete the point or set of points with constant x, y, or z + nearest the cursor (p, x, y, z,) +w Window the graph. Type '?' to the "window:" prompt for more help. +x Select data for the x axis (x, y, z, s, r) +y Select data for the y axis (x, y, z, s, r) +z Zoom on the set of points with constant x, y, or z (x, y, z) + Unzoom with p +I Interrupt task immediately + +:corners List the surface fit at the corners of the image +:function type Set the function for the fitted surface (chebyshev, legendre) +:show Show the fitting parameters +:xorder value Set the x order for the fitted surface +:yorder value Set the y order for the fitted surface + +:/help Additional graph formatting commands +:.help Additional general graph commands diff --git a/noao/lib/scr/ilsetbins.key b/noao/lib/scr/ilsetbins.key new file mode 100644 index 00000000..ca8d2d35 --- /dev/null +++ b/noao/lib/scr/ilsetbins.key @@ -0,0 +1,13 @@ + Set Illumination Bins + +? Print options +i Clear the sample ranges +q Exit interactive curve fitting +s Set bins with the cursor +I Interrupt task immediately + +The parameters are listed or set with the following commands which may be +abbreviated. To list the value of a parameter type the command alone. + +:bins value Illumination bins +:show Show the values of all the parameters diff --git a/noao/lib/scr/pdm.key b/noao/lib/scr/pdm.key new file mode 100644 index 00000000..e3a5fb2c --- /dev/null +++ b/noao/lib/scr/pdm.key @@ -0,0 +1,42 @@ + Phase Dispersion Minimization + + ? list options + h graph data + i,k graph theta (abscissa) verses frequency or period respectively + p graph phase curve for period/frequency at cursor x position (th) + d,u delete or undelete respectively the point nearest cursor (d,ph) + f call ICFIT on displayed data (data or phase plot) + j subtract fit from data, use residuals + s set sample range for calculations (data plot) + t reset range to entire dataset (data plot) + g significance of theta at cursor x position (theta plot) + a amplitude and epoch at cursor x position or of plot (th,ph) + , set minp or minf to cursor x position (theta plot) + . set maxp or maxf to cursor x position (theta plot) + m mark range and find minimum in this range (theta plot) + e turn on/off error bars on phase plot, and if (phaseplot), replot + r replot + x remove a trend from the data by removing a bestfit line + z flip the y-axis scale + q quit + + The following commands may be abbreviated. If entered without an + argument; :minp, :maxp, :minf, :maxf, and :ntheta will display the + named parameter; :show, :vshow will print to STDOUT; :signif, :ampep, + and :phase, will do the calculation at the remembered period. + + :show [file] show parameter settings + :vshow [file] show verbose information + + :minp :maxp [period] set/show min/max search period + :minf :maxf [frequency] set/show min/max search frequency + :ntheta [number] set/show number of points for theta + :sample [value] set/show the sample ranges + + :signif [period] find theta significance + :ampep [period] amplitude and epoch + :phase [period] graph phase curve + + :unreject unreject all the data points + :alldata reset range to entire dataset + :origdata reset data to original dataset diff --git a/noao/lib/scr/sensfunc.key b/noao/lib/scr/sensfunc.key new file mode 100644 index 00000000..1fc8bca3 --- /dev/null +++ b/noao/lib/scr/sensfunc.key @@ -0,0 +1,72 @@ + SENSFUNC: Determine Sensitivity Function + +SUMMARY: + +? Help a Add data c Composite data d Delete data +e Extinction f Fit (overplot) g Fit (redraw) i Info +m Move data o Original data q Quit r Redraw +s Shift data u Undelete data w Change weights I Interrupt + +:function [type] :graphs [types] :images [images] :marks types +:order [value] :skys [images] :stats [file] :vstats [file] + +Graph types: a=(resid,airmass), c=(composite,lambda), e=(extinction,lambda) + i=(Fluxed image,lambda), r=(resid, lambda), s=(Sensitivity,lambda) + + +CURSOR KEYS: + +? Print help +a Add a point at the cursor position +c Toggle composite points +d Delete point, star, or wavelength nearest the cursor +e Toggle residual extinction correction +f Fit data with a sensitivity function and overplot the fit +g Fit data with a sensitivity function and redraw the graphs +i Print information about point nearest the cursor +m Move point, star, wavelength nearest the cursor to new sensitivity +o Reset to original data +q Quit and write sensitivity function for current aperture +r Redraw graph(s) +s Toggle shift of standard stars to eliminate mean deviations +u Undelete point, star, or wavelength nearest the cursor +w Change weights of point, star, or wavelength nearest the cursor +I Interrupt task immediately + + +COLON COMMANDS AND ARGUMENTS: + +:function [type] Function to be fit to sensitivity data. The types are: + chebyshev - Chebyshev polynomial + legendre - Legendre polynomial + spline1 - Linear spline + spline3 - Cubic spline +:graphs [types] Graphs to be displayed (up to four). The types are: + a - Residual sensitivity vs airmass + c - Composite residuals and error bars vs wavelength + e - Extinction (and revised extinction) vs wavelength + i - Flux calibrated image vs wavelength + r - Residual sensitivity vs wavelength + s - Sensitivity vs wavelength +:images [images] Images to flux calibrate and plot (up to four images) +:marks [marks] Mark types to use for included, deleted, and added points: + point, box, plus, cross, diamond, hline, vline, + hebar, vebar, circle +:order [order] Order of function (polynomial terms or spline pieces) +:skys [images] Sky images for flux calibration (optional, up to four images) +:stats [file] Statistics about standard stars and sensitivity fit +:vstats [file] Verbose statistics about standard stars and sensitivity fit + + +EXAMPLES: + +:func spline3 Select cubic spline function +:g srae Graph sensitivity, residuals, airmass, and extinction +:g sii Graph sensitivity and two images +:i n1.0004 n1.0008 Set first two images to graph (the defaults are + taken from the standard star list) +:skys n1.0005 Subtract this sky image from first image for calibration +:m plus Change the mark type for included points and don't + change the deleted or added point mark type +:stats Print statistics to terminal +:vstats stdstats Print verbose statistics to file diff --git a/noao/lib/scr/setlimits.key b/noao/lib/scr/setlimits.key new file mode 100644 index 00000000..6fa832c9 --- /dev/null +++ b/noao/lib/scr/setlimits.key @@ -0,0 +1,21 @@ + SET EXTRACTION APERTURES + +? Display commands +a Set the aperture number for the current aperture +l Set the lower limit at the cursor for the current aperture +u Set the upper limit at the cursor for the current aperture +y Set the aperture limits at the Y cursor positions for the + aperture nearest the X cursor ++ Make the next aperture to the right the current aperture +- Make the next aperture to the left the current aperture +. Make the nearest aperture to the cursor the current aperture + +The following colon commands set or show various parameters. + +:show [file] Show or record the apertures +:aperture [number] Show or set aperture number +:lower [value] Show or set aperture lower limit +:upper [value] Show or set aperture upper limit + +:.help Display cursor mode commands +:/help Display formating commands diff --git a/noao/lib/scr/specmode.key b/noao/lib/scr/specmode.key new file mode 100644 index 00000000..1b3b90b1 --- /dev/null +++ b/noao/lib/scr/specmode.key @@ -0,0 +1,34 @@ + + SPECTRUM REVIEW COMMAND SUMMARY + + ? Help b Select obj/temnp sample region + d Print velocity diff e Do summary plot + f Fourier mode i Original spectra + I Interrupt n Disp. cont. spectra + p Display prepared spectra q Quit + r Redraw s Select sample regions + u Unselect a sample region x Return to correlation mode + + :osample List of object sample regions + :rsample List of template sample regions + :show Show the task parameters + + + ? Print list of cursor key and colon commands + b Select sample regions for both spectra + d Print velocity difference between two cursor positions + e Plot a preview of the summary plot + f Enter Fourier mode + i Display original input spectra + I Interrupt + n Display continuum subtracted spectra + p Display the prepared spectra prior to correlation + q Quit + r Redraw + s Select sample regions + u Unselect sample regions + x Return to correlation mode + + :sample [list] List of sample regions + :show Show the task parameters + diff --git a/noao/lib/scr/splot.key b/noao/lib/scr/splot.key new file mode 100644 index 00000000..468877eb --- /dev/null +++ b/noao/lib/scr/splot.key @@ -0,0 +1,28 @@ +/ - Cycle thru short help on stat line p - Convert to wavelength scale +? - This display q - Quit and exit +a - Auto expand between cursors r - Replot current spectrum +b - Set base plot level to 0.0 s - Smooth (boxcar) +c - Print cursor position t - flaTTen and normalize to 1.0 +d - Deblend lines using Gaussians u - Set wavelength scale +e - Equiv. width, integ flux, center v - Equiv. width -- width at 1/2 flux +f - Arithmetic functions: log, sqrt... w - Window the graph +g - Get new image and plot x - Connects 2 cursor positions +h - Equiv. width -- one sided y - Plot std star flux from calib file +i - Write current image as new image z - Expand x range by factor of 2 +j - Fudge a point to Y-cursor value - - (Minus) subtract deblended fit +k - Equiv. width -- continuum = 1 . - Up slide spectrum +l - Convert to F-lambda , - Down slide spectrum +m - Mean, RMS, snr in marked region $ - Convert to channel scale +n - Convert to F-nu I - Interrupt task immediately +o - Overplot another spectrum # - Select new line/aperture +G - Gaussian fit to single line + +For 'h' key: +a - Left side for width at 1/2 flux l - Left side for continuum = 1 +b - Right side for width at 1/2 flux r - Right side for continuum = 1 + +The colon commands do not allow abbreviations. + +:show - Show full output of deblending and equivalent width measurments +:log - Enable logging to save_file +:nolog - Disable logging to save_file diff --git a/noao/lib/smw.h b/noao/lib/smw.h new file mode 100644 index 00000000..7a6c5aa1 --- /dev/null +++ b/noao/lib/smw.h @@ -0,0 +1,164 @@ +# SMW definitions. +# The SMW package (the SMW structure and routines) provide an interface +# between the MWCS and the ONEDSPEC packages. It provides translation +# between different image formats and a standard interface for the spectral +# tasks. The types of formats supported are MULTISPEC, EQUISPEC, and 1-3D +# simple linear WCS as well as some older formats. +# +# The SMW package also provides separating the MULTISPEC MWCS into groups to +# avoid limitations in the number of attributes allowed by MWCS. This is +# primarily required for dispersion correction. + +define SMW_NSPLIT 500 # Number of spectra per WCS + +define SMW_LEN (33 + $1) # Length of SMW structure + +define SMW_FORMAT Memi[$1] # Spectrum format +define SMW_NSPEC Memi[$1+1] # Number of spectra +define SMW_NBANDS Memi[$1+2] # Number of associated bands + +define SMW_TRANS Memi[$1+3] # Transposed image? +define SMW_PDIM Memi[$1+4] # Physical dimension +define SMW_PAXIS Memi[$1+$2+4] # Physical axes [3] + +define SMW_LDIM Memi[$1+8] # Logical dimension +define SMW_LAXIS Memi[$1+$2+8] # Logical axes [3] +define SMW_LLEN Memi[$1+$2+11] # Logical axes lengths [3] +define SMW_NSUM Memi[$1+$2+14] # Logical summing factors [2] + +define SMW_DTYPE Memi[$1+17] # Dispersion type +define SMW_W1 Memd[P2D($1+18)] # Coord of first phys pixel +define SMW_DW Memd[P2D($1+20)] # Coord interval per phys pixel +define SMW_Z Memd[P2D($1+22)] # Doppler factor +define SMW_NW Memi[$1+24] # Number of dispersion pixels +define SMW_APS Memi[$1+25] # Pointer to apertures +define SMW_BEAMS Memi[$1+26] # Pointer to beams +define SMW_APLOW Memi[$1+27] # Pointer to aplows +define SMW_APHIGH Memi[$1+28] # Pointer to aphighs +define SMW_APID Memi[$1+29] # Pointer to default apid +define SMW_APIDS Memi[$1+30] # Pointer to apids + +define SMW_CTLP Memi[$1+31] # CT logical -> physical +define SMW_NMW Memi[$1+32] # Number of MWCS pointers +define SMW_MW Memi[$1+$2+33] # MWCS pointer(s) + +# Spectrum formats +define SMW_FORMATS "|equispec|multispec|" +define SMW_ND 0 # N-dimensional linear WCS +define SMW_ES 1 # Equispec WCS +define SMW_MS 2 # Multispec WCS + +# Coordinate transformation structure. +define SMW_CTLEN (6 + $1) # Length of SMW CT structure + +define SMW_SMW Memi[$1] # SMW pointer +define SMW_CTTYPE Memi[$1+1] # Transformation type +define SMW_DAXIS Memi[$1+2] # Dispersion axis +define SMW_AAXIS Memi[$1+3] # Aperture axis +define SMW_CTL Memi[$1+4] # Logical/physical pointer +define SMW_NCT Memi[$1+5] # Number of CT pointers +define SMW_CT Memi[$1+$2+6] # Physical/world pointer + +# Transformation types +define SMW_CTTYPES "|logical|physical|" +define SMW_WL 12 # World to logical +define SMW_WP 13 # World to physical +define SMW_LW 21 # Logical to world +define SMW_LP 23 # Logical to physical +define SMW_PW 31 # Physical to world +define SMW_PL 32 # Physical to logical + + +# SHDR - Spectrum header data structure + +define LEN_SHDR 380 +define LEN_SHDRS 79 # Length of strings + +define IMNAME Memc[P2C($1)] # Spectrum image name +define IMSEC Memc[P2C($1+40)] # Spectrum image section +define TITLE Memc[P2C($1+80)] # Title +define LABEL Memc[P2C($1+120)] # Dispersion label +define UNITS Memc[P2C($1+160)] # Dispersion units +define FLABEL Memc[P2C($1+200)] # Flux label +define FUNITS Memc[P2C($1+240)] # Flux units +define IM Memi[$1+280] # IMIO pointer +define MW Memi[$1+281] # SMW pointer +define CTLW Memi[$1+282] # SMW logical -> world +define CTWL Memi[$1+283] # SMW world -> logical +define CTLW1 Memi[$1+284] # SMW logical -> world +define CTWL1 Memi[$1+285] # SMW world -> logical +define UN Memi[$1+286] # UNITS pointer for SX +define MWUN Memi[$1+287] # UNITS pointer of SMW +define FUN Memi[$1+288] # Flux units pointer +define FUNIM Memi[$1+289] # Flux units pointer for image +define LINDEX Memi[$1+$2+289] # Logical image index [2] +define PINDEX Memi[$1+$2+291] # Physical image index [2] +define APINDEX Memi[$1+294] # Aperture index + +define AP Memi[$1+295] # Aperture ID +define APLOW Memr[P2R($1+296)+$2-1] # Aperture lower limit [2] +define APHIGH Memr[P2R($1+298)+$2-1] # Aperture upper limit [2] +define BEAM Memi[$1+300] # Beam ID +define OFLAG Memi[$1+301] # Spectrum object type flag +define IT Memr[P2R($1+302)] # Integ. time +define RA Memr[P2R($1+303)] # Right ascension +define DEC Memr[P2R($1+304)] # Declination +define UT Memr[P2R($1+305)] # Universal time +define ST Memr[P2R($1+306)] # Siderial time +define HA Memr[P2R($1+307)] # Hour angle +define AM Memr[P2R($1+308)] # Airmass +define W0 Memr[P2R($1+309)] # Starting wavelength +define W1 Memr[P2R($1+310)] # Ending wavelength +define WP Memr[P2R($1+311)] # Wavelength increment per pixel +define DC Memi[$1+312] # Dispersion correction +define EC Memi[$1+313] # Extinction correction +define FC Memi[$1+314] # Flux calibration +define RC Memc[P2C($1+315)] # Reddening correction + +define NP1 Memi[$1+355] # First logical pixel +define NP2 Memi[$1+356] # Last logical pixel +define SN Memi[$1+357] # Number of pixels +define SPEC Memi[$1+$2+357] # Pointers to spectra +define SID Memi[$1+$2+364] # Pointers to spectra ID strings +define STYPE Memi[$1+$2+371] # Spectrum type + +# Spectrum types and access modes. + +define STYPES "|coordinates|spectrum|raw|background|sigma|continuum|" + +define SH_NTYPES 6 # Number of spectrum types +define SHHDR 0 # Get header only +define SHX 1 # Get coordinates +define SHDATA 2 # Get spectrum +define SHRAW 3 # Get raw spectrum +define SHSKY 4 # Get sky +define SHSIG 5 # Get sigma +define SHCONT 6 # Get continuum + +# Shorthand for pointers to spectra. +define SX SPEC($1,SHX) # Spectrum coordinates +define SY SPEC($1,SHDATA) # Spectrum pointer +define SR SPEC($1,SHRAW) # Raw spectrum pointer +define SS SPEC($1,SHSKY) # Sky pointer +define SE SPEC($1,SHSIG) # Sigma pointer +define SC SPEC($1,SHCONT) # Continuum pointer + +# Object flag values +define SKY 0 +define OBJECT 1 +define ARC 2 +define FLAT 3 + +# Dispersion correction +define DCNO -1 +define DCLINEAR 0 +define DCLOG 1 +define DCFUNC 2 + +# Extinction correction +define ECNO -1 +define ECYES 0 + +# Flux calibration +define FCNO -1 +define FCYES 0 diff --git a/noao/lib/strip.noao b/noao/lib/strip.noao new file mode 100644 index 00000000..fec5081b --- /dev/null +++ b/noao/lib/strip.noao @@ -0,0 +1,48 @@ +# STRIP.NOAO -- Rmfiles command script, used to strip the NOAO directories +# of all files not required for ordinary runtime use of the system. + +artdata -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +astrometry -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +astcat -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +astutil -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +digiphot -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +filterphot -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +focas -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +imred -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +mtlocal -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +nobsolete -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +nproto -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +obsutil -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +onedspec -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +rv -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +surfphot -allbut .hlp .hd .men .cl .par .key .dat .mip .fits +twodspec -allbut .hlp .hd .men .cl .par .key .dat .mip .fits + +onedspec/doc/sys -all +filterphot -only .hlp + +-file bin.f68881/OBJS.arc.Z +-file bin.ffpa/OBJS.arc.Z +-file bin.i386/OBJS.arc.Z +-file bin.ssol/OBJS.arc.Z +-file bin.alpha/OBJS.arc.Z +-file bin.sf2c/OBJS.arc.Z +-file bin.ddec/OBJS.arc.Z +-file bin.rs6000/OBJS.arc.Z +-file bin.mips/OBJS.arc.Z +-file bin.f2c/OBJS.arc.Z +-file bin.irix/OBJS.arc.Z +-file bin.hp300/OBJS.arc.Z +-file bin.hp700/OBJS.arc.Z +-file bin.hp800/OBJS.arc.Z + +-file bin.sparc/OBJS.arc.Z +-file bin.ssun/OBJS.arc.Z + +-file bin.redhat/OBJS.arc.Z +-file bin.linux/OBJS.arc.Z +-file bin.macosx/OBJS.arc.Z +-file bin.freebsd/OBJS.arc.Z +-file bin.suse/OBJS.arc.Z +-file bin.sunos/OBJS.arc.Z +-file bin.linuxppc/OBJS.arc.Z diff --git a/noao/lib/units.dat b/noao/lib/units.dat new file mode 100644 index 00000000..085b74e7 --- /dev/null +++ b/noao/lib/units.dat @@ -0,0 +1,9 @@ +nm nanometers +mm millimeters +cm centimeters +m meters +Hz hertz +KHz kilohertz +MHz megahertz +GHz Gigahertz +wn "inverse centimeters" diff --git a/noao/lib/units.h b/noao/lib/units.h new file mode 100644 index 00000000..95d8367e --- /dev/null +++ b/noao/lib/units.h @@ -0,0 +1,50 @@ +# Definition for units package + +define UN_LEN 126 # Length of units structure +define SZ_UNITS 79 # Length of units strings + +define UN_TYPE Memi[$1] # Unit type code +define UN_CLASS Memi[$1+1] # Unit class code +define UN_LOG Memi[$1+2] # Log code +define UN_INV Memi[$1+3] # Inverse code +define UN_SCALE Memr[P2R($1+4)] # Scale factor +define UN_VREF Memr[P2R($1+5)] # Ref lambda (ang) for velocity +define UN_LABEL Memc[P2C($1+6)] # Unit label +define UN_UNITS Memc[P2C($1+46)] # Units string +define UN_USER Memc[P2C($1+86)] # User units string + +# Unit classes +define UN_UNKNOWN 0 # Unknown +define UN_WAVE 1 # Wavelength +define UN_FREQ 2 # Frequency +define UN_VEL 3 # Velocity +define UN_ENERGY 4 # Energy +define UN_DOP 5 # Doppler shift + +# Unit types +define UN_NUNITS 17 +define UN_DIC "|angstroms|nanometers|millimicrons|microns|millimeters\ + |centimeters|meters|hertz|kilohertz|megahertz|gigahertz\ + |m/s|km/s|ev|kev|mev|z|log|inverse|" + +# Unit scales: Conversions from Angstroms +define UN_ANG 1.0 # angstroms +define UN_NM 0.1 # nanometers +define UN_MMIC 0.1 # millimicrons +define UN_MIC 1E-4 # microns +define UN_MM 1E-7 # millimeters +define UN_CM 1E-8 # centimeter +define UN_M 1E-10 # meters +define UN_HZ 2.9979E18 # hertz +define UN_KHZ 2.9979E15 # kilohertz +define UN_MHZ 2.9979E12 # megahertz +define UN_GHZ 2.9979E9 # gigaertz +define UN_MPS 2.9979E8 # m/s +define UN_KPS 2.9979E5 # km/s +define UN_EV 1.2396E4 # ev +define UN_KEV 1.2396E1 # kev +define UN_MEV 1.2396E-2 # mev +define UN_Z 1.0 # doppler shift + +# Unit abbreviations +define ABBREVIATIONS "noao$lib/units.dat" diff --git a/noao/lib/zzsetenv.def b/noao/lib/zzsetenv.def new file mode 100644 index 00000000..c38a4beb --- /dev/null +++ b/noao/lib/zzsetenv.def @@ -0,0 +1,26 @@ +# Global environment definitions for the NOAO packages. + +set pkglibs = "noao$bin(arch)/,noao$lib/" +set noaobin = "noao$bin(arch)/" +set noaolib = "noao$lib/" +set ccdtime = "noaolib$ccdtime/" +set onedstds = "noaolib$onedstds/" +set linelists = "noaolib$linelists/" + +set artdata = noao$artdata/ +set astrometry = noao$astrometry/ +set astcat = noao$astcat/ +set astutil = noao$astutil/ +set digiphot = noao$digiphot/ +set focas = noao$focas/ +set imred = noao$imred/ +set mtlocal = noao$mtlocal/ +set nobsolete = noao$nobsolete/ +set nproto = noao$nproto/ +set obsutil = noao$obsutil/ +set onedspec = noao$onedspec/ +set rv = noao$rv/ +set surfphot = noao$surfphot/ +set twodspec = noao$twodspec/ + +keep |