! Started logfile: J0724-0715_S_2017_08_12_pus_uvs.log on Fri May 10 14:54:37 2019 obs J0724-0715_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0724-0715_S_2017_08_12_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966862 visibilities/baseline/integration-bin. ! Found source: J0724-0715 ! ! 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 19840 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 J0724-0715_S_2017_08_12_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 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 145 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 707 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.524318Jy sigma=0.004299 ! Fit after self-cal, rms=0.480795Jy sigma=0.003965 ! 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.654 mas, bmaj=7.151 mas, bpa=-6.358 degrees ! Estimated noise=1041.98 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.410509 Jy ! Component: 100 - total flux cleaned = 0.504005 Jy ! Total flux subtracted in 100 components = 0.504005 Jy ! Clean residual min=-0.009443 max=0.033747 Jy/beam ! Clean residual mean=-0.000010 rms=0.002862 Jy/beam ! Combined flux in latest and established models = 0.504005 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.504005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105372Jy sigma=0.000818 ! Fit after self-cal, rms=0.105360Jy sigma=0.000818 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0346022 Jy ! Component: 100 - total flux cleaned = 0.0495444 Jy ! Total flux subtracted in 100 components = 0.0495444 Jy ! Clean residual min=-0.006940 max=0.007074 Jy/beam ! Clean residual mean=-0.000001 rms=0.001593 Jy/beam ! Combined flux in latest and established models = 0.553549 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 8 components and 0.553549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095197Jy sigma=0.000739 ! Fit after self-cal, rms=0.095149Jy sigma=0.000738 ! 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.118 mas, bmaj=8.264 mas, bpa=-5.728 degrees ! Estimated noise=749.445 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.00450102 Jy ! Component: 100 - total flux cleaned = 0.00462451 Jy ! Component: 150 - total flux cleaned = 0.0045515 Jy ! Component: 200 - total flux cleaned = 0.0044866 Jy ! Total flux subtracted in 200 components = 0.0044866 Jy ! Clean residual min=-0.005967 max=0.006069 Jy/beam ! Clean residual mean=-0.000002 rms=0.001430 Jy/beam ! Combined flux in latest and established models = 0.558036 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.558036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094761Jy sigma=0.000736 ! Fit after self-cal, rms=0.094747Jy sigma=0.000736 ! 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.94 FD 0.98 HN 0.96 KP 1.06 ! LA 1.01 MK 1.00 NL 0.91 OV 1.01 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.99 KP 1.01 ! LA 0.97 MK 0.98 NL 1.09 OV 1.06 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.98 KP 0.99 ! LA 0.99 MK 1.01 NL 1.03 OV 0.96 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.96 KP 1.00* ! LA 1.00* MK 1.14 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.094747Jy sigma=0.000736 ! Fit after self-cal, rms=0.089142Jy sigma=0.000698 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.127 mas, bmaj=8.259 mas, bpa=-5.637 degrees ! Estimated noise=748.777 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.000230857 Jy ! Component: 100 - total flux cleaned = -0.000374928 Jy ! Component: 150 - total flux cleaned = -0.000486428 Jy ! Component: 200 - total flux cleaned = -0.000464088 Jy ! Total flux subtracted in 200 components = -0.000464088 Jy ! Clean residual min=-0.004668 max=0.004868 Jy/beam ! Clean residual mean=-0.000005 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 0.557571 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 27 components and 0.557571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089102Jy sigma=0.000698 ! Fit after self-cal, rms=0.089095Jy sigma=0.000697 ! 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.089095Jy sigma=0.000697 ! Fit after self-cal, rms=0.086902Jy sigma=0.000678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.125 mas, bmaj=8.261 mas, bpa=-5.611 degrees ! Estimated noise=748.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000538816 Jy ! Component: 100 - total flux cleaned = 0.000482925 Jy ! Component: 150 - total flux cleaned = 0.00041669 Jy ! Component: 200 - total flux cleaned = 0.000415007 Jy ! Total flux subtracted in 200 components = 0.000415007 Jy ! Clean residual min=-0.002487 max=0.004110 Jy/beam ! Clean residual mean=0.000002 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.557986 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 30 components and 0.557986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086885Jy sigma=0.000678 ! Fit after self-cal, rms=0.086890Jy sigma=0.000677 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 (3.5, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00359341 Jy ! Component: 100 - total flux cleaned = 0.00477541 Jy ! Component: 150 - total flux cleaned = 0.00519858 Jy ! Component: 200 - total flux cleaned = 0.0052005 Jy ! Total flux subtracted in 200 components = 0.0052005 Jy ! Clean residual min=-0.002120 max=0.002344 Jy/beam ! Clean residual mean=0.000002 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.563187 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.563187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086735Jy sigma=0.000676 ! Fit after self-cal, rms=0.086719Jy sigma=0.000676 ! 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.086719Jy sigma=0.000676 ! Fit after self-cal, rms=0.086650Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=8.255 mas, bpa=-5.616 degrees ! Estimated noise=748.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016854 Jy ! Component: 100 - total flux cleaned = 0.00217852 Jy ! Component: 150 - total flux cleaned = 0.00232031 Jy ! Component: 200 - total flux cleaned = 0.00240807 Jy ! Total flux subtracted in 200 components = 0.00240807 Jy ! Clean residual min=-0.002148 max=0.001881 Jy/beam ! Clean residual mean=0.000002 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.565595 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 58 components and 0.565595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086608Jy sigma=0.000675 ! Fit after self-cal, rms=0.086601Jy sigma=0.000675 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.000367809 Jy ! Component: 100 - total flux cleaned = 0.000424589 Jy ! Component: 150 - total flux cleaned = 0.000403189 Jy ! Component: 200 - total flux cleaned = 0.000360443 Jy ! Total flux subtracted in 200 components = 0.000360443 Jy ! Clean residual min=-0.002073 max=0.001818 Jy/beam ! Clean residual mean=0.000002 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.565956 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.565956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086587Jy sigma=0.000675 ! Fit after self-cal, rms=0.086586Jy sigma=0.000675 ! 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.086586Jy sigma=0.000675 ! Fit after self-cal, rms=0.086588Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.297 mas, bmaj=14.59 mas, bpa=-5.351 degrees ! Estimated noise=955.924 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000588678 Jy ! Component: 100 - total flux cleaned = 0.000557664 Jy ! Component: 150 - total flux cleaned = 0.000581091 Jy ! Component: 200 - total flux cleaned = 0.000623649 Jy ! Total flux subtracted in 200 components = 0.000623649 Jy ! Clean residual min=-0.002640 max=0.002128 Jy/beam ! Clean residual mean=0.000003 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.566579 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 78 components and 0.566579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086579Jy sigma=0.000675 ! Fit after self-cal, rms=0.086576Jy sigma=0.000675 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.59105e-05 Jy ! Component: 100 - total flux cleaned = 0.000129067 Jy ! Component: 150 - total flux cleaned = 0.000182391 Jy ! Component: 200 - total flux cleaned = 0.000228597 Jy ! Total flux subtracted in 200 components = 0.000228597 Jy ! Clean residual min=-0.002592 max=0.002089 Jy/beam ! Clean residual mean=0.000003 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.566808 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.566808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086578Jy sigma=0.000675 ! Fit after self-cal, rms=0.086577Jy sigma=0.000675 ! 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.122 mas, bmaj=8.252 mas, bpa=-5.608 degrees ! Estimated noise=748.714 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.122 x 8.252 at -5.608 degrees (North through East) ! Clean map min=-0.0020642 max=0.52399 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086577Jy sigma=0.000675 ! Fit after self-cal, rms=0.081443Jy sigma=0.000611 ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=8.249 mas, bpa=-5.568 degrees ! Estimated noise=749.016 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000649936 Jy ! Component: 100 - total flux cleaned = 0.00063154 Jy ! Component: 150 - total flux cleaned = 0.000631625 Jy ! Component: 200 - total flux cleaned = 0.000664557 Jy ! Total flux subtracted in 200 components = 0.000664557 Jy ! Clean residual min=-0.002104 max=0.001707 Jy/beam ! Clean residual mean=0.000001 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.567473 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 99 components and 0.567473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081431Jy sigma=0.000611 ! Fit after self-cal, rms=0.081431Jy sigma=0.000611 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000100179 Jy ! Component: 100 - total flux cleaned = 0.000115896 Jy ! Component: 150 - total flux cleaned = 0.000129883 Jy ! Component: 200 - total flux cleaned = 0.000156698 Jy ! Total flux subtracted in 200 components = 0.000156698 Jy ! Clean residual min=-0.002081 max=0.001715 Jy/beam ! Clean residual mean=0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.567629 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 106 components and 0.567629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081426Jy sigma=0.000611 ! Fit after self-cal, rms=0.081426Jy sigma=0.000611 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081426Jy sigma=0.000611 ! Fit after self-cal, rms=0.081431Jy sigma=0.000611 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.663 mas, bmaj=7.131 mas, bpa=-6.202 degrees ! Estimated noise=1032.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.406516 Jy ! Component: 100 - total flux cleaned = 0.498529 Jy ! Component: 150 - total flux cleaned = 0.53199 Jy ! Component: 200 - total flux cleaned = 0.546414 Jy ! Total flux subtracted in 200 components = 0.546414 Jy ! Clean residual min=-0.003486 max=0.006550 Jy/beam ! Clean residual mean=-0.000002 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.546414 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 8 model components to the UV plane model. ! The established model now contains 8 components and 0.546414 Jy ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=8.248 mas, bpa=-5.565 degrees ! Estimated noise=749.097 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.00907274 Jy ! Component: 100 - total flux cleaned = 0.0142441 Jy ! Component: 150 - total flux cleaned = 0.0175598 Jy ! Component: 200 - total flux cleaned = 0.0198182 Jy ! Total flux subtracted in 200 components = 0.0198182 Jy ! Clean residual min=-0.002199 max=0.001779 Jy/beam ! Clean residual mean=0.000001 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.566233 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.566233 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.295 mas, bmaj=14.58 mas, bpa=-5.33 degrees ! Estimated noise=956.208 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155748 Jy ! Component: 100 - total flux cleaned = 0.00193448 Jy ! Component: 150 - total flux cleaned = 0.00218872 Jy ! Component: 200 - total flux cleaned = 0.00232181 Jy ! Total flux subtracted in 200 components = 0.00232181 Jy ! Clean residual min=-0.002564 max=0.002103 Jy/beam ! Clean residual mean=0.000002 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.568554 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 = 2.05039e-05 Jy ! Component: 100 - total flux cleaned = 3.80732e-05 Jy ! Component: 150 - total flux cleaned = 3.91246e-05 Jy ! Component: 200 - total flux cleaned = 3.9135e-05 Jy ! Total flux subtracted in 200 components = 3.9135e-05 Jy ! Clean residual min=-0.002541 max=0.002099 Jy/beam ! Clean residual mean=0.000002 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.568594 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 76 components and 0.568593 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=8.248 mas, bpa=-5.565 degrees ! Estimated noise=749.097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000306376 Jy ! Component: 100 - total flux cleaned = 0.000406414 Jy ! Component: 150 - total flux cleaned = 0.000435276 Jy ! Component: 200 - total flux cleaned = 0.000407299 Jy ! Total flux subtracted in 200 components = 0.000407299 Jy ! Clean residual min=-0.002076 max=0.001729 Jy/beam ! Clean residual mean=0.000001 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.569001 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 96 components and 0.569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081467Jy sigma=0.000611 ! Fit after self-cal, rms=0.081463Jy sigma=0.000611 wmodel J0724-0715_S_2017_08_12_pus_map.mod ! Writing 96 model components to file: J0724-0715_S_2017_08_12_pus_map.mod wobs J0724-0715_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0724-0715_S_2017_08_12_pus_uvs.fits wwins J0724-0715_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J0724-0715_S_2017_08_12_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.000951195 Jy ! Component: 100 - total flux cleaned = -0.00158841 Jy ! Component: 150 - total flux cleaned = -0.00202123 Jy ! Component: 200 - total flux cleaned = -0.00252174 Jy ! Component: 250 - total flux cleaned = -0.00289007 Jy ! Component: 300 - total flux cleaned = -0.00327445 Jy ! Component: 350 - total flux cleaned = -0.00356663 Jy ! Component: 400 - total flux cleaned = -0.00382519 Jy ! Component: 450 - total flux cleaned = -0.00405223 Jy ! Component: 500 - total flux cleaned = -0.00420021 Jy ! Component: 550 - total flux cleaned = -0.00436957 Jy ! Component: 600 - total flux cleaned = -0.00453595 Jy ! Component: 650 - total flux cleaned = -0.00469896 Jy ! Component: 700 - total flux cleaned = -0.0048131 Jy ! Component: 750 - total flux cleaned = -0.00494787 Jy ! Component: 800 - total flux cleaned = -0.00496996 Jy ! Component: 850 - total flux cleaned = -0.00503568 Jy ! Component: 900 - total flux cleaned = -0.00516491 Jy ! Component: 950 - total flux cleaned = -0.00522859 Jy ! Component: 1000 - total flux cleaned = -0.0053121 Jy ! Component: 1050 - total flux cleaned = -0.00533229 Jy ! Component: 1100 - total flux cleaned = -0.00533268 Jy ! Component: 1150 - total flux cleaned = -0.00537311 Jy ! Component: 1200 - total flux cleaned = -0.00537342 Jy ! Component: 1250 - total flux cleaned = -0.0053738 Jy ! Component: 1300 - total flux cleaned = -0.00543196 Jy ! Component: 1350 - total flux cleaned = -0.00537426 Jy ! Component: 1400 - total flux cleaned = -0.00543179 Jy ! Component: 1450 - total flux cleaned = -0.00546945 Jy ! Component: 1500 - total flux cleaned = -0.00548797 Jy ! Component: 1550 - total flux cleaned = -0.00548801 Jy ! Component: 1600 - total flux cleaned = -0.00556096 Jy ! Component: 1650 - total flux cleaned = -0.00559695 Jy ! Component: 1700 - total flux cleaned = -0.00559709 Jy ! Component: 1750 - total flux cleaned = -0.00563257 Jy ! Component: 1800 - total flux cleaned = -0.00565021 Jy ! Component: 1850 - total flux cleaned = -0.00568475 Jy ! Component: 1900 - total flux cleaned = -0.00573623 Jy ! Component: 1950 - total flux cleaned = -0.00568477 Jy ! Component: 2000 - total flux cleaned = -0.005668 Jy ! Component: 2050 - total flux cleaned = -0.00573483 Jy ! Component: 2100 - total flux cleaned = -0.00566851 Jy ! Component: 2150 - total flux cleaned = -0.00570147 Jy ! Component: 2200 - total flux cleaned = -0.00576662 Jy ! Component: 2250 - total flux cleaned = -0.00571792 Jy ! Component: 2300 - total flux cleaned = -0.005718 Jy ! Component: 2350 - total flux cleaned = -0.00570205 Jy ! Component: 2400 - total flux cleaned = -0.0056865 Jy ! Component: 2450 - total flux cleaned = -0.00573342 Jy ! Component: 2500 - total flux cleaned = -0.00570219 Jy ! Component: 2550 - total flux cleaned = -0.00570238 Jy ! Component: 2600 - total flux cleaned = -0.00564131 Jy ! Component: 2650 - total flux cleaned = -0.00567151 Jy ! Component: 2700 - total flux cleaned = -0.00564128 Jy ! Component: 2750 - total flux cleaned = -0.00561139 Jy ! Component: 2800 - total flux cleaned = -0.00561145 Jy ! Component: 2850 - total flux cleaned = -0.00555258 Jy ! Component: 2900 - total flux cleaned = -0.0055379 Jy ! Component: 2950 - total flux cleaned = -0.00555234 Jy ! Component: 3000 - total flux cleaned = -0.00548035 Jy ! Component: 3050 - total flux cleaned = -0.00549441 Jy ! Component: 3100 - total flux cleaned = -0.00543787 Jy ! Component: 3150 - total flux cleaned = -0.00539557 Jy ! Component: 3200 - total flux cleaned = -0.00540977 Jy ! Component: 3250 - total flux cleaned = -0.00538211 Jy ! Component: 3300 - total flux cleaned = -0.00536822 Jy ! Component: 3350 - total flux cleaned = -0.00534091 Jy ! Component: 3400 - total flux cleaned = -0.00524578 Jy ! Component: 3450 - total flux cleaned = -0.00525938 Jy ! Component: 3500 - total flux cleaned = -0.00524592 Jy ! Component: 3550 - total flux cleaned = -0.00524592 Jy ! Component: 3600 - total flux cleaned = -0.00520622 Jy ! Component: 3650 - total flux cleaned = -0.00519314 Jy ! Component: 3700 - total flux cleaned = -0.00516674 Jy ! Component: 3750 - total flux cleaned = -0.00516672 Jy ! Component: 3800 - total flux cleaned = -0.00514085 Jy ! Component: 3850 - total flux cleaned = -0.00511506 Jy ! Component: 3900 - total flux cleaned = -0.00510236 Jy ! Component: 3950 - total flux cleaned = -0.00507704 Jy ! Component: 4000 - total flux cleaned = -0.00506444 Jy ! Component: 4050 - total flux cleaned = -0.00503949 Jy ! Total flux subtracted in 4096 components = -0.00498961 Jy ! Clean residual min=-0.000714 max=0.000718 Jy/beam ! Clean residual mean=0.000000 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.564011 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 390 components and 0.564011 Jy ![Exited script file: muppet] wmap "J0724-0715_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.123 x 8.248 at -5.565 degrees (North through East) ! Clean map min=-0.0015279 max=0.52226 Jy/beam ! Writing clean map to FITS file: J0724-0715_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.522257 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000226569 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.130148 0.130148 0.260296 0.520592 1.04118 2.08237 4.16473 8.32947 16.6589 33.3179 66.6358 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.522 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.123 x 8.248 at -5.565 degrees (North through East) ! Clean map min=-0.0015279 max=0.52226 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 J0724-0715_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:54:42 2019