! Started logfile: J0151-3435_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:41:13 2016 obs J0151-3435_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0151-3435_S_2015_03_17_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.789841 visibilities/baseline/integration-bin. ! Found source: J0151-3435 ! ! 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 14928 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 J0151-3435_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 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.902129Jy sigma=0.007010 ! Fit after self-cal, rms=0.860024Jy sigma=0.006694 ! 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.449 mas, bmaj=6.012 mas, bpa=0.6581 degrees ! Estimated noise=1411.64 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.105453 Jy ! Component: 100 - total flux cleaned = 0.132514 Jy ! Total flux subtracted in 100 components = 0.132514 Jy ! Clean residual min=-0.007584 max=0.012441 Jy/beam ! Clean residual mean=-0.000082 rms=0.001926 Jy/beam ! Combined flux in latest and established models = 0.132514 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.132514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113188Jy sigma=0.000805 ! Fit after self-cal, rms=0.113119Jy sigma=0.000805 ! Inverting map ! Added new window around map position (-3, -7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.013681 Jy ! Component: 100 - total flux cleaned = 0.0222005 Jy ! Total flux subtracted in 100 components = 0.0222005 Jy ! Clean residual min=-0.007085 max=0.007604 Jy/beam ! Clean residual mean=-0.000050 rms=0.001518 Jy/beam ! Combined flux in latest and established models = 0.154715 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 33 components and 0.154715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110310Jy sigma=0.000783 ! Fit after self-cal, rms=0.110233Jy sigma=0.000783 ! 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.237 mas, bmaj=7.636 mas, bpa=0.6954 degrees ! Estimated noise=759.465 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.00993288 Jy ! Component: 100 - total flux cleaned = 0.0151014 Jy ! Component: 150 - total flux cleaned = 0.0178699 Jy ! Component: 200 - total flux cleaned = 0.0191946 Jy ! Total flux subtracted in 200 components = 0.0191946 Jy ! Clean residual min=-0.005439 max=0.006180 Jy/beam ! Clean residual mean=-0.000063 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.173909 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 50 components and 0.173909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109220Jy sigma=0.000777 ! Fit after self-cal, rms=0.109204Jy sigma=0.000777 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.84 HN 1.24 KP 1.09 ! LA 0.98 MK 1.01 NL 0.92 OV 1.03 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.91 HN 1.41 KP 1.07 ! LA 0.94 MK 1.04 NL 1.01 OV 1.03 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.90 HN 1.32 KP 0.96 ! LA 0.80 MK 1.05 NL 1.11 OV 0.95 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.95 HN 1.32 KP 0.94 ! LA 0.83 MK 0.98 NL 1.04 OV 1.02 ! PT 1.04 SC 0.95 ! ! ! Fit before self-cal, rms=0.109204Jy sigma=0.000777 ! Fit after self-cal, rms=0.111739Jy sigma=0.000764 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=7.657 mas, bpa=1.415 degrees ! Estimated noise=767.862 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.00106775 Jy ! Component: 100 - total flux cleaned = -0.0012179 Jy ! Component: 150 - total flux cleaned = -0.00134188 Jy ! Component: 200 - total flux cleaned = -0.00144755 Jy ! Total flux subtracted in 200 components = -0.00144755 Jy ! Clean residual min=-0.003059 max=0.003251 Jy/beam ! Clean residual mean=-0.000037 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.172462 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.172462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111687Jy sigma=0.000764 ! Fit after self-cal, rms=0.111721Jy sigma=0.000763 ! 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.111721Jy sigma=0.000763 ! Fit after self-cal, rms=0.112706Jy sigma=0.000762 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.28 mas, bmaj=7.664 mas, bpa=1.572 degrees ! Estimated noise=766.644 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000747337 Jy ! Component: 100 - total flux cleaned = -0.000882801 Jy ! Component: 150 - total flux cleaned = -0.000938711 Jy ! Component: 200 - total flux cleaned = -0.000989487 Jy ! Total flux subtracted in 200 components = -0.000989487 Jy ! Clean residual min=-0.002930 max=0.002914 Jy/beam ! Clean residual mean=-0.000038 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.171472 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.171472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112679Jy sigma=0.000762 ! Fit after self-cal, rms=0.112697Jy sigma=0.000762 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.000219283 Jy ! Component: 100 - total flux cleaned = -0.00021919 Jy ! Component: 150 - total flux cleaned = -0.000258171 Jy ! Component: 200 - total flux cleaned = -0.000275707 Jy ! Total flux subtracted in 200 components = -0.000275707 Jy ! Clean residual min=-0.002861 max=0.002975 Jy/beam ! Clean residual mean=-0.000038 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.171197 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 76 components and 0.171197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112687Jy sigma=0.000762 ! Fit after self-cal, rms=0.112685Jy sigma=0.000762 ! Inverting map ! Added new window around map position (-32.5, 53.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220902 Jy ! Component: 100 - total flux cleaned = 0.0020297 Jy ! Component: 150 - total flux cleaned = 0.00180329 Jy ! Component: 200 - total flux cleaned = 0.00157499 Jy ! Total flux subtracted in 200 components = 0.00157499 Jy ! Clean residual min=-0.002707 max=0.002750 Jy/beam ! Clean residual mean=-0.000035 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.172772 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 87 components and 0.172772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112615Jy sigma=0.000762 ! Fit after self-cal, rms=0.112606Jy sigma=0.000761 ! 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.112606Jy sigma=0.000761 ! Fit after self-cal, rms=0.112900Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.279 mas, bmaj=7.657 mas, bpa=1.588 degrees ! Estimated noise=764.335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.4868e-05 Jy ! Component: 100 - total flux cleaned = -0.000123645 Jy ! Component: 150 - total flux cleaned = -0.000148959 Jy ! Component: 200 - total flux cleaned = -0.000173126 Jy ! Total flux subtracted in 200 components = -0.000173126 Jy ! Clean residual min=-0.002646 max=0.002798 Jy/beam ! Clean residual mean=-0.000033 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.172598 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 97 components and 0.172598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112879Jy sigma=0.000761 ! Fit after self-cal, rms=0.112892Jy sigma=0.000761 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 (48, 31.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015153 Jy ! Component: 100 - total flux cleaned = 0.00167832 Jy ! Component: 150 - total flux cleaned = 0.00142844 Jy ! Component: 200 - total flux cleaned = 0.00128202 Jy ! Total flux subtracted in 200 components = 0.00128202 Jy ! Clean residual min=-0.002645 max=0.002105 Jy/beam ! Clean residual mean=-0.000035 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.17388 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 107 components and 0.17388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112821Jy sigma=0.000761 ! Fit after self-cal, rms=0.112817Jy sigma=0.000761 ! 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.112817Jy sigma=0.000761 ! Fit after self-cal, rms=0.112701Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.526 mas, bmaj=24.83 mas, bpa=5.608 degrees ! Estimated noise=932.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000210386 Jy ! Component: 100 - total flux cleaned = 0.000316372 Jy ! Component: 150 - total flux cleaned = 0.000298285 Jy ! Component: 200 - total flux cleaned = 0.00029747 Jy ! Total flux subtracted in 200 components = 0.00029747 Jy ! Clean residual min=-0.002654 max=0.001973 Jy/beam ! Clean residual mean=-0.000056 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.174178 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 123 components and 0.174178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112693Jy sigma=0.000761 ! Fit after self-cal, rms=0.112695Jy sigma=0.000761 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.75785e-05 Jy ! Component: 100 - total flux cleaned = 0.000122502 Jy ! Component: 150 - total flux cleaned = 0.000106385 Jy ! Component: 200 - total flux cleaned = 0.00010613 Jy ! Total flux subtracted in 200 components = 0.00010613 Jy ! Clean residual min=-0.002672 max=0.001951 Jy/beam ! Clean residual mean=-0.000055 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.174284 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 127 components and 0.174284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112691Jy sigma=0.000761 ! Fit after self-cal, rms=0.112689Jy sigma=0.000761 ! 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.279 mas, bmaj=7.653 mas, bpa=1.62 degrees ! Estimated noise=762.337 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.279 x 7.653 at 1.62 degrees (North through East) ! Clean map min=-0.0025608 max=0.13431 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.472 mas, bmaj=6.001 mas, bpa=1.845 degrees ! Estimated noise=1423.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.106032 Jy ! Component: 100 - total flux cleaned = 0.133402 Jy ! Component: 150 - total flux cleaned = 0.146484 Jy ! Component: 200 - total flux cleaned = 0.154496 Jy ! Total flux subtracted in 200 components = 0.154496 Jy ! Clean residual min=-0.005348 max=0.005648 Jy/beam ! Clean residual mean=-0.000041 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.154496 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.154496 Jy ! Inverting map and beam ! Estimated beam: bmin=3.279 mas, bmaj=7.653 mas, bpa=1.62 degrees ! Estimated noise=762.337 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) ! Added new window around map position (0, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0080454 Jy ! Component: 100 - total flux cleaned = 0.0122798 Jy ! Component: 150 - total flux cleaned = 0.0152659 Jy ! Component: 200 - total flux cleaned = 0.0165319 Jy ! Total flux subtracted in 200 components = 0.0165319 Jy ! Clean residual min=-0.002714 max=0.002099 Jy/beam ! Clean residual mean=-0.000038 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.171028 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 67 components and 0.171028 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=8.526 mas, bmaj=24.83 mas, bpa=5.608 degrees ! Estimated noise=932.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211469 Jy ! Component: 100 - total flux cleaned = 0.0033355 Jy ! Component: 150 - total flux cleaned = 0.00382757 Jy ! Component: 200 - total flux cleaned = 0.00402596 Jy ! Total flux subtracted in 200 components = 0.00402596 Jy ! Clean residual min=-0.002604 max=0.001910 Jy/beam ! Clean residual mean=-0.000055 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.175054 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.3299e-05 Jy ! Component: 100 - total flux cleaned = -4.63126e-05 Jy ! Component: 150 - total flux cleaned = -8.99087e-05 Jy ! Component: 200 - total flux cleaned = -0.000110928 Jy ! Total flux subtracted in 200 components = -0.000110928 Jy ! Clean residual min=-0.002591 max=0.001906 Jy/beam ! Clean residual mean=-0.000055 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.174943 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 104 components and 0.174943 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.279 mas, bmaj=7.653 mas, bpa=1.62 degrees ! Estimated noise=762.337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.95059e-05 Jy ! Component: 100 - total flux cleaned = -0.000124641 Jy ! Component: 150 - total flux cleaned = -0.000205933 Jy ! Component: 200 - total flux cleaned = -0.000241494 Jy ! Total flux subtracted in 200 components = -0.000241494 Jy ! Clean residual min=-0.002525 max=0.002085 Jy/beam ! Clean residual mean=-0.000030 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.174702 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 123 components and 0.174702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112674Jy sigma=0.000761 ! Fit after self-cal, rms=0.112667Jy sigma=0.000760 wmodel J0151-3435_S_2015_03_17_pus_map.mod ! Writing 123 model components to file: J0151-3435_S_2015_03_17_pus_map.mod wobs J0151-3435_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0151-3435_S_2015_03_17_pus_uvs.fits wwins J0151-3435_S_2015_03_17_pus_map.win ! wwins: Wrote 5 windows to J0151-3435_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.000929253 Jy ! Component: 100 - total flux cleaned = -0.00154393 Jy ! Component: 150 - total flux cleaned = -0.00201246 Jy ! Component: 200 - total flux cleaned = -0.0023221 Jy ! Component: 250 - total flux cleaned = -0.00255347 Jy ! Component: 300 - total flux cleaned = -0.00284144 Jy ! Component: 350 - total flux cleaned = -0.00308955 Jy ! Component: 400 - total flux cleaned = -0.00330025 Jy ! Component: 450 - total flux cleaned = -0.00353561 Jy ! Component: 500 - total flux cleaned = -0.00370853 Jy ! Component: 550 - total flux cleaned = -0.00393396 Jy ! Component: 600 - total flux cleaned = -0.00412657 Jy ! Component: 650 - total flux cleaned = -0.00426086 Jy ! Component: 700 - total flux cleaned = -0.00436669 Jy ! Component: 750 - total flux cleaned = -0.00452236 Jy ! Component: 800 - total flux cleaned = -0.00459907 Jy ! Component: 850 - total flux cleaned = -0.0047246 Jy ! Component: 900 - total flux cleaned = -0.00477417 Jy ! Component: 950 - total flux cleaned = -0.00482285 Jy ! Component: 1000 - total flux cleaned = -0.00487118 Jy ! Component: 1050 - total flux cleaned = -0.004895 Jy ! Component: 1100 - total flux cleaned = -0.00501218 Jy ! Component: 1150 - total flux cleaned = -0.00512772 Jy ! Component: 1200 - total flux cleaned = -0.00519605 Jy ! Component: 1250 - total flux cleaned = -0.00528623 Jy ! Component: 1300 - total flux cleaned = -0.00539723 Jy ! Component: 1350 - total flux cleaned = -0.00544133 Jy ! Component: 1400 - total flux cleaned = -0.00550679 Jy ! Component: 1450 - total flux cleaned = -0.00563553 Jy ! Component: 1500 - total flux cleaned = -0.00567789 Jy ! Component: 1550 - total flux cleaned = -0.00567807 Jy ! Component: 1600 - total flux cleaned = -0.0057199 Jy ! Component: 1650 - total flux cleaned = -0.00578156 Jy ! Component: 1700 - total flux cleaned = -0.00582219 Jy ! Component: 1750 - total flux cleaned = -0.00588223 Jy ! Component: 1800 - total flux cleaned = -0.00586232 Jy ! Component: 1850 - total flux cleaned = -0.00590171 Jy ! Component: 1900 - total flux cleaned = -0.00588229 Jy ! Component: 1950 - total flux cleaned = -0.00590191 Jy ! Component: 2000 - total flux cleaned = -0.00595905 Jy ! Component: 2050 - total flux cleaned = -0.00605311 Jy ! Component: 2100 - total flux cleaned = -0.00601587 Jy ! Component: 2150 - total flux cleaned = -0.00610841 Jy ! Component: 2200 - total flux cleaned = -0.00610869 Jy ! Component: 2250 - total flux cleaned = -0.0062358 Jy ! Component: 2300 - total flux cleaned = -0.0063073 Jy ! Component: 2350 - total flux cleaned = -0.0063605 Jy ! Component: 2400 - total flux cleaned = -0.0063956 Jy ! Component: 2450 - total flux cleaned = -0.00650039 Jy ! Component: 2500 - total flux cleaned = -0.00648313 Jy ! Component: 2550 - total flux cleaned = -0.00655176 Jy ! Component: 2600 - total flux cleaned = -0.00658558 Jy ! Component: 2650 - total flux cleaned = -0.0066024 Jy ! Component: 2700 - total flux cleaned = -0.00661941 Jy ! Component: 2750 - total flux cleaned = -0.00668575 Jy ! Component: 2800 - total flux cleaned = -0.00668584 Jy ! Component: 2850 - total flux cleaned = -0.00673473 Jy ! Component: 2900 - total flux cleaned = -0.00675096 Jy ! Component: 2950 - total flux cleaned = -0.00679902 Jy ! Component: 3000 - total flux cleaned = -0.006799 Jy ! Component: 3050 - total flux cleaned = -0.00684625 Jy ! Component: 3100 - total flux cleaned = -0.00692433 Jy ! Component: 3150 - total flux cleaned = -0.00695516 Jy ! Component: 3200 - total flux cleaned = -0.00693976 Jy ! Component: 3250 - total flux cleaned = -0.00697028 Jy ! Component: 3300 - total flux cleaned = -0.00703074 Jy ! Component: 3350 - total flux cleaned = -0.00698582 Jy ! Component: 3400 - total flux cleaned = -0.00701578 Jy ! Component: 3450 - total flux cleaned = -0.0070601 Jy ! Component: 3500 - total flux cleaned = -0.00703058 Jy ! Component: 3550 - total flux cleaned = -0.00703065 Jy ! Component: 3600 - total flux cleaned = -0.0070742 Jy ! Component: 3650 - total flux cleaned = -0.00708842 Jy ! Component: 3700 - total flux cleaned = -0.00708841 Jy ! Component: 3750 - total flux cleaned = -0.00704592 Jy ! Component: 3800 - total flux cleaned = -0.00711614 Jy ! Component: 3850 - total flux cleaned = -0.00708799 Jy ! Component: 3900 - total flux cleaned = -0.00708802 Jy ! Component: 3950 - total flux cleaned = -0.00706046 Jy ! Component: 4000 - total flux cleaned = -0.00707411 Jy ! Component: 4050 - total flux cleaned = -0.00704677 Jy ! Total flux subtracted in 4096 components = -0.00706037 Jy ! Clean residual min=-0.000791 max=0.000761 Jy/beam ! Clean residual mean=-0.000008 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.167641 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 394 components and 0.167641 Jy ![Exited script file: muppet] wmap "J0151-3435_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.279 x 7.653 at 1.62 degrees (North through East) ! Clean map min=-0.0016684 max=0.13586 Jy/beam ! Writing clean map to FITS file: J0151-3435_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.135861 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00025049 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.553115 0.553115 1.10623 2.21246 4.42492 8.84985 17.6997 35.3994 70.7988 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.135 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.279 x 7.653 at 1.62 degrees (North through East) ! Clean map min=-0.0016684 max=0.13586 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 J0151-3435_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:41:20 2016