;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 = '201129' 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.800000 stationary ; 21 FLAT_OFF * 100.000 1 1 -92.800000 stationary ; 31 HD7983 *** 5.00000 1 1 -52.000037 position angle ; 37 HD7983 * 10.0000 1 1 -51.999838 position angle ; 45 ERIS ** 300.000 1 16 -55.001195 position angle ; 53 HD7983 ** 10.0000 1 1 -35.001218 position angle ; 61 ERIS ** 300.000 1 16 -35.000195 position angle ; 73 HD19061 ** 20.0000 1 1 -74.001570 position angle ; 81 ERIS ** 300.000 1 16 6.9987168 position angle ; 89 HD7983 ** 10.0000 1 1 30.000245 position angle ; 97 ERIS ** 300.000 1 16 37.998329 position angle ; 113 HD15758 ** 40.0000 1 1 37.000232 position angle