! Started logfile: J0422-0643_S_2017_03_23_pus_uvs.log on Mon May 13 09:47:57 2019 obs J0422-0643_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0422-0643_S_2017_03_23_pus_uva.fits ! AN table 1: 190 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.705965 visibilities/baseline/integration-bin. ! Found source: J0422-0643 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 481 lines of history. ! ! Reading 24144 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 J0422-0643_S_2017_03_23_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 419 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 404 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 407 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1022 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.876317Jy sigma=0.006858 ! Fit after self-cal, rms=0.864367Jy sigma=0.006772 ! 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.673 mas, bmaj=6.825 mas, bpa=-4.33 degrees ! Estimated noise=948.436 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.10426 Jy ! Component: 100 - total flux cleaned = 0.129815 Jy ! Total flux subtracted in 100 components = 0.129815 Jy ! Clean residual min=-0.004943 max=0.010283 Jy/beam ! Clean residual mean=0.000001 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 0.129815 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.129815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097520Jy sigma=0.000700 ! Fit after self-cal, rms=0.097515Jy sigma=0.000700 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111223 Jy ! Component: 100 - total flux cleaned = 0.016652 Jy ! Total flux subtracted in 100 components = 0.016652 Jy ! Clean residual min=-0.003836 max=0.004524 Jy/beam ! Clean residual mean=-0.000002 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.146467 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.146467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095825Jy sigma=0.000691 ! Fit after self-cal, rms=0.095811Jy sigma=0.000691 ! 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.171 mas, bmaj=7.786 mas, bpa=-3.292 degrees ! Estimated noise=646.482 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.00402043 Jy ! Component: 100 - total flux cleaned = 0.00580638 Jy ! Component: 150 - total flux cleaned = 0.00612126 Jy ! Component: 200 - total flux cleaned = 0.00636305 Jy ! Total flux subtracted in 200 components = 0.00636305 Jy ! Clean residual min=-0.004482 max=0.004256 Jy/beam ! Clean residual mean=-0.000002 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.15283 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 0.15283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095539Jy sigma=0.000691 ! Fit after self-cal, rms=0.095536Jy sigma=0.000691 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 123 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.95 HN 0.96 KP 1.02 ! LA 1.00 MK 1.00 NL 0.88 OV 1.04 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! A total of 123 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.05 HN 0.99 KP 1.00 ! LA 0.97 MK 0.97 NL 1.05 OV 1.08 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 3. ! A total of 120 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.08 HN 0.93 KP 0.88 ! LA 0.76 MK 1.03 NL 1.14 OV 0.99 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.13 HN 0.93 KP 1.00* ! LA 0.76 MK 1.20 NL 1.00* OV 1.73 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.095536Jy sigma=0.000691 ! Fit after self-cal, rms=0.095087Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=7.753 mas, bpa=-3.249 degrees ! Estimated noise=650.907 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.000242466 Jy ! Component: 100 - total flux cleaned = 0.000110367 Jy ! Component: 150 - total flux cleaned = 5.6565e-05 Jy ! Component: 200 - total flux cleaned = 2.36157e-05 Jy ! Total flux subtracted in 200 components = 2.36157e-05 Jy ! Clean residual min=-0.002072 max=0.002235 Jy/beam ! Clean residual mean=-0.000001 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.152854 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.152854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095075Jy sigma=0.000675 ! Fit after self-cal, rms=0.095174Jy 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.095174Jy sigma=0.000674 ! Fit after self-cal, rms=0.095475Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.161 mas, bmaj=7.751 mas, bpa=-3.214 degrees ! Estimated noise=651.646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000375699 Jy ! Component: 100 - total flux cleaned = 0.000411649 Jy ! Component: 150 - total flux cleaned = 0.000427057 Jy ! Component: 200 - total flux cleaned = 0.000413007 Jy ! Total flux subtracted in 200 components = 0.000413007 Jy ! Clean residual min=-0.001615 max=0.001730 Jy/beam ! Clean residual mean=-0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.153267 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 44 components and 0.153267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095468Jy sigma=0.000670 ! Fit after self-cal, rms=0.095498Jy sigma=0.000670 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 = 1.4062e-05 Jy ! Component: 100 - total flux cleaned = 1.63185e-06 Jy ! Component: 150 - total flux cleaned = 1.71684e-06 Jy ! Component: 200 - total flux cleaned = 1.7634e-06 Jy ! Total flux subtracted in 200 components = 1.7634e-06 Jy ! Clean residual min=-0.001643 max=0.001750 Jy/beam ! Clean residual mean=-0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.153269 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.153269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095495Jy sigma=0.000670 ! Fit after self-cal, rms=0.095495Jy sigma=0.000670 ! Inverting map ! Added new window around map position (-66.5, 17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013486 Jy ! Component: 100 - total flux cleaned = 0.00128054 Jy ! Component: 150 - total flux cleaned = 0.00125398 Jy ! Component: 200 - total flux cleaned = 0.00122904 Jy ! Total flux subtracted in 200 components = 0.00122904 Jy ! Clean residual min=-0.001564 max=0.001625 Jy/beam ! Clean residual mean=-0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.154498 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 74 components and 0.154498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095462Jy sigma=0.000670 ! Fit after self-cal, rms=0.095460Jy sigma=0.000670 ! 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.095460Jy sigma=0.000670 ! Fit after self-cal, rms=0.095248Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=7.745 mas, bpa=-3.195 degrees ! Estimated noise=650.784 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.75292e-05 Jy ! Component: 100 - total flux cleaned = -8.58734e-05 Jy ! Component: 150 - total flux cleaned = -6.52412e-05 Jy ! Component: 200 - total flux cleaned = -6.44051e-05 Jy ! Total flux subtracted in 200 components = -6.44051e-05 Jy ! Clean residual min=-0.001495 max=0.001692 Jy/beam ! Clean residual mean=-0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.154433 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 86 components and 0.154433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095238Jy sigma=0.000670 ! Fit after self-cal, rms=0.095237Jy sigma=0.000670 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 (4, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155281 Jy ! Component: 100 - total flux cleaned = 0.00177883 Jy ! Component: 150 - total flux cleaned = 0.00167465 Jy ! Component: 200 - total flux cleaned = 0.00157917 Jy ! Total flux subtracted in 200 components = 0.00157917 Jy ! Clean residual min=-0.001411 max=0.001498 Jy/beam ! Clean residual mean=-0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.156013 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 104 components and 0.156013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095206Jy sigma=0.000669 ! Fit after self-cal, rms=0.095205Jy 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.095205Jy sigma=0.000669 ! Fit after self-cal, rms=0.095111Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.359 mas, bmaj=12.95 mas, bpa=1.765 degrees ! Estimated noise=844.096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000589808 Jy ! Component: 100 - total flux cleaned = 0.000570072 Jy ! Component: 150 - total flux cleaned = 0.000513514 Jy ! Component: 200 - total flux cleaned = 0.000447568 Jy ! Total flux subtracted in 200 components = 0.000447568 Jy ! Clean residual min=-0.001559 max=0.001700 Jy/beam ! Clean residual mean=-0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.15646 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 130 components and 0.15646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095102Jy sigma=0.000669 ! Fit after self-cal, rms=0.095098Jy 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.58921e-05 Jy ! Component: 100 - total flux cleaned = -2.62043e-05 Jy ! Component: 150 - total flux cleaned = -5.34774e-05 Jy ! Component: 200 - total flux cleaned = -6.62922e-05 Jy ! Total flux subtracted in 200 components = -6.62922e-05 Jy ! Clean residual min=-0.001539 max=0.001682 Jy/beam ! Clean residual mean=-0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.156394 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 150 components and 0.156394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095095Jy sigma=0.000669 ! Fit after self-cal, rms=0.095095Jy 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.151 mas, bmaj=7.734 mas, bpa=-3.241 degrees ! Estimated noise=650.824 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 7.734 at -3.241 degrees (North through East) ! Clean map min=-0.0014193 max=0.13723 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.666 mas, bmaj=6.799 mas, bpa=-3.947 degrees ! Estimated noise=948.185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.10388 Jy ! Component: 100 - total flux cleaned = 0.129723 Jy ! Component: 150 - total flux cleaned = 0.14131 Jy ! Component: 200 - total flux cleaned = 0.147291 Jy ! Total flux subtracted in 200 components = 0.147291 Jy ! Clean residual min=-0.002594 max=0.002871 Jy/beam ! Clean residual mean=-0.000000 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.147291 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.147291 Jy ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=7.734 mas, bpa=-3.241 degrees ! Estimated noise=650.824 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.00421728 Jy ! Component: 100 - total flux cleaned = 0.00662612 Jy ! Component: 150 - total flux cleaned = 0.00811137 Jy ! Component: 200 - total flux cleaned = 0.00872868 Jy ! Total flux subtracted in 200 components = 0.00872868 Jy ! Clean residual min=-0.001515 max=0.001483 Jy/beam ! Clean residual mean=-0.000001 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.156019 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 52 components and 0.156019 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.359 mas, bmaj=12.95 mas, bpa=1.765 degrees ! Estimated noise=844.096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010318 Jy ! Component: 100 - total flux cleaned = 0.00107464 Jy ! Component: 150 - total flux cleaned = 0.00104575 Jy ! Component: 200 - total flux cleaned = 0.000880914 Jy ! Total flux subtracted in 200 components = 0.000880914 Jy ! Clean residual min=-0.001653 max=0.001662 Jy/beam ! Clean residual mean=-0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.1569 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 = -9.91736e-05 Jy ! Component: 100 - total flux cleaned = -0.000166761 Jy ! Component: 150 - total flux cleaned = -0.000228208 Jy ! Component: 200 - total flux cleaned = -0.00024677 Jy ! Total flux subtracted in 200 components = -0.00024677 Jy ! Clean residual min=-0.001606 max=0.001659 Jy/beam ! Clean residual mean=-0.000002 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.156653 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 93 components and 0.156653 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=7.734 mas, bpa=-3.241 degrees ! Estimated noise=650.824 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000300181 Jy ! Component: 100 - total flux cleaned = 0.00027347 Jy ! Component: 150 - total flux cleaned = 0.000203621 Jy ! Component: 200 - total flux cleaned = 0.000161134 Jy ! Total flux subtracted in 200 components = 0.000161134 Jy ! Clean residual min=-0.001502 max=0.001495 Jy/beam ! Clean residual mean=-0.000001 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.156814 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 113 components and 0.156814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095100Jy sigma=0.000669 ! Fit after self-cal, rms=0.095098Jy sigma=0.000669 wmodel J0422-0643_S_2017_03_23_pus_map.mod ! Writing 113 model components to file: J0422-0643_S_2017_03_23_pus_map.mod wobs J0422-0643_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0422-0643_S_2017_03_23_pus_uvs.fits wwins J0422-0643_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J0422-0643_S_2017_03_23_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000331135 Jy ! Component: 100 - total flux cleaned = -0.000577381 Jy ! Component: 150 - total flux cleaned = -0.0008339 Jy ! Component: 200 - total flux cleaned = -0.0010354 Jy ! Component: 250 - total flux cleaned = -0.00112176 Jy ! Component: 300 - total flux cleaned = -0.00116355 Jy ! Component: 350 - total flux cleaned = -0.00116366 Jy ! Component: 400 - total flux cleaned = -0.00116357 Jy ! Component: 450 - total flux cleaned = -0.00106627 Jy ! Component: 500 - total flux cleaned = -0.00104718 Jy ! Component: 550 - total flux cleaned = -0.000990563 Jy ! Component: 600 - total flux cleaned = -0.000953365 Jy ! Component: 650 - total flux cleaned = -0.000880531 Jy ! Component: 700 - total flux cleaned = -0.000898403 Jy ! Component: 750 - total flux cleaned = -0.000880425 Jy ! Component: 800 - total flux cleaned = -0.00091502 Jy ! Component: 850 - total flux cleaned = -0.000880562 Jy ! Component: 900 - total flux cleaned = -0.000880773 Jy ! Component: 950 - total flux cleaned = -0.000897678 Jy ! Component: 1000 - total flux cleaned = -0.000914273 Jy ! Component: 1050 - total flux cleaned = -0.000897809 Jy ! Component: 1100 - total flux cleaned = -0.00093009 Jy ! Component: 1150 - total flux cleaned = -0.000961967 Jy ! Component: 1200 - total flux cleaned = -0.000977686 Jy ! Component: 1250 - total flux cleaned = -0.000977577 Jy ! Component: 1300 - total flux cleaned = -0.000993148 Jy ! Component: 1350 - total flux cleaned = -0.000978064 Jy ! Component: 1400 - total flux cleaned = -0.00100835 Jy ! Component: 1450 - total flux cleaned = -0.000993395 Jy ! Component: 1500 - total flux cleaned = -0.000993547 Jy ! Component: 1550 - total flux cleaned = -0.00105254 Jy ! Component: 1600 - total flux cleaned = -0.00106702 Jy ! Component: 1650 - total flux cleaned = -0.00105241 Jy ! Component: 1700 - total flux cleaned = -0.00106684 Jy ! Component: 1750 - total flux cleaned = -0.00109527 Jy ! Component: 1800 - total flux cleaned = -0.00109539 Jy ! Component: 1850 - total flux cleaned = -0.00113744 Jy ! Component: 1900 - total flux cleaned = -0.00113736 Jy ! Component: 1950 - total flux cleaned = -0.00116481 Jy ! Component: 2000 - total flux cleaned = -0.00115127 Jy ! Component: 2050 - total flux cleaned = -0.00123284 Jy ! Component: 2100 - total flux cleaned = -0.00123283 Jy ! Component: 2150 - total flux cleaned = -0.00129964 Jy ! Component: 2200 - total flux cleaned = -0.00131287 Jy ! Component: 2250 - total flux cleaned = -0.00132606 Jy ! Component: 2300 - total flux cleaned = -0.00131287 Jy ! Component: 2350 - total flux cleaned = -0.00132594 Jy ! Component: 2400 - total flux cleaned = -0.00135169 Jy ! Component: 2450 - total flux cleaned = -0.00131326 Jy ! Component: 2500 - total flux cleaned = -0.00135136 Jy ! Component: 2550 - total flux cleaned = -0.00136408 Jy ! Component: 2600 - total flux cleaned = -0.00137673 Jy ! Component: 2650 - total flux cleaned = -0.0013269 Jy ! Component: 2700 - total flux cleaned = -0.00133945 Jy ! Component: 2750 - total flux cleaned = -0.00135183 Jy ! Component: 2800 - total flux cleaned = -0.00136396 Jy ! Component: 2850 - total flux cleaned = -0.00131528 Jy ! Component: 2900 - total flux cleaned = -0.00130322 Jy ! Component: 2950 - total flux cleaned = -0.00132715 Jy ! Component: 3000 - total flux cleaned = -0.0012794 Jy ! Component: 3050 - total flux cleaned = -0.00125575 Jy ! Component: 3100 - total flux cleaned = -0.00123231 Jy ! Component: 3150 - total flux cleaned = -0.00126731 Jy ! Component: 3200 - total flux cleaned = -0.00122073 Jy ! Component: 3250 - total flux cleaned = -0.00122065 Jy ! Component: 3300 - total flux cleaned = -0.00120911 Jy ! Component: 3350 - total flux cleaned = -0.0011292 Jy ! Component: 3400 - total flux cleaned = -0.00112915 Jy ! Component: 3450 - total flux cleaned = -0.00109544 Jy ! Component: 3500 - total flux cleaned = -0.00109541 Jy ! Component: 3550 - total flux cleaned = -0.00105078 Jy ! Component: 3600 - total flux cleaned = -0.000951154 Jy ! Component: 3650 - total flux cleaned = -0.000940179 Jy ! Component: 3700 - total flux cleaned = -0.000940307 Jy ! Component: 3750 - total flux cleaned = -0.000896569 Jy ! Component: 3800 - total flux cleaned = -0.000853285 Jy ! Component: 3850 - total flux cleaned = -0.000821003 Jy ! Component: 3900 - total flux cleaned = -0.000777972 Jy ! Component: 3950 - total flux cleaned = -0.000756809 Jy ! Component: 4000 - total flux cleaned = -0.000756772 Jy ! Component: 4050 - total flux cleaned = -0.000693468 Jy ! Total flux subtracted in 4096 components = -0.000651363 Jy ! Clean residual min=-0.000738 max=0.000649 Jy/beam ! Clean residual mean=-0.000000 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.156163 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 389 components and 0.156163 Jy ![Exited script file: muppet] wmap "J0422-0643_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 7.734 at -3.241 degrees (North through East) ! Clean map min=-0.0013049 max=0.13709 Jy/beam ! Writing clean map to FITS file: J0422-0643_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.137088 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000195679 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.428217 0.428217 0.856434 1.71287 3.42573 6.85147 13.7029 27.4059 54.8117 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.137 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.151 x 7.734 at -3.241 degrees (North through East) ! Clean map min=-0.0013049 max=0.13709 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 J0422-0643_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:48:04 2019