! Started logfile: J1333-1950_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:00:10 2016 obs J1333-1950_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1333-1950_S_2015_03_17_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.871323 visibilities/baseline/integration-bin. ! Found source: J1333-1950 ! ! 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 330 lines of history. ! ! Reading 16468 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 J1333-1950_S_2015_03_17_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 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.758519Jy sigma=0.007117 ! Fit after self-cal, rms=0.696368Jy sigma=0.006537 ! 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.729 mas, bmaj=6.524 mas, bpa=-9.456 degrees ! Estimated noise=1053.78 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.225681 Jy ! Component: 100 - total flux cleaned = 0.292332 Jy ! Total flux subtracted in 100 components = 0.292332 Jy ! Clean residual min=-0.014356 max=0.030231 Jy/beam ! Clean residual mean=0.000016 rms=0.004305 Jy/beam ! Combined flux in latest and established models = 0.292332 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.292332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127559Jy sigma=0.001033 ! Fit after self-cal, rms=0.127515Jy sigma=0.001032 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0361429 Jy ! Component: 100 - total flux cleaned = 0.0587513 Jy ! Total flux subtracted in 100 components = 0.0587513 Jy ! Clean residual min=-0.014894 max=0.015533 Jy/beam ! Clean residual mean=0.000004 rms=0.003184 Jy/beam ! Combined flux in latest and established models = 0.351083 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.351083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111766Jy sigma=0.000916 ! Fit after self-cal, rms=0.111774Jy sigma=0.000916 ! 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.456 mas, bmaj=8.349 mas, bpa=-8.83 degrees ! Estimated noise=614.655 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.0144814 Jy ! Component: 100 - total flux cleaned = 0.0210008 Jy ! Component: 150 - total flux cleaned = 0.0213947 Jy ! Component: 200 - total flux cleaned = 0.021566 Jy ! Total flux subtracted in 200 components = 0.021566 Jy ! Clean residual min=-0.013067 max=0.011690 Jy/beam ! Clean residual mean=0.000004 rms=0.002861 Jy/beam ! Combined flux in latest and established models = 0.372649 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 38 components and 0.372649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109122Jy sigma=0.000902 ! Fit after self-cal, rms=0.109094Jy sigma=0.000902 ! 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.86 HN 0.88 KP 1.11 ! LA 1.00 MK 1.05 NL 0.93 OV 1.01 ! PT 1.13 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.91 HN 0.93 KP 1.07 ! LA 0.96 MK 1.07 NL 1.04 OV 1.06 ! PT 1.10 SC 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.92 HN 0.92 KP 0.96 ! LA 0.79 MK 1.13 NL 1.17 OV 0.98 ! PT 1.08 SC 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.93 HN 0.88 KP 0.93 ! LA 0.85 MK 1.13 NL 1.06 OV 1.05 ! PT 1.11 SC 0.90 ! ! ! Fit before self-cal, rms=0.109094Jy sigma=0.000902 ! Fit after self-cal, rms=0.097006Jy sigma=0.000820 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.478 mas, bmaj=8.314 mas, bpa=-7.579 degrees ! Estimated noise=612.304 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.000447982 Jy ! Component: 100 - total flux cleaned = 0.000641329 Jy ! Component: 150 - total flux cleaned = 0.00064548 Jy ! Component: 200 - total flux cleaned = 0.00038412 Jy ! Total flux subtracted in 200 components = 0.00038412 Jy ! Clean residual min=-0.008582 max=0.006475 Jy/beam ! Clean residual mean=0.000013 rms=0.001713 Jy/beam ! Combined flux in latest and established models = 0.373033 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.373033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095944Jy sigma=0.000816 ! Fit after self-cal, rms=0.095896Jy sigma=0.000815 ! 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.095896Jy sigma=0.000815 ! Fit after self-cal, rms=0.147175Jy sigma=0.000788 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.502 mas, bmaj=8.889 mas, bpa=-9.305 degrees ! Estimated noise=622.697 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00202013 Jy ! Component: 100 - total flux cleaned = -0.00210499 Jy ! Component: 150 - total flux cleaned = -0.00210714 Jy ! Component: 200 - total flux cleaned = -0.00217664 Jy ! Total flux subtracted in 200 components = -0.00217664 Jy ! Clean residual min=-0.005104 max=0.005513 Jy/beam ! Clean residual mean=0.000030 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.370856 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 55 components and 0.370856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147131Jy sigma=0.000786 ! Fit after self-cal, rms=0.147188Jy sigma=0.000786 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 (-22.5, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00516828 Jy ! Component: 100 - total flux cleaned = 0.00780043 Jy ! Component: 150 - total flux cleaned = 0.00895259 Jy ! Component: 200 - total flux cleaned = 0.00940938 Jy ! Total flux subtracted in 200 components = 0.00940938 Jy ! Clean residual min=-0.004330 max=0.004379 Jy/beam ! Clean residual mean=0.000007 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.380266 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 93 components and 0.380266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147012Jy sigma=0.000783 ! Fit after self-cal, rms=0.146999Jy sigma=0.000783 ! Inverting map ! Added new window around map position (-9.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00397395 Jy ! Component: 100 - total flux cleaned = 0.00511252 Jy ! Component: 150 - total flux cleaned = 0.00541038 Jy ! Component: 200 - total flux cleaned = 0.00567185 Jy ! Total flux subtracted in 200 components = 0.00567185 Jy ! Clean residual min=-0.003929 max=0.002312 Jy/beam ! Clean residual mean=0.000002 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.385938 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 121 components and 0.385938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146859Jy sigma=0.000781 ! Fit after self-cal, rms=0.146857Jy sigma=0.000781 ! 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.146857Jy sigma=0.000781 ! Fit after self-cal, rms=0.150504Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.505 mas, bmaj=8.906 mas, bpa=-9.214 degrees ! Estimated noise=621.519 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000251828 Jy ! Component: 100 - total flux cleaned = 0.000780782 Jy ! Component: 150 - total flux cleaned = 0.00107196 Jy ! Component: 200 - total flux cleaned = 0.00123073 Jy ! Total flux subtracted in 200 components = 0.00123073 Jy ! Clean residual min=-0.003532 max=0.002103 Jy/beam ! Clean residual mean=0.000003 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.387168 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 149 components and 0.387169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150461Jy sigma=0.000780 ! Fit after self-cal, rms=0.150449Jy sigma=0.000780 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.000485424 Jy ! Component: 100 - total flux cleaned = 0.000676648 Jy ! Component: 150 - total flux cleaned = 0.000855395 Jy ! Component: 200 - total flux cleaned = 0.00102376 Jy ! Total flux subtracted in 200 components = 0.00102376 Jy ! Clean residual min=-0.003398 max=0.002076 Jy/beam ! Clean residual mean=0.000001 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.388192 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 160 components and 0.388192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150421Jy sigma=0.000780 ! Fit after self-cal, rms=0.150420Jy sigma=0.000780 ! 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.150420Jy sigma=0.000780 ! Fit after self-cal, rms=0.151041Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.998 mas, bmaj=14.9 mas, bpa=-0.9061 degrees ! Estimated noise=779.852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000284079 Jy ! Component: 100 - total flux cleaned = 0.00012673 Jy ! Component: 150 - total flux cleaned = 0.000418444 Jy ! Component: 200 - total flux cleaned = 0.000480966 Jy ! Total flux subtracted in 200 components = 0.000480966 Jy ! Clean residual min=-0.003060 max=0.002453 Jy/beam ! Clean residual mean=-0.000001 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.388673 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 185 components and 0.388673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151038Jy sigma=0.000779 ! Fit after self-cal, rms=0.151019Jy sigma=0.000779 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.00014931 Jy ! Component: 100 - total flux cleaned = 0.000179378 Jy ! Component: 150 - total flux cleaned = 0.00015331 Jy ! Component: 200 - total flux cleaned = 0.000129051 Jy ! Total flux subtracted in 200 components = 0.000129051 Jy ! Clean residual min=-0.003030 max=0.002435 Jy/beam ! Clean residual mean=-0.000002 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.388802 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 196 components and 0.388802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151021Jy sigma=0.000779 ! Fit after self-cal, rms=0.151009Jy sigma=0.000779 ! 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.511 mas, bmaj=8.915 mas, bpa=-9.145 degrees ! Estimated noise=620.771 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.511 x 8.915 at -9.145 degrees (North through East) ! Clean map min=-0.0031597 max=0.30975 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.773 mas, bmaj=7.183 mas, bpa=-10.83 degrees ! Estimated noise=1081.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.230622 Jy ! Component: 100 - total flux cleaned = 0.288552 Jy ! Component: 150 - total flux cleaned = 0.318372 Jy ! Component: 200 - total flux cleaned = 0.337141 Jy ! Total flux subtracted in 200 components = 0.337141 Jy ! Clean residual min=-0.005925 max=0.009949 Jy/beam ! Clean residual mean=0.000024 rms=0.001575 Jy/beam ! Combined flux in latest and established models = 0.337141 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.337141 Jy ! Inverting map and beam ! Estimated beam: bmin=3.511 mas, bmaj=8.915 mas, bpa=-9.145 degrees ! Estimated noise=620.771 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.0166459 Jy ! Component: 100 - total flux cleaned = 0.0254268 Jy ! Component: 150 - total flux cleaned = 0.0312951 Jy ! Component: 200 - total flux cleaned = 0.0357515 Jy ! Total flux subtracted in 200 components = 0.0357515 Jy ! Clean residual min=-0.003163 max=0.003619 Jy/beam ! Clean residual mean=0.000022 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.372892 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 65 components and 0.372892 Jy ! Inverting map ! Added new window around map position (-6.5, -11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0038482 Jy ! Component: 100 - total flux cleaned = 0.0061244 Jy ! Component: 150 - total flux cleaned = 0.00774527 Jy ! Component: 200 - total flux cleaned = 0.00889967 Jy ! Total flux subtracted in 200 components = 0.00889967 Jy ! Clean residual min=-0.002749 max=0.002516 Jy/beam ! Clean residual mean=0.000009 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.381792 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 92 components and 0.381792 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.998 mas, bmaj=14.9 mas, bpa=-0.9061 degrees ! Estimated noise=779.852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00248994 Jy ! Component: 100 - total flux cleaned = 0.00421977 Jy ! Component: 150 - total flux cleaned = 0.00498654 Jy ! Component: 200 - total flux cleaned = 0.00540532 Jy ! Total flux subtracted in 200 components = 0.00540532 Jy ! Clean residual min=-0.002869 max=0.002078 Jy/beam ! Clean residual mean=0.000001 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.387197 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 = 0.000245812 Jy ! Component: 100 - total flux cleaned = 0.000467862 Jy ! Component: 150 - total flux cleaned = 0.000635249 Jy ! Component: 200 - total flux cleaned = 0.000847341 Jy ! Total flux subtracted in 200 components = 0.000847341 Jy ! Clean residual min=-0.002676 max=0.002030 Jy/beam ! Clean residual mean=-0.000001 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.388045 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 143 components and 0.388045 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.511 mas, bmaj=8.915 mas, bpa=-9.145 degrees ! Estimated noise=620.771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000135911 Jy ! Component: 100 - total flux cleaned = -8.18169e-05 Jy ! Component: 150 - total flux cleaned = 7.00664e-05 Jy ! Component: 200 - total flux cleaned = 0.000168594 Jy ! Total flux subtracted in 200 components = 0.000168594 Jy ! Clean residual min=-0.002261 max=0.001948 Jy/beam ! Clean residual mean=0.000000 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.388213 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 161 components and 0.388213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151506Jy sigma=0.000778 ! Fit after self-cal, rms=0.151258Jy sigma=0.000778 wmodel J1333-1950_S_2015_03_17_pus_map.mod ! Writing 161 model components to file: J1333-1950_S_2015_03_17_pus_map.mod wobs J1333-1950_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1333-1950_S_2015_03_17_pus_uvs.fits wwins J1333-1950_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J1333-1950_S_2015_03_17_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.00100087 Jy ! Component: 100 - total flux cleaned = -0.00184259 Jy ! Component: 150 - total flux cleaned = -0.00222491 Jy ! Component: 200 - total flux cleaned = -0.00225858 Jy ! Component: 250 - total flux cleaned = -0.0022589 Jy ! Component: 300 - total flux cleaned = -0.00238381 Jy ! Component: 350 - total flux cleaned = -0.0025342 Jy ! Component: 400 - total flux cleaned = -0.00268029 Jy ! Component: 450 - total flux cleaned = -0.00287998 Jy ! Component: 500 - total flux cleaned = -0.00318497 Jy ! Component: 550 - total flux cleaned = -0.00340107 Jy ! Component: 600 - total flux cleaned = -0.00358658 Jy ! Component: 650 - total flux cleaned = -0.00376848 Jy ! Component: 700 - total flux cleaned = -0.00394667 Jy ! Component: 750 - total flux cleaned = -0.00409607 Jy ! Component: 800 - total flux cleaned = -0.00424239 Jy ! Component: 850 - total flux cleaned = -0.00438636 Jy ! Component: 900 - total flux cleaned = -0.00448103 Jy ! Component: 950 - total flux cleaned = -0.0047588 Jy ! Component: 1000 - total flux cleaned = -0.00484917 Jy ! Component: 1050 - total flux cleaned = -0.00502882 Jy ! Component: 1100 - total flux cleaned = -0.00522673 Jy ! Component: 1150 - total flux cleaned = -0.00537835 Jy ! Component: 1200 - total flux cleaned = -0.00552747 Jy ! Component: 1250 - total flux cleaned = -0.00563267 Jy ! Component: 1300 - total flux cleaned = -0.00577712 Jy ! Component: 1350 - total flux cleaned = -0.00589903 Jy ! Component: 1400 - total flux cleaned = -0.00603951 Jy ! Component: 1450 - total flux cleaned = -0.00617811 Jy ! Component: 1500 - total flux cleaned = -0.00627562 Jy ! Component: 1550 - total flux cleaned = -0.00642982 Jy ! Component: 1600 - total flux cleaned = -0.00650622 Jy ! Component: 1650 - total flux cleaned = -0.00661935 Jy ! Component: 1700 - total flux cleaned = -0.00671254 Jy ! Component: 1750 - total flux cleaned = -0.00682263 Jy ! Component: 1800 - total flux cleaned = -0.00700393 Jy ! Component: 1850 - total flux cleaned = -0.00705773 Jy ! Component: 1900 - total flux cleaned = -0.00718158 Jy ! Component: 1950 - total flux cleaned = -0.00723425 Jy ! Component: 2000 - total flux cleaned = -0.00737242 Jy ! Component: 2050 - total flux cleaned = -0.00740666 Jy ! Component: 2100 - total flux cleaned = -0.00749147 Jy ! Component: 2150 - total flux cleaned = -0.00755854 Jy ! Component: 2200 - total flux cleaned = -0.00760822 Jy ! Component: 2250 - total flux cleaned = -0.0075916 Jy ! Component: 2300 - total flux cleaned = -0.00759153 Jy ! Component: 2350 - total flux cleaned = -0.00762377 Jy ! Component: 2400 - total flux cleaned = -0.00757584 Jy ! Component: 2450 - total flux cleaned = -0.00760716 Jy ! Component: 2500 - total flux cleaned = -0.00759185 Jy ! Component: 2550 - total flux cleaned = -0.00765378 Jy ! Component: 2600 - total flux cleaned = -0.00768425 Jy ! Component: 2650 - total flux cleaned = -0.00766901 Jy ! Component: 2700 - total flux cleaned = -0.00762373 Jy ! Component: 2750 - total flux cleaned = -0.00766884 Jy ! Component: 2800 - total flux cleaned = -0.0076689 Jy ! Component: 2850 - total flux cleaned = -0.00771314 Jy ! Component: 2900 - total flux cleaned = -0.00772764 Jy ! Component: 2950 - total flux cleaned = -0.0077566 Jy ! Component: 3000 - total flux cleaned = -0.00774225 Jy ! Component: 3050 - total flux cleaned = -0.00775665 Jy ! Component: 3100 - total flux cleaned = -0.00774251 Jy ! Component: 3150 - total flux cleaned = -0.00778461 Jy ! Component: 3200 - total flux cleaned = -0.00779852 Jy ! Component: 3250 - total flux cleaned = -0.00781223 Jy ! Component: 3300 - total flux cleaned = -0.0078122 Jy ! Component: 3350 - total flux cleaned = -0.00779854 Jy ! Component: 3400 - total flux cleaned = -0.00781222 Jy ! Component: 3450 - total flux cleaned = -0.00787922 Jy ! Component: 3500 - total flux cleaned = -0.0078791 Jy ! Component: 3550 - total flux cleaned = -0.00783945 Jy ! Component: 3600 - total flux cleaned = -0.00786592 Jy ! Component: 3650 - total flux cleaned = -0.00790498 Jy ! Component: 3700 - total flux cleaned = -0.00782729 Jy ! Component: 3750 - total flux cleaned = -0.00790464 Jy ! Component: 3800 - total flux cleaned = -0.00789186 Jy ! Component: 3850 - total flux cleaned = -0.00791717 Jy ! Component: 3900 - total flux cleaned = -0.00796767 Jy ! Component: 3950 - total flux cleaned = -0.00794234 Jy ! Component: 4000 - total flux cleaned = -0.00792993 Jy ! Component: 4050 - total flux cleaned = -0.00797963 Jy ! Total flux subtracted in 4096 components = -0.00795488 Jy ! Clean residual min=-0.000660 max=0.000856 Jy/beam ! Clean residual mean=0.000002 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.380258 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 445 components and 0.380258 Jy ![Exited script file: muppet] wmap "J1333-1950_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.511 x 8.915 at -9.145 degrees (North through East) ! Clean map min=-0.0017681 max=0.31102 Jy/beam ! Writing clean map to FITS file: J1333-1950_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.311024 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220266 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.212459 0.212459 0.424917 0.849834 1.69967 3.39934 6.79867 13.5973 27.1947 54.3894 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.311 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.511 x 8.915 at -9.145 degrees (North through East) ! Clean map min=-0.0017681 max=0.31102 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 J1333-1950_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:00:15 2016