! Started logfile: J0122-0056_S_2017_07_09_pus_uvs.log on Wed May 8 14:37:33 2019 obs J0122-0056_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0122-0056_S_2017_07_09_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967836 visibilities/baseline/integration-bin. ! Found source: J0122-0056 ! ! 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 594 lines of history. ! ! Reading 19860 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 J0122-0056_S_2017_07_09_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 592 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.914765Jy sigma=0.008334 ! Fit after self-cal, rms=0.894699Jy sigma=0.008161 ! 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.639 mas, bmaj=7.114 mas, bpa=-5.52 degrees ! Estimated noise=838.71 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.0817733 Jy ! Component: 100 - total flux cleaned = 0.101449 Jy ! Total flux subtracted in 100 components = 0.101449 Jy ! Clean residual min=-0.003576 max=0.008975 Jy/beam ! Clean residual mean=0.000007 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.101449 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.101449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080355Jy sigma=0.000691 ! Fit after self-cal, rms=0.080342Jy sigma=0.000691 ! Inverting map ! Added new window around map position (-2.5, 8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00929362 Jy ! Component: 100 - total flux cleaned = 0.0147094 Jy ! Total flux subtracted in 100 components = 0.0147094 Jy ! Clean residual min=-0.003257 max=0.004201 Jy/beam ! Clean residual mean=-0.000001 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.116158 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 22 components and 0.116158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078946Jy sigma=0.000677 ! Fit after self-cal, rms=0.078924Jy sigma=0.000677 ! 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.148 mas, bmaj=8.227 mas, bpa=-5.161 degrees ! Estimated noise=659.132 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.00519499 Jy ! Component: 100 - total flux cleaned = 0.00815072 Jy ! Component: 150 - total flux cleaned = 0.0100584 Jy ! Component: 200 - total flux cleaned = 0.0113201 Jy ! Total flux subtracted in 200 components = 0.0113201 Jy ! Clean residual min=-0.002485 max=0.002240 Jy/beam ! Clean residual mean=-0.000005 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.127478 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 55 components and 0.127478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078550Jy sigma=0.000674 ! Fit after self-cal, rms=0.078534Jy sigma=0.000673 ! 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 0.99 FD 1.00 HN 0.97 KP 1.00 ! LA 1.01 MK 1.02 NL 0.90 OV 1.04 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.03 KP 0.97 ! LA 0.96 MK 1.01 NL 0.96 OV 1.07 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.06 HN 0.98 KP 1.00 ! LA 0.97 MK 1.06 NL 0.97 OV 0.99 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.95 KP 1.00* ! LA 1.01 MK 1.10 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.078534Jy sigma=0.000673 ! Fit after self-cal, rms=0.078303Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=8.224 mas, bpa=-4.996 degrees ! Estimated noise=659.949 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.00013458 Jy ! Component: 100 - total flux cleaned = 0.000225141 Jy ! Component: 150 - total flux cleaned = 0.000245573 Jy ! Component: 200 - total flux cleaned = 0.000285811 Jy ! Total flux subtracted in 200 components = 0.000285811 Jy ! Clean residual min=-0.002061 max=0.001967 Jy/beam ! Clean residual mean=-0.000004 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.127764 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 68 components and 0.127764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078283Jy sigma=0.000671 ! Fit after self-cal, rms=0.078277Jy sigma=0.000671 ! 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.078277Jy sigma=0.000671 ! Fit after self-cal, rms=0.078537Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=8.234 mas, bpa=-4.952 degrees ! Estimated noise=660.536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000127037 Jy ! Component: 100 - total flux cleaned = 0.000179645 Jy ! Component: 150 - total flux cleaned = 0.000181015 Jy ! Component: 200 - total flux cleaned = 0.000181992 Jy ! Total flux subtracted in 200 components = 0.000181992 Jy ! Clean residual min=-0.001801 max=0.001865 Jy/beam ! Clean residual mean=-0.000002 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.127946 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.127946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078523Jy sigma=0.000669 ! Fit after self-cal, rms=0.078530Jy sigma=0.000669 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 = 2.44854e-05 Jy ! Component: 100 - total flux cleaned = 5.58091e-05 Jy ! Component: 150 - total flux cleaned = 8.34251e-05 Jy ! Component: 200 - total flux cleaned = 8.39458e-05 Jy ! Total flux subtracted in 200 components = 8.39458e-05 Jy ! Clean residual min=-0.001722 max=0.001869 Jy/beam ! Clean residual mean=-0.000003 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.12803 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 87 components and 0.12803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078524Jy sigma=0.000669 ! Fit after self-cal, rms=0.078521Jy sigma=0.000669 ! 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.078521Jy sigma=0.000669 ! Fit after self-cal, rms=0.078662Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=8.235 mas, bpa=-4.887 degrees ! Estimated noise=660.442 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.47369e-05 Jy ! Component: 100 - total flux cleaned = 2.50515e-06 Jy ! Component: 150 - total flux cleaned = -5.42074e-05 Jy ! Component: 200 - total flux cleaned = -6.62043e-05 Jy ! Total flux subtracted in 200 components = -6.62043e-05 Jy ! Clean residual min=-0.001741 max=0.001796 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.127964 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 103 components and 0.127964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078655Jy sigma=0.000669 ! Fit after self-cal, rms=0.078654Jy sigma=0.000669 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 = 2.92346e-05 Jy ! Component: 100 - total flux cleaned = 2.9697e-05 Jy ! Component: 150 - total flux cleaned = 2.99016e-05 Jy ! Component: 200 - total flux cleaned = 3.0252e-05 Jy ! Total flux subtracted in 200 components = 3.0252e-05 Jy ! Clean residual min=-0.001728 max=0.001803 Jy/beam ! Clean residual mean=-0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.127994 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 109 components and 0.127994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078650Jy sigma=0.000669 ! Fit after self-cal, rms=0.078648Jy sigma=0.000669 ! 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.078648Jy sigma=0.000669 ! Fit after self-cal, rms=0.078635Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.379 mas, bmaj=13.64 mas, bpa=-8.09 degrees ! Estimated noise=834.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.34229e-05 Jy ! Component: 100 - total flux cleaned = 4.29539e-05 Jy ! Component: 150 - total flux cleaned = -6.79126e-07 Jy ! Component: 200 - total flux cleaned = -3.8005e-05 Jy ! Total flux subtracted in 200 components = -3.8005e-05 Jy ! Clean residual min=-0.002067 max=0.002030 Jy/beam ! Clean residual mean=-0.000003 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.127956 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 115 components and 0.127956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078635Jy sigma=0.000669 ! Fit after self-cal, rms=0.078630Jy sigma=0.000669 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.38305e-05 Jy ! Component: 100 - total flux cleaned = 5.21067e-05 Jy ! Component: 150 - total flux cleaned = 5.23223e-05 Jy ! Component: 200 - total flux cleaned = 3.97747e-05 Jy ! Total flux subtracted in 200 components = 3.97747e-05 Jy ! Clean residual min=-0.002071 max=0.002008 Jy/beam ! Clean residual mean=-0.000003 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.127996 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 117 components and 0.127996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078631Jy sigma=0.000669 ! Fit after self-cal, rms=0.078628Jy sigma=0.000669 ! 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.187 mas, bmaj=8.24 mas, bpa=-4.853 degrees ! Estimated noise=660.887 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.187 x 8.24 at -4.853 degrees (North through East) ! Clean map min=-0.0017299 max=0.098566 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.671 mas, bmaj=7.113 mas, bpa=-5.162 degrees ! Estimated noise=849.075 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0824708 Jy ! Component: 100 - total flux cleaned = 0.103677 Jy ! Component: 150 - total flux cleaned = 0.112676 Jy ! Component: 200 - total flux cleaned = 0.117714 Jy ! Total flux subtracted in 200 components = 0.117714 Jy ! Clean residual min=-0.002464 max=0.002926 Jy/beam ! Clean residual mean=0.000001 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.117714 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.117714 Jy ! Inverting map and beam ! Estimated beam: bmin=3.187 mas, bmaj=8.24 mas, bpa=-4.853 degrees ! Estimated noise=660.887 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.0041489 Jy ! Component: 100 - total flux cleaned = 0.00656726 Jy ! Component: 150 - total flux cleaned = 0.00811013 Jy ! Component: 200 - total flux cleaned = 0.00871933 Jy ! Total flux subtracted in 200 components = 0.00871933 Jy ! Clean residual min=-0.001897 max=0.001880 Jy/beam ! Clean residual mean=-0.000001 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.126433 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 57 components and 0.126433 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.379 mas, bmaj=13.64 mas, bpa=-8.09 degrees ! Estimated noise=834.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000721747 Jy ! Component: 100 - total flux cleaned = 0.000855702 Jy ! Component: 150 - total flux cleaned = 0.000983832 Jy ! Component: 200 - total flux cleaned = 0.00106322 Jy ! Total flux subtracted in 200 components = 0.00106322 Jy ! Clean residual min=-0.001998 max=0.002100 Jy/beam ! Clean residual mean=-0.000002 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.127497 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 = 6.44672e-05 Jy ! Component: 100 - total flux cleaned = 0.000104858 Jy ! Component: 150 - total flux cleaned = 0.000104616 Jy ! Component: 200 - total flux cleaned = 9.40154e-05 Jy ! Total flux subtracted in 200 components = 9.40154e-05 Jy ! Clean residual min=-0.002008 max=0.002070 Jy/beam ! Clean residual mean=-0.000002 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.127591 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.127591 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.187 mas, bmaj=8.24 mas, bpa=-4.853 degrees ! Estimated noise=660.887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000325045 Jy ! Component: 100 - total flux cleaned = 0.000467683 Jy ! Component: 150 - total flux cleaned = 0.000570166 Jy ! Component: 200 - total flux cleaned = 0.000570384 Jy ! Total flux subtracted in 200 components = 0.000570384 Jy ! Clean residual min=-0.001708 max=0.001824 Jy/beam ! Clean residual mean=-0.000002 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.128161 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 82 components and 0.128161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078640Jy sigma=0.000669 ! Fit after self-cal, rms=0.078632Jy sigma=0.000669 wmodel J0122-0056_S_2017_07_09_pus_map.mod ! Writing 82 model components to file: J0122-0056_S_2017_07_09_pus_map.mod wobs J0122-0056_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0122-0056_S_2017_07_09_pus_uvs.fits wwins J0122-0056_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J0122-0056_S_2017_07_09_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.00019941 Jy ! Component: 100 - total flux cleaned = 0.000199407 Jy ! Component: 150 - total flux cleaned = 0.000169649 Jy ! Component: 200 - total flux cleaned = 5.8423e-05 Jy ! Component: 250 - total flux cleaned = 5.83821e-05 Jy ! Component: 300 - total flux cleaned = -7.22131e-05 Jy ! Component: 350 - total flux cleaned = -0.00017381 Jy ! Component: 400 - total flux cleaned = -0.000272656 Jy ! Component: 450 - total flux cleaned = -0.000321134 Jy ! Component: 500 - total flux cleaned = -0.000368521 Jy ! Component: 550 - total flux cleaned = -0.000483605 Jy ! Component: 600 - total flux cleaned = -0.000505386 Jy ! Component: 650 - total flux cleaned = -0.0005273 Jy ! Component: 700 - total flux cleaned = -0.00061411 Jy ! Component: 750 - total flux cleaned = -0.000570649 Jy ! Component: 800 - total flux cleaned = -0.000592199 Jy ! Component: 850 - total flux cleaned = -0.000634211 Jy ! Component: 900 - total flux cleaned = -0.000675631 Jy ! Component: 950 - total flux cleaned = -0.000675417 Jy ! Component: 1000 - total flux cleaned = -0.000695399 Jy ! Component: 1050 - total flux cleaned = -0.000675539 Jy ! Component: 1100 - total flux cleaned = -0.00071493 Jy ! Component: 1150 - total flux cleaned = -0.000792517 Jy ! Component: 1200 - total flux cleaned = -0.000811217 Jy ! Component: 1250 - total flux cleaned = -0.000773455 Jy ! Component: 1300 - total flux cleaned = -0.000792431 Jy ! Component: 1350 - total flux cleaned = -0.000829837 Jy ! Component: 1400 - total flux cleaned = -0.000903092 Jy ! Component: 1450 - total flux cleaned = -0.000884919 Jy ! Component: 1500 - total flux cleaned = -0.000956807 Jy ! Component: 1550 - total flux cleaned = -0.00097471 Jy ! Component: 1600 - total flux cleaned = -0.000992475 Jy ! Component: 1650 - total flux cleaned = -0.00106261 Jy ! Component: 1700 - total flux cleaned = -0.00107995 Jy ! Component: 1750 - total flux cleaned = -0.0011486 Jy ! Component: 1800 - total flux cleaned = -0.00113169 Jy ! Component: 1850 - total flux cleaned = -0.00116542 Jy ! Component: 1900 - total flux cleaned = -0.00123195 Jy ! Component: 1950 - total flux cleaned = -0.0012484 Jy ! Component: 2000 - total flux cleaned = -0.00126486 Jy ! Component: 2050 - total flux cleaned = -0.00129758 Jy ! Component: 2100 - total flux cleaned = -0.00129759 Jy ! Component: 2150 - total flux cleaned = -0.00134595 Jy ! Component: 2200 - total flux cleaned = -0.00142508 Jy ! Component: 2250 - total flux cleaned = -0.0014564 Jy ! Component: 2300 - total flux cleaned = -0.00151859 Jy ! Component: 2350 - total flux cleaned = -0.001534 Jy ! Component: 2400 - total flux cleaned = -0.00156477 Jy ! Component: 2450 - total flux cleaned = -0.00161068 Jy ! Component: 2500 - total flux cleaned = -0.00167112 Jy ! Component: 2550 - total flux cleaned = -0.00173102 Jy ! Component: 2600 - total flux cleaned = -0.00176056 Jy ! Component: 2650 - total flux cleaned = -0.00179009 Jy ! Component: 2700 - total flux cleaned = -0.00184861 Jy ! Component: 2750 - total flux cleaned = -0.00189225 Jy ! Component: 2800 - total flux cleaned = -0.00199304 Jy ! Component: 2850 - total flux cleaned = -0.00200726 Jy ! Component: 2900 - total flux cleaned = -0.00202149 Jy ! Component: 2950 - total flux cleaned = -0.00207793 Jy ! Component: 3000 - total flux cleaned = -0.00210595 Jy ! Component: 3050 - total flux cleaned = -0.00216151 Jy ! Component: 3100 - total flux cleaned = -0.00216155 Jy ! Component: 3150 - total flux cleaned = -0.00223015 Jy ! Component: 3200 - total flux cleaned = -0.00229807 Jy ! Component: 3250 - total flux cleaned = -0.00228445 Jy ! Component: 3300 - total flux cleaned = -0.00233826 Jy ! Component: 3350 - total flux cleaned = -0.00237806 Jy ! Component: 3400 - total flux cleaned = -0.00240442 Jy ! Component: 3450 - total flux cleaned = -0.00241756 Jy ! Component: 3500 - total flux cleaned = -0.00245698 Jy ! Component: 3550 - total flux cleaned = -0.00246984 Jy ! Component: 3600 - total flux cleaned = -0.00249567 Jy ! Component: 3650 - total flux cleaned = -0.00255975 Jy ! Component: 3700 - total flux cleaned = -0.00258537 Jy ! Component: 3750 - total flux cleaned = -0.00266133 Jy ! Component: 3800 - total flux cleaned = -0.00268637 Jy ! Component: 3850 - total flux cleaned = -0.00274862 Jy ! Component: 3900 - total flux cleaned = -0.00281078 Jy ! Component: 3950 - total flux cleaned = -0.00278588 Jy ! Component: 4000 - total flux cleaned = -0.00283483 Jy ! Component: 4050 - total flux cleaned = -0.00294448 Jy ! Total flux subtracted in 4096 components = -0.00294453 Jy ! Clean residual min=-0.000649 max=0.000740 Jy/beam ! Clean residual mean=-0.000002 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.125217 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 376 components and 0.125217 Jy ![Exited script file: muppet] wmap "J0122-0056_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.187 x 8.24 at -4.853 degrees (North through East) ! Clean map min=-0.0014438 max=0.098078 Jy/beam ! Writing clean map to FITS file: J0122-0056_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0980779 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000227949 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.697249 0.697249 1.3945 2.789 5.57799 11.156 22.312 44.6239 89.2478 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.187 x 8.24 at -4.853 degrees (North through East) ! Clean map min=-0.0014438 max=0.098078 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 J0122-0056_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:37:38 2019