! Started logfile: J0123-0923_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:39:42 2016 obs J0123-0923_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0123-0923_S_2015_03_17_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966184 visibilities/baseline/integration-bin. ! Found source: J0123-0923 ! ! 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 20000 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 J0123-0923_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.945084Jy sigma=0.009471 ! Fit after self-cal, rms=0.864419Jy sigma=0.008685 ! 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.612 mas, bmaj=6.536 mas, bpa=-3.776 degrees ! Estimated noise=741.055 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.102255 Jy ! Component: 100 - total flux cleaned = 0.127669 Jy ! Total flux subtracted in 100 components = 0.127669 Jy ! Clean residual min=-0.004881 max=0.010161 Jy/beam ! Clean residual mean=0.000012 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.127669 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.127669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094982Jy sigma=0.000834 ! Fit after self-cal, rms=0.094945Jy sigma=0.000833 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109705 Jy ! Component: 100 - total flux cleaned = 0.017268 Jy ! Total flux subtracted in 100 components = 0.017268 Jy ! Clean residual min=-0.004144 max=0.004292 Jy/beam ! Clean residual mean=0.000006 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.144937 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 27 components and 0.144937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092896Jy sigma=0.000818 ! Fit after self-cal, rms=0.092875Jy sigma=0.000818 ! 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.214 mas, bmaj=7.56 mas, bpa=-4.28 degrees ! Estimated noise=510.617 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.00562506 Jy ! Component: 100 - total flux cleaned = 0.00854681 Jy ! Component: 150 - total flux cleaned = 0.0101432 Jy ! Component: 200 - total flux cleaned = 0.0110288 Jy ! Total flux subtracted in 200 components = 0.0110288 Jy ! Clean residual min=-0.004014 max=0.003712 Jy/beam ! Clean residual mean=-0.000001 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.155965 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 61 components and 0.155965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092367Jy sigma=0.000816 ! Fit after self-cal, rms=0.092358Jy sigma=0.000816 ! 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.03 FD 0.86 HN 0.96 KP 1.11 ! LA 0.98 MK 0.99 NL 1.06 OV 1.04 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.92 HN 1.04 KP 1.07 ! LA 0.95 MK 1.04 NL 1.13 OV 1.04 ! PT 1.03 SC 1.16 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.89 HN 0.99 KP 0.95 ! LA 0.78 MK 1.09 NL 1.20 OV 0.97 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.94 HN 0.98 KP 0.90 ! LA 0.84 MK 1.04 NL 1.01 OV 1.00 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.092358Jy sigma=0.000816 ! Fit after self-cal, rms=0.089185Jy sigma=0.000800 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.247 mas, bmaj=7.63 mas, bpa=-3.965 degrees ! Estimated noise=513.781 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.000896355 Jy ! Component: 100 - total flux cleaned = -0.00103743 Jy ! Component: 150 - total flux cleaned = -0.00110346 Jy ! Component: 200 - total flux cleaned = -0.0011931 Jy ! Total flux subtracted in 200 components = -0.0011931 Jy ! Clean residual min=-0.003365 max=0.002681 Jy/beam ! Clean residual mean=-0.000001 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.154772 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.154772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089166Jy sigma=0.000800 ! Fit after self-cal, rms=0.089133Jy sigma=0.000800 ! 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.089133Jy sigma=0.000800 ! Fit after self-cal, rms=0.088010Jy sigma=0.000795 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=7.628 mas, bpa=-4.028 degrees ! Estimated noise=513.324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000359211 Jy ! Component: 100 - total flux cleaned = -0.0004127 Jy ! Component: 150 - total flux cleaned = -0.00042433 Jy ! Component: 200 - total flux cleaned = -0.000424323 Jy ! Total flux subtracted in 200 components = -0.000424323 Jy ! Clean residual min=-0.001834 max=0.001762 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.154348 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 77 components and 0.154348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088007Jy sigma=0.000794 ! Fit after self-cal, rms=0.088023Jy 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 = -1.71908e-06 Jy ! Component: 100 - total flux cleaned = -1.14602e-05 Jy ! Component: 150 - total flux cleaned = -1.1463e-05 Jy ! Component: 200 - total flux cleaned = -1.98385e-05 Jy ! Total flux subtracted in 200 components = -1.98385e-05 Jy ! Clean residual min=-0.001841 max=0.001772 Jy/beam ! Clean residual mean=0.000000 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.154328 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 81 components and 0.154328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088022Jy sigma=0.000794 ! Fit after self-cal, rms=0.088022Jy 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.088022Jy sigma=0.000794 ! Fit after self-cal, rms=0.087991Jy sigma=0.000794 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=7.636 mas, bpa=-4.007 degrees ! Estimated noise=513.356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000329713 Jy ! Component: 100 - total flux cleaned = -0.00038572 Jy ! Component: 150 - total flux cleaned = -0.000424712 Jy ! Component: 200 - total flux cleaned = -0.000433419 Jy ! Total flux subtracted in 200 components = -0.000433419 Jy ! Clean residual min=-0.001826 max=0.001755 Jy/beam ! Clean residual mean=0.000000 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.153895 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 82 components and 0.153895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087989Jy sigma=0.000794 ! Fit after self-cal, rms=0.087989Jy 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 = -9.80662e-06 Jy ! Component: 100 - total flux cleaned = -1.74404e-05 Jy ! Component: 150 - total flux cleaned = -2.47244e-05 Jy ! Component: 200 - total flux cleaned = -3.15813e-05 Jy ! Total flux subtracted in 200 components = -3.15813e-05 Jy ! Clean residual min=-0.001826 max=0.001749 Jy/beam ! Clean residual mean=0.000000 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.153863 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 83 components and 0.153863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087988Jy sigma=0.000794 ! Fit after self-cal, rms=0.087988Jy 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.087988Jy sigma=0.000794 ! Fit after self-cal, rms=0.087982Jy sigma=0.000794 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.519 mas, bmaj=13.25 mas, bpa=1.103 degrees ! Estimated noise=660.466 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000417207 Jy ! Component: 100 - total flux cleaned = -0.000454331 Jy ! Component: 150 - total flux cleaned = -0.000487867 Jy ! Component: 200 - total flux cleaned = -0.000503474 Jy ! Total flux subtracted in 200 components = -0.000503474 Jy ! Clean residual min=-0.002477 max=0.001914 Jy/beam ! Clean residual mean=0.000000 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.15336 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 88 components and 0.15336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087981Jy sigma=0.000794 ! Fit after self-cal, rms=0.087980Jy 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 = -1.58756e-05 Jy ! Component: 100 - total flux cleaned = -3.78685e-05 Jy ! Component: 150 - total flux cleaned = -4.48451e-05 Jy ! Component: 200 - total flux cleaned = -5.77512e-05 Jy ! Total flux subtracted in 200 components = -5.77512e-05 Jy ! Clean residual min=-0.002475 max=0.001916 Jy/beam ! Clean residual mean=0.000000 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.153302 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 88 components and 0.153302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087980Jy sigma=0.000794 ! Fit after self-cal, rms=0.087980Jy 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.269 mas, bmaj=7.646 mas, bpa=-3.979 degrees ! Estimated noise=513.456 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.269 x 7.646 at -3.979 degrees (North through East) ! Clean map min=-0.0017742 max=0.1361 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.646 mas, bmaj=6.569 mas, bpa=-3.361 degrees ! Estimated noise=751.863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.1036 Jy ! Component: 100 - total flux cleaned = 0.128315 Jy ! Component: 150 - total flux cleaned = 0.138467 Jy ! Component: 200 - total flux cleaned = 0.144356 Jy ! Total flux subtracted in 200 components = 0.144356 Jy ! Clean residual min=-0.002824 max=0.003061 Jy/beam ! Clean residual mean=0.000004 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.144356 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.144356 Jy ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=7.646 mas, bpa=-3.979 degrees ! Estimated noise=513.456 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.00464103 Jy ! Component: 100 - total flux cleaned = 0.00689946 Jy ! Component: 150 - total flux cleaned = 0.00810662 Jy ! Component: 200 - total flux cleaned = 0.00876317 Jy ! Total flux subtracted in 200 components = 0.00876317 Jy ! Clean residual min=-0.001878 max=0.001691 Jy/beam ! Clean residual mean=0.000000 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.153119 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 51 components and 0.153119 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.519 mas, bmaj=13.25 mas, bpa=1.103 degrees ! Estimated noise=660.466 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386398 Jy ! Component: 100 - total flux cleaned = 0.000386895 Jy ! Component: 150 - total flux cleaned = 0.000371281 Jy ! Component: 200 - total flux cleaned = 0.000356826 Jy ! Total flux subtracted in 200 components = 0.000356826 Jy ! Clean residual min=-0.002487 max=0.001917 Jy/beam ! Clean residual mean=0.000000 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.153476 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 = -1.42682e-05 Jy ! Component: 100 - total flux cleaned = -3.44477e-05 Jy ! Component: 150 - total flux cleaned = -4.69083e-05 Jy ! Component: 200 - total flux cleaned = -5.87022e-05 Jy ! Total flux subtracted in 200 components = -5.87022e-05 Jy ! Clean residual min=-0.002480 max=0.001913 Jy/beam ! Clean residual mean=0.000000 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.153418 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 57 components and 0.153418 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=7.646 mas, bpa=-3.979 degrees ! Estimated noise=513.456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.7261e-05 Jy ! Component: 100 - total flux cleaned = 0.000116837 Jy ! Component: 150 - total flux cleaned = 0.000126089 Jy ! Component: 200 - total flux cleaned = 0.000142639 Jy ! Total flux subtracted in 200 components = 0.000142639 Jy ! Clean residual min=-0.001867 max=0.001690 Jy/beam ! Clean residual mean=0.000000 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.15356 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 66 components and 0.15356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087978Jy sigma=0.000794 ! Fit after self-cal, rms=0.087978Jy sigma=0.000794 wmodel J0123-0923_S_2015_03_17_pus_map.mod ! Writing 66 model components to file: J0123-0923_S_2015_03_17_pus_map.mod wobs J0123-0923_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0123-0923_S_2015_03_17_pus_uvs.fits wwins J0123-0923_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0123-0923_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.000300386 Jy ! Component: 100 - total flux cleaned = -0.000591218 Jy ! Component: 150 - total flux cleaned = -0.000756995 Jy ! Component: 200 - total flux cleaned = -0.00091755 Jy ! Component: 250 - total flux cleaned = -0.00112429 Jy ! Component: 300 - total flux cleaned = -0.00127534 Jy ! Component: 350 - total flux cleaned = -0.00149645 Jy ! Component: 400 - total flux cleaned = -0.00171102 Jy ! Component: 450 - total flux cleaned = -0.00178108 Jy ! Component: 500 - total flux cleaned = -0.00191788 Jy ! Component: 550 - total flux cleaned = -0.00198412 Jy ! Component: 600 - total flux cleaned = -0.00204935 Jy ! Component: 650 - total flux cleaned = -0.00211328 Jy ! Component: 700 - total flux cleaned = -0.00219711 Jy ! Component: 750 - total flux cleaned = -0.00225915 Jy ! Component: 800 - total flux cleaned = -0.00229991 Jy ! Component: 850 - total flux cleaned = -0.00238043 Jy ! Component: 900 - total flux cleaned = -0.00247873 Jy ! Component: 950 - total flux cleaned = -0.00249844 Jy ! Component: 1000 - total flux cleaned = -0.00253662 Jy ! Component: 1050 - total flux cleaned = -0.00263067 Jy ! Component: 1100 - total flux cleaned = -0.002612 Jy ! Component: 1150 - total flux cleaned = -0.00266675 Jy ! Component: 1200 - total flux cleaned = -0.00261268 Jy ! Component: 1250 - total flux cleaned = -0.00268404 Jy ! Component: 1300 - total flux cleaned = -0.00266642 Jy ! Component: 1350 - total flux cleaned = -0.00270131 Jy ! Component: 1400 - total flux cleaned = -0.00264999 Jy ! Component: 1450 - total flux cleaned = -0.00271778 Jy ! Component: 1500 - total flux cleaned = -0.00266738 Jy ! Component: 1550 - total flux cleaned = -0.00266754 Jy ! Component: 1600 - total flux cleaned = -0.0026841 Jy ! Component: 1650 - total flux cleaned = -0.00268432 Jy ! Component: 1700 - total flux cleaned = -0.00270059 Jy ! Component: 1750 - total flux cleaned = -0.0027005 Jy ! Component: 1800 - total flux cleaned = -0.00271631 Jy ! Component: 1850 - total flux cleaned = -0.00271643 Jy ! Component: 1900 - total flux cleaned = -0.00271651 Jy ! Component: 1950 - total flux cleaned = -0.00271642 Jy ! Component: 2000 - total flux cleaned = -0.0027315 Jy ! Component: 2050 - total flux cleaned = -0.00273156 Jy ! Component: 2100 - total flux cleaned = -0.00271695 Jy ! Component: 2150 - total flux cleaned = -0.00268743 Jy ! Component: 2200 - total flux cleaned = -0.00267287 Jy ! Component: 2250 - total flux cleaned = -0.00268753 Jy ! Component: 2300 - total flux cleaned = -0.00271634 Jy ! Component: 2350 - total flux cleaned = -0.00271633 Jy ! Component: 2400 - total flux cleaned = -0.00268805 Jy ! Component: 2450 - total flux cleaned = -0.0027161 Jy ! Component: 2500 - total flux cleaned = -0.00267469 Jy ! Component: 2550 - total flux cleaned = -0.00268846 Jy ! Component: 2600 - total flux cleaned = -0.00270189 Jy ! Component: 2650 - total flux cleaned = -0.00264779 Jy ! Component: 2700 - total flux cleaned = -0.00263452 Jy ! Component: 2750 - total flux cleaned = -0.00263448 Jy ! Component: 2800 - total flux cleaned = -0.0026344 Jy ! Component: 2850 - total flux cleaned = -0.0025819 Jy ! Component: 2900 - total flux cleaned = -0.00263386 Jy ! Component: 2950 - total flux cleaned = -0.00255616 Jy ! Component: 3000 - total flux cleaned = -0.00254334 Jy ! Component: 3050 - total flux cleaned = -0.00256871 Jy ! Component: 3100 - total flux cleaned = -0.00250542 Jy ! Component: 3150 - total flux cleaned = -0.00248037 Jy ! Component: 3200 - total flux cleaned = -0.00246791 Jy ! Component: 3250 - total flux cleaned = -0.00248026 Jy ! Component: 3300 - total flux cleaned = -0.00244343 Jy ! Component: 3350 - total flux cleaned = -0.00244355 Jy ! Component: 3400 - total flux cleaned = -0.00240717 Jy ! Component: 3450 - total flux cleaned = -0.00239508 Jy ! Component: 3500 - total flux cleaned = -0.0023952 Jy ! Component: 3550 - total flux cleaned = -0.00240714 Jy ! Component: 3600 - total flux cleaned = -0.00234794 Jy ! Component: 3650 - total flux cleaned = -0.0023596 Jy ! Component: 3700 - total flux cleaned = -0.00235949 Jy ! Component: 3750 - total flux cleaned = -0.0023595 Jy ! Component: 3800 - total flux cleaned = -0.00232483 Jy ! Component: 3850 - total flux cleaned = -0.00229043 Jy ! Component: 3900 - total flux cleaned = -0.00227917 Jy ! Component: 3950 - total flux cleaned = -0.00227931 Jy ! Component: 4000 - total flux cleaned = -0.00225671 Jy ! Component: 4050 - total flux cleaned = -0.00225666 Jy ! Total flux subtracted in 4096 components = -0.00222329 Jy ! Clean residual min=-0.000716 max=0.000695 Jy/beam ! Clean residual mean=-0.000000 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.151337 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 377 components and 0.151337 Jy ![Exited script file: muppet] wmap "J0123-0923_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.269 x 7.646 at -3.979 degrees (North through East) ! Clean map min=-0.0014925 max=0.13622 Jy/beam ! Writing clean map to FITS file: J0123-0923_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.136223 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000208991 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.460255 0.460255 0.920509 1.84102 3.68204 7.36408 14.7282 29.4563 58.9126 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.136 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.269 x 7.646 at -3.979 degrees (North through East) ! Clean map min=-0.0014925 max=0.13622 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 J0123-0923_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:39:49 2016