! Started logfile: J1306-1718_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:36:02 2016 obs J1306-1718_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1306-1718_S_2014_12_20_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.964006 visibilities/baseline/integration-bin. ! Found source: J1306-1718 ! ! 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 344 lines of history. ! ! Reading 12320 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 J1306-1718_S_2014_12_20_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.882164Jy sigma=0.008668 ! Fit after self-cal, rms=0.865553Jy sigma=0.008502 ! 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.514 mas, bmaj=6.549 mas, bpa=-2.335 degrees ! Estimated noise=914.482 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0997044 Jy ! Component: 100 - total flux cleaned = 0.133751 Jy ! Total flux subtracted in 100 components = 0.133751 Jy ! Clean residual min=-0.005175 max=0.014422 Jy/beam ! Clean residual mean=-0.000005 rms=0.001573 Jy/beam ! Combined flux in latest and established models = 0.133751 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.133751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092635Jy sigma=0.000852 ! Fit after self-cal, rms=0.092545Jy sigma=0.000851 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0157862 Jy ! Component: 100 - total flux cleaned = 0.0241171 Jy ! Total flux subtracted in 100 components = 0.0241171 Jy ! Clean residual min=-0.004475 max=0.004909 Jy/beam ! Clean residual mean=-0.000007 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.157868 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 27 components and 0.157868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088370Jy sigma=0.000810 ! Fit after self-cal, rms=0.088365Jy sigma=0.000810 ! 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.112 mas, bmaj=7.759 mas, bpa=-2.673 degrees ! Estimated noise=658.176 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.5, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00981789 Jy ! Component: 100 - total flux cleaned = 0.0161055 Jy ! Component: 150 - total flux cleaned = 0.0206398 Jy ! Component: 200 - total flux cleaned = 0.0240165 Jy ! Total flux subtracted in 200 components = 0.0240165 Jy ! Clean residual min=-0.004001 max=0.004017 Jy/beam ! Clean residual mean=-0.000017 rms=0.001055 Jy/beam ! Combined flux in latest and established models = 0.181884 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 83 components and 0.181884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086951Jy sigma=0.000798 ! Fit after self-cal, rms=0.086937Jy sigma=0.000797 ! 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.02 FD 0.89 HN 0.99 KP 1.08 ! LA 0.92 MK 0.99 NL 0.99 OV 0.99 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.06 HN 1.03 KP 1.05 ! LA 0.93 MK 1.04 NL 0.98 OV 1.03 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.19 HN 1.09 KP 0.92 ! LA 0.75 MK 1.04 NL 1.20 OV 0.93 ! PT 0.96 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.00 KP 0.93 ! LA 0.81 MK 1.00 NL 1.05 OV 0.99 ! PT 1.03 SC 1.00 ! ! ! Fit before self-cal, rms=0.086937Jy sigma=0.000797 ! Fit after self-cal, rms=0.083848Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.144 mas, bmaj=7.827 mas, bpa=-2.565 degrees ! Estimated noise=655.394 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 = 5.18448e-05 Jy ! Component: 100 - total flux cleaned = 0.00012834 Jy ! Component: 150 - total flux cleaned = 0.000181166 Jy ! Component: 200 - total flux cleaned = 0.000204627 Jy ! Total flux subtracted in 200 components = 0.000204627 Jy ! Clean residual min=-0.002420 max=0.002761 Jy/beam ! Clean residual mean=-0.000003 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.182089 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 102 components and 0.182089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083819Jy sigma=0.000780 ! Fit after self-cal, rms=0.083813Jy sigma=0.000780 ! 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.083813Jy sigma=0.000780 ! Fit after self-cal, rms=0.083790Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.143 mas, bmaj=7.812 mas, bpa=-2.813 degrees ! Estimated noise=653.546 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000383322 Jy ! Component: 100 - total flux cleaned = 0.000381798 Jy ! Component: 150 - total flux cleaned = 0.000433371 Jy ! Component: 200 - total flux cleaned = 0.000457042 Jy ! Total flux subtracted in 200 components = 0.000457042 Jy ! Clean residual min=-0.002301 max=0.002586 Jy/beam ! Clean residual mean=-0.000003 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.182546 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 116 components and 0.182546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083770Jy sigma=0.000778 ! Fit after self-cal, rms=0.083777Jy sigma=0.000778 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 (-0.5, -32). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217282 Jy ! Component: 100 - total flux cleaned = 0.00282609 Jy ! Component: 150 - total flux cleaned = 0.00303227 Jy ! Component: 200 - total flux cleaned = 0.00315884 Jy ! Total flux subtracted in 200 components = 0.00315884 Jy ! Clean residual min=-0.002200 max=0.002276 Jy/beam ! Clean residual mean=-0.000003 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.185705 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 139 components and 0.185705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083719Jy sigma=0.000777 ! Fit after self-cal, rms=0.083717Jy sigma=0.000777 ! Inverting map ! Added new window around map position (107.5, 100.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018387 Jy ! Component: 100 - total flux cleaned = 0.00222302 Jy ! Component: 150 - total flux cleaned = 0.00243625 Jy ! Component: 200 - total flux cleaned = 0.00251377 Jy ! Total flux subtracted in 200 components = 0.00251377 Jy ! Clean residual min=-0.002136 max=0.002017 Jy/beam ! Clean residual mean=-0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.188219 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 155 components and 0.188219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083669Jy sigma=0.000776 ! Fit after self-cal, rms=0.083665Jy sigma=0.000776 ! 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.083665Jy sigma=0.000776 ! Fit after self-cal, rms=0.083450Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.137 mas, bmaj=7.789 mas, bpa=-2.902 degrees ! Estimated noise=651.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000612498 Jy ! Component: 100 - total flux cleaned = 0.000614557 Jy ! Component: 150 - total flux cleaned = 0.000568263 Jy ! Component: 200 - total flux cleaned = 0.000525889 Jy ! Total flux subtracted in 200 components = 0.000525889 Jy ! Clean residual min=-0.002067 max=0.001894 Jy/beam ! Clean residual mean=-0.000002 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.188745 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 167 components and 0.188745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083436Jy sigma=0.000776 ! Fit after self-cal, rms=0.083436Jy sigma=0.000776 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.000115573 Jy ! Component: 100 - total flux cleaned = 0.0001158 Jy ! Component: 150 - total flux cleaned = 9.69486e-05 Jy ! Component: 200 - total flux cleaned = 7.8719e-05 Jy ! Total flux subtracted in 200 components = 7.8719e-05 Jy ! Clean residual min=-0.002083 max=0.001877 Jy/beam ! Clean residual mean=-0.000002 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.188823 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 175 components and 0.188823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083428Jy sigma=0.000776 ! Fit after self-cal, rms=0.083427Jy sigma=0.000776 ! 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.083427Jy sigma=0.000776 ! Fit after self-cal, rms=0.083402Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.681 mas, bmaj=15.82 mas, bpa=2.633 degrees ! Estimated noise=813.111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000685669 Jy ! Component: 100 - total flux cleaned = 0.000813641 Jy ! Component: 150 - total flux cleaned = 0.000733989 Jy ! Component: 200 - total flux cleaned = 0.000719454 Jy ! Total flux subtracted in 200 components = 0.000719454 Jy ! Clean residual min=-0.002108 max=0.001912 Jy/beam ! Clean residual mean=-0.000002 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.189543 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 191 components and 0.189543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083400Jy sigma=0.000776 ! Fit after self-cal, rms=0.083401Jy sigma=0.000776 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.000200702 Jy ! Component: 100 - total flux cleaned = 0.00018715 Jy ! Component: 150 - total flux cleaned = 0.00018739 Jy ! Component: 200 - total flux cleaned = 0.000187064 Jy ! Total flux subtracted in 200 components = 0.000187064 Jy ! Clean residual min=-0.002074 max=0.001884 Jy/beam ! Clean residual mean=-0.000002 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.18973 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 197 components and 0.18973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083401Jy sigma=0.000776 ! Fit after self-cal, rms=0.083401Jy sigma=0.000776 ! 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.137 mas, bmaj=7.785 mas, bpa=-2.936 degrees ! Estimated noise=650.67 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.137 x 7.785 at -2.936 degrees (North through East) ! Clean map min=-0.0019882 max=0.13074 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.526 mas, bmaj=6.526 mas, bpa=-2.543 degrees ! Estimated noise=910.576 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0994418 Jy ! Component: 100 - total flux cleaned = 0.134114 Jy ! Component: 150 - total flux cleaned = 0.149636 Jy ! Component: 200 - total flux cleaned = 0.157799 Jy ! Total flux subtracted in 200 components = 0.157799 Jy ! Clean residual min=-0.003398 max=0.004175 Jy/beam ! Clean residual mean=-0.000003 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.157799 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.157799 Jy ! Inverting map and beam ! Estimated beam: bmin=3.137 mas, bmaj=7.785 mas, bpa=-2.936 degrees ! Estimated noise=650.67 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.0081841 Jy ! Component: 100 - total flux cleaned = 0.013293 Jy ! Component: 150 - total flux cleaned = 0.0169615 Jy ! Component: 200 - total flux cleaned = 0.0197762 Jy ! Total flux subtracted in 200 components = 0.0197762 Jy ! Clean residual min=-0.002423 max=0.002302 Jy/beam ! Clean residual mean=-0.000006 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.177575 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 85 components and 0.177575 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.681 mas, bmaj=15.82 mas, bpa=2.633 degrees ! Estimated noise=813.111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00365096 Jy ! Component: 100 - total flux cleaned = 0.00594673 Jy ! Component: 150 - total flux cleaned = 0.00754283 Jy ! Component: 200 - total flux cleaned = 0.00877766 Jy ! Total flux subtracted in 200 components = 0.00877766 Jy ! Clean residual min=-0.002065 max=0.001869 Jy/beam ! Clean residual mean=-0.000005 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.186353 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.000970272 Jy ! Component: 100 - total flux cleaned = 0.00173833 Jy ! Component: 150 - total flux cleaned = 0.00211932 Jy ! Component: 200 - total flux cleaned = 0.00244476 Jy ! Total flux subtracted in 200 components = 0.00244476 Jy ! Clean residual min=-0.001957 max=0.001812 Jy/beam ! Clean residual mean=-0.000004 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.188798 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 138 components and 0.188798 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.137 mas, bmaj=7.785 mas, bpa=-2.936 degrees ! Estimated noise=650.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000164194 Jy ! Component: 100 - total flux cleaned = 0.000127595 Jy ! Component: 150 - total flux cleaned = 0.000127652 Jy ! Component: 200 - total flux cleaned = 7.16209e-05 Jy ! Total flux subtracted in 200 components = 7.16209e-05 Jy ! Clean residual min=-0.002076 max=0.001830 Jy/beam ! Clean residual mean=-0.000002 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.188869 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 160 components and 0.188869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083425Jy sigma=0.000776 ! Fit after self-cal, rms=0.083418Jy sigma=0.000776 wmodel J1306-1718_S_2014_12_20_pus_map.mod ! Writing 160 model components to file: J1306-1718_S_2014_12_20_pus_map.mod wobs J1306-1718_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1306-1718_S_2014_12_20_pus_uvs.fits wwins J1306-1718_S_2014_12_20_pus_map.win ! wwins: Wrote 4 windows to J1306-1718_S_2014_12_20_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.000784528 Jy ! Component: 100 - total flux cleaned = -0.00115487 Jy ! Component: 150 - total flux cleaned = -0.0014102 Jy ! Component: 200 - total flux cleaned = -0.00159421 Jy ! Component: 250 - total flux cleaned = -0.00165369 Jy ! Component: 300 - total flux cleaned = -0.00168276 Jy ! Component: 350 - total flux cleaned = -0.00165417 Jy ! Component: 400 - total flux cleaned = -0.00162682 Jy ! Component: 450 - total flux cleaned = -0.001654 Jy ! Component: 500 - total flux cleaned = -0.00160052 Jy ! Component: 550 - total flux cleaned = -0.00162666 Jy ! Component: 600 - total flux cleaned = -0.00160135 Jy ! Component: 650 - total flux cleaned = -0.00162661 Jy ! Component: 700 - total flux cleaned = -0.00157657 Jy ! Component: 750 - total flux cleaned = -0.00155207 Jy ! Component: 800 - total flux cleaned = -0.00152807 Jy ! Component: 850 - total flux cleaned = -0.00152809 Jy ! Component: 900 - total flux cleaned = -0.00157502 Jy ! Component: 950 - total flux cleaned = -0.00159807 Jy ! Component: 1000 - total flux cleaned = -0.00157557 Jy ! Component: 1050 - total flux cleaned = -0.00159837 Jy ! Component: 1100 - total flux cleaned = -0.00168671 Jy ! Component: 1150 - total flux cleaned = -0.00164292 Jy ! Component: 1200 - total flux cleaned = -0.00168605 Jy ! Component: 1250 - total flux cleaned = -0.0016856 Jy ! Component: 1300 - total flux cleaned = -0.0016439 Jy ! Component: 1350 - total flux cleaned = -0.00168503 Jy ! Component: 1400 - total flux cleaned = -0.00162353 Jy ! Component: 1450 - total flux cleaned = -0.00158331 Jy ! Component: 1500 - total flux cleaned = -0.00154351 Jy ! Component: 1550 - total flux cleaned = -0.00154404 Jy ! Component: 1600 - total flux cleaned = -0.00152455 Jy ! Component: 1650 - total flux cleaned = -0.00154396 Jy ! Component: 1700 - total flux cleaned = -0.0014677 Jy ! Component: 1750 - total flux cleaned = -0.00146792 Jy ! Component: 1800 - total flux cleaned = -0.00137421 Jy ! Component: 1850 - total flux cleaned = -0.00130014 Jy ! Component: 1900 - total flux cleaned = -0.00129996 Jy ! Component: 1950 - total flux cleaned = -0.00128136 Jy ! Component: 2000 - total flux cleaned = -0.00110118 Jy ! Component: 2050 - total flux cleaned = -0.00110148 Jy ! Component: 2100 - total flux cleaned = -0.000977731 Jy ! Component: 2150 - total flux cleaned = -0.000960283 Jy ! Component: 2200 - total flux cleaned = -0.000856384 Jy ! Component: 2250 - total flux cleaned = -0.000839273 Jy ! Component: 2300 - total flux cleaned = -0.000805223 Jy ! Component: 2350 - total flux cleaned = -0.000703758 Jy ! Component: 2400 - total flux cleaned = -0.00062017 Jy ! Component: 2450 - total flux cleaned = -0.000587084 Jy ! Component: 2500 - total flux cleaned = -0.000570564 Jy ! Component: 2550 - total flux cleaned = -0.000489073 Jy ! Component: 2600 - total flux cleaned = -0.000424388 Jy ! Component: 2650 - total flux cleaned = -0.000408242 Jy ! Component: 2700 - total flux cleaned = -0.000312552 Jy ! Component: 2750 - total flux cleaned = -0.000249322 Jy ! Component: 2800 - total flux cleaned = -0.000202145 Jy ! Component: 2850 - total flux cleaned = -0.00018641 Jy ! Component: 2900 - total flux cleaned = -9.37252e-05 Jy ! Component: 2950 - total flux cleaned = -6.3094e-05 Jy ! Component: 3000 - total flux cleaned = 7.354e-05 Jy ! Component: 3050 - total flux cleaned = 4.34142e-05 Jy ! Component: 3100 - total flux cleaned = 0.000103196 Jy ! Component: 3150 - total flux cleaned = 0.000132859 Jy ! Component: 3200 - total flux cleaned = 0.00014754 Jy ! Component: 3250 - total flux cleaned = 0.000132921 Jy ! Component: 3300 - total flux cleaned = 0.000205459 Jy ! Component: 3350 - total flux cleaned = 0.000248714 Jy ! Component: 3400 - total flux cleaned = 0.000305879 Jy ! Component: 3450 - total flux cleaned = 0.000305808 Jy ! Component: 3500 - total flux cleaned = 0.000320068 Jy ! Component: 3550 - total flux cleaned = 0.000361944 Jy ! Component: 3600 - total flux cleaned = 0.000403642 Jy ! Component: 3650 - total flux cleaned = 0.000431136 Jy ! Component: 3700 - total flux cleaned = 0.000472461 Jy ! Component: 3750 - total flux cleaned = 0.000472605 Jy ! Component: 3800 - total flux cleaned = 0.000553929 Jy ! Component: 3850 - total flux cleaned = 0.000594191 Jy ! Component: 3900 - total flux cleaned = 0.000527198 Jy ! Component: 3950 - total flux cleaned = 0.000487317 Jy ! Component: 4000 - total flux cleaned = 0.000659075 Jy ! Component: 4050 - total flux cleaned = 0.000593597 Jy ! Total flux subtracted in 4096 components = 0.000606661 Jy ! Clean residual min=-0.000734 max=0.000728 Jy/beam ! Clean residual mean=-0.000001 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.189476 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 452 components and 0.189476 Jy ![Exited script file: muppet] wmap "J1306-1718_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.137 x 7.785 at -2.936 degrees (North through East) ! Clean map min=-0.001459 max=0.13067 Jy/beam ! Writing clean map to FITS file: J1306-1718_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.13067 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000237066 device "J1306-1718_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1306-1718_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.54427 0.54427 1.08854 2.17708 4.35416 8.70832 17.4166 34.8333 69.6666 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.13 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.137 x 7.785 at -2.936 degrees (North through East) ! Clean map min=-0.001459 max=0.13067 Jy/beam quit ! Quitting program ! Log file J1306-1718_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:36:07 2016