! Started logfile: J0301-1652_S_2017_08_05_pus_uvs.log on Thu May 9 19:18:57 2019 obs J0301-1652_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0301-1652_S_2017_08_05_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.961696 visibilities/baseline/integration-bin. ! Found source: J0301-1652 ! ! 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 513 lines of history. ! ! Reading 13156 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 J0301-1652_S_2017_08_05_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 484 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.897610Jy sigma=0.007088 ! Fit after self-cal, rms=0.886579Jy sigma=0.007004 ! 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=2.495 mas, bmaj=6.972 mas, bpa=-5.799 degrees ! Estimated noise=1240.42 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.0872386 Jy ! Component: 100 - total flux cleaned = 0.107722 Jy ! Total flux subtracted in 100 components = 0.107722 Jy ! Clean residual min=-0.004990 max=0.008638 Jy/beam ! Clean residual mean=0.000010 rms=0.001425 Jy/beam ! Combined flux in latest and established models = 0.107722 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.107722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095128Jy sigma=0.000697 ! Fit after self-cal, rms=0.095125Jy sigma=0.000697 ! Inverting map ! Added new window around map position (4, 5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00933008 Jy ! Component: 100 - total flux cleaned = 0.0149021 Jy ! Total flux subtracted in 100 components = 0.0149021 Jy ! Clean residual min=-0.004546 max=0.005720 Jy/beam ! Clean residual mean=0.000009 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.122624 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.122624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093638Jy sigma=0.000685 ! Fit after self-cal, rms=0.093610Jy sigma=0.000685 ! 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=2.98 mas, bmaj=7.934 mas, bpa=-4.8 degrees ! Estimated noise=963.061 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.00743521 Jy ! Component: 100 - total flux cleaned = 0.0118244 Jy ! Component: 150 - total flux cleaned = 0.0146805 Jy ! Component: 200 - total flux cleaned = 0.0165743 Jy ! Total flux subtracted in 200 components = 0.0165743 Jy ! Clean residual min=-0.003226 max=0.003629 Jy/beam ! Clean residual mean=0.000010 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.139199 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 49 components and 0.139199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092883Jy sigma=0.000680 ! Fit after self-cal, rms=0.092869Jy sigma=0.000680 ! 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.06 FD 0.95 HN 1.02 KP 1.04 ! LA 1.00 MK 0.99 NL 0.88 OV 1.02 ! PT 1.06 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.02 KP 0.98 ! LA 0.99 MK 1.00 NL 1.05 OV 1.05 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.06 KP 0.89 ! LA 0.76 MK 1.02 NL 1.19 OV 0.98 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 0.94 KP 1.00* ! LA 1.00* MK 1.06 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.092869Jy sigma=0.000680 ! Fit after self-cal, rms=0.090780Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.994 mas, bmaj=7.929 mas, bpa=-4.441 degrees ! Estimated noise=959.677 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.000630493 Jy ! Component: 100 - total flux cleaned = 0.000626201 Jy ! Component: 150 - total flux cleaned = 0.000627019 Jy ! Component: 200 - total flux cleaned = 0.000596372 Jy ! Total flux subtracted in 200 components = 0.000596372 Jy ! Clean residual min=-0.002462 max=0.002760 Jy/beam ! Clean residual mean=0.000013 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.139795 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 0.139795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090745Jy sigma=0.000674 ! Fit after self-cal, rms=0.090730Jy sigma=0.000674 ! 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.090730Jy sigma=0.000674 ! Fit after self-cal, rms=0.091320Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.99 mas, bmaj=7.922 mas, bpa=-4.501 degrees ! Estimated noise=958.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000278547 Jy ! Component: 100 - total flux cleaned = 0.000324057 Jy ! Component: 150 - total flux cleaned = 0.000322938 Jy ! Component: 200 - total flux cleaned = 0.000323124 Jy ! Total flux subtracted in 200 components = 0.000323124 Jy ! Clean residual min=-0.002137 max=0.002502 Jy/beam ! Clean residual mean=0.000007 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.140118 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.140118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091309Jy sigma=0.000671 ! Fit after self-cal, rms=0.091333Jy sigma=0.000671 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) ! Added new window around map position (126, -112.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220561 Jy ! Component: 100 - total flux cleaned = 0.0025628 Jy ! Component: 150 - total flux cleaned = 0.00263053 Jy ! Component: 200 - total flux cleaned = 0.0026294 Jy ! Total flux subtracted in 200 components = 0.0026294 Jy ! Clean residual min=-0.001964 max=0.002040 Jy/beam ! Clean residual mean=0.000005 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.142748 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.142748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091276Jy sigma=0.000671 ! Fit after self-cal, rms=0.091271Jy sigma=0.000671 ! 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.091271Jy sigma=0.000671 ! Fit after self-cal, rms=0.091037Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=7.916 mas, bpa=-4.544 degrees ! Estimated noise=954.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00059836 Jy ! Component: 100 - total flux cleaned = 0.000620979 Jy ! Component: 150 - total flux cleaned = 0.000642192 Jy ! Component: 200 - total flux cleaned = 0.000641484 Jy ! Total flux subtracted in 200 components = 0.000641484 Jy ! Clean residual min=-0.001976 max=0.001947 Jy/beam ! Clean residual mean=0.000005 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.143389 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 87 components and 0.143389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091026Jy sigma=0.000671 ! Fit after self-cal, rms=0.091029Jy sigma=0.000671 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 = 4.3397e-05 Jy ! Component: 100 - total flux cleaned = 6.21379e-05 Jy ! Component: 150 - total flux cleaned = 7.98667e-05 Jy ! Component: 200 - total flux cleaned = 7.99654e-05 Jy ! Total flux subtracted in 200 components = 7.99654e-05 Jy ! Clean residual min=-0.001986 max=0.001951 Jy/beam ! Clean residual mean=0.000005 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.143469 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 0.143469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091023Jy sigma=0.000671 ! Fit after self-cal, rms=0.091022Jy sigma=0.000671 ! 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.091022Jy sigma=0.000671 ! Fit after self-cal, rms=0.090940Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.406 mas, bmaj=16.6 mas, bpa=-1.861 degrees ! Estimated noise=1239.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.88486e-05 Jy ! Component: 100 - total flux cleaned = 2.19158e-05 Jy ! Component: 150 - total flux cleaned = -8.95781e-06 Jy ! Component: 200 - total flux cleaned = -3.61468e-05 Jy ! Total flux subtracted in 200 components = -3.61468e-05 Jy ! Clean residual min=-0.002477 max=0.002318 Jy/beam ! Clean residual mean=0.000008 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.143433 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 96 components and 0.143433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090938Jy sigma=0.000671 ! Fit after self-cal, rms=0.090938Jy sigma=0.000671 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.46795e-05 Jy ! Component: 100 - total flux cleaned = 3.45869e-05 Jy ! Component: 150 - total flux cleaned = 2.25266e-05 Jy ! Component: 200 - total flux cleaned = -1.20468e-06 Jy ! Total flux subtracted in 200 components = -1.20468e-06 Jy ! Clean residual min=-0.002466 max=0.002317 Jy/beam ! Clean residual mean=0.000008 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.143432 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 96 components and 0.143432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090938Jy sigma=0.000671 ! Fit after self-cal, rms=0.090937Jy sigma=0.000671 ! 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=2.985 mas, bmaj=7.916 mas, bpa=-4.545 degrees ! Estimated noise=952.983 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.985 x 7.916 at -4.545 degrees (North through East) ! Clean map min=-0.0019731 max=0.11152 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=2.486 mas, bmaj=6.951 mas, bpa=-5.655 degrees ! Estimated noise=1232.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0860491 Jy ! Component: 100 - total flux cleaned = 0.107244 Jy ! Component: 150 - total flux cleaned = 0.117636 Jy ! Component: 200 - total flux cleaned = 0.123953 Jy ! Total flux subtracted in 200 components = 0.123953 Jy ! Clean residual min=-0.004019 max=0.003484 Jy/beam ! Clean residual mean=0.000006 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.123953 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.123953 Jy ! Inverting map and beam ! Estimated beam: bmin=2.985 mas, bmaj=7.916 mas, bpa=-4.545 degrees ! Estimated noise=952.983 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.00653266 Jy ! Component: 100 - total flux cleaned = 0.0105165 Jy ! Component: 150 - total flux cleaned = 0.0133306 Jy ! Component: 200 - total flux cleaned = 0.0153602 Jy ! Total flux subtracted in 200 components = 0.0153602 Jy ! Clean residual min=-0.002387 max=0.002032 Jy/beam ! Clean residual mean=0.000005 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.139314 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 48 components and 0.139314 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=7.406 mas, bmaj=16.6 mas, bpa=-1.861 degrees ! Estimated noise=1239.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228504 Jy ! Component: 100 - total flux cleaned = 0.00350861 Jy ! Component: 150 - total flux cleaned = 0.00390042 Jy ! Component: 200 - total flux cleaned = 0.00397837 Jy ! Total flux subtracted in 200 components = 0.00397837 Jy ! Clean residual min=-0.002568 max=0.002297 Jy/beam ! Clean residual mean=0.000008 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.143292 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.58416e-05 Jy ! Component: 100 - total flux cleaned = 8.71665e-05 Jy ! Component: 150 - total flux cleaned = 0.000123849 Jy ! Component: 200 - total flux cleaned = 0.000141103 Jy ! Total flux subtracted in 200 components = 0.000141103 Jy ! Clean residual min=-0.002505 max=0.002314 Jy/beam ! Clean residual mean=0.000008 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.143433 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 71 components and 0.143433 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.985 mas, bmaj=7.916 mas, bpa=-4.545 degrees ! Estimated noise=952.983 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000287635 Jy ! Component: 100 - total flux cleaned = -0.000358517 Jy ! Component: 150 - total flux cleaned = -0.000327483 Jy ! Component: 200 - total flux cleaned = -0.000328989 Jy ! Total flux subtracted in 200 components = -0.000328989 Jy ! Clean residual min=-0.002064 max=0.001938 Jy/beam ! Clean residual mean=0.000005 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.143104 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 83 components and 0.143104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090961Jy sigma=0.000671 ! Fit after self-cal, rms=0.090956Jy sigma=0.000671 wmodel J0301-1652_S_2017_08_05_pus_map.mod ! Writing 83 model components to file: J0301-1652_S_2017_08_05_pus_map.mod wobs J0301-1652_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0301-1652_S_2017_08_05_pus_uvs.fits wwins J0301-1652_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J0301-1652_S_2017_08_05_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 = -0.00042172 Jy ! Component: 100 - total flux cleaned = -0.000592513 Jy ! Component: 150 - total flux cleaned = -0.000560258 Jy ! Component: 200 - total flux cleaned = -0.000497562 Jy ! Component: 250 - total flux cleaned = -0.000437391 Jy ! Component: 300 - total flux cleaned = -0.000379275 Jy ! Component: 350 - total flux cleaned = -0.000351693 Jy ! Component: 400 - total flux cleaned = -0.000353041 Jy ! Component: 450 - total flux cleaned = -0.00043416 Jy ! Component: 500 - total flux cleaned = -0.000381398 Jy ! Component: 550 - total flux cleaned = -0.00045909 Jy ! Component: 600 - total flux cleaned = -0.000433622 Jy ! Component: 650 - total flux cleaned = -0.000458397 Jy ! Component: 700 - total flux cleaned = -0.000556531 Jy ! Component: 750 - total flux cleaned = -0.000555762 Jy ! Component: 800 - total flux cleaned = -0.000674408 Jy ! Component: 850 - total flux cleaned = -0.000697455 Jy ! Component: 900 - total flux cleaned = -0.000766775 Jy ! Component: 950 - total flux cleaned = -0.0008575 Jy ! Component: 1000 - total flux cleaned = -0.000857098 Jy ! Component: 1050 - total flux cleaned = -0.000857134 Jy ! Component: 1100 - total flux cleaned = -0.000944534 Jy ! Component: 1150 - total flux cleaned = -0.00105256 Jy ! Component: 1200 - total flux cleaned = -0.00105271 Jy ! Component: 1250 - total flux cleaned = -0.00111621 Jy ! Component: 1300 - total flux cleaned = -0.00115793 Jy ! Component: 1350 - total flux cleaned = -0.00121905 Jy ! Component: 1400 - total flux cleaned = -0.00117882 Jy ! Component: 1450 - total flux cleaned = -0.00121875 Jy ! Component: 1500 - total flux cleaned = -0.00115915 Jy ! Component: 1550 - total flux cleaned = -0.00110078 Jy ! Component: 1600 - total flux cleaned = -0.00112025 Jy ! Component: 1650 - total flux cleaned = -0.00110111 Jy ! Component: 1700 - total flux cleaned = -0.00119556 Jy ! Component: 1750 - total flux cleaned = -0.00123263 Jy ! Component: 1800 - total flux cleaned = -0.00115865 Jy ! Component: 1850 - total flux cleaned = -0.00114096 Jy ! Component: 1900 - total flux cleaned = -0.00115924 Jy ! Component: 1950 - total flux cleaned = -0.00112384 Jy ! Component: 2000 - total flux cleaned = -0.00107101 Jy ! Component: 2050 - total flux cleaned = -0.00114141 Jy ! Component: 2100 - total flux cleaned = -0.00117596 Jy ! Component: 2150 - total flux cleaned = -0.00117619 Jy ! Component: 2200 - total flux cleaned = -0.0011251 Jy ! Component: 2250 - total flux cleaned = -0.00117566 Jy ! Component: 2300 - total flux cleaned = -0.00117566 Jy ! Component: 2350 - total flux cleaned = -0.00119234 Jy ! Component: 2400 - total flux cleaned = -0.00115937 Jy ! Component: 2450 - total flux cleaned = -0.00120797 Jy ! Component: 2500 - total flux cleaned = -0.00115975 Jy ! Component: 2550 - total flux cleaned = -0.00119166 Jy ! Component: 2600 - total flux cleaned = -0.00112873 Jy ! Component: 2650 - total flux cleaned = -0.00115988 Jy ! Component: 2700 - total flux cleaned = -0.00115968 Jy ! Component: 2750 - total flux cleaned = -0.00111374 Jy ! Component: 2800 - total flux cleaned = -0.00106808 Jy ! Component: 2850 - total flux cleaned = -0.00105296 Jy ! Component: 2900 - total flux cleaned = -0.00100799 Jy ! Component: 2950 - total flux cleaned = -0.000948997 Jy ! Component: 3000 - total flux cleaned = -0.000919869 Jy ! Component: 3050 - total flux cleaned = -0.000862041 Jy ! Component: 3100 - total flux cleaned = -0.000818976 Jy ! Component: 3150 - total flux cleaned = -0.000775962 Jy ! Component: 3200 - total flux cleaned = -0.000733359 Jy ! Component: 3250 - total flux cleaned = -0.000677229 Jy ! Component: 3300 - total flux cleaned = -0.000649149 Jy ! Component: 3350 - total flux cleaned = -0.000607517 Jy ! Component: 3400 - total flux cleaned = -0.0005252 Jy ! Component: 3450 - total flux cleaned = -0.000497802 Jy ! Component: 3500 - total flux cleaned = -0.000443662 Jy ! Component: 3550 - total flux cleaned = -0.000389932 Jy ! Component: 3600 - total flux cleaned = -0.000323319 Jy ! Component: 3650 - total flux cleaned = -0.000310086 Jy ! Component: 3700 - total flux cleaned = -0.000257782 Jy ! Component: 3750 - total flux cleaned = -0.000218562 Jy ! Component: 3800 - total flux cleaned = -0.000153799 Jy ! Component: 3850 - total flux cleaned = -0.0001282 Jy ! Component: 3900 - total flux cleaned = -3.87515e-05 Jy ! Component: 3950 - total flux cleaned = -6.46181e-07 Jy ! Component: 4000 - total flux cleaned = 7.48535e-05 Jy ! Component: 4050 - total flux cleaned = 7.47472e-05 Jy ! Total flux subtracted in 4096 components = 7.48972e-05 Jy ! Clean residual min=-0.000839 max=0.000929 Jy/beam ! Clean residual mean=0.000002 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.143179 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 351 components and 0.143179 Jy ![Exited script file: muppet] wmap "J0301-1652_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.985 x 7.916 at -4.545 degrees (North through East) ! Clean map min=-0.0015121 max=0.11118 Jy/beam ! Writing clean map to FITS file: J0301-1652_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.111182 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225982 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.609759 0.609759 1.21952 2.43904 4.87807 9.75614 19.5123 39.0246 78.0491 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.111 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.985 x 7.916 at -4.545 degrees (North through East) ! Clean map min=-0.0015121 max=0.11118 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 J0301-1652_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:19:03 2019