####################################################### SCRIPT NUMBER 1, project:AGBT21A_292_01 252790 983 Kimberly Emig 5 David Rose 2021-02-27 16:38:07 obs_completed ####################################################### # Import general modules import os import sys # Add the obs directory to the path obsdir = "/home/scratch/kemig/AGBT21A_292/scripts/" sys.path.append(obsdir) # Include user configurations #execfile(os.path.join( obsdir, "configVegas_342_800.py")) line800=""" receiver = 'Rcvr_800' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 0.550113 swfreq = 0,0 tint = 2.200452 vlow = 0 vhigh = 0 vframe = 'lsrk' vdef = 'Relativistic' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 799.0 # H201a deltafreq = 0 bandwidth = 23.44 vegas.subband = 8 iftarget = 5 nchan = 32768 # 0.26 km/s resolution) restfreq = [673.0, 691.0, 709.0, 727.0, 745.0, 763.0, 781.0, 799.0, 817.0, 835.0, 853.0, 871.0, 889.0, 907.0, 925.0] """ # Include catalogs Catalog(pointing) Catalog(fluxcal) fluxCal = Catalog(os.path.join( obsdir , "fluxcal.cat")) hii = Catalog(os.path.join( obsdir , "cygx_pf.cat")) # --------------some input info --------------------- # list of target sources sourceNameList = [ "3C48" ] # choose from [l15, l24, l31], or from flux calibrators # setup lineConfig = line800 # name in config file doContConfig=False # flag for config continuum doLineConfig=True # flag for config line doPeak=True # flag for peak/focus doOffOn=True # flag for offon searchRadius = 15.0 # search radius [deg] nIter=1 # number of iterations # OffOn stuff # standard setup: offset of 6min + 25sec with 360 sec # offset in deg (1 sec of time = 0.25 arcmin) # off = Offset("Galactic", 0.0, -4.0) off = Offset("J2000", -1.604, 0.0, cosv=False) scanDuration = 60.0 # scan duration (s) #--------------------------------------------------- # Loop through source list i = 0 for sourceName in sourceNameList: position = Catalog.Locate(sourceName) Comment("Observing source %s" % (sourceName) ) # Configure for continuum #if doContConfig: # Comment("Configure continuum") # Configure(contConfig) # peak/focus if doPeak: AutoPeak(sourceName, configure=True) # Configure for spectral line if doLineConfig: Configure(lineConfig) # OffOn if doOffOn: Slew(sourceName) Balance() for i in range(nIter): Comment("OffOn iteration %d of %d" % (i+1, nIter)) OffOn(sourceName, off, scanDuration) # increment the counter i=i+1 ####################################################### LOG SESSION NUMBER 1 [16:38:07] ******** Begin Scheduling Block [16:38:07] ******** observer = Kimberly Emig, SB name = calibration_800, project ID = AGBT21A_292, date = 27 Feb 2021 [16:38:08] Observing source 3C48 [16:38:08] Configuring telescope. [16:38:08] Setting State: Activating [16:38:08] Setting State: Aborting [16:38:12] Setting State: Ready [16:38:13] Setting State: Activating [16:38:14] Default values are [16:38:14] if3freq = [0] [16:38:14] Configuring for backend DCR... [16:38:14] The bad devices are: [16:38:14] ConverterFilter14 [16:38:14] ConverterFilter2 [16:38:14] ConverterFilter16 [16:38:14] ConverterFilter10 [16:38:14] ConverterFilter12 [16:38:14] Waiting for IFRack to finish activating [16:38:14] . . . [16:38:14] Checking telescope [16:38:14] Configuration Complete [16:38:14] source : 3C48 F1 : 0.4 F2 : 23.8 S22235 : 1.17 S1400 : 16.42 angsize : 1.5 location : J2000 @ (01:37:41.30, 33:09:35.13) [16:38:14] Slewing to source. [16:38:14] In state Activating, waiting for state Activating [16:38:14] Detected state Activating [16:38:14] In state Activating, waiting for state Ready [16:42:36] Setting State: Ready [16:42:36] Detected state Ready [16:42:36] Balancing IF system. [16:42:36] Balancing PF [16:42:37] Setting State: Activating [16:42:38] Setting State: Ready [16:42:39] Setting State: Activating [16:42:40] Setting State: Ready [16:42:41] Setting State: Activating [16:42:42] Setting State: Ready [16:42:43] Setting State: Activating [16:42:43] Balancing IFRack [16:42:44] Setting State: Ready [16:42:44] Setting State: Activating [16:42:44] Setting State: Ready [16:42:45] the sampler values are: [16:42:45] RF_power 1 : 1.05957 [16:42:45] RF_power 2 : 0.0390625 [16:42:45] RF_power 3 : 1.083984 [16:42:45] RF_power 4 : 0.078125 [16:42:45] RF_power 5 : 0.0390625 [16:42:45] RF_power 6 : 0.04394531 [16:42:45] RF_power 7 : 0.01464844 [16:42:45] RF_power 8 : 0.04882812 [16:42:45] source : 3C48 F1 : 0.4 F2 : 23.8 S22235 : 1.17 S1400 : 16.42 angsize : 1.5 location : J2000 @ (01:37:41.30, 33:09:35.13) [16:42:45] Peak: Subscan 1 of 4 [16:42:46] In state Ready, waiting for state Running [16:42:46] Setting State: Activating [16:43:06] Setting State: Committed [16:43:10] Setting State: Running [16:43:10] Detected state Running [16:43:10] *** Notice: This subscan will be numbered as scan #1 in your data reduction package. [16:43:10] In state Running, waiting for state Ready [16:43:23] Setting State: Stopping [16:43:30] Setting State: Ready [16:43:30] Detected state Ready [16:43:30] Ygor Telescope: WaitForStopping [16:43:30] Peak: Subscan 2 of 4 [16:43:30] In state Ready, waiting for state Running [16:43:30] Setting State: Activating [16:43:40] Setting State: Committed [16:43:42] Setting State: Running [16:43:42] Detected state Running [16:43:42] *** Notice: This subscan will be numbered as scan #2 in your data reduction package. [16:43:42] In state Running, waiting for state Ready [16:43:57] Setting State: Stopping [16:44:04] Setting State: Ready [16:44:04] Detected state Ready [16:44:04] Ygor Telescope: WaitForStopping [16:44:04] *** Updating antenna's pointing to az2=0.8011 and el=0.0000 arcmins [16:44:04] Peak: Subscan 3 of 4 [16:44:04] In state Ready, waiting for state Running [16:44:04] Setting State: Activating [16:44:22] Setting State: Committed [16:44:24] Setting State: Running [16:44:24] Detected state Running [16:44:24] *** Notice: This subscan will be numbered as scan #3 in your data reduction package. [16:44:24] In state Running, waiting for state Ready [16:44:39] Setting State: Stopping [16:44:44] Setting State: Ready [16:44:44] Detected state Ready [16:44:44] Ygor Telescope: WaitForStopping [16:44:44] Peak: Subscan 4 of 4 [16:44:44] In state Ready, waiting for state Running [16:44:45] Setting State: Activating [16:44:52] Setting State: Committed [16:44:54] Setting State: Running [16:44:54] Detected state Running [16:44:54] *** Notice: This subscan will be numbered as scan #4 in your data reduction package. [16:44:54] In state Running, waiting for state Ready [16:45:09] Setting State: Stopping [16:45:14] Setting State: Ready [16:45:14] Detected state Ready [16:45:14] Ygor Telescope: WaitForStopping [16:45:15] . *** Updating antenna's pointing to az2=0.8011 and el=0.9760 arcmins [16:45:16] Configuring telescope. [16:45:16] Setting State: Activating [16:46:11] Setting State: Ready [16:46:12] Setting State: Activating [16:46:13] Setting State: Ready [16:46:13] Default values are [16:46:13] if3freq = [0] [16:46:13] Configuring for backend VEGAS... [16:46:13] The bad devices are: [16:46:13] ConverterFilter14 [16:46:13] ConverterFilter2 [16:46:13] ConverterFilter16 [16:46:13] ConverterFilter10 [16:46:13] ConverterFilter12 [16:46:13] The bad devices are: [16:46:13] ConverterFilter14 [16:46:13] ConverterFilter2 [16:46:13] ConverterFilter16 [16:46:13] ConverterFilter10 [16:46:13] ConverterFilter12 [16:46:13] Warning: Total bandwidth is greater than any receiver filter available: Setting receiver filter to maximum [16:46:13] Warning: more than 10% of your data will be blanked in BankA using mode MODE23 with bandwidth of 23.44 [16:46:13] Warning: more than 10% of your data will be blanked in BankB using mode MODE23 with bandwidth of 23.44 [16:46:13] Waiting for IFRack to finish activating [16:46:13] . . Waiting for ScanCoordinator to finish activating [16:46:13] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . [16:46:13] Finalizing VEGAS config... [16:46:13] Checking telescope [16:46:13] Configuration Complete [16:46:13] source : 3C48 F1 : 0.4 F2 : 23.8 S22235 : 1.17 S1400 : 16.42 angsize : 1.5 location : J2000 @ (01:37:41.30, 33:09:35.13) [16:46:13] Slewing to source. [16:46:14] In state Ready, waiting for state Activating [16:46:14] Setting State: Activating [16:46:14] Detected state Activating [16:46:14] In state Activating, waiting for state Ready [16:46:28] Setting State: Ready [16:46:28] Detected state Ready [16:46:28] Balancing IF system. [16:46:28] Balancing PF [16:46:28] Setting State: Activating [16:46:29] Setting State: Ready [16:46:31] Setting State: Activating [16:46:31] Balancing IFRack [16:46:33] Setting State: Ready [16:46:33] the sampler values are: [16:46:33] RF_power 1 : 4.384766 [16:46:33] RF_power 2 : 0.04394531 [16:46:33] RF_power 3 : 1.357422 [16:46:33] RF_power 4 : 0.07324219 [16:46:33] RF_power 5 : 0.0390625 [16:46:33] RF_power 6 : 0.03417969 [16:46:33] RF_power 7 : 0.01953125 [16:46:33] RF_power 8 : 0.04882812 [16:46:33] Balancing VEGAS [16:46:34] Setting State: Activating [16:46:34] Setting State: Ready [16:46:34] Setting State: Activating [16:46:34] Setting State: Ready [16:46:36] Setting State: Activating [16:46:36] Setting State: Ready [16:46:38] Setting State: Activating [16:46:38] Setting State: Ready [16:46:40] Setting State: Activating [16:46:40] OffOn iteration 1 of 1 [16:46:40] source : 3C48 F1 : 0.4 Setting State: Ready F2 : 23.8 S22235 : 1.17 S1400 : 16.42 angsize : 1.5 location : J2000 @ (01:37:41.30, 33:09:35.13) [16:46:40] OffOn: Subscan 1 of 2 [16:46:40] In state Ready, waiting for state Running [16:46:40] Setting State: Activating [16:46:41] Setting State: Committed [16:46:56] Setting State: Running [16:46:56] Detected state Running [16:46:56] *** Notice: This subscan will be numbered as scan #5 in your data reduction package. [16:46:56] In state Running, waiting for state Ready [16:47:58] Setting State: Stopping [16:48:00] Setting State: Ready [16:48:00] Detected state Ready [16:48:00] Ygor Telescope: WaitForStopping [16:48:00] OffOn: Subscan 2 of 2 [16:48:03] In state Ready, waiting for state Running [16:48:03] Setting State: Activating [16:48:03] Setting State: Committed [16:48:18] Setting State: Running [16:48:18] Detected state Running [16:48:18] *** Notice: This subscan will be numbered as scan #6 in your data reduction package. [16:48:18] In state Running, waiting for state Ready [16:49:20] Setting State: Stopping [16:49:22] Setting State: Ready [16:49:22] Detected state Ready [16:49:22] Ygor Telescope: WaitForStopping runSuccessful: True [16:49:22] ******** End Scheduling Block [16:49:22] ******** observer = Kimberly Emig, SB name = calibration_800, project ID = AGBT21A_292 how much log? 8854 id: 252790self.history: self.history.connection: how much converted log? 9060 ####################################################### ####################################################### SCRIPT NUMBER 2, project:AGBT21A_292_01 252791 983 Kimberly Emig 5 David Rose 2021-02-27 16:49:37 obs_completed ####################################################### # Import general modules import os import sys # Add the obs directory to the path obsdir = "/home/scratch/kemig/AGBT21A_292/scripts/" sys.path.append(obsdir) # Include user configurations #execfile(os.path.join( obsdir, "configVegas_342_800.py")) line800=""" receiver = 'Rcvr_800' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 0.3386655 swfreq = 0,0 tint = 1.354662 vlow = 0 vhigh = 0 vframe = 'lsrk' vdef = 'Relativistic' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 799.0 # H201a deltafreq = 0 bandwidth = 23.44 vegas.subband = 8 iftarget = 5 nchan = 32768 # 0.26 km/s resolution) restfreq = [673.0, 691.0, 709.0, 727.0, 745.0, 763.0, 781.0, 799.0, 817.0, 835.0, 853.0, 871.0, 889.0, 907.0, 925.0] """ # Include catalogs Catalog(pointing) Catalog(fluxcal) fluxCal = Catalog(os.path.join( obsdir , "fluxcal.cat")) hii = Catalog(os.path.join( obsdir , "cygx_pf.cat")) # --------------some input info --------------------- # list of target sources sourceNameList= [ "CygX" ] # setup lineConfig = line800 # name in config file doContConfig = False # flag for config continuum doLineConfig = True # flag for config line doPeak = False # flag for peak/focus doMap = True # flag for track searchRadius = 15.0 # search radius [deg] #--------------------------------------------------- # Loop through source list for sourceName in sourceNameList: position = Catalog.Locate(sourceName) Comment("Observing source %s" % (sourceName) ) # Configure for continuum #if doContConfig: # Comment("Configure continuum") # Configure(contConfig) # peak/focus if doPeak: AutoPeak(location=position) # Configure for spectral line if doLineConfig: Configure(lineConfig) # Map if doMap: Slew(sourceName) Balance() Comment("Mapping") #RALongMap( sourceName, # Offset("Galactic", 5.5, 0.0, cosv=True), # Offset("Galactic", 0.0, 5.5, cosv=True), # Offset("Galactic", 0.0, 6.3462/60.0, cosv=True), # scanDuration=139.53019, start=1, stop=53 ) DecLatMap( sourceName, Offset("Galactic", 5.5, 0.0, cosv=True), Offset("Galactic", 0.0, 5.5, cosv=True), Offset("Galactic", 6.3462/60.0, 0.0, cosv=True), scanDuration=139.53019, start=1, stop=53 ) ####################################################### LOG SESSION NUMBER 2 [16:49:37] ******** Begin Scheduling Block [16:49:37] ******** observer = Kimberly Emig, SB name = science_800, project ID = AGBT21A_292, date = 27 Feb 2021 [16:49:38] Observing source CygX [16:49:39] Configuring telescope. [16:49:40] Setting State: Activating [16:49:43] Setting State: Ready [16:49:44] Setting State: Activating [16:49:45] Setting State: Ready [16:49:45] Setting State: Activating [16:49:45] Setting State: Ready [16:49:46] Default values are [16:49:46] if3freq = [0] [16:49:46] Configuring for backend VEGAS... [16:49:46] The bad devices are: [16:49:46] ConverterFilter14 [16:49:46] ConverterFilter2 [16:49:46] ConverterFilter16 [16:49:46] ConverterFilter10 [16:49:46] ConverterFilter12 [16:49:46] The bad devices are: [16:49:46] ConverterFilter14 [16:49:46] ConverterFilter2 [16:49:46] ConverterFilter16 [16:49:46] ConverterFilter10 [16:49:46] ConverterFilter12 [16:49:46] Warning: Total bandwidth is greater than any receiver filter available: Setting receiver filter to maximum [16:49:46] Warning: more than 10% of your data will be blanked in BankA using mode MODE23 with bandwidth of 23.44 [16:49:46] Warning: more than 10% of your data will be blanked in BankB using mode MODE23 with bandwidth of 23.44 [16:49:46] Waiting for IFRack to finish activating [16:49:46] . . . [16:49:46] Finalizing VEGAS config... [16:49:46] Checking telescope [16:49:46] Configuration Complete [16:49:48] source : CygX INTENSITY : 999.9 location : J2000 @ (20:29:54.59, 41:29:44.30) Line : - velocity : 0.0 [16:49:49] Slewing to source. [16:49:50] In state Ready, waiting for state Activating [16:49:50] Setting State: Activating [16:49:50] Detected state Activating [16:49:50] In state Activating, waiting for state Ready [16:54:29] Setting State: Ready [16:54:29] Detected state Ready [16:54:29] Balancing IF system. [16:54:29] Balancing PF [16:54:29] Setting State: Activating [16:54:30] Prime Focus Balance failed [16:54:30] Balancing IFRack [16:54:31] Setting State: Ready [16:54:31] Setting State: Activating [16:54:31] Setting State: Ready [16:54:32] the sampler values are: [16:54:32] RF_power 1 : 5.46875 [16:54:32] RF_power 2 : 0.04394531 [16:54:32] RF_power 3 : 5.009766 [16:54:32] RF_power 4 : 0.078125 [16:54:32] RF_power 5 : 0.0390625 [16:54:32] RF_power 6 : 0.0390625 [16:54:32] RF_power 7 : 0.01953125 [16:54:32] RF_power 8 : 0.04882812 [16:54:32] Balancing VEGAS [16:54:32] Setting State: Activating [16:54:32] Setting State: Ready [16:54:33] Setting State: Activating [16:54:33] Setting State: Ready [16:54:34] Mapping [16:54:34] source : CygX INTENSITY : 999.9 location : J2000 @ (20:29:54.59, 41:29:44.30) Line : - velocity : 0.0 [16:54:34] DecLatMap: Subscan 1 of 53 [16:54:35] In state Ready, waiting for state Running [16:54:35] Setting State: Activating [16:54:35] Setting State: Committed [16:55:24] Setting State: Running [16:55:24] Detected state Running [16:55:24] *** Notice: This subscan will be numbered as scan #7 in your data reduction package. [16:55:24] In state Running, waiting for state Ready [16:57:45] Setting State: Stopping [16:57:50] Setting State: Ready [16:57:50] Detected state Ready [16:57:50] Ygor Telescope: WaitForStopping [16:57:50] DecLatMap: Subscan 2 of 53 [16:57:50] In state Ready, waiting for state Running [16:57:50] Setting State: Activating [16:57:51] Setting State: Committed [16:57:56] Setting State: Running [16:57:56] Detected state Running [16:57:56] *** Notice: This subscan will be numbered as scan #8 in your data reduction package. [16:57:56] In state Running, waiting for state Ready [17:00:17] Setting State: Stopping [17:00:24] Setting State: Ready [17:00:24] Detected state Ready [17:00:24] Ygor Telescope: WaitForStopping [17:00:24] DecLatMap: Subscan 3 of 53 [17:00:24] In state Ready, waiting for state Running [17:00:24] Setting State: Activating [17:00:24] Setting State: Committed [17:00:35] Setting State: Running [17:00:35] Detected state Running [17:00:35] *** Notice: This subscan will be numbered as scan #9 in your data reduction package. [17:00:35] In state Running, waiting for state Ready [17:02:56] Setting State: Stopping [17:03:01] Setting State: Ready [17:03:01] Detected state Ready [17:03:01] Ygor Telescope: WaitForStopping [17:03:01] DecLatMap: Subscan 4 of 53 [17:03:01] In state Ready, waiting for state Running [17:03:01] Setting State: Activating [17:03:01] Setting State: Committed [17:03:07] Setting State: Running [17:03:07] Detected state Running [17:03:07] *** Notice: This subscan will be numbered as scan #10 in your data reduction package. [17:03:07] In state Running, waiting for state Ready [17:05:28] Setting State: Stopping [17:05:33] Setting State: Ready [17:05:33] Detected state Ready [17:05:33] Ygor Telescope: WaitForStopping [17:05:33] DecLatMap: Subscan 5 of 53 [17:05:34] In state Ready, waiting for state Running [17:05:34] Setting State: Activating [17:05:34] Setting State: Committed [17:05:45] Setting State: Running [17:05:45] Detected state Running [17:05:45] *** Notice: This subscan will be numbered as scan #11 in your data reduction package. [17:05:45] In state Running, waiting for state Ready [17:08:06] Setting State: Stopping [17:08:11] Setting State: Ready [17:08:11] Detected state Ready [17:08:11] Ygor Telescope: WaitForStopping [17:08:11] DecLatMap: Subscan 6 of 53 [17:08:11] In state Ready, waiting for state Running [17:08:11] Setting State: Activating [17:08:11] Setting State: Committed [17:08:17] Setting State: Running [17:08:17] Detected state Running [17:08:17] *** Notice: This subscan will be numbered as scan #12 in your data reduction package. [17:08:17] In state Running, waiting for state Ready [17:10:38] Setting State: Stopping [17:10:43] Setting State: Ready [17:10:43] Detected state Ready [17:10:43] Ygor Telescope: WaitForStopping [17:10:43] DecLatMap: Subscan 7 of 53 [17:10:48] In state Ready, waiting for state Running [17:10:48] Setting State: Activating [17:10:48] Setting State: Committed [17:10:59] Setting State: Running [17:10:59] Detected state Running [17:10:59] *** Notice: This subscan will be numbered as scan #13 in your data reduction package. [17:10:59] In state Running, waiting for state Ready [17:13:20] Setting State: Stopping [17:13:25] Setting State: Ready [17:13:25] Detected state Ready [17:13:25] Ygor Telescope: WaitForStopping [17:13:25] DecLatMap: Subscan 8 of 53 [17:13:25] In state Ready, waiting for state Running [17:13:25] Setting State: Activating [17:13:25] Setting State: Committed [17:13:31] Setting State: Running [17:13:31] Detected state Running [17:13:31] *** Notice: This subscan will be numbered as scan #14 in your data reduction package. [17:13:31] In state Running, waiting for state Ready [17:15:52] Setting State: Stopping [17:15:57] Setting State: Ready [17:15:57] Detected state Ready [17:15:57] Ygor Telescope: WaitForStopping [17:15:57] DecLatMap: Subscan 9 of 53 [17:15:57] In state Ready, waiting for state Running [17:15:58] Setting State: Activating [17:15:58] Setting State: Committed [17:16:09] Setting State: Running [17:16:09] Detected state Running [17:16:09] *** Notice: This subscan will be numbered as scan #15 in your data reduction package. [17:16:09] In state Running, waiting for state Ready [17:18:30] Setting State: Stopping [17:18:35] Setting State: Ready [17:18:35] Detected state Ready [17:18:35] Ygor Telescope: WaitForStopping [17:18:35] DecLatMap: Subscan 10 of 53 [17:18:35] In state Ready, waiting for state Running [17:18:35] Setting State: Activating [17:18:35] Setting State: Committed [17:18:41] Setting State: Running [17:18:41] Detected state Running [17:18:41] *** Notice: This subscan will be numbered as scan #16 in your data reduction package. [17:18:41] In state Running, waiting for state Ready [17:21:02] Setting State: Stopping [17:21:07] Setting State: Ready [17:21:07] Detected state Ready [17:21:07] Ygor Telescope: WaitForStopping [17:21:07] DecLatMap: Subscan 11 of 53 [17:21:07] In state Ready, waiting for state Running [17:21:07] Setting State: Activating [17:21:08] Setting State: Committed [17:21:18] Setting State: Running [17:21:18] Detected state Running [17:21:18] *** Notice: This subscan will be numbered as scan #17 in your data reduction package. [17:21:18] In state Running, waiting for state Ready [17:23:39] Setting State: Stopping [17:23:44] Setting State: Ready [17:23:44] Detected state Ready [17:23:44] Ygor Telescope: WaitForStopping [17:23:44] DecLatMap: Subscan 12 of 53 [17:23:44] In state Ready, waiting for state Running [17:23:44] Setting State: Activating [17:23:44] Setting State: Committed [17:23:49] Setting State: Running [17:23:49] Detected state Running [17:23:49] *** Notice: This subscan will be numbered as scan #18 in your data reduction package. [17:23:49] In state Running, waiting for state Ready [17:26:10] Setting State: Stopping [17:26:15] Setting State: Ready [17:26:15] Detected state Ready [17:26:15] Ygor Telescope: WaitForStopping [17:26:15] DecLatMap: Subscan 13 of 53 [17:26:15] In state Ready, waiting for state Running [17:26:15] Setting State: Activating [17:26:16] Setting State: Committed [17:26:26] Setting State: Running [17:26:26] Detected state Running [17:26:26] *** Notice: This subscan will be numbered as scan #19 in your data reduction package. [17:26:26] In state Running, waiting for state Ready [17:28:47] Setting State: Stopping [17:28:52] Setting State: Ready [17:28:52] Detected state Ready [17:28:52] Ygor Telescope: WaitForStopping [17:28:52] DecLatMap: Subscan 14 of 53 [17:28:52] In state Ready, waiting for state Running [17:28:52] Setting State: Activating [17:28:52] Setting State: Committed [17:28:58] Setting State: Running [17:28:58] Detected state Running [17:28:58] *** Notice: This subscan will be numbered as scan #20 in your data reduction package. [17:28:58] In state Running, waiting for state Ready [17:31:19] Setting State: Stopping [17:31:25] Setting State: Ready [17:31:25] Detected state Ready [17:31:25] Ygor Telescope: WaitForStopping [17:31:25] DecLatMap: Subscan 15 of 53 [17:31:25] In state Ready, waiting for state Running [17:31:25] Setting State: Activating [17:31:25] Setting State: Committed [17:31:36] Setting State: Running [17:31:36] Detected state Running [17:31:36] *** Notice: This subscan will be numbered as scan #21 in your data reduction package. [17:31:36] In state Running, waiting for state Ready [17:33:57] Setting State: Stopping [17:34:02] Setting State: Ready [17:34:02] Detected state Ready [17:34:02] Ygor Telescope: WaitForStopping [17:34:02] DecLatMap: Subscan 16 of 53 [17:34:02] In state Ready, waiting for state Running [17:34:02] Setting State: Activating [17:34:02] Setting State: Committed [17:34:09] Setting State: Running [17:34:09] Detected state Running [17:34:09] *** Notice: This subscan will be numbered as scan #22 in your data reduction package. [17:34:09] In state Running, waiting for state Ready [17:36:30] Setting State: Stopping [17:36:36] Setting State: Ready [17:36:36] Detected state Ready [17:36:36] Ygor Telescope: WaitForStopping [17:36:36] DecLatMap: Subscan 17 of 53 [17:36:36] In state Ready, waiting for state Running [17:36:36] Setting State: Activating [17:36:36] Setting State: Committed [17:36:47] Setting State: Running [17:36:47] Detected state Running [17:36:47] *** Notice: This subscan will be numbered as scan #23 in your data reduction package. [17:36:47] In state Running, waiting for state Ready [17:39:08] Setting State: Stopping [17:39:13] Setting State: Ready [17:39:13] Detected state Ready [17:39:13] Ygor Telescope: WaitForStopping [17:39:13] DecLatMap: Subscan 18 of 53 [17:39:13] In state Ready, waiting for state Running [17:39:13] Setting State: Activating [17:39:13] Setting State: Committed [17:39:20] Setting State: Running [17:39:20] Detected state Running [17:39:20] *** Notice: This subscan will be numbered as scan #24 in your data reduction package. [17:39:20] In state Running, waiting for state Ready [17:41:41] Setting State: Stopping [17:41:46] Setting State: Ready [17:41:46] Detected state Ready [17:41:46] Ygor Telescope: WaitForStopping [17:41:46] DecLatMap: Subscan 19 of 53 [17:41:47] In state Ready, waiting for state Running [17:41:47] Setting State: Activating [17:41:47] Setting State: Committed [17:41:57] Setting State: Running [17:41:57] Detected state Running [17:41:57] *** Notice: This subscan will be numbered as scan #25 in your data reduction package. [17:41:57] In state Running, waiting for state Ready [17:44:18] Setting State: Stopping [17:44:22] Setting State: Ready [17:44:22] Detected state Ready [17:44:22] Ygor Telescope: WaitForStopping [17:44:22] DecLatMap: Subscan 20 of 53 [17:44:23] In state Ready, waiting for state Running [17:44:23] Setting State: Activating [17:44:23] Setting State: Committed [17:44:28] Setting State: Running [17:44:28] Detected state Running [17:44:28] *** Notice: This subscan will be numbered as scan #26 in your data reduction package. [17:44:28] In state Running, waiting for state Ready [17:46:49] Setting State: Stopping [17:46:54] Setting State: Ready [17:46:54] Detected state Ready [17:46:54] Ygor Telescope: WaitForStopping [17:46:54] DecLatMap: Subscan 21 of 53 [17:46:55] In state Ready, waiting for state Running [17:46:55] Setting State: Activating [17:46:55] Setting State: Committed [17:47:02] Setting State: Running [17:47:02] Detected state Running [17:47:02] *** Notice: This subscan will be numbered as scan #27 in your data reduction package. [17:47:02] In state Running, waiting for state Ready [17:49:23] Setting State: Stopping [17:49:27] Setting State: Ready [17:49:27] Detected state Ready [17:49:27] Ygor Telescope: WaitForStopping [17:49:27] DecLatMap: Subscan 22 of 53 [17:49:28] In state Ready, waiting for state Running [17:49:28] Setting State: Activating [17:49:28] Setting State: Committed [17:49:33] Setting State: Running [17:49:33] Detected state Running [17:49:33] *** Notice: This subscan will be numbered as scan #28 in your data reduction package. [17:49:33] In state Running, waiting for state Ready [17:51:54] Setting State: Stopping [17:51:59] Setting State: Ready [17:51:59] Detected state Ready [17:51:59] Ygor Telescope: WaitForStopping [17:51:59] DecLatMap: Subscan 23 of 53 [17:51:59] In state Ready, waiting for state Running [17:52:00] Setting State: Activating [17:52:00] Setting State: Committed [17:52:07] Setting State: Running [17:52:07] Detected state Running [17:52:07] *** Notice: This subscan will be numbered as scan #29 in your data reduction package. [17:52:07] In state Running, waiting for state Ready [17:54:28] Setting State: Stopping [17:54:32] Setting State: Ready [17:54:32] Detected state Ready [17:54:32] Ygor Telescope: WaitForStopping [17:54:32] DecLatMap: Subscan 24 of 53 [17:54:33] In state Ready, waiting for state Running [17:54:33] Setting State: Activating [17:54:33] Setting State: Committed [17:54:38] Setting State: Running [17:54:38] Detected state Running [17:54:38] *** Notice: This subscan will be numbered as scan #30 in your data reduction package. [17:54:38] In state Running, waiting for state Ready [17:56:59] Setting State: Stopping [17:57:04] Setting State: Ready [17:57:04] Detected state Ready [17:57:04] Ygor Telescope: WaitForStopping [17:57:04] DecLatMap: Subscan 25 of 53 [17:57:04] In state Ready, waiting for state Running [17:57:04] Setting State: Activating [17:57:05] Setting State: Committed [17:57:12] Setting State: Running [17:57:12] Detected state Running [17:57:12] *** Notice: This subscan will be numbered as scan #31 in your data reduction package. [17:57:12] In state Running, waiting for state Ready [17:59:33] Setting State: Stopping [17:59:37] Setting State: Ready [17:59:37] Detected state Ready [17:59:37] Ygor Telescope: WaitForStopping [17:59:37] DecLatMap: Subscan 26 of 53 [17:59:38] In state Ready, waiting for state Running [17:59:38] Setting State: Activating [17:59:38] Setting State: Committed [17:59:43] Setting State: Running [17:59:43] Detected state Running [17:59:43] *** Notice: This subscan will be numbered as scan #32 in your data reduction package. [17:59:43] In state Running, waiting for state Ready [18:02:04] Setting State: Stopping [18:02:09] Setting State: Ready [18:02:09] Detected state Ready [18:02:09] Ygor Telescope: WaitForStopping [18:02:09] DecLatMap: Subscan 27 of 53 [18:02:09] In state Ready, waiting for state Running [18:02:09] Setting State: Activating [18:02:10] Setting State: Committed [18:02:17] Setting State: Running [18:02:17] Detected state Running [18:02:17] *** Notice: This subscan will be numbered as scan #33 in your data reduction package. [18:02:17] In state Running, waiting for state Ready [18:04:38] Setting State: Stopping [18:04:42] Setting State: Ready [18:04:42] Detected state Ready [18:04:42] Ygor Telescope: WaitForStopping [18:04:42] DecLatMap: Subscan 28 of 53 [18:04:43] In state Ready, waiting for state Running [18:04:43] Setting State: Activating [18:04:43] Setting State: Committed [18:04:48] Setting State: Running [18:04:48] Detected state Running [18:04:48] *** Notice: This subscan will be numbered as scan #34 in your data reduction package. [18:04:48] In state Running, waiting for state Ready [18:07:09] Setting State: Stopping [18:07:14] Setting State: Ready [18:07:14] Detected state Ready [18:07:14] Ygor Telescope: WaitForStopping [18:07:14] DecLatMap: Subscan 29 of 53 [18:07:14] In state Ready, waiting for state Running [18:07:14] Setting State: Activating [18:07:14] Setting State: Committed [18:07:22] Setting State: Running [18:07:22] Detected state Running [18:07:22] *** Notice: This subscan will be numbered as scan #35 in your data reduction package. [18:07:22] In state Running, waiting for state Ready [18:09:43] Setting State: Stopping [18:09:47] Setting State: Ready [18:09:47] Detected state Ready [18:09:47] Ygor Telescope: WaitForStopping [18:09:47] DecLatMap: Subscan 30 of 53 [18:09:48] In state Ready, waiting for state Running [18:09:48] Setting State: Activating [18:09:48] Setting State: Committed [18:09:53] Setting State: Running [18:09:53] Detected state Running [18:09:53] *** Notice: This subscan will be numbered as scan #36 in your data reduction package. [18:09:53] In state Running, waiting for state Ready [18:12:14] Setting State: Stopping [18:12:19] Setting State: Ready [18:12:19] Detected state Ready [18:12:19] Ygor Telescope: WaitForStopping [18:12:19] DecLatMap: Subscan 31 of 53 [18:12:19] In state Ready, waiting for state Running [18:12:19] Setting State: Activating [18:12:19] Setting State: Committed [18:12:27] Setting State: Running [18:12:27] Detected state Running [18:12:27] *** Notice: This subscan will be numbered as scan #37 in your data reduction package. [18:12:27] In state Running, waiting for state Ready [18:14:48] Setting State: Stopping [18:14:52] Setting State: Ready [18:14:52] Detected state Ready [18:14:52] Ygor Telescope: WaitForStopping [18:14:52] DecLatMap: Subscan 32 of 53 [18:14:53] In state Ready, waiting for state Running [18:14:53] Setting State: Activating [18:14:53] Setting State: Committed [18:14:59] Setting State: Running [18:14:59] Detected state Running [18:14:59] *** Notice: This subscan will be numbered as scan #38 in your data reduction package. [18:14:59] In state Running, waiting for state Ready [18:17:20] Setting State: Stopping [18:17:25] Setting State: Ready [18:17:25] Detected state Ready [18:17:25] Ygor Telescope: WaitForStopping [18:17:25] DecLatMap: Subscan 33 of 53 [18:17:25] In state Ready, waiting for state Running [18:17:25] Setting State: Activating [18:17:25] Setting State: Committed [18:17:32] Setting State: Running [18:17:32] Detected state Running [18:17:32] *** Notice: This subscan will be numbered as scan #39 in your data reduction package. [18:17:32] In state Running, waiting for state Ready [18:19:53] Setting State: Stopping [18:19:57] Setting State: Ready [18:19:57] Detected state Ready [18:19:57] Ygor Telescope: WaitForStopping [18:19:57] DecLatMap: Subscan 34 of 53 [18:19:58] In state Ready, waiting for state Running [18:19:58] Setting State: Activating [18:19:58] Setting State: Committed [18:20:05] Setting State: Running [18:20:05] Detected state Running [18:20:05] *** Notice: This subscan will be numbered as scan #40 in your data reduction package. [18:20:05] In state Running, waiting for state Ready [18:22:26] Setting State: Stopping [18:22:31] Setting State: Ready [18:22:31] Detected state Ready [18:22:31] Ygor Telescope: WaitForStopping [18:22:31] DecLatMap: Subscan 35 of 53 [18:22:31] In state Ready, waiting for state Running [18:22:31] Setting State: Activating [18:22:31] Setting State: Committed [18:22:38] Setting State: Running [18:22:38] Detected state Running [18:22:38] *** Notice: This subscan will be numbered as scan #41 in your data reduction package. [18:22:38] In state Running, waiting for state Ready [18:24:59] Setting State: Stopping [18:25:03] Setting State: Ready [18:25:03] Detected state Ready [18:25:03] Ygor Telescope: WaitForStopping [18:25:03] DecLatMap: Subscan 36 of 53 [18:25:04] In state Ready, waiting for state Running [18:25:04] Setting State: Activating [18:25:04] Setting State: Committed [18:25:12] Setting State: Running [18:25:12] Detected state Running [18:25:12] *** Notice: This subscan will be numbered as scan #42 in your data reduction package. [18:25:12] In state Running, waiting for state Ready [18:27:33] Setting State: Stopping [18:27:38] Setting State: Ready [18:27:38] Detected state Ready [18:27:38] Ygor Telescope: WaitForStopping [18:27:38] DecLatMap: Subscan 37 of 53 [18:27:38] In state Ready, waiting for state Running [18:27:38] Setting State: Activating [18:27:38] Setting State: Committed [18:27:45] Setting State: Running [18:27:45] Detected state Running [18:27:45] *** Notice: This subscan will be numbered as scan #43 in your data reduction package. [18:27:45] In state Running, waiting for state Ready [18:30:06] Setting State: Stopping [18:30:10] Setting State: Ready [18:30:10] Detected state Ready [18:30:10] Ygor Telescope: WaitForStopping [18:30:10] DecLatMap: Subscan 38 of 53 [18:30:10] In state Ready, waiting for state Running [18:30:11] Setting State: Activating [18:30:11] Setting State: Committed [18:30:20] Setting State: Running [18:30:20] Detected state Running [18:30:20] *** Notice: This subscan will be numbered as scan #44 in your data reduction package. [18:30:20] In state Running, waiting for state Ready [18:32:41] Setting State: Stopping [18:32:46] Setting State: Ready [18:32:46] Detected state Ready [18:32:46] Ygor Telescope: WaitForStopping [18:32:46] DecLatMap: Subscan 39 of 53 [18:32:46] In state Ready, waiting for state Running [18:32:46] Setting State: Activating [18:32:46] Setting State: Committed [18:32:53] Setting State: Running [18:32:53] Detected state Running [18:32:53] *** Notice: This subscan will be numbered as scan #45 in your data reduction package. [18:32:53] In state Running, waiting for state Ready [18:35:14] Setting State: Stopping [18:35:18] Setting State: Ready [18:35:18] Detected state Ready [18:35:18] Ygor Telescope: WaitForStopping [18:35:18] DecLatMap: Subscan 40 of 53 [18:35:18] In state Ready, waiting for state Running [18:35:18] Setting State: Activating [18:35:19] Setting State: Committed [18:35:29] Setting State: Running [18:35:29] Detected state Running [18:35:29] *** Notice: This subscan will be numbered as scan #46 in your data reduction package. [18:35:29] In state Running, waiting for state Ready [18:37:50] Setting State: Stopping [18:37:55] Setting State: Ready [18:37:55] Detected state Ready [18:37:55] Ygor Telescope: WaitForStopping [18:37:55] DecLatMap: Subscan 41 of 53 [18:37:55] In state Ready, waiting for state Running [18:37:55] Setting State: Activating [18:37:55] Setting State: Committed [18:38:02] Setting State: Running [18:38:02] Detected state Running [18:38:02] *** Notice: This subscan will be numbered as scan #47 in your data reduction package. [18:38:02] In state Running, waiting for state Ready [18:40:23] Setting State: Stopping [18:40:27] Setting State: Ready [18:40:27] Detected state Ready [18:40:27] Ygor Telescope: WaitForStopping [18:40:27] DecLatMap: Subscan 42 of 53 [18:40:28] In state Ready, waiting for state Running [18:40:28] Setting State: Activating [18:40:28] Setting State: Committed [18:40:33] Setting State: Running [18:40:33] Detected state Running [18:40:33] *** Notice: This subscan will be numbered as scan #48 in your data reduction package. [18:40:33] In state Running, waiting for state Ready [18:42:54] Setting State: Stopping [18:42:59] Setting State: Ready [18:42:59] Detected state Ready [18:42:59] Ygor Telescope: WaitForStopping [18:42:59] DecLatMap: Subscan 43 of 53 [18:42:59] In state Ready, waiting for state Running [18:42:59] Setting State: Activating [18:42:59] Setting State: Committed [18:43:06] Setting State: Running [18:43:06] Detected state Running [18:43:06] *** Notice: This subscan will be numbered as scan #49 in your data reduction package. [18:43:06] In state Running, waiting for state Ready [18:45:27] Setting State: Stopping [18:45:31] Setting State: Ready [18:45:31] Detected state Ready [18:45:31] Ygor Telescope: WaitForStopping [18:45:31] DecLatMap: Subscan 44 of 53 [18:45:31] In state Ready, waiting for state Running [18:45:31] Setting State: Activating [18:45:32] Setting State: Committed [18:45:37] Setting State: Running [18:45:37] Detected state Running [18:45:37] *** Notice: This subscan will be numbered as scan #50 in your data reduction package. [18:45:37] In state Running, waiting for state Ready [18:47:58] Setting State: Stopping [18:48:03] Setting State: Ready [18:48:03] Detected state Ready [18:48:03] Ygor Telescope: WaitForStopping [18:48:03] DecLatMap: Subscan 45 of 53 [18:48:03] In state Ready, waiting for state Running [18:48:03] Setting State: Activating [18:48:03] Setting State: Committed [18:48:10] Setting State: Running [18:48:10] Detected state Running [18:48:10] *** Notice: This subscan will be numbered as scan #51 in your data reduction package. [18:48:10] In state Running, waiting for state Ready [18:50:31] Setting State: Stopping [18:50:35] Setting State: Ready [18:50:35] Detected state Ready [18:50:35] Ygor Telescope: WaitForStopping [18:50:35] DecLatMap: Subscan 46 of 53 [18:50:35] In state Ready, waiting for state Running [18:50:36] Setting State: Activating [18:50:36] Setting State: Committed [18:50:41] Setting State: Running [18:50:41] Detected state Running [18:50:41] *** Notice: This subscan will be numbered as scan #52 in your data reduction package. [18:50:41] In state Running, waiting for state Ready [18:53:02] Setting State: Stopping [18:53:07] Setting State: Ready [18:53:07] Detected state Ready [18:53:07] Ygor Telescope: WaitForStopping [18:53:07] DecLatMap: Subscan 47 of 53 [18:53:07] In state Ready, waiting for state Running [18:53:07] Setting State: Activating [18:53:07] Setting State: Committed [18:53:14] Setting State: Running [18:53:14] Detected state Running [18:53:14] *** Notice: This subscan will be numbered as scan #53 in your data reduction package. [18:53:14] In state Running, waiting for state Ready [18:55:35] Setting State: Stopping [18:55:39] Setting State: Ready [18:55:39] Detected state Ready [18:55:39] Ygor Telescope: WaitForStopping [18:55:39] DecLatMap: Subscan 48 of 53 [18:55:39] In state Ready, waiting for state Running [18:55:40] Setting State: Activating [18:55:40] Setting State: Committed [18:55:45] Setting State: Running [18:55:45] Detected state Running [18:55:45] *** Notice: This subscan will be numbered as scan #54 in your data reduction package. [18:55:45] In state Running, waiting for state Ready [18:58:06] Setting State: Stopping [18:58:11] Setting State: Ready [18:58:11] Detected state Ready [18:58:11] Ygor Telescope: WaitForStopping [18:58:11] DecLatMap: Subscan 49 of 53 [18:58:11] In state Ready, waiting for state Running [18:58:11] Setting State: Activating [18:58:11] Setting State: Committed [18:58:18] Setting State: Running [18:58:18] Detected state Running [18:58:18] *** Notice: This subscan will be numbered as scan #55 in your data reduction package. [18:58:18] In state Running, waiting for state Ready [19:00:39] Setting State: Stopping [19:00:43] Setting State: Ready [19:00:43] Detected state Ready [19:00:43] Ygor Telescope: WaitForStopping [19:00:43] DecLatMap: Subscan 50 of 53 [19:00:43] In state Ready, waiting for state Running [19:00:44] Setting State: Activating [19:00:44] Setting State: Committed [19:00:49] Setting State: Running [19:00:49] Detected state Running [19:00:49] *** Notice: This subscan will be numbered as scan #56 in your data reduction package. [19:00:49] In state Running, waiting for state Ready [19:03:10] Setting State: Stopping [19:03:15] Setting State: Ready [19:03:15] Detected state Ready [19:03:15] Ygor Telescope: WaitForStopping [19:03:15] DecLatMap: Subscan 51 of 53 [19:03:15] In state Ready, waiting for state Running [19:03:15] Setting State: Activating [19:03:15] Setting State: Committed [19:03:22] Setting State: Running [19:03:22] Detected state Running [19:03:22] *** Notice: This subscan will be numbered as scan #57 in your data reduction package. [19:03:22] In state Running, waiting for state Ready [19:05:43] Setting State: Stopping [19:05:47] Setting State: Ready [19:05:47] Detected state Ready [19:05:47] Ygor Telescope: WaitForStopping [19:05:47] DecLatMap: Subscan 52 of 53 [19:05:47] In state Ready, waiting for state Running [19:05:47] Setting State: Activating [19:05:48] Setting State: Committed [19:05:53] Setting State: Running [19:05:53] Detected state Running [19:05:53] *** Notice: This subscan will be numbered as scan #58 in your data reduction package. [19:05:53] In state Running, waiting for state Ready [19:08:14] Setting State: Stopping [19:08:19] Setting State: Ready [19:08:19] Detected state Ready [19:08:19] Ygor Telescope: WaitForStopping [19:08:19] DecLatMap: Subscan 53 of 53 [19:08:19] In state Ready, waiting for state Running [19:08:19] Setting State: Activating [19:08:19] Setting State: Committed [19:08:26] Setting State: Running [19:08:26] Detected state Running [19:08:26] *** Notice: This subscan will be numbered as scan #59 in your data reduction package. [19:08:26] In state Running, waiting for state Ready [19:10:47] Setting State: Stopping [19:10:51] Setting State: Ready [19:10:51] Detected state Ready [19:10:51] Ygor Telescope: WaitForStopping runSuccessful: True [19:10:51] ******** End Scheduling Block [19:10:51] ******** observer = Kimberly Emig, SB name = science_800, project ID = AGBT21A_292 how much log? 31875 id: 252791self.history: self.history.connection: how much converted log? 32080 ####################################################### ####################################################### SCRIPT NUMBER 3, project:AGBT21A_292_01 252792 983 Kimberly Emig 5 David Rose 2021-02-27 19:11:03 obs_completed ####################################################### # Import general modules import os import sys # Add the obs directory to the path obsdir = "/home/scratch/kemig/AGBT21A_292/scripts/" sys.path.append(obsdir) # Include user configurations #execfile(os.path.join( obsdir, "configVegas_342_800.py")) line800=""" receiver = 'Rcvr_800' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 0.3386655 swfreq = 0,0 tint = 1.354662 vlow = 0 vhigh = 0 vframe = 'lsrk' vdef = 'Relativistic' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 799.0 # H201a deltafreq = 0 bandwidth = 23.44 vegas.subband = 8 iftarget = 5 nchan = 32768 # 0.26 km/s resolution) restfreq = [673.0, 691.0, 709.0, 727.0, 745.0, 763.0, 781.0, 799.0, 817.0, 835.0, 853.0, 871.0, 889.0, 907.0, 925.0] """ # Include catalogs Catalog(pointing) Catalog(fluxcal) fluxCal = Catalog(os.path.join( obsdir , "fluxcal.cat")) hii = Catalog(os.path.join( obsdir , "cygx_pf.cat")) # --------------some input info --------------------- # list of target sources sourceNameList= [ "CygX" ] # setup lineConfig = line800 # name in config file doContConfig = False # flag for config continuum doLineConfig = True # flag for config line doPeak = False # flag for peak/focus doMap = True # flag for track searchRadius = 15.0 # search radius [deg] #--------------------------------------------------- # Loop through source list for sourceName in sourceNameList: position = Catalog.Locate(sourceName) Comment("Observing source %s" % (sourceName) ) # Configure for continuum #if doContConfig: # Comment("Configure continuum") # Configure(contConfig) # peak/focus if doPeak: AutoPeak(location=position) # Configure for spectral line if doLineConfig: Configure(lineConfig) # Map if doMap: Slew(sourceName) Balance() Comment("Mapping") RALongMap( sourceName, Offset("Galactic", 5.5, 0.0, cosv=True), Offset("Galactic", 0.0, 5.5, cosv=True), Offset("Galactic", 0.0, 6.3462/60.0, cosv=True), scanDuration=139.53019, start=1, stop=53 ) #DecLatMap( sourceName, # Offset("Galactic", 5.5, 0.0, cosv=True), # Offset("Galactic", 0.0, 5.5, cosv=True), # Offset("Galactic", 6.3462/60.0, 0.0, cosv=True), # scanDuration=139.53019, start=1, stop=53 ) ####################################################### LOG SESSION NUMBER 3 [19:11:04] ******** Begin Scheduling Block [19:11:04] ******** observer = Kimberly Emig, SB name = science_800, project ID = AGBT21A_292, date = 27 Feb 2021 [19:11:04] Observing source CygX [19:11:06] Configuring telescope. [19:11:07] Setting State: Activating [19:11:09] Setting State: Ready [19:11:10] Setting State: Activating [19:11:11] Setting State: Ready [19:11:11] Default values are [19:11:11] if3freq = [0] [19:11:11] Configuring for backend VEGAS... [19:11:11] The bad devices are: [19:11:11] ConverterFilter14 [19:11:11] ConverterFilter2 [19:11:11] ConverterFilter16 [19:11:11] ConverterFilter10 [19:11:11] ConverterFilter12 [19:11:11] The bad devices are: [19:11:11] ConverterFilter14 [19:11:11] ConverterFilter2 [19:11:11] ConverterFilter16 [19:11:11] ConverterFilter10 [19:11:11] ConverterFilter12 [19:11:11] Warning: Total bandwidth is greater than any receiver filter available: Setting receiver filter to maximum [19:11:11] Warning: more than 10% of your data will be blanked in BankA using mode MODE23 with bandwidth of 23.44 [19:11:11] Warning: more than 10% of your data will be blanked in BankB using mode MODE23 with bandwidth of 23.44 [19:11:11] Waiting for IFRack to finish activating [19:11:11] . . [19:11:11] Finalizing VEGAS config... [19:11:11] Checking telescope [19:11:11] Configuration Complete [19:11:11] source : CygX INTENSITY : 999.9 location : J2000 @ (20:29:54.59, 41:29:44.30) Line : - velocity : 0.0 [19:11:11] Slewing to source. [19:11:11] In state Ready, waiting for state Activating [19:11:11] Setting State: Activating [19:11:11] Detected state Activating [19:11:11] In state Activating, waiting for state Ready [19:11:43] Setting State: Ready [19:11:43] Detected state Ready [19:11:43] Balancing IF system. [19:11:43] Balancing PF [19:11:43] Setting State: Activating [19:11:43] Prime Focus Balance failed [19:11:43] Balancing IFRack [19:11:44] Setting State: Ready [19:11:44] Setting State: Activating [19:11:44] Setting State: Ready [19:11:45] the sampler values are: [19:11:45] RF_power 1 : 5 [19:11:45] RF_power 2 : 0.04394531 [19:11:45] RF_power 3 : 5.327148 [19:11:45] RF_power 4 : 0.07324219 [19:11:45] RF_power 5 : 0.0390625 [19:11:45] RF_power 6 : 0.0390625 [19:11:45] RF_power 7 : 0.01464844 [19:11:45] RF_power 8 : 0.04882812 [19:11:45] Balancing VEGAS [19:11:45] Setting State: Activating [19:11:45] Setting State: Ready [19:11:47] Setting State: Activating [19:11:47] Setting State: Ready [19:11:47] Mapping [19:11:47] source : CygX INTENSITY : 999.9 location : J2000 @ (20:29:54.59, 41:29:44.30) Line : - velocity : 0.0 [19:11:47] RALongMap: Subscan 1 of 53 [19:11:47] In state Ready, waiting for state Running [19:11:47] Setting State: Activating [19:11:47] Setting State: Committed [19:12:19] Setting State: Running [19:12:19] Detected state Running [19:12:19] *** Notice: This subscan will be numbered as scan #60 in your data reduction package. [19:12:19] In state Running, waiting for state Ready [19:14:40] Setting State: Stopping [19:14:44] Setting State: Ready [19:14:44] Detected state Ready [19:14:44] Ygor Telescope: WaitForStopping [19:14:44] RALongMap: Subscan 2 of 53 [19:14:44] In state Ready, waiting for state Running [19:14:44] Setting State: Activating [19:14:44] Setting State: Committed [19:14:50] Setting State: Running [19:14:50] Detected state Running [19:14:50] *** Notice: This subscan will be numbered as scan #61 in your data reduction package. [19:14:50] In state Running, waiting for state Ready [19:17:11] Setting State: Stopping [19:17:15] Setting State: Ready [19:17:15] Detected state Ready [19:17:15] Ygor Telescope: WaitForStopping [19:17:15] RALongMap: Subscan 3 of 53 [19:17:15] In state Ready, waiting for state Running [19:17:15] Setting State: Activating [19:17:15] Setting State: Committed [19:17:21] Setting State: Running [19:17:21] Detected state Running [19:17:21] *** Notice: This subscan will be numbered as scan #62 in your data reduction package. [19:17:21] In state Running, waiting for state Ready [19:19:42] Setting State: Stopping [19:19:46] Setting State: Ready [19:19:46] Detected state Ready [19:19:46] Ygor Telescope: WaitForStopping [19:19:46] RALongMap: Subscan 4 of 53 [19:19:46] In state Ready, waiting for state Running [19:19:46] Setting State: Activating [19:19:46] Setting State: Committed [19:19:52] Setting State: Running [19:19:52] Detected state Running [19:19:52] *** Notice: This subscan will be numbered as scan #63 in your data reduction package. [19:19:52] In state Running, waiting for state Ready [19:22:13] Setting State: Stopping [19:22:17] Setting State: Ready [19:22:17] Detected state Ready [19:22:17] Ygor Telescope: WaitForStopping [19:22:17] RALongMap: Subscan 5 of 53 [19:22:17] In state Ready, waiting for state Running [19:22:17] Setting State: Activating [19:22:17] Setting State: Committed [19:22:23] Setting State: Running [19:22:23] Detected state Running [19:22:23] *** Notice: This subscan will be numbered as scan #64 in your data reduction package. [19:22:23] In state Running, waiting for state Ready [19:24:44] Setting State: Stopping [19:24:48] Setting State: Ready [19:24:48] Detected state Ready [19:24:48] Ygor Telescope: WaitForStopping [19:24:48] RALongMap: Subscan 6 of 53 [19:24:48] In state Ready, waiting for state Running [19:24:48] Setting State: Activating [19:24:48] Setting State: Committed [19:24:54] Setting State: Running [19:24:54] Detected state Running [19:24:54] *** Notice: This subscan will be numbered as scan #65 in your data reduction package. [19:24:54] In state Running, waiting for state Ready [19:27:15] Setting State: Stopping [19:27:19] Setting State: Ready [19:27:19] Detected state Ready [19:27:19] Ygor Telescope: WaitForStopping [19:27:19] RALongMap: Subscan 7 of 53 [19:27:19] In state Ready, waiting for state Running [19:27:19] Setting State: Activating [19:27:19] Setting State: Committed [19:27:25] Setting State: Running [19:27:25] Detected state Running [19:27:25] *** Notice: This subscan will be numbered as scan #66 in your data reduction package. [19:27:25] In state Running, waiting for state Ready [19:29:46] Setting State: Stopping [19:29:50] Setting State: Ready [19:29:50] Detected state Ready [19:29:50] Ygor Telescope: WaitForStopping [19:29:50] RALongMap: Subscan 8 of 53 [19:29:50] In state Ready, waiting for state Running [19:29:50] Setting State: Activating [19:29:50] Setting State: Committed [19:29:56] Setting State: Running [19:29:56] Detected state Running [19:29:56] *** Notice: This subscan will be numbered as scan #67 in your data reduction package. [19:29:56] In state Running, waiting for state Ready [19:32:17] Setting State: Stopping [19:32:21] Setting State: Ready [19:32:21] Detected state Ready [19:32:21] Ygor Telescope: WaitForStopping [19:32:21] RALongMap: Subscan 9 of 53 [19:32:21] In state Ready, waiting for state Running [19:32:21] Setting State: Activating [19:32:21] Setting State: Committed [19:32:27] Setting State: Running [19:32:27] Detected state Running [19:32:27] *** Notice: This subscan will be numbered as scan #68 in your data reduction package. [19:32:27] In state Running, waiting for state Ready [19:34:48] Setting State: Stopping [19:34:52] Setting State: Ready [19:34:52] Detected state Ready [19:34:52] Ygor Telescope: WaitForStopping [19:34:52] RALongMap: Subscan 10 of 53 [19:34:52] In state Ready, waiting for state Running [19:34:52] Setting State: Activating [19:34:52] Setting State: Committed [19:34:58] Setting State: Running [19:34:58] Detected state Running [19:34:58] *** Notice: This subscan will be numbered as scan #69 in your data reduction package. [19:34:58] In state Running, waiting for state Ready [19:37:19] Setting State: Stopping [19:37:23] Setting State: Ready [19:37:23] Detected state Ready [19:37:23] Ygor Telescope: WaitForStopping [19:37:23] RALongMap: Subscan 11 of 53 [19:37:23] In state Ready, waiting for state Running [19:37:23] Setting State: Activating [19:37:23] Setting State: Committed [19:37:29] Setting State: Running [19:37:29] Detected state Running [19:37:29] *** Notice: This subscan will be numbered as scan #70 in your data reduction package. [19:37:29] In state Running, waiting for state Ready [19:39:50] Setting State: Stopping [19:39:54] Setting State: Ready [19:39:54] Detected state Ready [19:39:54] Ygor Telescope: WaitForStopping [19:39:54] RALongMap: Subscan 12 of 53 [19:39:54] In state Ready, waiting for state Running [19:39:54] Setting State: Activating [19:39:54] Setting State: Committed [19:40:00] Setting State: Running [19:40:00] Detected state Running [19:40:00] *** Notice: This subscan will be numbered as scan #71 in your data reduction package. [19:40:00] In state Running, waiting for state Ready [19:42:21] Setting State: Stopping [19:42:25] Setting State: Ready [19:42:25] Detected state Ready [19:42:25] Ygor Telescope: WaitForStopping [19:42:25] RALongMap: Subscan 13 of 53 [19:42:25] In state Ready, waiting for state Running [19:42:25] Setting State: Activating [19:42:25] Setting State: Committed [19:42:31] Setting State: Running [19:42:31] Detected state Running [19:42:31] *** Notice: This subscan will be numbered as scan #72 in your data reduction package. [19:42:31] In state Running, waiting for state Ready [19:44:52] Setting State: Stopping [19:44:55] Setting State: Ready [19:44:55] Detected state Ready [19:44:55] Ygor Telescope: WaitForStopping [19:44:55] RALongMap: Subscan 14 of 53 [19:44:56] In state Ready, waiting for state Running [19:44:56] Setting State: Activating [19:44:56] Setting State: Committed [19:45:01] Setting State: Running [19:45:01] Detected state Running [19:45:01] *** Notice: This subscan will be numbered as scan #73 in your data reduction package. [19:45:01] In state Running, waiting for state Ready [19:47:22] Setting State: Stopping [19:47:26] Setting State: Ready [19:47:26] Detected state Ready [19:47:26] Ygor Telescope: WaitForStopping [19:47:26] RALongMap: Subscan 15 of 53 [19:47:26] In state Ready, waiting for state Running [19:47:26] Setting State: Activating [19:47:26] Setting State: Committed [19:47:32] Setting State: Running [19:47:32] Detected state Running [19:47:32] *** Notice: This subscan will be numbered as scan #74 in your data reduction package. [19:47:32] In state Running, waiting for state Ready [19:49:53] Setting State: Stopping [19:49:56] Setting State: Ready [19:49:56] Detected state Ready [19:49:56] Ygor Telescope: WaitForStopping [19:49:56] RALongMap: Subscan 16 of 53 [19:49:57] In state Ready, waiting for state Running [19:49:57] Setting State: Activating [19:49:57] Setting State: Committed [19:50:02] Setting State: Running [19:50:02] Detected state Running [19:50:02] *** Notice: This subscan will be numbered as scan #75 in your data reduction package. [19:50:02] In state Running, waiting for state Ready [19:52:23] Setting State: Stopping [19:52:27] Setting State: Ready [19:52:27] Detected state Ready [19:52:27] Ygor Telescope: WaitForStopping [19:52:27] RALongMap: Subscan 17 of 53 [19:52:27] In state Ready, waiting for state Running [19:52:27] Setting State: Activating [19:52:27] Setting State: Committed [19:52:33] Setting State: Running [19:52:33] Detected state Running [19:52:33] *** Notice: This subscan will be numbered as scan #76 in your data reduction package. [19:52:33] In state Running, waiting for state Ready [19:54:54] Setting State: Stopping [19:54:57] Setting State: Ready [19:54:57] Detected state Ready [19:54:57] Ygor Telescope: WaitForStopping [19:54:57] RALongMap: Subscan 18 of 53 [19:54:58] In state Ready, waiting for state Running [19:54:58] Setting State: Activating [19:54:58] Setting State: Committed [19:55:03] Setting State: Running [19:55:03] Detected state Running [19:55:03] *** Notice: This subscan will be numbered as scan #77 in your data reduction package. [19:55:03] In state Running, waiting for state Ready [19:57:24] Setting State: Stopping [19:57:28] Setting State: Ready [19:57:28] Detected state Ready [19:57:28] Ygor Telescope: WaitForStopping [19:57:28] RALongMap: Subscan 19 of 53 [19:57:28] In state Ready, waiting for state Running [19:57:28] Setting State: Activating [19:57:28] Setting State: Committed [19:57:34] Setting State: Running [19:57:34] Detected state Running [19:57:34] *** Notice: This subscan will be numbered as scan #78 in your data reduction package. [19:57:34] In state Running, waiting for state Ready [19:59:55] Setting State: Stopping [19:59:58] Setting State: Ready [19:59:58] Detected state Ready [19:59:58] Ygor Telescope: WaitForStopping [19:59:58] RALongMap: Subscan 20 of 53 [19:59:59] In state Ready, waiting for state Running [19:59:59] Setting State: Activating [19:59:59] Setting State: Committed [20:00:04] Setting State: Running [20:00:04] Detected state Running [20:00:04] *** Notice: This subscan will be numbered as scan #79 in your data reduction package. [20:00:04] In state Running, waiting for state Ready [20:02:25] Setting State: Stopping [20:02:29] Setting State: Ready [20:02:29] Detected state Ready [20:02:29] Ygor Telescope: WaitForStopping [20:02:29] RALongMap: Subscan 21 of 53 [20:02:29] In state Ready, waiting for state Running [20:02:29] Setting State: Activating [20:02:29] Setting State: Committed [20:02:35] Setting State: Running [20:02:35] Detected state Running [20:02:35] *** Notice: This subscan will be numbered as scan #80 in your data reduction package. [20:02:35] In state Running, waiting for state Ready [20:04:56] Setting State: Stopping [20:04:59] Setting State: Ready [20:04:59] Detected state Ready [20:04:59] Ygor Telescope: WaitForStopping [20:04:59] RALongMap: Subscan 22 of 53 [20:05:00] In state Ready, waiting for state Running [20:05:00] Setting State: Activating [20:05:00] Setting State: Committed [20:05:05] Setting State: Running [20:05:05] Detected state Running [20:05:05] *** Notice: This subscan will be numbered as scan #81 in your data reduction package. [20:05:05] In state Running, waiting for state Ready [20:07:26] Setting State: Stopping [20:07:30] Setting State: Ready [20:07:30] Detected state Ready [20:07:30] Ygor Telescope: WaitForStopping [20:07:30] RALongMap: Subscan 23 of 53 [20:07:30] In state Ready, waiting for state Running [20:07:30] Setting State: Activating [20:07:30] Setting State: Committed [20:07:36] Setting State: Running [20:07:36] Detected state Running [20:07:36] *** Notice: This subscan will be numbered as scan #82 in your data reduction package. [20:07:36] In state Running, waiting for state Ready [20:09:57] Setting State: Stopping [20:10:00] Setting State: Ready [20:10:00] Detected state Ready [20:10:00] Ygor Telescope: WaitForStopping [20:10:00] RALongMap: Subscan 24 of 53 [20:10:02] In state Ready, waiting for state Running [20:10:02] Setting State: Activating [20:10:02] Setting State: Committed [20:10:07] Setting State: Running [20:10:07] Detected state Running [20:10:07] *** Notice: This subscan will be numbered as scan #83 in your data reduction package. [20:10:07] In state Running, waiting for state Ready [20:12:28] Setting State: Stopping [20:12:32] Setting State: Ready [20:12:32] Detected state Ready [20:12:32] Ygor Telescope: WaitForStopping [20:12:32] RALongMap: Subscan 25 of 53 [20:12:32] In state Ready, waiting for state Running [20:12:32] Setting State: Activating [20:12:32] Setting State: Committed [20:12:38] Setting State: Running [20:12:38] Detected state Running [20:12:38] *** Notice: This subscan will be numbered as scan #84 in your data reduction package. [20:12:38] In state Running, waiting for state Ready [20:14:59] Setting State: Stopping [20:15:02] Setting State: Ready [20:15:02] Detected state Ready [20:15:02] Ygor Telescope: WaitForStopping [20:15:02] RALongMap: Subscan 26 of 53 [20:15:03] In state Ready, waiting for state Running [20:15:03] Setting State: Activating [20:15:03] Setting State: Committed [20:15:08] Setting State: Running [20:15:08] Detected state Running [20:15:08] *** Notice: This subscan will be numbered as scan #85 in your data reduction package. [20:15:08] In state Running, waiting for state Ready [20:17:29] Setting State: Stopping [20:17:33] Setting State: Ready [20:17:33] Detected state Ready [20:17:33] Ygor Telescope: WaitForStopping [20:17:33] RALongMap: Subscan 27 of 53 [20:17:33] In state Ready, waiting for state Running [20:17:33] Setting State: Activating [20:17:33] Setting State: Committed [20:17:39] Setting State: Running [20:17:39] Detected state Running [20:17:39] *** Notice: This subscan will be numbered as scan #86 in your data reduction package. [20:17:39] In state Running, waiting for state Ready [20:20:00] Setting State: Stopping [20:20:03] Setting State: Ready [20:20:03] Detected state Ready [20:20:03] Ygor Telescope: WaitForStopping [20:20:03] RALongMap: Subscan 28 of 53 [20:20:04] In state Ready, waiting for state Running [20:20:04] Setting State: Activating [20:20:04] Setting State: Committed [20:20:09] Setting State: Running [20:20:09] Detected state Running [20:20:09] *** Notice: This subscan will be numbered as scan #87 in your data reduction package. [20:20:09] In state Running, waiting for state Ready [20:22:30] Setting State: Stopping [20:22:34] Setting State: Ready [20:22:34] Detected state Ready [20:22:34] Ygor Telescope: WaitForStopping [20:22:34] RALongMap: Subscan 29 of 53 [20:22:34] In state Ready, waiting for state Running [20:22:34] Setting State: Activating [20:22:34] Setting State: Committed [20:22:40] Setting State: Running [20:22:40] Detected state Running [20:22:40] *** Notice: This subscan will be numbered as scan #88 in your data reduction package. [20:22:40] In state Running, waiting for state Ready [20:25:01] Setting State: Stopping [20:25:04] Setting State: Ready [20:25:04] Detected state Ready [20:25:04] Ygor Telescope: WaitForStopping [20:25:04] RALongMap: Subscan 30 of 53 [20:25:05] In state Ready, waiting for state Running [20:25:05] Setting State: Activating [20:25:05] Setting State: Committed [20:25:10] Setting State: Running [20:25:10] Detected state Running [20:25:10] *** Notice: This subscan will be numbered as scan #89 in your data reduction package. [20:25:10] In state Running, waiting for state Ready [20:27:31] Setting State: Stopping [20:27:35] Setting State: Ready [20:27:35] Detected state Ready [20:27:35] Ygor Telescope: WaitForStopping [20:27:35] RALongMap: Subscan 31 of 53 [20:27:35] In state Ready, waiting for state Running [20:27:35] Setting State: Activating [20:27:35] Setting State: Committed [20:27:41] Setting State: Running [20:27:41] Detected state Running [20:27:41] *** Notice: This subscan will be numbered as scan #90 in your data reduction package. [20:27:41] In state Running, waiting for state Ready [20:30:02] Setting State: Stopping [20:30:05] Setting State: Ready [20:30:05] Detected state Ready [20:30:05] Ygor Telescope: WaitForStopping [20:30:05] RALongMap: Subscan 32 of 53 [20:30:06] In state Ready, waiting for state Running [20:30:06] Setting State: Activating [20:30:06] Setting State: Committed [20:30:11] Setting State: Running [20:30:11] Detected state Running [20:30:11] *** Notice: This subscan will be numbered as scan #91 in your data reduction package. [20:30:11] In state Running, waiting for state Ready [20:32:32] Setting State: Stopping [20:32:36] Setting State: Ready [20:32:36] Detected state Ready [20:32:36] Ygor Telescope: WaitForStopping [20:32:36] RALongMap: Subscan 33 of 53 [20:32:36] In state Ready, waiting for state Running [20:32:36] Setting State: Activating [20:32:36] Setting State: Committed [20:32:42] Setting State: Running [20:32:42] Detected state Running [20:32:42] *** Notice: This subscan will be numbered as scan #92 in your data reduction package. [20:32:42] In state Running, waiting for state Ready [20:35:03] Setting State: Stopping [20:35:06] Setting State: Ready [20:35:06] Detected state Ready [20:35:06] Ygor Telescope: WaitForStopping [20:35:06] RALongMap: Subscan 34 of 53 [20:35:07] In state Ready, waiting for state Running [20:35:07] Setting State: Activating [20:35:07] Setting State: Committed [20:35:15] Setting State: Running [20:35:15] Detected state Running [20:35:15] *** Notice: This subscan will be numbered as scan #93 in your data reduction package. [20:35:15] In state Running, waiting for state Ready [20:37:36] Setting State: Stopping [20:37:40] Setting State: Ready [20:37:40] Detected state Ready [20:37:40] Ygor Telescope: WaitForStopping [20:37:40] RALongMap: Subscan 35 of 53 [20:37:40] In state Ready, waiting for state Running [20:37:40] Setting State: Activating [20:37:40] Setting State: Committed [20:37:46] Setting State: Running [20:37:46] Detected state Running [20:37:46] *** Notice: This subscan will be numbered as scan #94 in your data reduction package. [20:37:46] In state Running, waiting for state Ready [20:40:07] Setting State: Stopping [20:40:11] Setting State: Ready [20:40:11] Detected state Ready [20:40:11] Ygor Telescope: WaitForStopping [20:40:11] RALongMap: Subscan 36 of 53 [20:40:11] In state Ready, waiting for state Running [20:40:11] Setting State: Activating [20:40:11] Setting State: Committed [20:40:20] Setting State: Running [20:40:20] Detected state Running [20:40:20] *** Notice: This subscan will be numbered as scan #95 in your data reduction package. [20:40:20] In state Running, waiting for state Ready [20:42:41] Setting State: Stopping [20:42:45] Setting State: Ready [20:42:45] Detected state Ready [20:42:45] Ygor Telescope: WaitForStopping [20:42:45] RALongMap: Subscan 37 of 53 [20:42:45] In state Ready, waiting for state Running [20:42:45] Setting State: Activating [20:42:45] Setting State: Committed [20:42:51] Setting State: Running [20:42:51] Detected state Running [20:42:51] *** Notice: This subscan will be numbered as scan #96 in your data reduction package. [20:42:51] In state Running, waiting for state Ready [20:45:12] Setting State: Stopping [20:45:16] Setting State: Ready [20:45:16] Detected state Ready [20:45:16] Ygor Telescope: WaitForStopping [20:45:16] RALongMap: Subscan 38 of 53 [20:45:16] In state Ready, waiting for state Running [20:45:16] Setting State: Activating [20:45:16] Setting State: Committed [20:45:25] Setting State: Running [20:45:25] Detected state Running [20:45:25] *** Notice: This subscan will be numbered as scan #97 in your data reduction package. [20:45:25] In state Running, waiting for state Ready [20:47:46] Setting State: Stopping [20:47:50] Setting State: Ready [20:47:50] Detected state Ready [20:47:50] Ygor Telescope: WaitForStopping [20:47:50] RALongMap: Subscan 39 of 53 [20:47:50] In state Ready, waiting for state Running [20:47:50] Setting State: Activating [20:47:50] Setting State: Committed [20:47:56] Setting State: Running [20:47:56] Detected state Running [20:47:56] *** Notice: This subscan will be numbered as scan #98 in your data reduction package. [20:47:56] In state Running, waiting for state Ready [20:50:17] Setting State: Stopping [20:50:21] Setting State: Ready [20:50:21] Detected state Ready [20:50:21] Ygor Telescope: WaitForStopping [20:50:21] RALongMap: Subscan 40 of 53 [20:50:21] In state Ready, waiting for state Running [20:50:21] Setting State: Activating [20:50:21] Setting State: Committed [20:50:26] Setting State: Running [20:50:26] Detected state Running [20:50:26] *** Notice: This subscan will be numbered as scan #99 in your data reduction package. [20:50:26] In state Running, waiting for state Ready [20:52:47] Setting State: Stopping [20:52:51] Setting State: Ready [20:52:51] Detected state Ready [20:52:51] Ygor Telescope: WaitForStopping [20:52:51] RALongMap: Subscan 41 of 53 [20:52:51] In state Ready, waiting for state Running [20:52:51] Setting State: Activating [20:52:51] Setting State: Committed [20:52:57] Setting State: Running [20:52:57] Detected state Running [20:52:57] *** Notice: This subscan will be numbered as scan #100 in your data reduction package. [20:52:57] In state Running, waiting for state Ready [20:55:18] Setting State: Stopping [20:55:22] Setting State: Ready [20:55:22] Detected state Ready [20:55:22] Ygor Telescope: WaitForStopping [20:55:22] RALongMap: Subscan 42 of 53 [20:55:22] In state Ready, waiting for state Running [20:55:22] Setting State: Activating [20:55:22] Setting State: Committed [20:55:27] Setting State: Running [20:55:27] Detected state Running [20:55:27] *** Notice: This subscan will be numbered as scan #101 in your data reduction package. [20:55:27] In state Running, waiting for state Ready [20:57:48] Setting State: Stopping [20:57:52] Setting State: Ready [20:57:52] Detected state Ready [20:57:52] Ygor Telescope: WaitForStopping [20:57:52] RALongMap: Subscan 43 of 53 [20:57:52] In state Ready, waiting for state Running [20:57:52] Setting State: Activating [20:57:52] Setting State: Committed [20:57:58] Setting State: Running [20:57:58] Detected state Running [20:57:58] *** Notice: This subscan will be numbered as scan #102 in your data reduction package. [20:57:58] In state Running, waiting for state Ready [21:00:19] Setting State: Stopping [21:00:23] Setting State: Ready [21:00:23] Detected state Ready [21:00:23] Ygor Telescope: WaitForStopping [21:00:23] RALongMap: Subscan 44 of 53 [21:00:23] In state Ready, waiting for state Running [21:00:23] Setting State: Activating [21:00:23] Setting State: Committed [21:00:31] Setting State: Running [21:00:31] Detected state Running [21:00:31] *** Notice: This subscan will be numbered as scan #103 in your data reduction package. [21:00:31] In state Running, waiting for state Ready [21:02:52] Setting State: Stopping [21:02:56] Setting State: Ready [21:02:56] Detected state Ready [21:02:56] Ygor Telescope: WaitForStopping [21:02:56] RALongMap: Subscan 45 of 53 [21:02:56] In state Ready, waiting for state Running [21:02:56] Setting State: Activating [21:02:56] Setting State: Committed [21:03:02] Setting State: Running [21:03:02] Detected state Running [21:03:02] *** Notice: This subscan will be numbered as scan #104 in your data reduction package. [21:03:02] In state Running, waiting for state Ready [21:05:23] Setting State: Stopping [21:05:27] Setting State: Ready [21:05:27] Detected state Ready [21:05:27] Ygor Telescope: WaitForStopping [21:05:27] RALongMap: Subscan 46 of 53 [21:05:27] In state Ready, waiting for state Running [21:05:27] Setting State: Activating [21:05:27] Setting State: Committed [21:05:35] Setting State: Running [21:05:35] Detected state Running [21:05:35] *** Notice: This subscan will be numbered as scan #105 in your data reduction package. [21:05:35] In state Running, waiting for state Ready [21:07:56] Setting State: Stopping [21:08:00] Setting State: Ready [21:08:00] Detected state Ready [21:08:00] Ygor Telescope: WaitForStopping [21:08:00] RALongMap: Subscan 47 of 53 [21:08:00] In state Ready, waiting for state Running [21:08:00] Setting State: Activating [21:08:00] Setting State: Committed [21:08:06] Setting State: Running [21:08:06] Detected state Running [21:08:06] *** Notice: This subscan will be numbered as scan #106 in your data reduction package. [21:08:06] In state Running, waiting for state Ready [21:10:27] Setting State: Stopping [21:10:31] Setting State: Ready [21:10:31] Detected state Ready [21:10:31] Ygor Telescope: WaitForStopping [21:10:31] RALongMap: Subscan 48 of 53 [21:10:31] In state Ready, waiting for state Running [21:10:31] Setting State: Activating [21:10:31] Setting State: Committed [21:10:39] Setting State: Running [21:10:39] Detected state Running [21:10:39] *** Notice: This subscan will be numbered as scan #107 in your data reduction package. [21:10:39] In state Running, waiting for state Ready [21:13:00] Setting State: Stopping [21:13:04] Setting State: Ready [21:13:04] Detected state Ready [21:13:04] Ygor Telescope: WaitForStopping [21:13:04] RALongMap: Subscan 49 of 53 [21:13:04] In state Ready, waiting for state Running [21:13:04] Setting State: Activating [21:13:04] Setting State: Committed [21:13:10] Setting State: Running [21:13:10] Detected state Running [21:13:10] *** Notice: This subscan will be numbered as scan #108 in your data reduction package. [21:13:10] In state Running, waiting for state Ready [21:15:31] Setting State: Stopping [21:15:35] Setting State: Ready [21:15:35] Detected state Ready [21:15:35] Ygor Telescope: WaitForStopping [21:15:35] RALongMap: Subscan 50 of 53 [21:15:35] In state Ready, waiting for state Running [21:15:35] Setting State: Activating [21:15:35] Setting State: Committed [21:15:43] Setting State: Running [21:15:43] Detected state Running [21:15:43] *** Notice: This subscan will be numbered as scan #109 in your data reduction package. [21:15:43] In state Running, waiting for state Ready [21:18:04] Setting State: Stopping [21:18:08] Setting State: Ready [21:18:08] Detected state Ready [21:18:08] Ygor Telescope: WaitForStopping [21:18:08] RALongMap: Subscan 51 of 53 [21:18:14] In state Ready, waiting for state Running [21:18:14] Setting State: Activating [21:18:14] Setting State: Committed [21:18:20] Setting State: Running [21:18:20] Detected state Running [21:18:20] *** Notice: This subscan will be numbered as scan #110 in your data reduction package. [21:18:20] In state Running, waiting for state Ready [21:20:41] Setting State: Stopping [21:20:45] Setting State: Ready [21:20:45] Detected state Ready [21:20:45] Ygor Telescope: WaitForStopping [21:20:45] RALongMap: Subscan 52 of 53 [21:20:45] In state Ready, waiting for state Running [21:20:45] Setting State: Activating [21:20:45] Setting State: Committed [21:20:53] Setting State: Running [21:20:53] Detected state Running [21:20:53] *** Notice: This subscan will be numbered as scan #111 in your data reduction package. [21:20:53] In state Running, waiting for state Ready [21:23:14] Setting State: Stopping [21:23:18] Setting State: Ready [21:23:18] Detected state Ready [21:23:18] Ygor Telescope: WaitForStopping [21:23:18] RALongMap: Subscan 53 of 53 [21:23:18] In state Ready, waiting for state Running [21:23:18] Setting State: Activating [21:23:18] Setting State: Committed [21:23:24] Setting State: Running [21:23:24] Detected state Running [21:23:24] *** Notice: This subscan will be numbered as scan #112 in your data reduction package. [21:23:24] In state Running, waiting for state Ready [21:25:45] Setting State: Stopping [21:25:49] Setting State: Ready [21:25:49] Detected state Ready [21:25:49] Ygor Telescope: WaitForStopping runSuccessful: True [21:25:49] ******** End Scheduling Block [21:25:49] ******** observer = Kimberly Emig, SB name = science_800, project ID = AGBT21A_292 how much log? 31808 id: 252792self.history: self.history.connection: how much converted log? 32013 ####################################################### ####################################################### SCRIPT NUMBER 4, project:AGBT21A_292_01 252793 983 Kimberly Emig 5 David Rose 2021-02-27 21:25:51 obs_completed ####################################################### # Import general modules import os import sys # Add the obs directory to the path obsdir = "/home/scratch/kemig/AGBT21A_292/scripts/" sys.path.append(obsdir) # Include user configurations #execfile(os.path.join( obsdir, "configVegas_342_800.py")) line800=""" receiver = 'Rcvr_800' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 0.3386655 swfreq = 0,0 tint = 1.354662 vlow = 0 vhigh = 0 vframe = 'lsrk' vdef = 'Relativistic' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 799.0 # H201a deltafreq = 0 bandwidth = 23.44 vegas.subband = 8 iftarget = 5 nchan = 32768 # 0.26 km/s resolution) restfreq = [673.0, 691.0, 709.0, 727.0, 745.0, 763.0, 781.0, 799.0, 817.0, 835.0, 853.0, 871.0, 889.0, 907.0, 925.0] """ # Include catalogs Catalog(pointing) Catalog(fluxcal) fluxCal = Catalog(os.path.join( obsdir , "fluxcal.cat")) hii = Catalog(os.path.join( obsdir , "cygx_pf.cat")) # --------------some input info --------------------- # list of target sources sourceNameList= [ "DR21" ] # setup lineConfig = line800 # name in config file doContConfig = False # flag for config continuum doLineConfig = True # flag for config line doPeak = False # flag for peak/focus doMap = True searchRadius = 15.0 # search radius [deg] #--------------------------------------------------- # Loop through source list for sourceName in sourceNameList: position = Catalog.Locate(sourceName) Comment("Observing source %s" % (sourceName) ) # Configure for continuum #if doContConfig: # Comment("Configure continuum") # Configure(contConfig) # peak/focus if doPeak: AutoPeak(location=position) # Configure for spectral line if doLineConfig: Configure(lineConfig) # Map if doMap: Slew(sourceName) Balance() Track(sourceName,None,180.) ####################################################### LOG SESSION NUMBER 4 [21:25:51] ******** Begin Scheduling Block [21:25:51] ******** observer = Kimberly Emig, SB name = sciencepoint_800, project ID = AGBT21A_292, date = 27 Feb 2021 [21:25:52] Observing source DR21 [21:25:52] Configuring telescope. [21:25:52] Setting State: Activating [21:25:54] Setting State: Ready [21:25:55] Setting State: Activating [21:25:56] Setting State: Ready [21:25:56] Default values are [21:25:56] if3freq = [0] [21:25:56] Configuring for backend VEGAS... [21:25:56] The bad devices are: [21:25:56] ConverterFilter14 [21:25:56] ConverterFilter2 [21:25:56] ConverterFilter16 [21:25:56] ConverterFilter10 [21:25:56] ConverterFilter12 [21:25:56] The bad devices are: [21:25:56] ConverterFilter14 [21:25:56] ConverterFilter2 [21:25:56] ConverterFilter16 [21:25:56] ConverterFilter10 [21:25:56] ConverterFilter12 [21:25:56] Warning: Total bandwidth is greater than any receiver filter available: Setting receiver filter to maximum [21:25:56] Warning: more than 10% of your data will be blanked in BankA using mode MODE23 with bandwidth of 23.44 [21:25:56] Warning: more than 10% of your data will be blanked in BankB using mode MODE23 with bandwidth of 23.44 [21:25:56] Waiting for IFRack to finish activating [21:25:56] . . [21:25:56] Finalizing VEGAS config... [21:25:56] Checking telescope [21:25:56] Configuration Complete [21:25:56] source : DR21 F1 : 8.0 F2 : 22.3 S22235 : 19.0 angsize : 20.0 location : J2000 @ (20:39:01.20, 42:19:45.00) [21:25:56] Slewing to source. [21:25:56] In state Ready, waiting for state Activating [21:25:56] Setting State: Activating [21:25:56] Detected state Activating [21:25:56] In state Activating, waiting for state Ready [21:26:23] Setting State: Ready [21:26:23] Detected state Ready [21:26:23] Balancing IF system. [21:26:24] Balancing PF [21:26:25] Setting State: Activating [21:26:26] Setting State: Ready [21:26:26] Setting State: Activating [21:26:27] Setting State: Ready [21:26:27] Setting State: Activating [21:26:28] Setting State: Ready [21:26:28] Setting State: Activating [21:26:28] Prime Focus Balance failed [21:26:28] Balancing IFRack [21:26:29] Setting State: Ready [21:26:30] the sampler values are: [21:26:30] RF_power 1 : 4.858398 [21:26:30] RF_power 2 : 0.04394531 [21:26:30] RF_power 3 : 5.43457 [21:26:30] RF_power 4 : 0.07324219 [21:26:30] RF_power 5 : 0.0390625 [21:26:30] RF_power 6 : 0.0390625 [21:26:30] RF_power 7 : 0.01953125 [21:26:30] RF_power 8 : 0.04882812 [21:26:30] Balancing VEGAS [21:26:30] Setting State: Activating [21:26:30] Setting State: Ready [21:26:31] Setting State: Activating [21:26:32] Setting State: Ready [21:26:34] Setting State: Activating [21:26:34] source : DR21 F1 : 8.0 F2 : 22.3 S22235 : 19.0 [21:26:34] Setting State: Ready angsize : 20.0 location : J2000 @ (20:39:01.20, 42:19:45.00) [21:26:34] Track: Subscan 1 of 1 [21:26:34] In state Ready, waiting for state Running [21:26:34] Setting State: Activating [21:26:34] Setting State: Committed [21:26:39] Setting State: Running [21:26:39] Detected state Running [21:26:39] *** Notice: This subscan will be numbered as scan #113 in your data reduction package. [21:26:39] In state Running, waiting for state Ready [21:29:41] Setting State: Stopping [21:29:43] Setting State: Ready [21:29:43] Detected state Ready [21:29:43] Ygor Telescope: WaitForStopping runSuccessful: True [21:29:43] ******** End Scheduling Block [21:29:43] ******** observer = Kimberly Emig, SB name = sciencepoint_800, project ID = AGBT21A_292 how much log? 3729 id: 252793self.history: self.history.connection: how much converted log? 3933 #######################################################