! Started logfile: J0432-1614_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:54:10 2016 obs J0432-1614_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0432-1614_S_2014_08_09_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.758995 visibilities/baseline/integration-bin. ! Found source: J0432-1614 ! ! 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 342 lines of history. ! ! Reading 11476 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 J0432-1614_S_2014_08_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 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.861701Jy sigma=0.008504 ! Fit after self-cal, rms=0.849525Jy sigma=0.008387 ! 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.314 mas, bmaj=10.4 mas, bpa=11.8 degrees ! Estimated noise=861.089 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.118328 Jy ! Component: 100 - total flux cleaned = 0.144132 Jy ! Total flux subtracted in 100 components = 0.144132 Jy ! Clean residual min=-0.004509 max=0.007204 Jy/beam ! Clean residual mean=-0.000016 rms=0.001162 Jy/beam ! Combined flux in latest and established models = 0.144132 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.144132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086473Jy sigma=0.000798 ! Fit after self-cal, rms=0.086471Jy sigma=0.000798 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00670993 Jy ! Component: 100 - total flux cleaned = 0.010391 Jy ! Total flux subtracted in 100 components = 0.010391 Jy ! Clean residual min=-0.004123 max=0.004521 Jy/beam ! Clean residual mean=-0.000010 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.154523 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.154523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085652Jy sigma=0.000792 ! Fit after self-cal, rms=0.085656Jy sigma=0.000792 ! 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.009 mas, bmaj=11.63 mas, bpa=11.01 degrees ! Estimated noise=679.297 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.00409973 Jy ! Component: 100 - total flux cleaned = 0.00629437 Jy ! Component: 150 - total flux cleaned = 0.0076298 Jy ! Component: 200 - total flux cleaned = 0.00846328 Jy ! Total flux subtracted in 200 components = 0.00846328 Jy ! Clean residual min=-0.002958 max=0.003730 Jy/beam ! Clean residual mean=-0.000006 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.162986 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 53 components and 0.162986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085395Jy sigma=0.000791 ! Fit after self-cal, rms=0.085394Jy sigma=0.000791 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.89 HN 0.99 KP 1.10 ! LA 1.11 MK 1.00* NL 1.00 OV 1.02 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 HN 1.05 KP 1.00 ! LA 1.05 MK 1.00* NL 1.03 OV 1.04 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.16 HN 1.06 KP 0.90 ! LA 0.85 MK 1.00* NL 0.99 OV 0.95 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.06 HN 0.95 KP 0.84 ! LA 0.80 MK 1.00* NL 1.05 OV 1.00 ! PT 0.99 SC 0.94 ! ! ! Fit before self-cal, rms=0.085394Jy sigma=0.000791 ! Fit after self-cal, rms=0.082227Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.003 mas, bmaj=11.66 mas, bpa=11.04 degrees ! Estimated noise=680.429 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.00049117 Jy ! Component: 100 - total flux cleaned = -0.000705015 Jy ! Component: 150 - total flux cleaned = -0.000772581 Jy ! Component: 200 - total flux cleaned = -0.000834901 Jy ! Total flux subtracted in 200 components = -0.000834901 Jy ! Clean residual min=-0.002219 max=0.002731 Jy/beam ! Clean residual mean=-0.000008 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.162151 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.162151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082212Jy sigma=0.000774 ! Fit after self-cal, rms=0.082203Jy sigma=0.000773 ! 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.082203Jy sigma=0.000773 ! Fit after self-cal, rms=0.081932Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.001 mas, bmaj=11.67 mas, bpa=11.07 degrees ! Estimated noise=679.413 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00034615 Jy ! Component: 100 - total flux cleaned = -0.000466185 Jy ! Component: 150 - total flux cleaned = -0.000513331 Jy ! Component: 200 - total flux cleaned = -0.000539529 Jy ! Total flux subtracted in 200 components = -0.000539529 Jy ! Clean residual min=-0.001983 max=0.002710 Jy/beam ! Clean residual mean=-0.000005 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.161611 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.161611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081924Jy sigma=0.000772 ! Fit after self-cal, rms=0.081925Jy 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) ! Added new window around map position (40.5, 88.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133163 Jy ! Component: 100 - total flux cleaned = 0.00132764 Jy ! Component: 150 - total flux cleaned = 0.00143025 Jy ! Component: 200 - total flux cleaned = 0.00154998 Jy ! Total flux subtracted in 200 components = 0.00154998 Jy ! Clean residual min=-0.001925 max=0.002321 Jy/beam ! Clean residual mean=-0.000005 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.163161 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 87 components and 0.163161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081856Jy sigma=0.000771 ! Fit after self-cal, rms=0.081848Jy sigma=0.000771 ! Inverting map ! Added new window around map position (100, 95). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191929 Jy ! Component: 100 - total flux cleaned = 0.00248813 Jy ! Component: 150 - total flux cleaned = 0.00275125 Jy ! Component: 200 - total flux cleaned = 0.00298592 Jy ! Total flux subtracted in 200 components = 0.00298592 Jy ! Clean residual min=-0.001825 max=0.001880 Jy/beam ! Clean residual mean=-0.000003 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.166147 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 109 components and 0.166147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081798Jy sigma=0.000771 ! Fit after self-cal, rms=0.081794Jy sigma=0.000770 ! 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.081794Jy sigma=0.000770 ! Fit after self-cal, rms=0.081784Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.001 mas, bmaj=11.69 mas, bpa=11.11 degrees ! Estimated noise=678.976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000837297 Jy ! Component: 100 - total flux cleaned = 0.0010418 Jy ! Component: 150 - total flux cleaned = 0.00125202 Jy ! Component: 200 - total flux cleaned = 0.00125327 Jy ! Total flux subtracted in 200 components = 0.00125327 Jy ! Clean residual min=-0.001817 max=0.001810 Jy/beam ! Clean residual mean=-0.000002 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.167401 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 120 components and 0.167401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081766Jy sigma=0.000770 ! Fit after self-cal, rms=0.081766Jy sigma=0.000770 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.000230711 Jy ! Component: 100 - total flux cleaned = 0.000230477 Jy ! Component: 150 - total flux cleaned = 0.000167942 Jy ! Component: 200 - total flux cleaned = 0.000187207 Jy ! Total flux subtracted in 200 components = 0.000187207 Jy ! Clean residual min=-0.001802 max=0.001766 Jy/beam ! Clean residual mean=-0.000002 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.167588 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 134 components and 0.167588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081757Jy sigma=0.000770 ! Fit after self-cal, rms=0.081756Jy sigma=0.000770 ! 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.081756Jy sigma=0.000770 ! Fit after self-cal, rms=0.081732Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.956 mas, bmaj=15.86 mas, bpa=-0.2828 degrees ! Estimated noise=791.416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000332413 Jy ! Component: 100 - total flux cleaned = -0.000334919 Jy ! Component: 150 - total flux cleaned = -0.000336685 Jy ! Component: 200 - total flux cleaned = -0.000322671 Jy ! Total flux subtracted in 200 components = -0.000322671 Jy ! Clean residual min=-0.001642 max=0.001956 Jy/beam ! Clean residual mean=-0.000006 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.167265 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 155 components and 0.167265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081729Jy sigma=0.000770 ! Fit after self-cal, rms=0.081728Jy sigma=0.000770 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.93304e-05 Jy ! Component: 100 - total flux cleaned = -8.15535e-05 Jy ! Component: 150 - total flux cleaned = -0.000104442 Jy ! Component: 200 - total flux cleaned = -0.000104086 Jy ! Total flux subtracted in 200 components = -0.000104086 Jy ! Clean residual min=-0.001646 max=0.001941 Jy/beam ! Clean residual mean=-0.000006 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.167161 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 168 components and 0.167161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081727Jy sigma=0.000770 ! Fit after self-cal, rms=0.081727Jy sigma=0.000770 ! 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.001 mas, bmaj=11.69 mas, bpa=11.11 degrees ! Estimated noise=678.893 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.001 x 11.69 at 11.11 degrees (North through East) ! Clean map min=-0.0021804 max=0.15146 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.303 mas, bmaj=10.41 mas, bpa=11.86 degrees ! Estimated noise=855.838 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11754 Jy ! Component: 100 - total flux cleaned = 0.143201 Jy ! Component: 150 - total flux cleaned = 0.150426 Jy ! Component: 200 - total flux cleaned = 0.154655 Jy ! Total flux subtracted in 200 components = 0.154655 Jy ! Clean residual min=-0.002807 max=0.002890 Jy/beam ! Clean residual mean=-0.000008 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.154655 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 27 model components to the UV plane model. ! The established model now contains 27 components and 0.154655 Jy ! Inverting map and beam ! Estimated beam: bmin=4.001 mas, bmaj=11.69 mas, bpa=11.11 degrees ! Estimated noise=678.893 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.00426966 Jy ! Component: 100 - total flux cleaned = 0.00668756 Jy ! Component: 150 - total flux cleaned = 0.00786984 Jy ! Component: 200 - total flux cleaned = 0.00863348 Jy ! Total flux subtracted in 200 components = 0.00863348 Jy ! Clean residual min=-0.001990 max=0.001994 Jy/beam ! Clean residual mean=-0.000008 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.163288 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 67 components and 0.163288 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.956 mas, bmaj=15.86 mas, bpa=-0.2828 degrees ! Estimated noise=791.416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129908 Jy ! Component: 100 - total flux cleaned = 0.00195046 Jy ! Component: 150 - total flux cleaned = 0.00252191 Jy ! Component: 200 - total flux cleaned = 0.00287288 Jy ! Total flux subtracted in 200 components = 0.00287288 Jy ! Clean residual min=-0.001889 max=0.001896 Jy/beam ! Clean residual mean=-0.000009 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.166161 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.0002691 Jy ! Component: 100 - total flux cleaned = 0.000316362 Jy ! Component: 150 - total flux cleaned = 0.000358823 Jy ! Component: 200 - total flux cleaned = 0.000398038 Jy ! Total flux subtracted in 200 components = 0.000398038 Jy ! Clean residual min=-0.001836 max=0.001922 Jy/beam ! Clean residual mean=-0.000008 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.166559 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 111 components and 0.166559 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.001 mas, bmaj=11.69 mas, bpa=11.11 degrees ! Estimated noise=678.893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000251439 Jy ! Component: 100 - total flux cleaned = 4.14523e-06 Jy ! Component: 150 - total flux cleaned = 0.000136747 Jy ! Component: 200 - total flux cleaned = 0.000198202 Jy ! Total flux subtracted in 200 components = 0.000198202 Jy ! Clean residual min=-0.001917 max=0.001793 Jy/beam ! Clean residual mean=-0.000003 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.166757 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 135 components and 0.166757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081767Jy sigma=0.000770 ! Fit after self-cal, rms=0.081760Jy sigma=0.000770 wmodel J0432-1614_S_2014_08_09_pus_map.mod ! Writing 135 model components to file: J0432-1614_S_2014_08_09_pus_map.mod wobs J0432-1614_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0432-1614_S_2014_08_09_pus_uvs.fits wwins J0432-1614_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0432-1614_S_2014_08_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.000181489 Jy ! Component: 100 - total flux cleaned = 0.000419636 Jy ! Component: 150 - total flux cleaned = 0.000504244 Jy ! Component: 200 - total flux cleaned = 0.000610001 Jy ! Component: 250 - total flux cleaned = 0.000609568 Jy ! Component: 300 - total flux cleaned = 0.000658047 Jy ! Component: 350 - total flux cleaned = 0.000704717 Jy ! Component: 400 - total flux cleaned = 0.000681711 Jy ! Component: 450 - total flux cleaned = 0.000704552 Jy ! Component: 500 - total flux cleaned = 0.000791111 Jy ! Component: 550 - total flux cleaned = 0.000833379 Jy ! Component: 600 - total flux cleaned = 0.000874934 Jy ! Component: 650 - total flux cleaned = 0.000915685 Jy ! Component: 700 - total flux cleaned = 0.000915821 Jy ! Component: 750 - total flux cleaned = 0.000935535 Jy ! Component: 800 - total flux cleaned = 0.000935833 Jy ! Component: 850 - total flux cleaned = 0.000897994 Jy ! Component: 900 - total flux cleaned = 0.000860737 Jy ! Component: 950 - total flux cleaned = 0.000787312 Jy ! Component: 1000 - total flux cleaned = 0.00075121 Jy ! Component: 1050 - total flux cleaned = 0.000662508 Jy ! Component: 1100 - total flux cleaned = 0.000610097 Jy ! Component: 1150 - total flux cleaned = 0.000593232 Jy ! Component: 1200 - total flux cleaned = 0.000593447 Jy ! Component: 1250 - total flux cleaned = 0.000610172 Jy ! Component: 1300 - total flux cleaned = 0.00057713 Jy ! Component: 1350 - total flux cleaned = 0.000561309 Jy ! Component: 1400 - total flux cleaned = 0.000577117 Jy ! Component: 1450 - total flux cleaned = 0.000561248 Jy ! Component: 1500 - total flux cleaned = 0.000546005 Jy ! Component: 1550 - total flux cleaned = 0.000469266 Jy ! Component: 1600 - total flux cleaned = 0.000408582 Jy ! Component: 1650 - total flux cleaned = 0.000349023 Jy ! Component: 1700 - total flux cleaned = 0.000319419 Jy ! Component: 1750 - total flux cleaned = 0.000276045 Jy ! Component: 1800 - total flux cleaned = 0.000261758 Jy ! Component: 1850 - total flux cleaned = 0.000204579 Jy ! Component: 1900 - total flux cleaned = 0.000204487 Jy ! Component: 1950 - total flux cleaned = 0.000190353 Jy ! Component: 2000 - total flux cleaned = 0.000176679 Jy ! Component: 2050 - total flux cleaned = 0.000149323 Jy ! Component: 2100 - total flux cleaned = 0.000203045 Jy ! Component: 2150 - total flux cleaned = 0.000109866 Jy ! Component: 2200 - total flux cleaned = 9.65291e-05 Jy ! Component: 2250 - total flux cleaned = 8.34574e-05 Jy ! Component: 2300 - total flux cleaned = 1.88985e-05 Jy ! Component: 2350 - total flux cleaned = 1.90657e-05 Jy ! Component: 2400 - total flux cleaned = -6.26341e-06 Jy ! Component: 2450 - total flux cleaned = -3.13776e-05 Jy ! Component: 2500 - total flux cleaned = -3.14888e-05 Jy ! Component: 2550 - total flux cleaned = -0.000117612 Jy ! Component: 2600 - total flux cleaned = -0.000105347 Jy ! Component: 2650 - total flux cleaned = -0.000129492 Jy ! Component: 2700 - total flux cleaned = -0.000153698 Jy ! Component: 2750 - total flux cleaned = -0.000141974 Jy ! Component: 2800 - total flux cleaned = -0.000224231 Jy ! Component: 2850 - total flux cleaned = -0.000235939 Jy ! Component: 2900 - total flux cleaned = -0.000270574 Jy ! Component: 2950 - total flux cleaned = -0.000293614 Jy ! Component: 3000 - total flux cleaned = -0.000304914 Jy ! Component: 3050 - total flux cleaned = -0.000327518 Jy ! Component: 3100 - total flux cleaned = -0.000338574 Jy ! Component: 3150 - total flux cleaned = -0.000393841 Jy ! Component: 3200 - total flux cleaned = -0.000404882 Jy ! Component: 3250 - total flux cleaned = -0.000426724 Jy ! Component: 3300 - total flux cleaned = -0.000480737 Jy ! Component: 3350 - total flux cleaned = -0.000523611 Jy ! Component: 3400 - total flux cleaned = -0.000544791 Jy ! Component: 3450 - total flux cleaned = -0.000565878 Jy ! Component: 3500 - total flux cleaned = -0.000607853 Jy ! Component: 3550 - total flux cleaned = -0.000618123 Jy ! Component: 3600 - total flux cleaned = -0.000638737 Jy ! Component: 3650 - total flux cleaned = -0.000618221 Jy ! Component: 3700 - total flux cleaned = -0.000679316 Jy ! Component: 3750 - total flux cleaned = -0.000729777 Jy ! Component: 3800 - total flux cleaned = -0.000769894 Jy ! Component: 3850 - total flux cleaned = -0.000819778 Jy ! Component: 3900 - total flux cleaned = -0.000879093 Jy ! Component: 3950 - total flux cleaned = -0.000898703 Jy ! Component: 4000 - total flux cleaned = -0.000947603 Jy ! Component: 4050 - total flux cleaned = -0.000986312 Jy ! Total flux subtracted in 4096 components = -0.00100547 Jy ! Clean residual min=-0.000636 max=0.000523 Jy/beam ! Clean residual mean=-0.000002 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.165752 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 414 components and 0.165752 Jy ![Exited script file: muppet] wmap "J0432-1614_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.001 x 11.69 at 11.11 degrees (North through East) ! Clean map min=-0.0019044 max=0.15156 Jy/beam ! Writing clean map to FITS file: J0432-1614_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.151562 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000182955 device "J0432-1614_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0432-1614_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.362138 0.362138 0.724276 1.44855 2.8971 5.79421 11.5884 23.1768 46.3536 92.7073 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.151 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.001 x 11.69 at 11.11 degrees (North through East) ! Clean map min=-0.0019044 max=0.15156 Jy/beam quit ! Quitting program ! Log file J0432-1614_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:54:15 2016