! Started logfile: J1324-1049_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:36:44 2016 obs J1324-1049_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1324-1049_S_2014_12_20_pus_uva.fits ! AN table 1: 100 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.870667 visibilities/baseline/integration-bin. ! Found source: J1324-1049 ! ! 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 15672 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 J1324-1049_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 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.769801Jy sigma=0.008096 ! Fit after self-cal, rms=0.709190Jy sigma=0.007446 ! 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.568 mas, bmaj=6.574 mas, bpa=-3.13 degrees ! Estimated noise=763.652 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.222576 Jy ! Component: 100 - total flux cleaned = 0.271498 Jy ! Total flux subtracted in 100 components = 0.271498 Jy ! Clean residual min=-0.008158 max=0.015670 Jy/beam ! Clean residual mean=0.000036 rms=0.001992 Jy/beam ! Combined flux in latest and established models = 0.271498 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.271498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096472Jy sigma=0.000920 ! Fit after self-cal, rms=0.096472Jy sigma=0.000920 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0170668 Jy ! Component: 100 - total flux cleaned = 0.0265775 Jy ! Total flux subtracted in 100 components = 0.0265775 Jy ! Clean residual min=-0.007205 max=0.006211 Jy/beam ! Clean residual mean=0.000024 rms=0.001533 Jy/beam ! Combined flux in latest and established models = 0.298075 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 27 components and 0.298075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091448Jy sigma=0.000878 ! Fit after self-cal, rms=0.091454Jy sigma=0.000878 ! 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.162 mas, bmaj=7.914 mas, bpa=-4.059 degrees ! Estimated noise=549.576 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.00954434 Jy ! Component: 100 - total flux cleaned = 0.0148366 Jy ! Component: 150 - total flux cleaned = 0.0180455 Jy ! Component: 200 - total flux cleaned = 0.0199971 Jy ! Total flux subtracted in 200 components = 0.0199971 Jy ! Clean residual min=-0.008524 max=0.005918 Jy/beam ! Clean residual mean=0.000025 rms=0.001687 Jy/beam ! Combined flux in latest and established models = 0.318072 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 54 components and 0.318073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089981Jy sigma=0.000871 ! Fit after self-cal, rms=0.089988Jy sigma=0.000871 ! 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.01 FD 0.88 HN 0.98 KP 1.09 ! LA 0.96 MK 1.00 NL 1.01 OV 0.98 ! PT 1.06 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.06 HN 1.05 KP 1.06 ! LA 0.93 MK 0.98 NL 1.00 OV 1.01 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.18 HN 1.04 KP 0.95 ! LA 0.75 MK 1.01 NL 1.23 OV 0.93 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 0.99 KP 0.91 ! LA 0.81 MK 1.02 NL 1.04 OV 0.99 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.089988Jy sigma=0.000871 ! Fit after self-cal, rms=0.081091Jy sigma=0.000800 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.171 mas, bmaj=7.946 mas, bpa=-4.004 degrees ! Estimated noise=551.354 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.000170233 Jy ! Component: 100 - total flux cleaned = -0.000255007 Jy ! Component: 150 - total flux cleaned = -0.000254684 Jy ! Component: 200 - total flux cleaned = -0.000275468 Jy ! Total flux subtracted in 200 components = -0.000275468 Jy ! Clean residual min=-0.002153 max=0.002302 Jy/beam ! Clean residual mean=0.000002 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.317797 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.317797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081071Jy sigma=0.000800 ! Fit after self-cal, rms=0.081054Jy sigma=0.000799 ! 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.081054Jy sigma=0.000799 ! Fit after self-cal, rms=0.080228Jy sigma=0.000795 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.171 mas, bmaj=7.945 mas, bpa=-3.983 degrees ! Estimated noise=551.081 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194839 Jy ! Component: 100 - total flux cleaned = -0.000275514 Jy ! Component: 150 - total flux cleaned = -0.000308664 Jy ! Component: 200 - total flux cleaned = -0.000339276 Jy ! Total flux subtracted in 200 components = -0.000339276 Jy ! Clean residual min=-0.001688 max=0.002049 Jy/beam ! Clean residual mean=0.000003 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.317458 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.317458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080218Jy sigma=0.000795 ! Fit after self-cal, rms=0.080216Jy sigma=0.000795 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 (-4.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185993 Jy ! Component: 100 - total flux cleaned = 0.00203174 Jy ! Component: 150 - total flux cleaned = 0.00206511 Jy ! Component: 200 - total flux cleaned = 0.00206549 Jy ! Total flux subtracted in 200 components = 0.00206549 Jy ! Clean residual min=-0.001519 max=0.001557 Jy/beam ! Clean residual mean=0.000003 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.319523 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 77 components and 0.319523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080163Jy sigma=0.000794 ! Fit after self-cal, rms=0.080159Jy sigma=0.000794 ! 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.080159Jy sigma=0.000794 ! Fit after self-cal, rms=0.080089Jy sigma=0.000794 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.169 mas, bmaj=7.944 mas, bpa=-3.999 degrees ! Estimated noise=550.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00071964 Jy ! Component: 100 - total flux cleaned = 0.000852168 Jy ! Component: 150 - total flux cleaned = 0.000852461 Jy ! Component: 200 - total flux cleaned = 0.000835094 Jy ! Total flux subtracted in 200 components = 0.000835094 Jy ! Clean residual min=-0.001489 max=0.001456 Jy/beam ! Clean residual mean=0.000003 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.320358 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 97 components and 0.320359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080072Jy sigma=0.000794 ! Fit after self-cal, rms=0.080070Jy sigma=0.000794 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.000221719 Jy ! Component: 100 - total flux cleaned = 0.000223267 Jy ! Component: 150 - total flux cleaned = 0.000193646 Jy ! Component: 200 - total flux cleaned = 0.000166217 Jy ! Total flux subtracted in 200 components = 0.000166217 Jy ! Clean residual min=-0.001471 max=0.001421 Jy/beam ! Clean residual mean=0.000003 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.320525 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 107 components and 0.320525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080064Jy sigma=0.000794 ! Fit after self-cal, rms=0.080064Jy sigma=0.000794 ! 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.080064Jy sigma=0.000794 ! Fit after self-cal, rms=0.080026Jy sigma=0.000794 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.704 mas, bmaj=14.31 mas, bpa=1.536 degrees ! Estimated noise=690.633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000160409 Jy ! Component: 100 - total flux cleaned = 9.83566e-05 Jy ! Component: 150 - total flux cleaned = 8.41819e-05 Jy ! Component: 200 - total flux cleaned = 7.29399e-05 Jy ! Total flux subtracted in 200 components = 7.29399e-05 Jy ! Clean residual min=-0.001591 max=0.001472 Jy/beam ! Clean residual mean=0.000006 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.320598 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 123 components and 0.320598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080022Jy sigma=0.000794 ! Fit after self-cal, rms=0.080019Jy sigma=0.000794 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.000177023 Jy ! Component: 100 - total flux cleaned = 0.000177766 Jy ! Component: 150 - total flux cleaned = 0.000195198 Jy ! Component: 200 - total flux cleaned = 0.00020234 Jy ! Total flux subtracted in 200 components = 0.00020234 Jy ! Clean residual min=-0.001592 max=0.001415 Jy/beam ! Clean residual mean=0.000006 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.3208 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 131 components and 0.3208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080019Jy sigma=0.000794 ! Fit after self-cal, rms=0.080019Jy sigma=0.000794 ! 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.169 mas, bmaj=7.945 mas, bpa=-3.996 degrees ! Estimated noise=550.882 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.169 x 7.945 at -3.996 degrees (North through East) ! Clean map min=-0.0013713 max=0.28968 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.573 mas, bmaj=6.586 mas, bpa=-2.933 degrees ! Estimated noise=766.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.223367 Jy ! Component: 100 - total flux cleaned = 0.272469 Jy ! Component: 150 - total flux cleaned = 0.289243 Jy ! Component: 200 - total flux cleaned = 0.298404 Jy ! Total flux subtracted in 200 components = 0.298404 Jy ! Clean residual min=-0.003448 max=0.004644 Jy/beam ! Clean residual mean=0.000012 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.298404 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.298404 Jy ! Inverting map and beam ! Estimated beam: bmin=3.169 mas, bmaj=7.945 mas, bpa=-3.996 degrees ! Estimated noise=550.882 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.00880641 Jy ! Component: 100 - total flux cleaned = 0.0135092 Jy ! Component: 150 - total flux cleaned = 0.0163044 Jy ! Component: 200 - total flux cleaned = 0.0181055 Jy ! Total flux subtracted in 200 components = 0.0181055 Jy ! Clean residual min=-0.001684 max=0.001568 Jy/beam ! Clean residual mean=0.000003 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.31651 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 68 components and 0.31651 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.704 mas, bmaj=14.31 mas, bpa=1.536 degrees ! Estimated noise=690.633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180018 Jy ! Component: 100 - total flux cleaned = 0.00274105 Jy ! Component: 150 - total flux cleaned = 0.00329825 Jy ! Component: 200 - total flux cleaned = 0.00363781 Jy ! Total flux subtracted in 200 components = 0.00363781 Jy ! Clean residual min=-0.001579 max=0.001405 Jy/beam ! Clean residual mean=0.000005 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.320148 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.00020948 Jy ! Component: 100 - total flux cleaned = 0.000290875 Jy ! Component: 150 - total flux cleaned = 0.000328847 Jy ! Component: 200 - total flux cleaned = 0.000345838 Jy ! Total flux subtracted in 200 components = 0.000345838 Jy ! Clean residual min=-0.001563 max=0.001415 Jy/beam ! Clean residual mean=0.000005 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.320493 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 102 components and 0.320493 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.169 mas, bmaj=7.945 mas, bpa=-3.996 degrees ! Estimated noise=550.882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000143663 Jy ! Component: 100 - total flux cleaned = -8.40515e-05 Jy ! Component: 150 - total flux cleaned = -3.23732e-05 Jy ! Component: 200 - total flux cleaned = -6.48151e-07 Jy ! Total flux subtracted in 200 components = -6.48151e-07 Jy ! Clean residual min=-0.001578 max=0.001429 Jy/beam ! Clean residual mean=0.000003 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.320493 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 121 components and 0.320493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080025Jy sigma=0.000794 ! Fit after self-cal, rms=0.080022Jy sigma=0.000794 wmodel J1324-1049_S_2014_12_20_pus_map.mod ! Writing 121 model components to file: J1324-1049_S_2014_12_20_pus_map.mod wobs J1324-1049_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1324-1049_S_2014_12_20_pus_uvs.fits wwins J1324-1049_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J1324-1049_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.000363469 Jy ! Component: 100 - total flux cleaned = -0.000439005 Jy ! Component: 150 - total flux cleaned = -0.000509821 Jy ! Component: 200 - total flux cleaned = -0.000670089 Jy ! Component: 250 - total flux cleaned = -0.000781281 Jy ! Component: 300 - total flux cleaned = -0.00080295 Jy ! Component: 350 - total flux cleaned = -0.000909513 Jy ! Component: 400 - total flux cleaned = -0.000951168 Jy ! Component: 450 - total flux cleaned = -0.000992338 Jy ! Component: 500 - total flux cleaned = -0.00107308 Jy ! Component: 550 - total flux cleaned = -0.00117178 Jy ! Component: 600 - total flux cleaned = -0.00119134 Jy ! Component: 650 - total flux cleaned = -0.0013061 Jy ! Component: 700 - total flux cleaned = -0.00138097 Jy ! Component: 750 - total flux cleaned = -0.00132551 Jy ! Component: 800 - total flux cleaned = -0.00138077 Jy ! Component: 850 - total flux cleaned = -0.00143496 Jy ! Component: 900 - total flux cleaned = -0.00147042 Jy ! Component: 950 - total flux cleaned = -0.00147038 Jy ! Component: 1000 - total flux cleaned = -0.00145315 Jy ! Component: 1050 - total flux cleaned = -0.00148738 Jy ! Component: 1100 - total flux cleaned = -0.00152113 Jy ! Component: 1150 - total flux cleaned = -0.00150449 Jy ! Component: 1200 - total flux cleaned = -0.00155391 Jy ! Component: 1250 - total flux cleaned = -0.00158656 Jy ! Component: 1300 - total flux cleaned = -0.00161888 Jy ! Component: 1350 - total flux cleaned = -0.001635 Jy ! Component: 1400 - total flux cleaned = -0.00169819 Jy ! Component: 1450 - total flux cleaned = -0.00171362 Jy ! Component: 1500 - total flux cleaned = -0.00171339 Jy ! Component: 1550 - total flux cleaned = -0.00177458 Jy ! Component: 1600 - total flux cleaned = -0.00178973 Jy ! Component: 1650 - total flux cleaned = -0.00175956 Jy ! Component: 1700 - total flux cleaned = -0.00183413 Jy ! Component: 1750 - total flux cleaned = -0.00186347 Jy ! Component: 1800 - total flux cleaned = -0.00189262 Jy ! Component: 1850 - total flux cleaned = -0.00190699 Jy ! Component: 1900 - total flux cleaned = -0.00195007 Jy ! Component: 1950 - total flux cleaned = -0.00199278 Jy ! Component: 2000 - total flux cleaned = -0.00203526 Jy ! Component: 2050 - total flux cleaned = -0.00210504 Jy ! Component: 2100 - total flux cleaned = -0.0021603 Jy ! Component: 2150 - total flux cleaned = -0.00216018 Jy ! Component: 2200 - total flux cleaned = -0.0022147 Jy ! Component: 2250 - total flux cleaned = -0.00224178 Jy ! Component: 2300 - total flux cleaned = -0.00229532 Jy ! Component: 2350 - total flux cleaned = -0.00233524 Jy ! Component: 2400 - total flux cleaned = -0.00238801 Jy ! Component: 2450 - total flux cleaned = -0.0024143 Jy ! Component: 2500 - total flux cleaned = -0.0024534 Jy ! Component: 2550 - total flux cleaned = -0.00247923 Jy ! Component: 2600 - total flux cleaned = -0.00255599 Jy ! Component: 2650 - total flux cleaned = -0.00255607 Jy ! Component: 2700 - total flux cleaned = -0.00258146 Jy ! Component: 2750 - total flux cleaned = -0.0026567 Jy ! Component: 2800 - total flux cleaned = -0.00268164 Jy ! Component: 2850 - total flux cleaned = -0.00274351 Jy ! Component: 2900 - total flux cleaned = -0.00275583 Jy ! Component: 2950 - total flux cleaned = -0.00278026 Jy ! Component: 3000 - total flux cleaned = -0.00286505 Jy ! Component: 3050 - total flux cleaned = -0.0028891 Jy ! Component: 3100 - total flux cleaned = -0.00298454 Jy ! Component: 3150 - total flux cleaned = -0.00298434 Jy ! Component: 3200 - total flux cleaned = -0.00298422 Jy ! Component: 3250 - total flux cleaned = -0.00304267 Jy ! Component: 3300 - total flux cleaned = -0.00303099 Jy ! Component: 3350 - total flux cleaned = -0.00306577 Jy ! Component: 3400 - total flux cleaned = -0.00310025 Jy ! Component: 3450 - total flux cleaned = -0.00313447 Jy ! Component: 3500 - total flux cleaned = -0.00317982 Jy ! Component: 3550 - total flux cleaned = -0.00321371 Jy ! Component: 3600 - total flux cleaned = -0.00324714 Jy ! Component: 3650 - total flux cleaned = -0.00329168 Jy ! Component: 3700 - total flux cleaned = -0.00332497 Jy ! Component: 3750 - total flux cleaned = -0.00336912 Jy ! Component: 3800 - total flux cleaned = -0.0033911 Jy ! Component: 3850 - total flux cleaned = -0.00345634 Jy ! Component: 3900 - total flux cleaned = -0.0034888 Jy ! Component: 3950 - total flux cleaned = -0.00353189 Jy ! Component: 4000 - total flux cleaned = -0.00358541 Jy ! Component: 4050 - total flux cleaned = -0.00363858 Jy ! Total flux subtracted in 4096 components = -0.00368104 Jy ! Clean residual min=-0.000642 max=0.000583 Jy/beam ! Clean residual mean=0.000002 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.316812 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 416 components and 0.316812 Jy ![Exited script file: muppet] wmap "J1324-1049_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.169 x 7.945 at -3.996 degrees (North through East) ! Clean map min=-0.0013737 max=0.29123 Jy/beam ! Writing clean map to FITS file: J1324-1049_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.29123 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000196661 device "J1324-1049_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1324-1049_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.202584 0.202584 0.405168 0.810336 1.62067 3.24134 6.48268 12.9654 25.9307 51.8615 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.291 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.169 x 7.945 at -3.996 degrees (North through East) ! Clean map min=-0.0013737 max=0.29123 Jy/beam quit ! Quitting program ! Log file J1324-1049_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:36:49 2016