! Started logfile: J0207+8411_S_2017_03_23_pus_uvs.log on Mon May 13 09:45:35 2019 obs J0207+8411_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0207+8411_S_2017_03_23_pus_uva.fits ! AN table 1: 151 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.871376 visibilities/baseline/integration-bin. ! Found source: J0207+8411 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 481 lines of history. ! ! Reading 23684 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J0207+8411_S_2017_03_23_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 562 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.826341Jy sigma=0.006669 ! Fit after self-cal, rms=0.810191Jy sigma=0.006558 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.171 mas, bmaj=3.842 mas, bpa=-65.58 degrees ! Estimated noise=1115.65 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.147407 Jy ! Component: 100 - total flux cleaned = 0.179633 Jy ! Total flux subtracted in 100 components = 0.179633 Jy ! Clean residual min=-0.005880 max=0.009772 Jy/beam ! Clean residual mean=-0.000052 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.179633 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.179633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098671Jy sigma=0.000732 ! Fit after self-cal, rms=0.098657Jy sigma=0.000732 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00916714 Jy ! Component: 100 - total flux cleaned = 0.0130528 Jy ! Total flux subtracted in 100 components = 0.0130528 Jy ! Clean residual min=-0.006085 max=0.007917 Jy/beam ! Clean residual mean=-0.000038 rms=0.001456 Jy/beam ! Combined flux in latest and established models = 0.192686 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.192686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097243Jy sigma=0.000722 ! Fit after self-cal, rms=0.097244Jy sigma=0.000722 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.947 mas, bmaj=4.685 mas, bpa=-63.14 degrees ! Estimated noise=624.062 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-4.5, 17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00691319 Jy ! Component: 100 - total flux cleaned = 0.0108606 Jy ! Component: 150 - total flux cleaned = 0.0136686 Jy ! Component: 200 - total flux cleaned = 0.0151595 Jy ! Total flux subtracted in 200 components = 0.0151595 Jy ! Clean residual min=-0.004777 max=0.005731 Jy/beam ! Clean residual mean=-0.000053 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.207845 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 49 components and 0.207845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096588Jy sigma=0.000718 ! Fit after self-cal, rms=0.096555Jy sigma=0.000718 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 0.96 KP 1.03 ! LA 1.00 MK 1.02 NL 0.87 OV 0.98 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 0.99 KP 0.98 ! LA 0.95 MK 1.01 NL 1.02 OV 1.01 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.06 HN 0.97 KP 0.87 ! LA 0.74 MK 1.06 NL 1.11 OV 0.92 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.11 HN 0.96 KP 1.00* ! LA 0.83 MK 1.06 NL 1.00* OV 3.59 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.096555Jy sigma=0.000718 ! Fit after self-cal, rms=0.111479Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.971 mas, bmaj=4.686 mas, bpa=-63.1 degrees ! Estimated noise=621.081 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00212715 Jy ! Component: 100 - total flux cleaned = -0.00299366 Jy ! Component: 150 - total flux cleaned = -0.00330935 Jy ! Component: 200 - total flux cleaned = -0.00346396 Jy ! Total flux subtracted in 200 components = -0.00346396 Jy ! Clean residual min=-0.001718 max=0.001748 Jy/beam ! Clean residual mean=-0.000006 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.204382 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 0.204382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111422Jy sigma=0.000668 ! Fit after self-cal, rms=0.111843Jy sigma=0.000668 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111843Jy sigma=0.000668 ! Fit after self-cal, rms=0.105871Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.963 mas, bmaj=4.697 mas, bpa=-63.58 degrees ! Estimated noise=620.639 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00112521 Jy ! Component: 100 - total flux cleaned = -0.00143751 Jy ! Component: 150 - total flux cleaned = -0.00154916 Jy ! Component: 200 - total flux cleaned = -0.00160948 Jy ! Total flux subtracted in 200 components = -0.00160948 Jy ! Clean residual min=-0.001365 max=0.001373 Jy/beam ! Clean residual mean=-0.000004 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.202772 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.202772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105856Jy sigma=0.000665 ! Fit after self-cal, rms=0.105871Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000284128 Jy ! Component: 100 - total flux cleaned = -0.000324237 Jy ! Component: 150 - total flux cleaned = -0.000342616 Jy ! Component: 200 - total flux cleaned = -0.000359981 Jy ! Total flux subtracted in 200 components = -0.000359981 Jy ! Clean residual min=-0.001358 max=0.001354 Jy/beam ! Clean residual mean=-0.000005 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.202412 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.202412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105865Jy sigma=0.000665 ! Fit after self-cal, rms=0.105864Jy sigma=0.000665 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105864Jy sigma=0.000665 ! Fit after self-cal, rms=0.106114Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.965 mas, bmaj=4.697 mas, bpa=-63.62 degrees ! Estimated noise=620.456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000525576 Jy ! Component: 100 - total flux cleaned = -0.00057848 Jy ! Component: 150 - total flux cleaned = -0.000611101 Jy ! Component: 200 - total flux cleaned = -0.000626764 Jy ! Total flux subtracted in 200 components = -0.000626764 Jy ! Clean residual min=-0.001362 max=0.001338 Jy/beam ! Clean residual mean=-0.000003 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.201785 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 93 components and 0.201785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106108Jy sigma=0.000665 ! Fit after self-cal, rms=0.106110Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138817 Jy ! Component: 100 - total flux cleaned = -0.000167511 Jy ! Component: 150 - total flux cleaned = -0.00018066 Jy ! Component: 200 - total flux cleaned = -0.000180351 Jy ! Total flux subtracted in 200 components = -0.000180351 Jy ! Clean residual min=-0.001360 max=0.001350 Jy/beam ! Clean residual mean=-0.000004 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.201605 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 96 components and 0.201605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106107Jy sigma=0.000665 ! Fit after self-cal, rms=0.106107Jy sigma=0.000665 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106107Jy sigma=0.000665 ! Fit after self-cal, rms=0.106224Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.585 mas, bmaj=9.081 mas, bpa=-60.61 degrees ! Estimated noise=780.183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000244247 Jy ! Component: 100 - total flux cleaned = -0.00027239 Jy ! Component: 150 - total flux cleaned = -0.000264515 Jy ! Component: 200 - total flux cleaned = -0.000251026 Jy ! Total flux subtracted in 200 components = -0.000251026 Jy ! Clean residual min=-0.001634 max=0.001459 Jy/beam ! Clean residual mean=-0.000005 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.201354 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 100 components and 0.201354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106222Jy sigma=0.000665 ! Fit after self-cal, rms=0.106223Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.51464e-05 Jy ! Component: 100 - total flux cleaned = -4.11435e-05 Jy ! Component: 150 - total flux cleaned = -5.27408e-05 Jy ! Component: 200 - total flux cleaned = -5.26546e-05 Jy ! Total flux subtracted in 200 components = -5.26546e-05 Jy ! Clean residual min=-0.001625 max=0.001455 Jy/beam ! Clean residual mean=-0.000005 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.201301 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 106 components and 0.201301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106222Jy sigma=0.000665 ! Fit after self-cal, rms=0.106222Jy sigma=0.000665 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=4.697 mas, bpa=-63.64 degrees ! Estimated noise=620.207 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.967 x 4.697 at -63.64 degrees (North through East) ! Clean map min=-0.0013002 max=0.19196 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=3.843 mas, bpa=-65.66 degrees ! Estimated noise=1122.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.148248 Jy ! Component: 100 - total flux cleaned = 0.180862 Jy ! Component: 150 - total flux cleaned = 0.189761 Jy ! Component: 200 - total flux cleaned = 0.193428 Jy ! Total flux subtracted in 200 components = 0.193428 Jy ! Clean residual min=-0.003193 max=0.002872 Jy/beam ! Clean residual mean=-0.000011 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.193428 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.193428 Jy ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=4.697 mas, bpa=-63.64 degrees ! Estimated noise=620.207 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00353995 Jy ! Component: 100 - total flux cleaned = 0.00521857 Jy ! Component: 150 - total flux cleaned = 0.00584746 Jy ! Component: 200 - total flux cleaned = 0.00634855 Jy ! Total flux subtracted in 200 components = 0.00634855 Jy ! Clean residual min=-0.001502 max=0.001504 Jy/beam ! Clean residual mean=-0.000006 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.199777 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 44 components and 0.199777 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.585 mas, bmaj=9.081 mas, bpa=-60.61 degrees ! Estimated noise=780.183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000878264 Jy ! Component: 100 - total flux cleaned = 0.00108377 Jy ! Component: 150 - total flux cleaned = 0.00114585 Jy ! Component: 200 - total flux cleaned = 0.00119679 Jy ! Total flux subtracted in 200 components = 0.00119679 Jy ! Clean residual min=-0.001614 max=0.001428 Jy/beam ! Clean residual mean=-0.000007 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.200973 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.48724e-05 Jy ! Component: 100 - total flux cleaned = 7.49007e-05 Jy ! Component: 150 - total flux cleaned = 9.349e-05 Jy ! Component: 200 - total flux cleaned = 0.000111087 Jy ! Total flux subtracted in 200 components = 0.000111087 Jy ! Clean residual min=-0.001617 max=0.001437 Jy/beam ! Clean residual mean=-0.000006 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.201084 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 70 components and 0.201084 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=4.697 mas, bpa=-63.64 degrees ! Estimated noise=620.207 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.68811e-05 Jy ! Component: 100 - total flux cleaned = -9.7458e-05 Jy ! Component: 150 - total flux cleaned = -9.81975e-05 Jy ! Component: 200 - total flux cleaned = -7.85302e-05 Jy ! Total flux subtracted in 200 components = -7.85302e-05 Jy ! Clean residual min=-0.001418 max=0.001436 Jy/beam ! Clean residual mean=-0.000003 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.201006 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 79 components and 0.201006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106230Jy sigma=0.000665 ! Fit after self-cal, rms=0.106228Jy sigma=0.000665 wmodel J0207+8411_S_2017_03_23_pus_map.mod ! Writing 79 model components to file: J0207+8411_S_2017_03_23_pus_map.mod wobs J0207+8411_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0207+8411_S_2017_03_23_pus_uvs.fits wwins J0207+8411_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0207+8411_S_2017_03_23_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -7.32758e-05 Jy ! Component: 100 - total flux cleaned = -0.000147762 Jy ! Component: 150 - total flux cleaned = -9.98868e-05 Jy ! Component: 200 - total flux cleaned = -9.93676e-05 Jy ! Component: 250 - total flux cleaned = 1.30934e-05 Jy ! Component: 300 - total flux cleaned = 7.84835e-05 Jy ! Component: 350 - total flux cleaned = 0.000121241 Jy ! Component: 400 - total flux cleaned = 0.000142253 Jy ! Component: 450 - total flux cleaned = 0.00018351 Jy ! Component: 500 - total flux cleaned = 0.000324138 Jy ! Component: 550 - total flux cleaned = 0.000343823 Jy ! Component: 600 - total flux cleaned = 0.000460185 Jy ! Component: 650 - total flux cleaned = 0.000536261 Jy ! Component: 700 - total flux cleaned = 0.000499139 Jy ! Component: 750 - total flux cleaned = 0.000573212 Jy ! Component: 800 - total flux cleaned = 0.000627711 Jy ! Component: 850 - total flux cleaned = 0.000609736 Jy ! Component: 900 - total flux cleaned = 0.000592117 Jy ! Component: 950 - total flux cleaned = 0.000680135 Jy ! Component: 1000 - total flux cleaned = 0.000697322 Jy ! Component: 1050 - total flux cleaned = 0.000697353 Jy ! Component: 1100 - total flux cleaned = 0.000782457 Jy ! Component: 1150 - total flux cleaned = 0.000782591 Jy ! Component: 1200 - total flux cleaned = 0.000832742 Jy ! Component: 1250 - total flux cleaned = 0.000915142 Jy ! Component: 1300 - total flux cleaned = 0.000964052 Jy ! Component: 1350 - total flux cleaned = 0.00101262 Jy ! Component: 1400 - total flux cleaned = 0.00107693 Jy ! Component: 1450 - total flux cleaned = 0.00115658 Jy ! Component: 1500 - total flux cleaned = 0.00118799 Jy ! Component: 1550 - total flux cleaned = 0.00120371 Jy ! Component: 1600 - total flux cleaned = 0.00129682 Jy ! Component: 1650 - total flux cleaned = 0.00134301 Jy ! Component: 1700 - total flux cleaned = 0.0013736 Jy ! Component: 1750 - total flux cleaned = 0.00144926 Jy ! Component: 1800 - total flux cleaned = 0.00150938 Jy ! Component: 1850 - total flux cleaned = 0.0015094 Jy ! Component: 1900 - total flux cleaned = 0.00158329 Jy ! Component: 1950 - total flux cleaned = 0.00170058 Jy ! Component: 2000 - total flux cleaned = 0.00172958 Jy ! Component: 2050 - total flux cleaned = 0.0017295 Jy ! Component: 2100 - total flux cleaned = 0.0018155 Jy ! Component: 2150 - total flux cleaned = 0.00182963 Jy ! Component: 2200 - total flux cleaned = 0.00185799 Jy ! Component: 2250 - total flux cleaned = 0.00197041 Jy ! Component: 2300 - total flux cleaned = 0.00204005 Jy ! Component: 2350 - total flux cleaned = 0.0020676 Jy ! Component: 2400 - total flux cleaned = 0.00208132 Jy ! Component: 2450 - total flux cleaned = 0.00216312 Jy ! Component: 2500 - total flux cleaned = 0.00220372 Jy ! Component: 2550 - total flux cleaned = 0.0022711 Jy ! Component: 2600 - total flux cleaned = 0.00231117 Jy ! Component: 2650 - total flux cleaned = 0.002298 Jy ! Component: 2700 - total flux cleaned = 0.00237723 Jy ! Component: 2750 - total flux cleaned = 0.00240353 Jy ! Component: 2800 - total flux cleaned = 0.00241665 Jy ! Component: 2850 - total flux cleaned = 0.00250743 Jy ! Component: 2900 - total flux cleaned = 0.00248175 Jy ! Component: 2950 - total flux cleaned = 0.00260984 Jy ! Component: 3000 - total flux cleaned = 0.00263526 Jy ! Component: 3050 - total flux cleaned = 0.0026985 Jy ! Component: 3100 - total flux cleaned = 0.00272368 Jy ! Component: 3150 - total flux cleaned = 0.00281124 Jy ! Component: 3200 - total flux cleaned = 0.00283617 Jy ! Component: 3250 - total flux cleaned = 0.00284856 Jy ! Component: 3300 - total flux cleaned = 0.00293456 Jy ! Component: 3350 - total flux cleaned = 0.00294667 Jy ! Component: 3400 - total flux cleaned = 0.00303175 Jy ! Component: 3450 - total flux cleaned = 0.0030438 Jy ! Component: 3500 - total flux cleaned = 0.00307985 Jy ! Component: 3550 - total flux cleaned = 0.00311569 Jy ! Component: 3600 - total flux cleaned = 0.00310373 Jy ! Component: 3650 - total flux cleaned = 0.00306829 Jy ! Component: 3700 - total flux cleaned = 0.00311536 Jy ! Component: 3750 - total flux cleaned = 0.00313881 Jy ! Component: 3800 - total flux cleaned = 0.00313887 Jy ! Component: 3850 - total flux cleaned = 0.00322001 Jy ! Component: 3900 - total flux cleaned = 0.00330068 Jy ! Component: 3950 - total flux cleaned = 0.00330067 Jy ! Component: 4000 - total flux cleaned = 0.00334635 Jy ! Component: 4050 - total flux cleaned = 0.0034032 Jy ! Total flux subtracted in 4096 components = 0.00344845 Jy ! Clean residual min=-0.000756 max=0.000651 Jy/beam ! Clean residual mean=0.000001 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.204454 Jy keep ! Adding 321 model components to the UV plane model. ! The established model now contains 400 components and 0.204454 Jy ![Exited script file: muppet] wmap "J0207+8411_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.967 x 4.697 at -63.64 degrees (North through East) ! Clean map min=-0.0011475 max=0.19215 Jy/beam ! Writing clean map to FITS file: J0207+8411_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.19215 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205722 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.32119 0.32119 0.64238 1.28476 2.56952 5.13904 10.2781 20.5562 41.1123 82.2247 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.192 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.967 x 4.697 at -63.64 degrees (North through East) ! Clean map min=-0.0011475 max=0.19215 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0207+8411_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:45:42 2019