;From: Silvia Protopapa ;Subject: Re: Meeting tomorrow ;Date: 2021July 9 at 9:28:54 AM MDT ;To: Leslie Young ; ; We could just go with whichever are at lowest airmass on the first day. ; ; Lets do that! ; TASK Identify the Eris spectra that are near the lowerst airmass ; on the first day (2020 11 ; Using 2020B_Nov29_NIRES.xlsx datestr = '201130' shortlognight, datestr foo = rdnight(datestr, indx0, n, h, /nodata, $ dateobs=dateobs, utc=utc, airmass=airmass, rditime=rditime, $ itime=itime, object=object, obstype=obstype, coadds=coadds, numfs=numfs, $ targra=targra, targdec=targdec, targname=targname, rotposn=rotposn, rotmode=rotmode) indx = indgen(n)+indx0 s = object[sort(object)] objects = s[uniq(s)] & delvarx, s for io=0,n_elements(objects) do begin indxo = where(object eq objects[io], no) forprint, indx[indxo], object[indxo], airmass[indxo], form='(I3, " ", A20, F7.3)' endfor ;indx = where(object eq 'Eris') ;print, indx0[indx_eris], utc[indx] end ; 11 HD15758 ** 100.000 1 1 -92.800177 stationary ; 21 FLAT_OFF * 100.000 1 1 -92.800177 stationary ; 31 HD7983 *** 10.0000 1 1 0.00018072599 position angle ; 34 HD7983 * 20.0000 1 1 -51.999290 position angle ; 35 HD7983 * 15.0000 1 1 -51.999666 position angle ; 43 ERIS ** 300.000 1 16 -53.999776 position angle ; 51 HD6038 ** 5.00000 1 1 -20.000612 position angle ; 57 HD6038 * 12.0000 1 1 -20.000037 position angle ; 65 HD7983 ** 5.00000 1 1 -24.999793 position angle ; 66 HD7983 * 4.00000 1 1 -25.000654 position angle ; 76 ERIS ** 300.000 1 16 -20.699707 position angle ; 92 HD19061 ** 15.0000 1 1 -64.499637 position angle ; 100 ERIS ** 300.000 1 16 -143.95961 position angle ; 116 HD15758 ** 50.0000 1 1 38.000038 position angle