! Started logfile: J0606-0024_S_2017_06_10_pus_uvs.log on Mon May 6 14:46:16 2019 obs J0606-0024_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0606-0024_S_2017_06_10_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968928 visibilities/baseline/integration-bin. ! Found source: J0606-0024 ! ! 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 1154 lines of history. ! ! Reading 19708 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 J0606-0024_S_2017_06_10_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 132 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 622 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932836Jy sigma=0.008540 ! Fit after self-cal, rms=0.922594Jy sigma=0.008455 ! 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.696 mas, bmaj=6.897 mas, bpa=-3.533 degrees ! Estimated noise=893.916 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.0586186 Jy ! Component: 100 - total flux cleaned = 0.0749017 Jy ! Total flux subtracted in 100 components = 0.0749017 Jy ! Clean residual min=-0.004105 max=0.007136 Jy/beam ! Clean residual mean=0.000006 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.0749017 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0749017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079800Jy sigma=0.000702 ! Fit after self-cal, rms=0.079776Jy sigma=0.000702 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00852883 Jy ! Component: 100 - total flux cleaned = 0.0136354 Jy ! Total flux subtracted in 100 components = 0.0136354 Jy ! Clean residual min=-0.002973 max=0.003247 Jy/beam ! Clean residual mean=-0.000000 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.0885371 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.0885371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078509Jy sigma=0.000690 ! Fit after self-cal, rms=0.078508Jy sigma=0.000690 ! 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.154 mas, bmaj=8.036 mas, bpa=-3.799 degrees ! Estimated noise=651.175 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.00473745 Jy ! Component: 100 - total flux cleaned = 0.00720159 Jy ! Component: 150 - total flux cleaned = 0.00859404 Jy ! Component: 200 - total flux cleaned = 0.00941 Jy ! Total flux subtracted in 200 components = 0.00941 Jy ! Clean residual min=-0.002194 max=0.002151 Jy/beam ! Clean residual mean=-0.000003 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0979471 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 61 components and 0.0979471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078209Jy sigma=0.000687 ! Fit after self-cal, rms=0.078217Jy sigma=0.000687 ! 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.15 FD 0.94 HN 0.97 KP 1.04 ! LA 1.01 MK 1.08 NL 0.91 OV 1.03 ! PT 1.07 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.00 KP 1.00 ! LA 0.95 MK 1.01 NL 1.03 OV 1.16 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.03 HN 0.99 KP 0.98 ! LA 1.00 MK 1.06 NL 0.98 OV 0.97 ! PT 0.96 SC 1.02 ! ! ! 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.01 HN 0.95 KP 1.00* ! LA 0.82 MK 0.94 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.078217Jy sigma=0.000687 ! Fit after self-cal, rms=0.078223Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.177 mas, bmaj=8.082 mas, bpa=-3.736 degrees ! Estimated noise=654.511 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 = 1.54561e-06 Jy ! Component: 100 - total flux cleaned = 8.08742e-07 Jy ! Component: 150 - total flux cleaned = 1.12302e-05 Jy ! Component: 200 - total flux cleaned = 1.10963e-05 Jy ! Total flux subtracted in 200 components = 1.10963e-05 Jy ! Clean residual min=-0.002118 max=0.001842 Jy/beam ! Clean residual mean=-0.000007 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.0979582 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.0979582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078219Jy sigma=0.000685 ! Fit after self-cal, rms=0.078217Jy sigma=0.000684 ! 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.078217Jy sigma=0.000684 ! Fit after self-cal, rms=0.078941Jy sigma=0.000683 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.176 mas, bmaj=8.08 mas, bpa=-3.683 degrees ! Estimated noise=655.203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.45099e-05 Jy ! Component: 100 - total flux cleaned = -1.40819e-05 Jy ! Component: 150 - total flux cleaned = -4.79351e-06 Jy ! Component: 200 - total flux cleaned = -5.25475e-06 Jy ! Total flux subtracted in 200 components = -5.25475e-06 Jy ! Clean residual min=-0.001681 max=0.001552 Jy/beam ! Clean residual mean=-0.000006 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0979529 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.0979529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078938Jy sigma=0.000683 ! Fit after self-cal, rms=0.078958Jy sigma=0.000683 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 = -6.22041e-05 Jy ! Component: 100 - total flux cleaned = -7.07257e-05 Jy ! Component: 150 - total flux cleaned = -6.32025e-05 Jy ! Component: 200 - total flux cleaned = -5.67857e-05 Jy ! Total flux subtracted in 200 components = -5.67857e-05 Jy ! Clean residual min=-0.001699 max=0.001559 Jy/beam ! Clean residual mean=-0.000006 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0978962 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.0978962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078956Jy sigma=0.000683 ! Fit after self-cal, rms=0.078955Jy sigma=0.000683 ! 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.078955Jy sigma=0.000683 ! Fit after self-cal, rms=0.079866Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=8.085 mas, bpa=-3.663 degrees ! Estimated noise=657.682 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00019645 Jy ! Component: 100 - total flux cleaned = 0.000186539 Jy ! Component: 150 - total flux cleaned = 0.000178304 Jy ! Component: 200 - total flux cleaned = 0.000185978 Jy ! Total flux subtracted in 200 components = 0.000185978 Jy ! Clean residual min=-0.001628 max=0.001573 Jy/beam ! Clean residual mean=-0.000004 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.0980821 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 71 components and 0.0980821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079863Jy sigma=0.000682 ! Fit after self-cal, rms=0.079881Jy sigma=0.000682 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.31347e-05 Jy ! Component: 100 - total flux cleaned = -4.29211e-05 Jy ! Component: 150 - total flux cleaned = -3.61964e-05 Jy ! Component: 200 - total flux cleaned = -2.99812e-05 Jy ! Total flux subtracted in 200 components = -2.99812e-05 Jy ! Clean residual min=-0.001625 max=0.001570 Jy/beam ! Clean residual mean=-0.000004 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.0980522 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 71 components and 0.0980522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079880Jy sigma=0.000682 ! Fit after self-cal, rms=0.079879Jy sigma=0.000682 ! 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.079879Jy sigma=0.000682 ! Fit after self-cal, rms=0.080268Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.377 mas, bmaj=13.31 mas, bpa=-5.792 degrees ! Estimated noise=843.364 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.35876e-05 Jy ! Component: 100 - total flux cleaned = 7.1905e-05 Jy ! Component: 150 - total flux cleaned = 7.92634e-05 Jy ! Component: 200 - total flux cleaned = 8.56883e-05 Jy ! Total flux subtracted in 200 components = 8.56883e-05 Jy ! Clean residual min=-0.001957 max=0.001487 Jy/beam ! Clean residual mean=-0.000008 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0981378 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 78 components and 0.0981378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080269Jy sigma=0.000682 ! Fit after self-cal, rms=0.080271Jy sigma=0.000682 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.13149e-05 Jy ! Component: 100 - total flux cleaned = -3.15717e-05 Jy ! Component: 150 - total flux cleaned = -2.6323e-05 Jy ! Component: 200 - total flux cleaned = -2.60739e-05 Jy ! Total flux subtracted in 200 components = -2.60739e-05 Jy ! Clean residual min=-0.001961 max=0.001498 Jy/beam ! Clean residual mean=-0.000008 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0981118 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 80 components and 0.0981118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080272Jy sigma=0.000682 ! Fit after self-cal, rms=0.080272Jy sigma=0.000682 ! 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.175 mas, bmaj=8.087 mas, bpa=-3.665 degrees ! Estimated noise=659.989 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.175 x 8.087 at -3.665 degrees (North through East) ! Clean map min=-0.0016225 max=0.079796 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.703 mas, bmaj=6.922 mas, bpa=-3.404 degrees ! Estimated noise=915.577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0596684 Jy ! Component: 100 - total flux cleaned = 0.076801 Jy ! Component: 150 - total flux cleaned = 0.0854753 Jy ! Component: 200 - total flux cleaned = 0.0906584 Jy ! Total flux subtracted in 200 components = 0.0906584 Jy ! Clean residual min=-0.002593 max=0.002638 Jy/beam ! Clean residual mean=-0.000000 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0906584 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.0906584 Jy ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=8.087 mas, bpa=-3.665 degrees ! Estimated noise=659.989 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) ! Added new window around map position (1, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00396521 Jy ! Component: 100 - total flux cleaned = 0.0060756 Jy ! Component: 150 - total flux cleaned = 0.00728486 Jy ! Component: 200 - total flux cleaned = 0.00767883 Jy ! Total flux subtracted in 200 components = 0.00767883 Jy ! Clean residual min=-0.001560 max=0.001587 Jy/beam ! Clean residual mean=-0.000003 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.0983373 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 58 components and 0.0983372 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.377 mas, bmaj=13.31 mas, bpa=-5.792 degrees ! Estimated noise=843.364 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468749 Jy ! Component: 100 - total flux cleaned = 0.000591933 Jy ! Component: 150 - total flux cleaned = 0.00068267 Jy ! Component: 200 - total flux cleaned = 0.000750538 Jy ! Total flux subtracted in 200 components = 0.000750538 Jy ! Clean residual min=-0.001816 max=0.001573 Jy/beam ! Clean residual mean=-0.000007 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0990878 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.33988e-05 Jy ! Component: 100 - total flux cleaned = 8.38259e-05 Jy ! Component: 150 - total flux cleaned = 0.000110667 Jy ! Component: 200 - total flux cleaned = 0.000120092 Jy ! Total flux subtracted in 200 components = 0.000120092 Jy ! Clean residual min=-0.001798 max=0.001586 Jy/beam ! Clean residual mean=-0.000007 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.0992079 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 93 components and 0.0992079 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=8.087 mas, bpa=-3.665 degrees ! Estimated noise=659.989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000192171 Jy ! Component: 100 - total flux cleaned = 0.000173451 Jy ! Component: 150 - total flux cleaned = 0.000172954 Jy ! Component: 200 - total flux cleaned = 0.000188315 Jy ! Total flux subtracted in 200 components = 0.000188315 Jy ! Clean residual min=-0.001492 max=0.001633 Jy/beam ! Clean residual mean=-0.000004 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.0993962 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 109 components and 0.0993962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080250Jy sigma=0.000682 ! Fit after self-cal, rms=0.080244Jy sigma=0.000682 wmodel J0606-0024_S_2017_06_10_pus_map.mod ! Writing 109 model components to file: J0606-0024_S_2017_06_10_pus_map.mod wobs J0606-0024_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0606-0024_S_2017_06_10_pus_uvs.fits wwins J0606-0024_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J0606-0024_S_2017_06_10_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.000445355 Jy ! Component: 100 - total flux cleaned = 0.000554721 Jy ! Component: 150 - total flux cleaned = 0.000554871 Jy ! Component: 200 - total flux cleaned = 0.000530346 Jy ! Component: 250 - total flux cleaned = 0.000482751 Jy ! Component: 300 - total flux cleaned = 0.000505351 Jy ! Component: 350 - total flux cleaned = 0.00043652 Jy ! Component: 400 - total flux cleaned = 0.00041418 Jy ! Component: 450 - total flux cleaned = 0.00032788 Jy ! Component: 500 - total flux cleaned = 0.000285846 Jy ! Component: 550 - total flux cleaned = 0.000161118 Jy ! Component: 600 - total flux cleaned = 0.000140256 Jy ! Component: 650 - total flux cleaned = 3.92756e-05 Jy ! Component: 700 - total flux cleaned = -4.02791e-05 Jy ! Component: 750 - total flux cleaned = -7.93606e-05 Jy ! Component: 800 - total flux cleaned = -5.9956e-05 Jy ! Component: 850 - total flux cleaned = -7.89702e-05 Jy ! Component: 900 - total flux cleaned = -9.74103e-05 Jy ! Component: 950 - total flux cleaned = -0.000115715 Jy ! Component: 1000 - total flux cleaned = -6.04976e-05 Jy ! Component: 1050 - total flux cleaned = -6.07159e-05 Jy ! Component: 1100 - total flux cleaned = -4.29933e-05 Jy ! Component: 1150 - total flux cleaned = -2.55057e-05 Jy ! Component: 1200 - total flux cleaned = 2.66938e-05 Jy ! Component: 1250 - total flux cleaned = 2.64881e-05 Jy ! Component: 1300 - total flux cleaned = 0.00012833 Jy ! Component: 1350 - total flux cleaned = 7.77626e-05 Jy ! Component: 1400 - total flux cleaned = 0.000144462 Jy ! Component: 1450 - total flux cleaned = 0.000193774 Jy ! Component: 1500 - total flux cleaned = 0.000242881 Jy ! Component: 1550 - total flux cleaned = 0.000291173 Jy ! Component: 1600 - total flux cleaned = 0.000291085 Jy ! Component: 1650 - total flux cleaned = 0.000370338 Jy ! Component: 1700 - total flux cleaned = 0.000417441 Jy ! Component: 1750 - total flux cleaned = 0.000464044 Jy ! Component: 1800 - total flux cleaned = 0.000448727 Jy ! Component: 1850 - total flux cleaned = 0.000586426 Jy ! Component: 1900 - total flux cleaned = 0.000616602 Jy ! Component: 1950 - total flux cleaned = 0.000661572 Jy ! Component: 2000 - total flux cleaned = 0.000676496 Jy ! Component: 2050 - total flux cleaned = 0.000779732 Jy ! Component: 2100 - total flux cleaned = 0.000823415 Jy ! Component: 2150 - total flux cleaned = 0.000852342 Jy ! Component: 2200 - total flux cleaned = 0.000866707 Jy ! Component: 2250 - total flux cleaned = 0.000966635 Jy ! Component: 2300 - total flux cleaned = 0.00102325 Jy ! Component: 2350 - total flux cleaned = 0.00110738 Jy ! Component: 2400 - total flux cleaned = 0.00109345 Jy ! Component: 2450 - total flux cleaned = 0.00119022 Jy ! Component: 2500 - total flux cleaned = 0.00127254 Jy ! Component: 2550 - total flux cleaned = 0.00136746 Jy ! Component: 2600 - total flux cleaned = 0.00134045 Jy ! Component: 2650 - total flux cleaned = 0.00144757 Jy ! Component: 2700 - total flux cleaned = 0.00147417 Jy ! Component: 2750 - total flux cleaned = 0.00151361 Jy ! Component: 2800 - total flux cleaned = 0.00156588 Jy ! Component: 2850 - total flux cleaned = 0.00159188 Jy ! Component: 2900 - total flux cleaned = 0.00161766 Jy ! Component: 2950 - total flux cleaned = 0.00161761 Jy ! Component: 3000 - total flux cleaned = 0.00159224 Jy ! Component: 3050 - total flux cleaned = 0.00165519 Jy ! Component: 3100 - total flux cleaned = 0.00163013 Jy ! Component: 3150 - total flux cleaned = 0.00166738 Jy ! Component: 3200 - total flux cleaned = 0.00163028 Jy ! Component: 3250 - total flux cleaned = 0.00164252 Jy ! Component: 3300 - total flux cleaned = 0.00159368 Jy ! Component: 3350 - total flux cleaned = 0.001618 Jy ! Component: 3400 - total flux cleaned = 0.00165421 Jy ! Component: 3450 - total flux cleaned = 0.00165411 Jy ! Component: 3500 - total flux cleaned = 0.00163019 Jy ! Component: 3550 - total flux cleaned = 0.00164207 Jy ! Component: 3600 - total flux cleaned = 0.00164203 Jy ! Component: 3650 - total flux cleaned = 0.00165371 Jy ! Component: 3700 - total flux cleaned = 0.00163047 Jy ! Component: 3750 - total flux cleaned = 0.00166509 Jy ! Component: 3800 - total flux cleaned = 0.00167649 Jy ! Component: 3850 - total flux cleaned = 0.00171068 Jy ! Component: 3900 - total flux cleaned = 0.00167678 Jy ! Component: 3950 - total flux cleaned = 0.0016993 Jy ! Component: 4000 - total flux cleaned = 0.00169924 Jy ! Component: 4050 - total flux cleaned = 0.00168825 Jy ! Total flux subtracted in 4096 components = 0.00174362 Jy ! Clean residual min=-0.000609 max=0.000770 Jy/beam ! Clean residual mean=-0.000003 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.10114 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 396 components and 0.10114 Jy ![Exited script file: muppet] wmap "J0606-0024_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.175 x 8.087 at -3.665 degrees (North through East) ! Clean map min=-0.0010854 max=0.079997 Jy/beam ! Writing clean map to FITS file: J0606-0024_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0799973 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205637 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.771166 0.771166 1.54233 3.08466 6.16933 12.3387 24.6773 49.3546 98.7092 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.079 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.175 x 8.087 at -3.665 degrees (North through East) ! Clean map min=-0.0010854 max=0.079997 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 J0606-0024_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:46:22 2019