####################################################### SCRIPT NUMBER 1, project:TGBT22A_603_03 269731 967 David Blank 16 Zack Graham 2022-08-03 23:59:54 obs_aborted ####################################################### # Example position switching scheduling block # It uses the L-band Rx to observe radio recombination lines. ResetConfig() source_catalog = """ format=spherical coordmode=J2000 HEAD = NAME RA DEC DR21 13:22:19 +-16:42:30 """ Catalog(source_catalog) # Only for validation purposes. # The Catalog needs to be reloaded in every scripts that needs it. Catalog(fluxcal) config = """ receiver = 'Rcvr1_2' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 1 swfreq = 0,0 tint = 2 vlow = 0 vhigh = 0 vframe = 'lsrk' vdef = 'Optical' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 1421 deltafreq = 0 bandwidth = 23.44 vegas.subband = 8 nchan = 32768 notchfilter ="In" restfreq = 1396 """ # Start observing. # First, correct pointing and focus peak_source = "3C286" Slew(peak_source) AutoPeakFocus(peak_source, configure=True) # Configure for science observation, go to your target # and adjust the gain of the telescope target_source = "DR21" Configure(config) Slew(target_source) Balance() # Observe a flux calibrator to derive the # temperature of the noise diode fluxcal_source = "3C196" offset = Offset("AzEl", 0.5, 0.0, cosv=True) OffOn(fluxcal_source, offset, 150) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) ####################################################### LOG SESSION NUMBER 1 [23:59:54] ******** Begin Scheduling Block [23:59:54] ******** observer = David Blank, SB name = g01_example_david_ps, project ID = TGBT22A_603, date = 03 Aug 2022 [23:59:54] *** Notice:Resetting the configuration. You must run another configuration before running a scan [23:59:54] Error in catalog: line 5 "DR21 13:22:19 +-16:42:30", : raise: arg 3 must be a traceback or None [23:59:54] source : 3C286 F1 : 0.05 F2 : 50.0 S22235 : 2.54 S1400 : 15.08 angsize : 1.5 location : J2000 @ (13:31:08.29, 30:30:32.96) [23:59:54] Slewing to source. [23:59:54] In state Ready, waiting for state Activating [23:59:54] Setting State: Activating [23:59:54] Detected state Activating [23:59:54] In state Activating, waiting for state Ready [00:05:03] Setting State: Ready [00:05:03] Detected state Ready [00:05:04] Configuring telescope. [00:05:04] Setting State: Activating [00:05:05] Setting State: Ready [00:05:07] Setting State: Activating [00:05:08] Setting State: Ready [00:05:08] Default values are [00:05:08] if3freq = [0] [00:05:08] notchfilter = In [00:05:08] polswitch = thru [00:05:08] Configuring for backend DCR... [00:05:08] The bad devices are: [00:05:08] ConverterFilter14 [00:05:08] ConverterFilter2 [00:05:08] ConverterFilter16 [00:05:08] ConverterFilter10 [00:05:08] ConverterFilter12 [00:05:08] Waiting for IFRack to finish activating [00:05:08] . . [00:05:08] Checking telescope [00:05:08] Configuration Complete [00:05:08] source : 3C286 F1 : 0.05 F2 : 50.0 S22235 : 2.54 S1400 : 15.08 angsize : 1.5 location : J2000 @ (13:31:08.29, 30:30:32.96) [00:05:08] Slewing to source. [00:05:09] In state Ready, waiting for state Activating [00:05:09] Setting State: Activating [00:05:09] Detected state Activating [00:05:09] In state Activating, waiting for state Ready [00:05:20] Setting State: Ready [00:05:20] Detected state Ready [00:05:20] Balancing IF system. [00:05:20] Balancing IFRack [00:05:21] Setting State: Activating [00:05:21] Setting State: Ready [00:05:22] the sampler values are: [00:05:22] RF_power 1 : 1.015625 [00:05:22] RF_power 2 : 0.009765625 [00:05:22] RF_power 3 : 0.9228516 [00:05:22] RF_power 4 : 0.009765625 [00:05:22] RF_power 5 : 1.181641 [00:05:22] RF_power 6 : 0.009765625 [00:05:22] RF_power 7 : 1.088867 [00:05:22] RF_power 8 : 0.03417969 [00:05:22] source : 3C286 F1 : 0.05 F2 : 50.0 S22235 : 2.54 S1400 : 15.08 angsize : 1.5 location : J2000 @ (13:31:08.29, 30:30:32.96) [00:05:22] Peak: Subscan 1 of 4 [00:05:23] In state Ready, waiting for state Running [00:05:23] Setting State: Activating [00:05:52] Setting State: Committed [00:05:56] Setting State: Running [00:05:56] Detected state Running [00:05:56] *** Notice: This subscan will be numbered as scan #1 in your data reduction package. [00:05:56] In state Running, waiting for state Ready [00:06:24] Setting State: Stopping [00:06:32] Setting State: Ready [00:06:32] Detected state Ready [00:06:32] Ygor Telescope: WaitForStopping [00:06:32] Peak: Subscan 2 of 4 [00:06:33] In state Ready, waiting for state Running [00:06:33] Setting State: Activating [00:06:43] Setting State: Committed [00:06:46] Setting State: Running [00:06:46] Detected state Running [00:06:46] *** Notice: This subscan will be numbered as scan #2 in your data reduction package. [00:06:46] In state Running, waiting for state Ready [00:07:15] Setting State: Stopping [00:07:23] Setting State: Ready [00:07:23] Detected state Ready [00:07:23] Ygor Telescope: WaitForStopping [00:07:24] . *** Updating antenna's pointing to az2=0.0046 and el=0.2557 arcmins [00:07:24] Peak: Subscan 3 of 4 [00:07:25] In state Ready, waiting for state Running [00:07:25] Setting State: Activating [00:07:49] Setting State: Committed [00:07:52] Setting State: Running [00:07:52] Detected state Running [00:07:52] *** Notice: This subscan will be numbered as scan #3 in your data reduction package. [00:07:52] In state Running, waiting for state Ready [00:08:21] Setting State: Stopping [00:08:26] Setting State: Ready [00:08:26] Detected state Ready [00:08:26] Ygor Telescope: WaitForStopping [00:08:26] Peak: Subscan 4 of 4 [00:08:26] In state Ready, waiting for state Running [00:08:26] Setting State: Activating [00:08:34] Setting State: Committed [00:08:37] Setting State: Running [00:08:37] Detected state Running [00:08:37] *** Notice: This subscan will be numbered as scan #4 in your data reduction package. [00:08:37] In state Running, waiting for state Ready [00:09:06] Setting State: Stopping [00:09:11] Setting State: Ready [00:09:11] Detected state Ready [00:09:11] Ygor Telescope: WaitForStopping [00:09:11] *** Updating antenna's pointing to az2=0.0046 and el=0.5755 arcmins [00:09:11] source : 3C286 F1 : 0.05 F2 : 50.0 S22235 : 2.54 S1400 : 15.08 angsize : 1.5 location : J2000 @ (13:31:08.29, 30:30:32.96) [00:09:12] Focus: Subscan 1 of 1 [00:09:12] In state Ready, waiting for state Running [00:09:12] Setting State: Activating [00:09:38] Setting State: Committed [00:09:41] Setting State: Running [00:09:41] Detected state Running [00:09:41] *** Notice: This subscan will be numbered as scan #5 in your data reduction package. [00:09:41] In state Running, waiting for state Ready [00:10:40] Setting State: Stopping [00:10:42] Setting State: Ready [00:10:42] Detected state Ready [00:10:42] Ygor Telescope: WaitForStopping [00:10:43] *** Updating antenna's focus to -30.79 mm [00:10:43] Configuring telescope. [00:10:44] Setting State: Activating [00:11:41] Setting State: Ready [00:11:42] Setting State: Activating [00:11:43] Setting State: Ready [00:11:43] Default values are [00:11:43] if3freq = [0] [00:11:43] polswitch = thru [00:11:43] Configuring for backend VEGAS... [00:11:43] The bad devices are: [00:11:43] ConverterFilter14 [00:11:43] ConverterFilter2 [00:11:43] ConverterFilter16 [00:11:43] ConverterFilter10 [00:11:43] ConverterFilter12 [00:11:43] The bad devices are: [00:11:43] ConverterFilter14 [00:11:43] ConverterFilter2 [00:11:43] ConverterFilter16 [00:11:43] ConverterFilter10 [00:11:43] ConverterFilter12 [00:11:43] Waiting for IFRack to finish activating [00:11:43] . . Waiting for ScanCoordinator to finish activating [00:11:43] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . [00:11:43] Finalizing VEGAS config... [00:11:43] Checking telescope [00:11:43] Configuration Complete [00:11:43] source : DR21 F1 : 8.0 F2 : 22.3 S22235 : 19.0 angsize : 20.0 location : J2000 @ (20:39:01.20, 42:19:45.00) [00:11:43] Slewing to source. [00:11:43] In state Ready, waiting for state Activating Setting State: Activating [00:11:43] Detected state Activating [00:11:44] In state Activating, waiting for state Ready [00:12:41] Setting State: Aborting [00:12:41] ygor.Telescope: WaitForReady: Asking abort confirmation. [00:12:41]  [00:12:41] User queried: "Abort detected! Terminate block?" waiting for reply... [00:12:45] User replied: "Yes". [00:12:45] Exiting scheduling block. runSuccessful: False[00:12:45] Setting State: Ready [00:12:45] ******** End Scheduling Block [00:12:45] ******** observer = David Blank, SB name = g01_example_david_ps, project ID = TGBT22A_603 how much log? 7774 id: 269731self.history: self.history.connection: how much converted log? 7983 ####################################################### ####################################################### SCRIPT NUMBER 2, project:TGBT22A_603_03 269732 967 David Blank 16 Zack Graham 2022-08-04 00:17:22 obs_aborted ####################################################### # Example position switching scheduling block # It uses the L-band Rx to observe radio recombination lines. ResetConfig() source_catalog = """ format=spherical coordmode=J2000 HEAD = NAME RA DEC DR21 13:22:19 -16:42:30 MCG334 13:22:19 -16:42:30 """ Catalog(source_catalog) # Only for validation purposes. # The Catalog needs to be reloaded in every scripts that needs it. Catalog(fluxcal) config = """ receiver = 'Rcvr1_2' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 1 swfreq = 0,0 tint = 2 vlow = 0 vhigh = 0 vframe = 'lsrk' vdef = 'Optical' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 1421 deltafreq = 0 bandwidth = 23.44 vegas.subband = 8 nchan = 32768 notchfilter ="In" restfreq = 1396 """ # Start observing. # First, correct pointing and focus peak_source = "3C286" #Slew(peak_source) #AutoPeakFocus(peak_source, configure=True) # Configure for science observation, go to your target # and adjust the gain of the telescope target_source = "MCG334" Configure(config) Slew(target_source) Balance() # Observe a flux calibrator to derive the # temperature of the noise diode fluxcal_source = "3C196" offset = Offset("AzEl", 0.5, 0.0, cosv=True) OffOn(fluxcal_source, offset, 150) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) ####################################################### LOG SESSION NUMBER 2 [00:17:22] ******** Begin Scheduling Block [00:17:22] ******** observer = David Blank, SB name = g01_example_david_ps, project ID = TGBT22A_603, date = 04 Aug 2022 [00:17:22] *** Notice:Resetting the configuration. You must run another configuration before running a scan [00:17:22] Configuring telescope. [00:17:22] Setting State: Activating [00:17:24] Setting State: Ready [00:17:25] Setting State: Activating [00:17:26] Setting State: Ready [00:17:26] Default values are [00:17:26] if3freq = [0] [00:17:26] polswitch = thru [00:17:26] Configuring for backend VEGAS... [00:17:26] The bad devices are: [00:17:26] ConverterFilter14 [00:17:26] ConverterFilter2 [00:17:26] ConverterFilter16 [00:17:26] ConverterFilter10 [00:17:26] ConverterFilter12 [00:17:26] The bad devices are: [00:17:26] ConverterFilter14 [00:17:26] ConverterFilter2 [00:17:26] ConverterFilter16 [00:17:26] ConverterFilter10 [00:17:26] ConverterFilter12 [00:17:26] Waiting for LO1 to finish activating [00:17:26] . . [00:17:26] Finalizing VEGAS config... [00:17:26] Checking telescope [00:17:26] Configuration Complete [00:17:26] source : MCG334 location : J2000 @ (13:22:19.00, -16:42:30.00) [00:17:27] Slewing to source. [00:17:27] In state Ready, waiting for state Activating [00:17:27] Setting State: Activating [00:17:27] Detected state Activating [00:17:27] In state Activating, waiting for state Ready [00:19:47] Setting State: Aborting [00:19:47] ygor.Telescope: WaitForReady: Asking abort confirmation. [00:19:47]  [00:19:47] User queried: "Abort detected! Terminate block?" waiting for reply... [00:19:52] User replied: "Yes". [00:19:53] Setting State: Ready[00:19:53] Exiting scheduling block. runSuccessful: False [00:19:53] ******** End Scheduling Block [00:19:53] ******** observer = David Blank, SB name = g01_example_david_ps, project ID = TGBT22A_603 how much log? 1892 id: 269732self.history: self.history.connection: how much converted log? 2096 ####################################################### ####################################################### SCRIPT NUMBER 3, project:TGBT22A_603_03 269733 967 David Blank 16 Zack Graham 2022-08-04 00:19:56 obs_completed ####################################################### # Example position switching scheduling block # It uses the L-band Rx to observe radio recombination lines. ResetConfig() source_catalog = """ format=spherical coordmode=J2000 HEAD = NAME RA DEC DR21 13:22:19 -16:42:30 MCG334 13:22:19 -16:42:30 """ Catalog(source_catalog) # Only for validation purposes. # The Catalog needs to be reloaded in every scripts that needs it. Catalog(fluxcal) config = """ receiver = 'Rcvr1_2' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 1 swfreq = 0,0 tint = 2 vlow = 0 vhigh = 0 vframe = 'lsrk' vdef = 'Optical' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 1421 deltafreq = 0 bandwidth = 23.44 vegas.subband = 8 nchan = 32768 notchfilter ="In" restfreq = 1396 """ # Start observing. # First, correct pointing and focus peak_source = "3C286" #Slew(peak_source) #AutoPeakFocus(peak_source, configure=True) # Configure for science observation, go to your target # and adjust the gain of the telescope target_source = "MCG334" Configure(config) Slew(target_source) Balance() # Observe a flux calibrator to derive the # temperature of the noise diode fluxcal_source = "3C286" offset = Offset("AzEl", 0.5, 0.0, cosv=True) OffOn(fluxcal_source, offset, 150) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) ####################################################### LOG SESSION NUMBER 3 [00:19:56] ******** Begin Scheduling Block [00:19:56] ******** observer = David Blank, SB name = g01_example_david_ps, project ID = TGBT22A_603, date = 04 Aug 2022 [00:19:56] *** Notice:Resetting the configuration. You must run another configuration before running a scan [00:19:58] Configuring telescope. [00:19:59] Setting State: Activating [00:20:02] Setting State: Ready [00:20:03] Setting State: Activating [00:20:04] Setting State: Ready [00:20:04] Default values are [00:20:04] if3freq = [0] [00:20:04] polswitch = thru [00:20:04] Configuring for backend VEGAS... [00:20:04] The bad devices are: [00:20:04] ConverterFilter14 [00:20:04] ConverterFilter2 [00:20:04] ConverterFilter16 [00:20:04] ConverterFilter10 [00:20:04] ConverterFilter12 [00:20:04] The bad devices are: [00:20:04] ConverterFilter14 [00:20:04] ConverterFilter2 [00:20:04] ConverterFilter16 [00:20:04] ConverterFilter10 [00:20:04] ConverterFilter12 [00:20:04] Waiting for IFRack to finish activating [00:20:04] . . [00:20:04] Finalizing VEGAS config... [00:20:04] Checking telescope [00:20:04] Configuration Complete [00:20:04] source : MCG334 location : J2000 @ (13:22:19.00, -16:42:30.00) [00:20:04] Slewing to source. [00:20:05] In state Ready, waiting for state Activating Setting State: Activating [00:20:05] Detected state Activating [00:20:05] In state Activating, waiting for state Ready [00:20:05] Setting State: Aborting [00:20:05] ygor.Telescope: WaitForReady: Asking abort confirmation. [00:20:05]  [00:20:05] User queried: "Abort detected! Terminate block?" waiting for reply... [00:20:08] User replied: "No". [00:20:08] In state Aborting, waiting for state Ready [00:20:14] Setting State: Ready [00:20:14] Detected state Ready [00:20:14] Balancing IF system. [00:20:14] Balancing IFRack [00:20:14] Setting State: Activating [00:20:14] Setting State: Ready [00:20:16] the sampler values are: [00:20:16] RF_power 1 : 3.232422 [00:20:16] RF_power 2 : 0.004882812 [00:20:16] RF_power 3 : 2.900391 [00:20:16] RF_power 4 : 0.009765625 [00:20:16] RF_power 5 : 0.5126953 [00:20:16] RF_power 6 : 0.009765625 [00:20:16] RF_power 7 : 0.4248047 [00:20:16] RF_power 8 : 0.03417969 [00:20:16] Balancing VEGAS [00:20:16] Setting State: Activating [00:20:16] Setting State: Ready [00:20:17] Setting State: Activating [00:20:17] Setting State: Ready [00:20:19] Setting State: Activating [00:20:19] Setting State: Ready [00:20:21] Setting State: Activating [00:20:22] Setting State: Ready [00:20:22] source : 3C286 F1 : 0.05 F2 : 50.0 S22235 : 2.54 S1400 : 15.08 angsize : 1.5 location : J2000 @ (13:31:08.29, 30:30:32.96) [00:20:22] OffOn: Subscan 1 of 2 [00:20:23] In state Ready, waiting for state Running [00:20:23] Setting State: Activating [00:20:23] Setting State: Committed [00:22:26] Setting State: Running [00:22:26] Detected state Running [00:22:26] *** Notice: This subscan will be numbered as scan #6 in your data reduction package. [00:22:26] In state Running, waiting for state Ready [00:24:58] Setting State: Stopping [00:25:00] Setting State: Ready [00:25:00] Detected state Ready [00:25:00] Ygor Telescope: WaitForStopping [00:25:00] OffOn: Subscan 2 of 2 [00:25:00] In state Ready, waiting for state Running [00:25:00] Setting State: Activating [00:25:00] Setting State: Committed [00:25:14] Setting State: Running [00:25:14] Detected state Running [00:25:14] *** Notice: This subscan will be numbered as scan #7 in your data reduction package. [00:25:14] In state Running, waiting for state Ready [00:27:46] Setting State: Stopping [00:27:48] Setting State: Ready [00:27:48] Detected state Ready [00:27:48] Ygor Telescope: WaitForStopping [00:27:48] source : MCG334 location : J2000 @ (13:22:19.00, -16:42:30.00) [00:27:48] OnOff: Subscan 1 of 2 [00:27:48] In state Ready, waiting for state Running [00:27:48] Setting State: Activating [00:27:49] Setting State: Committed [00:29:59] Setting State: Running [00:29:59] Detected state Running [00:29:59] *** Notice: This subscan will be numbered as scan #8 in your data reduction package. [00:29:59] In state Running, waiting for state Ready [00:31:01] Setting State: Stopping [00:31:03] Setting State: Ready [00:31:03] Detected state Ready [00:31:03] Ygor Telescope: WaitForStopping [00:31:03] OnOff: Subscan 2 of 2 [00:31:03] In state Ready, waiting for state Running [00:31:03] Setting State: Activating [00:31:03] Setting State: Committed [00:31:14] Setting State: Running [00:31:14] Detected state Running [00:31:14] *** Notice: This subscan will be numbered as scan #9 in your data reduction package. [00:31:14] In state Running, waiting for state Ready [00:32:16] Setting State: Stopping [00:32:18] Setting State: Ready [00:32:18] Detected state Ready [00:32:18] Ygor Telescope: WaitForStopping runSuccessful: True [00:32:18] ******** End Scheduling Block [00:32:18] ******** observer = David Blank, SB name = g01_example_david_ps, project ID = TGBT22A_603 how much log? 5181 id: 269733self.history: self.history.connection: how much converted log? 5385 ####################################################### ####################################################### SCRIPT NUMBER 4, project:TGBT22A_603_03 269734 967 David Blank 16 Zack Graham 2022-08-04 00:33:04 obs_aborted ####################################################### # Example position switching scheduling block # It uses the L-band Rx to observe radio recombination lines. ResetConfig() source_catalog = """ format=spherical coordmode=J2000 HEAD = NAME RA DEC NGC4861 12:59:01.4 +34:51:43.0 """ Catalog(source_catalog) # Only for validation purposes. # The Catalog needs to be reloaded in every scripts that needs it. Catalog(fluxcal) config = """ receiver = 'Rcvr1_2' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 1 swfreq = 0,0 tint = 2 vlow = 0 vhigh = 0 vframe = 'bary' vdef = 'Optical' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 1416.453845 deltafreq = 0 bandwidth = 23.44 vegas.subband = 1 nchan = 32768 notchfilter ="In" restfreq = 1420.405751 """ # Start observing. # First, correct pointing and focus peak_source = "3C286" #Slew(peak_source) #AutoPeakFocus(peak_source, configure=True) # Configure for science observation, go to your target # and adjust the gain of the telescope target_source = "NGC4861" Configure(config) Slew(target_source) Balance() # Observe a flux calibrator to derive the # temperature of the noise diode fluxcal_source = "3C286" offset = Offset("AzEl", 0.5, 0.0, cosv=True) OffOn(fluxcal_source, offset, 150) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) ####################################################### LOG SESSION NUMBER 4 [00:33:04] ******** Begin Scheduling Block [00:33:04] ******** observer = David Blank, SB name = g01_example_prerana, project ID = TGBT22A_603, date = 04 Aug 2022 [00:33:04] *** Notice:Resetting the configuration. You must run another configuration before running a scan [00:33:04] Configuring telescope. [00:33:04] Setting State: Activating [00:33:06] Setting State: Ready [00:33:07] Setting State: Activating [00:33:08] Setting State: Ready [00:33:08] Default values are [00:33:08] if3freq = [0] [00:33:08] polswitch = thru [00:33:08] Configuring for backend VEGAS... [00:33:08] The bad devices are: [00:33:08] ConverterFilter14 [00:33:08] ConverterFilter2 [00:33:08] ConverterFilter16 [00:33:08] ConverterFilter10 [00:33:08] ConverterFilter12 [00:33:08] The bad devices are: [00:33:08] ConverterFilter14 [00:33:08] ConverterFilter2 [00:33:08] ConverterFilter16 [00:33:08] ConverterFilter10 [00:33:08] ConverterFilter12 [00:33:08] Waiting for IFRack to finish activating [00:33:08] . . [00:33:08] Finalizing VEGAS config... [00:33:08] Checking telescope [00:33:08] Configuration Complete [00:33:09] source : NGC4861 location : J2000 @ (12:59:01.40, 34:51:43.00) [00:33:09] Slewing to source. [00:33:09] In state Ready, waiting for state Activating [00:33:09] Setting State: Activating [00:33:09] Detected state Activating [00:33:09] In state Activating, waiting for state Ready [00:35:08] Setting State: Ready [00:35:08] Detected state Ready [00:35:08] Balancing IF system. [00:35:08] Balancing IFRack [00:35:08] Setting State: Activating [00:35:08] Setting State: Ready [00:35:10] the sampler values are: [00:35:10] RF_power 1 : 2.675781 [00:35:10] RF_power 2 : 0.009765625 [00:35:10] RF_power 3 : 3.022461 [00:35:10] RF_power 4 : 0.009765625 [00:35:10] RF_power 5 : 0.4394531 [00:35:10] RF_power 6 : 0.009765625 [00:35:10] RF_power 7 : 0.3466797 [00:35:10] RF_power 8 : 0.03417969 [00:35:10] Balancing VEGAS [00:35:10] Setting State: Activating [00:35:10] Setting State: Ready [00:35:11] Setting State: Activating [00:35:11] Setting State: Ready [00:35:13] Setting State: Activating [00:35:13] Setting State: Ready [00:35:15] Setting State: Activating [00:35:15] Setting State: Ready [00:35:16] source : 3C286 F1 : 0.05 F2 : 50.0 S22235 : 2.54 S1400 : 15.08 angsize : 1.5 location : J2000 @ (13:31:08.29, 30:30:32.96) [00:35:16] OffOn: Subscan 1 of 2 [00:35:17] In state Ready, waiting for state Running [00:35:17] Setting State: Activating [00:35:17] Setting State: Committed [00:35:59] Setting State: Running [00:35:59] Detected state Running [00:35:59] *** Notice: This subscan will be numbered as scan #10 in your data reduction package. [00:35:59] In state Running, waiting for state Ready [00:38:31] Setting State: Stopping [00:38:33] Setting State: Ready [00:38:33] Detected state Ready [00:38:33] Ygor Telescope: WaitForStopping [00:38:33] OffOn: Subscan 2 of 2 [00:38:33] In state Ready, waiting for state Running [00:38:33] Setting State: Activating [00:38:33] Setting State: Committed [00:38:46] Setting State: Running [00:38:46] Detected state Running [00:38:46] *** Notice: This subscan will be numbered as scan #11 in your data reduction package. [00:38:46] In state Running, waiting for state Ready [00:41:18] Setting State: Stopping [00:41:20] Setting State: Ready [00:41:20] Detected state Ready [00:41:20] Ygor Telescope: WaitForStopping [00:41:20] source : NGC4861 location : J2000 @ (12:59:01.40, 34:51:43.00) [00:41:20] OnOff: Subscan 1 of 2 [00:41:20] In state Ready, waiting for state Running [00:41:20] Setting State: Activating [00:41:20] Setting State: Committed [00:42:04] Setting State: Running [00:42:04] Detected state Running [00:42:04] *** Notice: This subscan will be numbered as scan #12 in your data reduction package. [00:42:04] In state Running, waiting for state Ready [00:43:06] Setting State: Stopping [00:43:08] Setting State: Ready [00:43:08] Detected state Ready [00:43:08] Ygor Telescope: WaitForStopping [00:43:08] OnOff: Subscan 2 of 2 [00:43:08] In state Ready, waiting for state Running [00:43:08] Setting State: Activating [00:43:08] Setting State: Committed [00:43:21] Setting State: Running [00:43:21] Detected state Running [00:43:21] *** Notice: This subscan will be numbered as scan #13 in your data reduction package. [00:43:21] In state Running, waiting for state Ready [00:44:23] Setting State: Stopping [00:44:25] Setting State: Ready [00:44:25] Detected state Ready [00:44:25] Ygor Telescope: WaitForStopping [00:44:25] source : NGC4861 location : J2000 @ (12:59:01.40, 34:51:43.00) [00:44:25] OnOff: Subscan 1 of 2 [00:44:26] In state Ready, waiting for state Running [00:44:26] Setting State: Activating [00:44:26] Setting State: Committed [00:44:38] Setting State: Running [00:44:38] Detected state Running [00:44:38] *** Notice: This subscan will be numbered as scan #14 in your data reduction package. [00:44:38] In state Running, waiting for state Ready [00:45:40] Setting State: Stopping [00:45:42] Setting State: Ready [00:45:42] Detected state Ready [00:45:42] Ygor Telescope: WaitForStopping [00:45:42] OnOff: Subscan 2 of 2 [00:45:42] In state Ready, waiting for state Running [00:45:42] Setting State: Activating [00:45:42] Setting State: Committed [00:45:54] Setting State: Running [00:45:54] Detected state Running [00:45:54] *** Notice: This subscan will be numbered as scan #15 in your data reduction package. [00:45:54] In state Running, waiting for state Ready [00:46:56] Setting State: Stopping [00:46:58] Setting State: Ready [00:46:58] Detected state Ready [00:46:58] Ygor Telescope: WaitForStopping [00:46:58] source : NGC4861 location : J2000 @ (12:59:01.40, 34:51:43.00) [00:46:58] OnOff: Subscan 1 of 2 [00:46:58] In state Ready, waiting for state Running [00:46:58] Setting State: Activating [00:46:59] Setting State: Committed [00:47:11] Setting State: Running [00:47:11] Detected state Running [00:47:11] *** Notice: This subscan will be numbered as scan #16 in your data reduction package. [00:47:11] In state Running, waiting for state Ready [00:48:05] Setting State: Aborting [00:48:05] ygor.Telescope: RuntimeError msg: Abort detected! [00:48:05] ygor.Telescope: WaitForRunning: Asking abort confirmation. [00:48:05]  [00:48:05] User queried: "Abort detected! Terminate block?" waiting for reply... [00:48:06] Setting State: Ready [00:48:10] User replied: "Yes". [00:48:10] Exiting scheduling block. runSuccessful: False [00:48:10] ******** End Scheduling Block [00:48:10] ******** observer = David Blank, SB name = g01_example_prerana, project ID = TGBT22A_603 how much log? 6922 id: 269734self.history: self.history.connection: how much converted log? 7126 ####################################################### ####################################################### SCRIPT NUMBER 5, project:TGBT22A_603_03 269735 967 David Blank 16 Zack Graham 2022-08-04 00:49:37 obs_completed ####################################################### # Example position switching scheduling block # It uses the L-band Rx to observe radio recombination lines. ResetConfig() source_catalog = """ format=spherical coordmode=J2000 HEAD = NAME RA DEC NGC4861 12:59:01.4 +34:51:43.0 """ Catalog(source_catalog) # Only for validation purposes. # The Catalog needs to be reloaded in every scripts that needs it. Catalog(fluxcal) config = """ receiver = 'Rcvr1_2' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 1 swfreq = 0,0 tint = 2 vlow = 0 vhigh = 0 vframe = 'bary' vdef = 'Optical' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 1416.453845 deltafreq = 0 bandwidth = 23.44 vegas.subband = 1 nchan = 32768 notchfilter ="In" restfreq = 1416.453845 """ # Start observing. # First, correct pointing and focus peak_source = "3C286" #Slew(peak_source) #AutoPeakFocus(peak_source, configure=True) # Configure for science observation, go to your target # and adjust the gain of the telescope target_source = "NGC4861" Configure(config) #Slew(target_source) #Balance() # Observe a flux calibrator to derive the # temperature of the noise diode fluxcal_source = "3C286" offset = Offset("AzEl", 0.5, 0.0, cosv=True) #OffOn(fluxcal_source, offset, 150) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) ####################################################### LOG SESSION NUMBER 5 [00:49:37] ******** Begin Scheduling Block [00:49:37] ******** observer = David Blank, SB name = g01_example_prerana, project ID = TGBT22A_603, date = 04 Aug 2022 [00:49:37] *** Notice:Resetting the configuration. You must run another configuration before running a scan [00:49:38] Configuring telescope. [00:49:38] Setting State: Activating [00:49:40] Setting State: Ready [00:49:41] Setting State: Activating [00:49:42] Setting State: Ready [00:49:42] Default values are [00:49:42] if3freq = [0] [00:49:42] polswitch = thru [00:49:42] Configuring for backend VEGAS... [00:49:42] The bad devices are: [00:49:42] ConverterFilter14 [00:49:42] ConverterFilter2 [00:49:42] ConverterFilter16 [00:49:42] ConverterFilter10 [00:49:42] ConverterFilter12 [00:49:42] The bad devices are: [00:49:42] ConverterFilter14 [00:49:42] ConverterFilter2 [00:49:42] ConverterFilter16 [00:49:42] ConverterFilter10 [00:49:42] ConverterFilter12 [00:49:42] Waiting for Rcvr1_2 to finish activating [00:49:42] . . [00:49:42] Finalizing VEGAS config... [00:49:42] Checking telescope [00:49:42] Configuration Complete [00:49:42] source : NGC4861 location : J2000 @ (12:59:01.40, 34:51:43.00) [00:49:42] OnOff: Subscan 1 of 2 [00:49:43] In state Ready, waiting for state Running [00:49:43] Setting State: Activating [00:49:43] Setting State: Committed [00:50:08] Setting State: Running [00:50:08] Detected state Running [00:50:08] *** Notice: This subscan will be numbered as scan #17 in your data reduction package. [00:50:08] In state Running, waiting for state Ready [00:51:10] Setting State: Stopping [00:51:12] Setting State: Ready [00:51:12] Detected state Ready [00:51:12] Ygor Telescope: WaitForStopping [00:51:12] OnOff: Subscan 2 of 2 [00:51:12] In state Ready, waiting for state Running [00:51:12] Setting State: Activating [00:51:12] Setting State: Committed [00:51:24] Setting State: Running [00:51:24] Detected state Running [00:51:24] *** Notice: This subscan will be numbered as scan #18 in your data reduction package. [00:51:24] In state Running, waiting for state Ready [00:52:26] Setting State: Stopping [00:52:28] Setting State: Ready [00:52:28] Detected state Ready [00:52:28] Ygor Telescope: WaitForStopping [00:52:28] source : NGC4861 location : J2000 @ (12:59:01.40, 34:51:43.00) [00:52:28] OnOff: Subscan 1 of 2 [00:52:29] In state Ready, waiting for state Running [00:52:29] Setting State: Activating [00:52:29] Setting State: Committed [00:52:41] Setting State: Running [00:52:41] Detected state Running [00:52:41] *** Notice: This subscan will be numbered as scan #19 in your data reduction package. [00:52:41] In state Running, waiting for state Ready [00:53:43] Setting State: Stopping [00:53:45] Setting State: Ready [00:53:45] Detected state Ready [00:53:45] Ygor Telescope: WaitForStopping [00:53:45] OnOff: Subscan 2 of 2 [00:53:45] In state Ready, waiting for state Running [00:53:45] Setting State: Activating [00:53:45] Setting State: Committed [00:53:57] Setting State: Running [00:53:57] Detected state Running [00:53:57] *** Notice: This subscan will be numbered as scan #20 in your data reduction package. [00:53:57] In state Running, waiting for state Ready [00:54:59] Setting State: Stopping [00:55:01] Setting State: Ready [00:55:01] Detected state Ready [00:55:01] Ygor Telescope: WaitForStopping [00:55:01] source : NGC4861 location : J2000 @ (12:59:01.40, 34:51:43.00) [00:55:01] OnOff: Subscan 1 of 2 [00:55:01] In state Ready, waiting for state Running [00:55:01] Setting State: Activating [00:55:02] Setting State: Committed [00:55:14] Setting State: Running [00:55:14] Detected state Running [00:55:14] *** Notice: This subscan will be numbered as scan #21 in your data reduction package. [00:55:14] In state Running, waiting for state Ready [00:56:16] Setting State: Stopping [00:56:18] Setting State: Ready [00:56:18] Detected state Ready [00:56:18] Ygor Telescope: WaitForStopping [00:56:18] OnOff: Subscan 2 of 2 [00:56:18] In state Ready, waiting for state Running [00:56:18] Setting State: Activating [00:56:18] Setting State: Committed [00:56:30] Setting State: Running [00:56:30] Detected state Running [00:56:30] *** Notice: This subscan will be numbered as scan #22 in your data reduction package. [00:56:30] In state Running, waiting for state Ready [00:57:32] Setting State: Stopping [00:57:34] Setting State: Ready [00:57:34] Detected state Ready [00:57:34] Ygor Telescope: WaitForStopping runSuccessful: True [00:57:34] ******** End Scheduling Block [00:57:34] ******** observer = David Blank, SB name = g01_example_prerana, project ID = TGBT22A_603 how much log? 4779 id: 269735self.history: self.history.connection: how much converted log? 4983 ####################################################### ####################################################### SCRIPT NUMBER 6, project:TGBT22A_603_03 269736 967 David Blank 16 Zack Graham 2022-08-04 00:58:54 obs_completed ####################################################### # Example position switching scheduling block # It uses the L-band Rx to observe radio recombination lines. ResetConfig() # The Catalog needs to be reloaded in every scripts that needs it. Catalog(fluxcal) config = """ receiver = 'Rcvr1_2' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 1 swfreq = 0,0 tint = 1 vlow = 0 vhigh = 0 vframe = 'topo' vdef = 'Radio' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' dopplertrackfreq = 1400 deltafreq = 0 bandwidth = 23.44 vegas.subband = 8 nchan = 32768 notchfilter ="In" restfreq = 1400 """ # Start observing. # First, correct pointing and focus peak_source = "3C249_1" #Slew(peak_source) #AutoPeakFocus(peak_source, configure=True) # Configure for science observation, go to your target # and adjust the gain of the telescope target_source = peak_source Configure(config) Slew(target_source) Balance() # Observe a flux calibrator to derive the # temperature of the noise diode fluxcal_source = "3C309_1" offset = Offset("AzEl", 0.5, 0.0, cosv=True) OffOn(fluxcal_source, offset, 30) # Finally, observe your target. offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 30) ####################################################### LOG SESSION NUMBER 6 [00:58:54] ******** Begin Scheduling Block [00:58:54] ******** observer = David Blank, SB name = g01_example_lcw, project ID = TGBT22A_603, date = 04 Aug 2022 [00:58:54] *** Notice:Resetting the configuration. You must run another configuration before running a scan [00:58:54] Configuring telescope. [00:58:54] Setting State: Activating [00:58:56] Setting State: Ready [00:58:58] Setting State: Activating [00:58:59] Setting State: Ready [00:58:59] Default values are [00:58:59] if3freq = [0] [00:58:59] polswitch = thru [00:58:59] Configuring for backend VEGAS... [00:58:59] The bad devices are: [00:58:59] ConverterFilter14 [00:58:59] ConverterFilter2 [00:58:59] ConverterFilter16 [00:58:59] ConverterFilter10 [00:58:59] ConverterFilter12 [00:58:59] The bad devices are: [00:58:59] ConverterFilter14 [00:58:59] ConverterFilter2 [00:58:59] ConverterFilter16 [00:58:59] ConverterFilter10 [00:58:59] ConverterFilter12 [00:58:59] Waiting for IFRack to finish activating [00:58:59] . . [00:58:59] Finalizing VEGAS config... [00:58:59] Checking telescope [00:58:59] Configuration Complete [00:58:59] source : 3C249_1 F1 : 0.4 F2 : 4.8 location : J2000 @ (11:04:11.50, 76:59:01.00) S1400 : 2.48 angsize : 15.0 [00:58:59] Slewing to source. [00:58:59] In state Ready, waiting for state Activating [00:58:59] Setting State: Activating [00:58:59] Detected state Activating [00:58:59] In state Activating, waiting for state Ready [01:01:05] Setting State: Ready [01:01:05] Detected state Ready [01:01:05] Balancing IF system. [01:01:05] Balancing IFRack [01:01:06] Setting State: Activating [01:01:06] Setting State: Ready [01:01:07] the sampler values are: [01:01:07] RF_power 1 : 3.173828 [01:01:07] RF_power 2 : 0.009765625 [01:01:07] RF_power 3 : 2.822266 [01:01:07] RF_power 4 : 0.009765625 [01:01:07] RF_power 5 : 0.6201172 [01:01:07] RF_power 6 : 0.009765625 [01:01:07] RF_power 7 : 0.5322266 [01:01:07] RF_power 8 : 0.0390625 [01:01:07] Balancing VEGAS [01:01:08] Setting State: Activating [01:01:08] Setting State: Ready [01:01:09] Setting State: Activating [01:01:09] Setting State: Ready [01:01:09] source : 3C309_1 F1 : 1.4 F2 : 32.0 S22235 : 1.0 S1400 : 7.5 angsize : 1.5 location : J2000 @ (14:59:07.58, 71:40:19.87) [01:01:10] OffOn: Subscan 1 of 2 [01:01:10] In state Ready, waiting for state Running [01:01:10] Setting State: Activating [01:01:10] Setting State: Committed [01:02:15] Setting State: Running [01:02:15] Detected state Running [01:02:15] *** Notice: This subscan will be numbered as scan #23 in your data reduction package. [01:02:15] In state Running, waiting for state Ready [01:02:47] Setting State: Stopping [01:02:49] Setting State: Ready [01:02:49] Detected state Ready [01:02:49] Ygor Telescope: WaitForStopping [01:02:49] OffOn: Subscan 2 of 2 [01:02:49] In state Ready, waiting for state Running [01:02:49] Setting State: Activating [01:02:49] Setting State: Committed [01:03:02] Setting State: Running [01:03:02] Detected state Running [01:03:02] *** Notice: This subscan will be numbered as scan #24 in your data reduction package. [01:03:02] In state Running, waiting for state Ready [01:03:34] Setting State: Stopping [01:03:36] Setting State: Ready [01:03:36] Detected state Ready [01:03:36] Ygor Telescope: WaitForStopping [01:03:36] source : 3C249_1 F1 : 0.4 F2 : 4.8 location : J2000 @ (11:04:11.50, 76:59:01.00) S1400 : 2.48 angsize : 15.0 [01:03:36] OnOff: Subscan 1 of 2 [01:03:36] In state Ready, waiting for state Running [01:03:36] Setting State: Activating [01:03:36] Setting State: Committed [01:04:42] Setting State: Running [01:04:42] Detected state Running [01:04:42] *** Notice: This subscan will be numbered as scan #25 in your data reduction package. [01:04:42] In state Running, waiting for state Ready [01:05:14] Setting State: Stopping [01:05:16] Setting State: Ready [01:05:16] Detected state Ready [01:05:16] Ygor Telescope: WaitForStopping [01:05:16] OnOff: Subscan 2 of 2 [01:05:16] In state Ready, waiting for state Running [01:05:16] Setting State: Activating [01:05:16] Setting State: Committed [01:05:27] Setting State: Running [01:05:27] Detected state Running [01:05:27] *** Notice: This subscan will be numbered as scan #26 in your data reduction package. [01:05:27] In state Running, waiting for state Ready [01:05:59] Setting State: Stopping [01:06:01] Setting State: Ready [01:06:01] Detected state Ready [01:06:01] Ygor Telescope: WaitForStopping runSuccessful: True [01:06:01] ******** End Scheduling Block [01:06:01] ******** observer = David Blank, SB name = g01_example_lcw, project ID = TGBT22A_603 how much log? 4954 id: 269736self.history: self.history.connection: how much converted log? 5158 ####################################################### ####################################################### SCRIPT NUMBER 7, project:TGBT22A_603_03 269737 967 David Blank 16 Zack Graham 2022-08-04 01:08:33 obs_aborted ####################################################### # Example position switching scheduling block # It uses the L-band Rx to observe radio recombination lines. ResetConfig() source_catalog = """ format=spherical coordmode=J2000 HEAD = NAME RA DEC VEL NGC6740 19:00:50 +28:46:16 4378 """ Catalog(source_catalog) # Only for validation purposes. # The Catalog needs to be reloaded in every scripts that needs it. Catalog(fluxcal) config = """ receiver = 'Rcvr1_2' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 1 swfreq = 0,0 tint = 2 vframe = 'bary' vdef = 'Optical' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' bandwidth = 23.44 vegas.subband = 1 nchan = 32768 notchfilter ="In" restfreq = 1420.4058 """ # Start observing. # First, correct pointing and focus #peak_source = "3C196" #Slew(peak_source) #AutoPeakFocus(peak_source, configure=True) # Configure for science observation, go to your target # and adjust the gain of the telescope target_source = "NGC6740" Configure(config) Slew(target_source) Balance() # Observe a flux calibrator to derive the # temperature of the noise diode fluxcal_source = "CygnusA" offset = Offset("AzEl", 0.5, 0.0, cosv=True) OffOn(fluxcal_source, offset, 150) # Finally, observe your target. for x in range(4): offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) ####################################################### LOG SESSION NUMBER 7 [01:08:33] ******** Begin Scheduling Block [01:08:33] ******** observer = David Blank, SB name = g01_example_monica, project ID = TGBT22A_603, date = 04 Aug 2022 [01:08:33] *** Notice:Resetting the configuration. You must run another configuration before running a scan [01:08:33] Configuring telescope. [01:08:33] Setting State: Activating [01:08:37] Setting State: Ready [01:08:37] Setting State: Activating [01:08:38] Setting State: Ready [01:08:38] Default values are [01:08:38] dfreq = [0] [01:08:38] if3freq = [0] [01:08:38] polswitch = thru [01:08:38] Configuring for backend VEGAS... [01:08:38] The bad devices are: [01:08:38] ConverterFilter14 [01:08:38] ConverterFilter2 [01:08:38] ConverterFilter16 [01:08:38] ConverterFilter10 [01:08:38] ConverterFilter12 [01:08:38] The bad devices are: [01:08:38] ConverterFilter14 [01:08:38] ConverterFilter2 [01:08:38] ConverterFilter16 [01:08:38] ConverterFilter10 [01:08:38] ConverterFilter12 [01:08:38] Waiting for LO1 to finish activating [01:08:38] . . [01:08:38] Finalizing VEGAS config... [01:08:38] Checking telescope [01:08:38] Configuration Complete [01:08:38] source : NGC6740 VEL : 4378.0 location : J2000 @ (19:00:50.00, 28:46:16.00) [01:08:38] Slewing to source. [01:08:38] In state Ready, waiting for state Activating [01:08:38] Setting State: Activating [01:08:38] Detected state Activating [01:08:38] In state Activating, waiting for state Ready [01:13:41] Setting State: Aborting [01:13:41] ygor.Telescope: WaitForReady: Asking abort confirmation. [01:13:41]  [01:13:41] User queried: "Abort detected! Terminate block?" waiting for reply... [01:13:44] User replied: "Yes". [01:13:44] Exiting scheduling block. Setting State: Ready runSuccessful: False [01:13:44] ******** End Scheduling Block [01:13:44] ******** observer = David Blank, SB name = g01_example_monica, project ID = TGBT22A_603 how much log? 1930 id: 269737self.history: self.history.connection: how much converted log? 2134 ####################################################### ####################################################### SCRIPT NUMBER 8, project:TGBT22A_603_03 269738 967 David Blank 16 Zack Graham 2022-08-04 01:15:10 obs_aborted ####################################################### # Example position switching scheduling block # It uses the L-band Rx to observe radio recombination lines. ResetConfig() source_catalog = """ format=spherical coordmode=J2000 HEAD = NAME RA DEC VEL NGC6740 19:00:50 +28:46:16 4378 """ Catalog(source_catalog) # Only for validation purposes. # The Catalog needs to be reloaded in every scripts that needs it. Catalog(fluxcal) config = """ receiver = 'Rcvr1_2' beam = 'B1' obstype = 'Spectroscopy' backend = 'VEGAS' swmode = 'tp' swtype = 'none' swper = 1 swfreq = 0,0 tint = 2 vframe = 'bary' vdef = 'Optical' noisecal = 'lo' pol = 'Linear' vegas.vpol = 'self' bandwidth = 23.44 vegas.subband = 1 nchan = 32768 notchfilter ="In" restfreq = 1420.4058 """ # Start observing. # First, correct pointing and focus #peak_source = "3C196" #Slew(peak_source) #AutoPeakFocus(peak_source, configure=True) # Configure for science observation, go to your target # and adjust the gain of the telescope target_source = "NGC6740" Configure(config) #Slew(target_source) #Balance() # Observe a flux calibrator to derive the # temperature of the noise diode fluxcal_source = "3C348" offset = Offset("AzEl", 0.5, 0.0, cosv=True) Slew(fluxcal_source) Balance() OffOn(fluxcal_source, offset, 150) # Finally, observe your target. Slew(target_source) Balance() for x in range(4): offset = Offset("AzEl", 0.5, 0.0, cosv=True) OnOff(target_source, offset, 60) ####################################################### LOG SESSION NUMBER 8 [01:15:10] ******** Begin Scheduling Block [01:15:10] ******** observer = David Blank, SB name = g01_example_monica, project ID = TGBT22A_603, date = 04 Aug 2022 [01:15:10] *** Notice:Resetting the configuration. You must run another configuration before running a scan [01:15:11] Configuring telescope. [01:15:11] Setting State: Activating [01:15:13] Setting State: Ready [01:15:14] Setting State: Activating [01:15:15] Setting State: Ready [01:15:15] Default values are [01:15:15] dfreq = [0] [01:15:15] if3freq = [0] [01:15:15] polswitch = thru [01:15:15] Configuring for backend VEGAS... [01:15:15] The bad devices are: [01:15:15] ConverterFilter14 [01:15:15] ConverterFilter2 [01:15:15] ConverterFilter16 [01:15:15] ConverterFilter10 [01:15:15] ConverterFilter12 [01:15:15] The bad devices are: [01:15:15] ConverterFilter14 [01:15:15] ConverterFilter2 [01:15:15] ConverterFilter16 [01:15:15] ConverterFilter10 [01:15:15] ConverterFilter12 [01:15:15] Waiting for LO1 to finish activating [01:15:15] . . [01:15:15] Finalizing VEGAS config... [01:15:15] Checking telescope [01:15:15] Configuration Complete [01:15:15] source : 3C348 F1 : 0.4 F2 : 10.6 location : J2000 @ (16:51:08.30, 04:59:26.00) S1400 : 45.0 angsize : 170.0 [01:15:16] Slewing to source. [01:15:16] In state Ready, waiting for state Activating [01:15:16] Setting State: Activating [01:15:16] Detected state Activating [01:15:16] In state Activating, waiting for state Ready [01:16:08] Setting State: Ready [01:16:08] Detected state Ready [01:16:08] Balancing IF system. [01:16:08] Balancing IFRack [01:16:09] Setting State: Activating [01:16:09] Setting State: Ready [01:16:10] the sampler values are: [01:16:10] RF_power 1 : 4.794922 [01:16:10] RF_power 2 : 0.004882812 [01:16:10] RF_power 3 : 9.995117 [01:16:10] RF_power 4 : 0.01464844 [01:16:10] RF_power 5 : 2.470703 [01:16:10] RF_power 6 : 0.009765625 [01:16:10] RF_power 7 : 2.197266 [01:16:10] RF_power 8 : 0.04394531 [01:16:10] Balancing VEGAS [01:16:10] Setting State: Activating [01:16:10] Setting State: Ready [01:16:12] Setting State: Activating [01:16:12] Setting State: Ready [01:16:12] source : 3C348 F1 : 0.4 F2 : 10.6 location : J2000 @ (16:51:08.30, 04:59:26.00) S1400 : 45.0 angsize : 170.0 [01:16:12] OffOn: Subscan 1 of 2 [01:16:13] In state Ready, waiting for state Running [01:16:13] Setting State: Activating [01:16:13] Setting State: Committed [01:16:26] Setting State: Running [01:16:26] Detected state Running [01:16:26] *** Notice: This subscan will be numbered as scan #27 in your data reduction package. [01:16:26] In state Running, waiting for state Ready [01:18:58] Setting State: Stopping [01:19:00] Setting State: Ready [01:19:00] Detected state Ready [01:19:00] Ygor Telescope: WaitForStopping [01:19:00] OffOn: Subscan 2 of 2 [01:19:00] In state Ready, waiting for state Running [01:19:00] Setting State: Activating [01:19:00] Setting State: Committed [01:19:13] Setting State: Running [01:19:13] Detected state Running [01:19:13] *** Notice: This subscan will be numbered as scan #28 in your data reduction package. [01:19:13] In state Running, waiting for state Ready [01:21:45] Setting State: Stopping [01:21:47] Setting State: Ready [01:21:47] Detected state Ready [01:21:47] Ygor Telescope: WaitForStopping [01:21:47] source : NGC6740 VEL : 4378.0 location : J2000 @ (19:00:50.00, 28:46:16.00) [01:21:47] Slewing to source. [01:21:47] In state Ready, waiting for state Activating [01:21:47] Setting State: Activating [01:21:47] Detected state Activating [01:21:47] In state Activating, waiting for state Ready [01:24:25] Setting State: Ready [01:24:25] Detected state Ready [01:24:25] Balancing IF system. [01:24:25] Balancing IFRack [01:24:26] Setting State: Activating [01:24:26] Setting State: Ready [01:24:27] the sampler values are: [01:24:28] RF_power 1 : 3.305664 [01:24:28] RF_power 2 : 0.004882812 [01:24:28] RF_power 3 : 2.993164 [01:24:28] RF_power 4 : 0.01464844 [01:24:28] RF_power 5 : 0.5273438 [01:24:28] RF_power 6 : 0.009765625 [01:24:28] RF_power 7 : 0.4394531 [01:24:28] RF_power 8 : 0.0390625 [01:24:28] Balancing VEGAS [01:24:28] Setting State: Activating [01:24:28] Setting State: Ready [01:24:29] Setting State: Activating [01:24:29] Setting State: Ready [01:24:29] source : NGC6740 VEL : 4378.0 location : J2000 @ (19:00:50.00, 28:46:16.00) [01:24:30] OnOff: Subscan 1 of 2 [01:24:30] In state Ready, waiting for state Running [01:24:30] Setting State: Activating [01:24:30] Setting State: Committed [01:24:35] Setting State: Running [01:24:35] Detected state Running [01:24:35] *** Notice: This subscan will be numbered as scan #29 in your data reduction package. [01:24:35] In state Running, waiting for state Ready [01:25:37] Setting State: Stopping [01:25:39] Setting State: Ready [01:25:39] Detected state Ready [01:25:39] Ygor Telescope: WaitForStopping [01:25:39] OnOff: Subscan 2 of 2 [01:25:39] In state Ready, waiting for state Running [01:25:39] Setting State: Activating [01:25:40] Setting State: Committed [01:25:54] Setting State: Running [01:25:54] Detected state Running [01:25:54] *** Notice: This subscan will be numbered as scan #30 in your data reduction package. [01:25:54] In state Running, waiting for state Ready [01:26:56] Setting State: Stopping [01:26:58] Setting State: Ready [01:26:58] Detected state Ready [01:26:58] Ygor Telescope: WaitForStopping [01:26:58] source : NGC6740 VEL : 4378.0 location : J2000 @ (19:00:50.00, 28:46:16.00) [01:26:58] OnOff: Subscan 1 of 2 [01:26:59] In state Ready, waiting for state Running [01:26:59] Setting State: Activating [01:26:59] Setting State: Committed [01:27:13] Setting State: Running [01:27:13] Detected state Running [01:27:13] *** Notice: This subscan will be numbered as scan #31 in your data reduction package. [01:27:13] In state Running, waiting for state Ready [01:28:15] Setting State: Stopping [01:28:17] Setting State: Ready [01:28:17] Detected state Ready [01:28:17] Ygor Telescope: WaitForStopping [01:28:17] OnOff: Subscan 2 of 2 [01:28:17] In state Ready, waiting for state Running [01:28:17] Setting State: Activating [01:28:18] Setting State: Committed [01:28:32] Setting State: Running [01:28:32] Detected state Running [01:28:32] *** Notice: This subscan will be numbered as scan #32 in your data reduction package. [01:28:32] In state Running, waiting for state Ready [01:29:34] Setting State: Stopping [01:29:36] Setting State: Ready [01:29:36] Detected state Ready [01:29:36] Ygor Telescope: WaitForStopping [01:29:36] source : NGC6740 VEL : 4378.0 location : J2000 @ (19:00:50.00, 28:46:16.00) [01:29:36] OnOff: Subscan 1 of 2 [01:29:37] In state Ready, waiting for state Running [01:29:37] Setting State: Activating [01:29:37] Setting State: Committed [01:29:51] Setting State: Running [01:29:51] Detected state Running [01:29:51] *** Notice: This subscan will be numbered as scan #33 in your data reduction package. [01:29:51] In state Running, waiting for state Ready [01:29:57] Setting State: Aborting [01:29:57] ygor.Telescope: RuntimeError msg: Abort detected! [01:29:57] ygor.Telescope: WaitForRunning: Asking abort confirmation. [01:29:57]  [01:29:57] User queried: "Abort detected! Terminate block?" waiting for reply... [01:29:58] Setting State: Ready [01:30:02] User replied: "Yes". [01:30:02] Exiting scheduling block. runSuccessful: False [01:30:02] ******** End Scheduling Block [01:30:02] ******** observer = David Blank, SB name = g01_example_monica, project ID = TGBT22A_603 how much log? 7979 id: 269738self.history: self.history.connection: how much converted log? 8183 #######################################################