! Started logfile: J0003-1941_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:39:08 2016 obs J0003-1941_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0003-1941_S_2014_06_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.614026 visibilities/baseline/integration-bin. ! Found source: J0003-1941 ! ! 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 336 lines of history. ! ! Reading 13484 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 J0003-1941_S_2014_06_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 251 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 251 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 251 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 251 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.884275Jy sigma=0.008717 ! Fit after self-cal, rms=0.825845Jy sigma=0.008087 ! 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=3.308 mas, bmaj=10.28 mas, bpa=14.86 degrees ! Estimated noise=972.693 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.132492 Jy ! Component: 100 - total flux cleaned = 0.169731 Jy ! Total flux subtracted in 100 components = 0.169731 Jy ! Clean residual min=-0.007249 max=0.015414 Jy/beam ! Clean residual mean=-0.000027 rms=0.002213 Jy/beam ! Combined flux in latest and established models = 0.169731 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.169731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091807Jy sigma=0.000846 ! Fit after self-cal, rms=0.091806Jy sigma=0.000845 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0166388 Jy ! Component: 100 - total flux cleaned = 0.0256011 Jy ! Total flux subtracted in 100 components = 0.0256011 Jy ! Clean residual min=-0.005065 max=0.005919 Jy/beam ! Clean residual mean=-0.000011 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.195332 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 37 components and 0.195332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088012Jy sigma=0.000804 ! Fit after self-cal, rms=0.088004Jy sigma=0.000803 ! 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=4.137 mas, bmaj=12.03 mas, bpa=12.93 degrees ! Estimated noise=628.947 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.00718855 Jy ! Component: 100 - total flux cleaned = 0.0109801 Jy ! Component: 150 - total flux cleaned = 0.0132155 Jy ! Component: 200 - total flux cleaned = 0.01448 Jy ! Total flux subtracted in 200 components = 0.01448 Jy ! Clean residual min=-0.003636 max=0.003964 Jy/beam ! Clean residual mean=-0.000006 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.209812 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 69 components and 0.209812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087367Jy sigma=0.000798 ! Fit after self-cal, rms=0.087376Jy sigma=0.000798 ! 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.00* FD 0.83 HN 1.02 KP 1.05 ! LA 1.16 MK 1.00* NL 0.96 OV 0.97 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.04 KP 1.02 ! LA 1.14 MK 1.00* NL 1.03 OV 1.00 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 1.02 KP 0.91 ! LA 0.91 MK 1.00* NL 1.00 OV 0.94 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.07 KP 0.89 ! LA 0.88 MK 1.00* NL 1.05 OV 0.98 ! PT 1.00 SC 0.97 ! ! ! Fit before self-cal, rms=0.087376Jy sigma=0.000798 ! Fit after self-cal, rms=0.084737Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.133 mas, bmaj=12.1 mas, bpa=13.08 degrees ! Estimated noise=626.517 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.00160297 Jy ! Component: 100 - total flux cleaned = -0.00164452 Jy ! Component: 150 - total flux cleaned = -0.00171494 Jy ! Component: 200 - total flux cleaned = -0.00177755 Jy ! Total flux subtracted in 200 components = -0.00177755 Jy ! Clean residual min=-0.001980 max=0.002284 Jy/beam ! Clean residual mean=-0.000010 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.208035 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.208035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084686Jy sigma=0.000775 ! Fit after self-cal, rms=0.084692Jy sigma=0.000775 ! 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.084692Jy sigma=0.000775 ! Fit after self-cal, rms=0.085821Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.135 mas, bmaj=12.11 mas, bpa=12.86 degrees ! Estimated noise=626.561 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000341518 Jy ! Component: 100 - total flux cleaned = -0.000379207 Jy ! Component: 150 - total flux cleaned = -0.000415147 Jy ! Component: 200 - total flux cleaned = -0.000447145 Jy ! Total flux subtracted in 200 components = -0.000447145 Jy ! Clean residual min=-0.001797 max=0.001893 Jy/beam ! Clean residual mean=-0.000002 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.207588 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 94 components and 0.207588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085813Jy sigma=0.000773 ! Fit after self-cal, rms=0.085841Jy sigma=0.000773 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 (13, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110736 Jy ! Component: 100 - total flux cleaned = 0.00122096 Jy ! Component: 150 - total flux cleaned = 0.00125219 Jy ! Component: 200 - total flux cleaned = 0.00127641 Jy ! Total flux subtracted in 200 components = 0.00127641 Jy ! Clean residual min=-0.001620 max=0.001540 Jy/beam ! Clean residual mean=0.000000 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.208864 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 115 components and 0.208864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085803Jy sigma=0.000772 ! Fit after self-cal, rms=0.085804Jy sigma=0.000772 ! 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.085804Jy sigma=0.000772 ! Fit after self-cal, rms=0.085792Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.131 mas, bmaj=12.1 mas, bpa=12.92 degrees ! Estimated noise=625.931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000387176 Jy ! Component: 100 - total flux cleaned = 0.00038991 Jy ! Component: 150 - total flux cleaned = 0.000338917 Jy ! Component: 200 - total flux cleaned = 0.000292742 Jy ! Total flux subtracted in 200 components = 0.000292742 Jy ! Clean residual min=-0.001559 max=0.001473 Jy/beam ! Clean residual mean=0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.209157 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 129 components and 0.209157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085783Jy sigma=0.000772 ! Fit after self-cal, rms=0.085787Jy sigma=0.000772 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 = 9.04747e-05 Jy ! Component: 100 - total flux cleaned = 6.24656e-05 Jy ! Component: 150 - total flux cleaned = 6.23498e-05 Jy ! Component: 200 - total flux cleaned = 6.22584e-05 Jy ! Total flux subtracted in 200 components = 6.22584e-05 Jy ! Clean residual min=-0.001570 max=0.001479 Jy/beam ! Clean residual mean=0.000001 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.209219 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 140 components and 0.209219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085782Jy sigma=0.000772 ! Fit after self-cal, rms=0.085782Jy sigma=0.000772 ! 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.085782Jy sigma=0.000772 ! Fit after self-cal, rms=0.085755Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.991 mas, bmaj=19.91 mas, bpa=0.09295 degrees ! Estimated noise=701.897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.02665e-05 Jy ! Component: 100 - total flux cleaned = 6.77817e-05 Jy ! Component: 150 - total flux cleaned = 0.000138846 Jy ! Component: 200 - total flux cleaned = 0.000175395 Jy ! Total flux subtracted in 200 components = 0.000175395 Jy ! Clean residual min=-0.001440 max=0.001168 Jy/beam ! Clean residual mean=0.000003 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.209395 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 154 components and 0.209395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085752Jy sigma=0.000772 ! Fit after self-cal, rms=0.085752Jy sigma=0.000772 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.70151e-05 Jy ! Component: 100 - total flux cleaned = 2.42497e-05 Jy ! Component: 150 - total flux cleaned = 6.89022e-05 Jy ! Component: 200 - total flux cleaned = 0.000101598 Jy ! Total flux subtracted in 200 components = 0.000101598 Jy ! Clean residual min=-0.001408 max=0.001156 Jy/beam ! Clean residual mean=0.000003 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.209496 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 163 components and 0.209496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085751Jy sigma=0.000772 ! Fit after self-cal, rms=0.085750Jy sigma=0.000772 ! 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=4.129 mas, bmaj=12.1 mas, bpa=12.95 degrees ! Estimated noise=625.6 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.129 x 12.1 at 12.95 degrees (North through East) ! Clean map min=-0.0014243 max=0.17122 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=3.291 mas, bmaj=10.35 mas, bpa=14.93 degrees ! Estimated noise=967.833 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.131698 Jy ! Component: 100 - total flux cleaned = 0.169479 Jy ! Component: 150 - total flux cleaned = 0.185812 Jy ! Component: 200 - total flux cleaned = 0.194272 Jy ! Total flux subtracted in 200 components = 0.194272 Jy ! Clean residual min=-0.003331 max=0.004589 Jy/beam ! Clean residual mean=-0.000007 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.194272 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.194272 Jy ! Inverting map and beam ! Estimated beam: bmin=4.129 mas, bmaj=12.1 mas, bpa=12.95 degrees ! Estimated noise=625.6 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.00642488 Jy ! Component: 100 - total flux cleaned = 0.00973828 Jy ! Component: 150 - total flux cleaned = 0.011881 Jy ! Component: 200 - total flux cleaned = 0.0131567 Jy ! Total flux subtracted in 200 components = 0.0131567 Jy ! Clean residual min=-0.001537 max=0.001509 Jy/beam ! Clean residual mean=-0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.207428 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 78 components and 0.207428 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.991 mas, bmaj=19.91 mas, bpa=0.09295 degrees ! Estimated noise=701.897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118172 Jy ! Component: 100 - total flux cleaned = 0.00168898 Jy ! Component: 150 - total flux cleaned = 0.00194762 Jy ! Component: 200 - total flux cleaned = 0.00210008 Jy ! Total flux subtracted in 200 components = 0.00210008 Jy ! Clean residual min=-0.001471 max=0.001217 Jy/beam ! Clean residual mean=0.000003 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.209528 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 = 5.67009e-05 Jy ! Component: 100 - total flux cleaned = 8.23246e-05 Jy ! Component: 150 - total flux cleaned = 0.000118548 Jy ! Component: 200 - total flux cleaned = 0.000140824 Jy ! Total flux subtracted in 200 components = 0.000140824 Jy ! Clean residual min=-0.001427 max=0.001224 Jy/beam ! Clean residual mean=0.000003 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.209669 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 118 components and 0.209669 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.129 mas, bmaj=12.1 mas, bpa=12.95 degrees ! Estimated noise=625.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000268762 Jy ! Component: 100 - total flux cleaned = -0.000243842 Jy ! Component: 150 - total flux cleaned = -0.000199173 Jy ! Component: 200 - total flux cleaned = -0.000199549 Jy ! Total flux subtracted in 200 components = -0.000199549 Jy ! Clean residual min=-0.001429 max=0.001509 Jy/beam ! Clean residual mean=0.000001 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.209469 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 135 components and 0.20947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085763Jy sigma=0.000772 ! Fit after self-cal, rms=0.085756Jy sigma=0.000772 wmodel J0003-1941_S_2014_06_09_pus_map.mod ! Writing 135 model components to file: J0003-1941_S_2014_06_09_pus_map.mod wobs J0003-1941_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0003-1941_S_2014_06_09_pus_uvs.fits wwins J0003-1941_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0003-1941_S_2014_06_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.000195046 Jy ! Component: 100 - total flux cleaned = 0.00024416 Jy ! Component: 150 - total flux cleaned = 0.000381425 Jy ! Component: 200 - total flux cleaned = 0.000490311 Jy ! Component: 250 - total flux cleaned = 0.000573983 Jy ! Component: 300 - total flux cleaned = 0.00061369 Jy ! Component: 350 - total flux cleaned = 0.000632842 Jy ! Component: 400 - total flux cleaned = 0.000707301 Jy ! Component: 450 - total flux cleaned = 0.000743286 Jy ! Component: 500 - total flux cleaned = 0.000796539 Jy ! Component: 550 - total flux cleaned = 0.00088348 Jy ! Component: 600 - total flux cleaned = 0.000917583 Jy ! Component: 650 - total flux cleaned = 0.000884464 Jy ! Component: 700 - total flux cleaned = 0.000917383 Jy ! Component: 750 - total flux cleaned = 0.000885134 Jy ! Component: 800 - total flux cleaned = 0.000869351 Jy ! Component: 850 - total flux cleaned = 0.000822971 Jy ! Component: 900 - total flux cleaned = 0.000838389 Jy ! Component: 950 - total flux cleaned = 0.00079323 Jy ! Component: 1000 - total flux cleaned = 0.000763493 Jy ! Component: 1050 - total flux cleaned = 0.000748982 Jy ! Component: 1100 - total flux cleaned = 0.000720413 Jy ! Component: 1150 - total flux cleaned = 0.000734601 Jy ! Component: 1200 - total flux cleaned = 0.000734487 Jy ! Component: 1250 - total flux cleaned = 0.000720788 Jy ! Component: 1300 - total flux cleaned = 0.0006938 Jy ! Component: 1350 - total flux cleaned = 0.000693776 Jy ! Component: 1400 - total flux cleaned = 0.000667335 Jy ! Component: 1450 - total flux cleaned = 0.000641444 Jy ! Component: 1500 - total flux cleaned = 0.000628722 Jy ! Component: 1550 - total flux cleaned = 0.000603828 Jy ! Component: 1600 - total flux cleaned = 0.000579085 Jy ! Component: 1650 - total flux cleaned = 0.000579495 Jy ! Component: 1700 - total flux cleaned = 0.000579519 Jy ! Component: 1750 - total flux cleaned = 0.000603442 Jy ! Component: 1800 - total flux cleaned = 0.000567704 Jy ! Component: 1850 - total flux cleaned = 0.000532583 Jy ! Component: 1900 - total flux cleaned = 0.000486398 Jy ! Component: 1950 - total flux cleaned = 0.000475108 Jy ! Component: 2000 - total flux cleaned = 0.000441145 Jy ! Component: 2050 - total flux cleaned = 0.000362751 Jy ! Component: 2100 - total flux cleaned = 0.000351811 Jy ! Component: 2150 - total flux cleaned = 0.000319109 Jy ! Component: 2200 - total flux cleaned = 0.000297482 Jy ! Component: 2250 - total flux cleaned = 0.000254542 Jy ! Component: 2300 - total flux cleaned = 0.000233221 Jy ! Component: 2350 - total flux cleaned = 0.000212168 Jy ! Component: 2400 - total flux cleaned = 0.000160243 Jy ! Component: 2450 - total flux cleaned = 0.000160317 Jy ! Component: 2500 - total flux cleaned = 0.000170428 Jy ! Component: 2550 - total flux cleaned = 0.000150259 Jy ! Component: 2600 - total flux cleaned = 0.000120347 Jy ! Component: 2650 - total flux cleaned = 0.000140304 Jy ! Component: 2700 - total flux cleaned = 9.11355e-05 Jy ! Component: 2750 - total flux cleaned = 0.000110625 Jy ! Component: 2800 - total flux cleaned = 9.12122e-05 Jy ! Component: 2850 - total flux cleaned = 7.20719e-05 Jy ! Component: 2900 - total flux cleaned = 6.26603e-05 Jy ! Component: 2950 - total flux cleaned = 7.20333e-05 Jy ! Component: 3000 - total flux cleaned = 1.62745e-05 Jy ! Component: 3050 - total flux cleaned = -2.20227e-06 Jy ! Component: 3100 - total flux cleaned = -2.04727e-05 Jy ! Component: 3150 - total flux cleaned = -5.68141e-05 Jy ! Component: 3200 - total flux cleaned = -8.38124e-05 Jy ! Component: 3250 - total flux cleaned = -0.000119721 Jy ! Component: 3300 - total flux cleaned = -0.000146262 Jy ! Component: 3350 - total flux cleaned = -0.000163795 Jy ! Component: 3400 - total flux cleaned = -0.000181382 Jy ! Component: 3450 - total flux cleaned = -0.000216005 Jy ! Component: 3500 - total flux cleaned = -0.000267595 Jy ! Component: 3550 - total flux cleaned = -0.000293192 Jy ! Component: 3600 - total flux cleaned = -0.000344116 Jy ! Component: 3650 - total flux cleaned = -0.000386146 Jy ! Component: 3700 - total flux cleaned = -0.000402888 Jy ! Component: 3750 - total flux cleaned = -0.000444339 Jy ! Component: 3800 - total flux cleaned = -0.000460803 Jy ! Component: 3850 - total flux cleaned = -0.000469081 Jy ! Component: 3900 - total flux cleaned = -0.000493567 Jy ! Component: 3950 - total flux cleaned = -0.000501713 Jy ! Component: 4000 - total flux cleaned = -0.000533918 Jy ! Component: 4050 - total flux cleaned = -0.000549865 Jy ! Total flux subtracted in 4096 components = -0.000565717 Jy ! Clean residual min=-0.000440 max=0.000438 Jy/beam ! Clean residual mean=0.000002 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.208904 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 424 components and 0.208904 Jy ![Exited script file: muppet] wmap "J0003-1941_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.129 x 12.1 at 12.95 degrees (North through East) ! Clean map min=-0.001093 max=0.17092 Jy/beam ! Writing clean map to FITS file: J0003-1941_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.170917 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000150202 device "J0003-1941_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0003-1941_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.26364 0.26364 0.52728 1.05456 2.10912 4.21824 8.43648 16.873 33.7459 67.4919 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.17 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.129 x 12.1 at 12.95 degrees (North through East) ! Clean map min=-0.001093 max=0.17092 Jy/beam quit ! Quitting program ! Log file J0003-1941_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:39:12 2016