! Started logfile: J0959-0828_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:55:27 2016 obs J0959-0828_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0959-0828_S_2015_03_17_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.979517 visibilities/baseline/integration-bin. ! Found source: J0959-0828 ! ! 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 20276 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 J0959-0828_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.927571Jy sigma=0.009329 ! Fit after self-cal, rms=0.761818Jy sigma=0.007776 ! 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.513 mas, bmaj=6.425 mas, bpa=-4.238 degrees ! Estimated noise=744.629 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.166559 Jy ! Component: 100 - total flux cleaned = 0.233264 Jy ! Total flux subtracted in 100 components = 0.233264 Jy ! Clean residual min=-0.013636 max=0.032609 Jy/beam ! Clean residual mean=-0.000013 rms=0.003889 Jy/beam ! Combined flux in latest and established models = 0.233264 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.233264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124374Jy sigma=0.001122 ! Fit after self-cal, rms=0.123740Jy sigma=0.001116 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0398066 Jy ! Component: 100 - total flux cleaned = 0.0649242 Jy ! Total flux subtracted in 100 components = 0.0649242 Jy ! Clean residual min=-0.010527 max=0.013628 Jy/beam ! Clean residual mean=-0.000007 rms=0.002293 Jy/beam ! Combined flux in latest and established models = 0.298188 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 39 components and 0.298188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101560Jy sigma=0.000913 ! Fit after self-cal, rms=0.101387Jy sigma=0.000912 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0173724 Jy ! Component: 100 - total flux cleaned = 0.0290241 Jy ! Total flux subtracted in 100 components = 0.0290241 Jy ! Clean residual min=-0.009176 max=0.007809 Jy/beam ! Clean residual mean=-0.000005 rms=0.001819 Jy/beam ! Combined flux in latest and established models = 0.327212 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 50 components and 0.327212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096255Jy sigma=0.000871 ! Fit after self-cal, rms=0.096211Jy sigma=0.000871 ! 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.108 mas, bmaj=7.405 mas, bpa=-4.23 degrees ! Estimated noise=505.221 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.0104952 Jy ! Component: 100 - total flux cleaned = 0.0162777 Jy ! Component: 150 - total flux cleaned = 0.0196672 Jy ! Component: 200 - total flux cleaned = 0.0216959 Jy ! Total flux subtracted in 200 components = 0.0216959 Jy ! Clean residual min=-0.007157 max=0.008637 Jy/beam ! Clean residual mean=-0.000009 rms=0.002062 Jy/beam ! Combined flux in latest and established models = 0.348908 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 74 components and 0.348908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094592Jy sigma=0.000863 ! Fit after self-cal, rms=0.094572Jy sigma=0.000863 ! 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.79 HN 0.97 KP 1.10 ! LA 0.98 MK 1.00 NL 0.89 OV 1.00 ! PT 1.21 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.84 HN 1.03 KP 1.06 ! LA 0.95 MK 1.06 NL 1.02 OV 1.03 ! PT 1.23 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.86 HN 1.03 KP 0.95 ! LA 0.78 MK 1.08 NL 1.17 OV 0.97 ! PT 1.19 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.90 HN 0.99 KP 0.93 ! LA 0.85 MK 1.06 NL 1.01 OV 1.05 ! PT 1.22 SC 1.00 ! ! ! Fit before self-cal, rms=0.094572Jy sigma=0.000863 ! Fit after self-cal, rms=0.085916Jy sigma=0.000781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=7.501 mas, bpa=-4.131 degrees ! Estimated noise=511.957 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.000535237 Jy ! Component: 100 - total flux cleaned = -0.000574649 Jy ! Component: 150 - total flux cleaned = -0.000643332 Jy ! Component: 200 - total flux cleaned = -0.000673424 Jy ! Total flux subtracted in 200 components = -0.000673424 Jy ! Clean residual min=-0.002548 max=0.002072 Jy/beam ! Clean residual mean=0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.348235 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 83 components and 0.348235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085886Jy sigma=0.000780 ! Fit after self-cal, rms=0.085917Jy 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.085917Jy sigma=0.000780 ! Fit after self-cal, rms=0.086204Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=7.506 mas, bpa=-3.939 degrees ! Estimated noise=512.764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000240295 Jy ! Component: 100 - total flux cleaned = -0.000243013 Jy ! Component: 150 - total flux cleaned = -0.000302321 Jy ! Component: 200 - total flux cleaned = -0.000355044 Jy ! Total flux subtracted in 200 components = -0.000355044 Jy ! Clean residual min=-0.002434 max=0.001887 Jy/beam ! Clean residual mean=0.000002 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.347879 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 89 components and 0.347879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086183Jy sigma=0.000778 ! Fit after self-cal, rms=0.086186Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.51525e-05 Jy ! Component: 100 - total flux cleaned = 1.74898e-05 Jy ! Component: 150 - total flux cleaned = -3.16865e-05 Jy ! Component: 200 - total flux cleaned = -7.55508e-05 Jy ! Total flux subtracted in 200 components = -7.55508e-05 Jy ! Clean residual min=-0.002406 max=0.001890 Jy/beam ! Clean residual mean=0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.347804 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 89 components and 0.347804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086173Jy sigma=0.000778 ! Fit after self-cal, rms=0.086171Jy sigma=0.000778 ! 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.086171Jy sigma=0.000778 ! Fit after self-cal, rms=0.086264Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=7.511 mas, bpa=-3.827 degrees ! Estimated noise=513.611 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000396699 Jy ! Component: 100 - total flux cleaned = -0.00049658 Jy ! Component: 150 - total flux cleaned = -0.000541595 Jy ! Component: 200 - total flux cleaned = -0.000562756 Jy ! Total flux subtracted in 200 components = -0.000562756 Jy ! Clean residual min=-0.002301 max=0.001855 Jy/beam ! Clean residual mean=0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.347241 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 89 components and 0.347241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086252Jy sigma=0.000778 ! Fit after self-cal, rms=0.086251Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.57227e-05 Jy ! Component: 100 - total flux cleaned = -1.53751e-05 Jy ! Component: 150 - total flux cleaned = -5.17999e-05 Jy ! Component: 200 - total flux cleaned = -6.82078e-05 Jy ! Total flux subtracted in 200 components = -6.82078e-05 Jy ! Clean residual min=-0.002297 max=0.001855 Jy/beam ! Clean residual mean=0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.347173 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 89 components and 0.347173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086244Jy sigma=0.000778 ! Fit after self-cal, rms=0.086243Jy sigma=0.000778 ! 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.086243Jy sigma=0.000778 ! Fit after self-cal, rms=0.086343Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.284 mas, bmaj=12.74 mas, bpa=0.169 degrees ! Estimated noise=679.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000824029 Jy ! Component: 100 - total flux cleaned = -0.000966415 Jy ! Component: 150 - total flux cleaned = -0.00102056 Jy ! Component: 200 - total flux cleaned = -0.00105457 Jy ! Total flux subtracted in 200 components = -0.00105457 Jy ! Clean residual min=-0.001706 max=0.001943 Jy/beam ! Clean residual mean=0.000004 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.346118 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 92 components and 0.346118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086346Jy sigma=0.000778 ! Fit after self-cal, rms=0.086345Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.59861e-07 Jy ! Component: 100 - total flux cleaned = -3.4595e-05 Jy ! Component: 150 - total flux cleaned = -6.40591e-05 Jy ! Component: 200 - total flux cleaned = -7.06334e-05 Jy ! Total flux subtracted in 200 components = -7.06334e-05 Jy ! Clean residual min=-0.001642 max=0.001936 Jy/beam ! Clean residual mean=0.000004 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.346048 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 92 components and 0.346048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086349Jy sigma=0.000778 ! Fit after self-cal, rms=0.086349Jy sigma=0.000778 ! 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.172 mas, bmaj=7.517 mas, bpa=-3.72 degrees ! Estimated noise=514.534 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.172 x 7.517 at -3.72 degrees (North through East) ! Clean map min=-0.0020172 max=0.23088 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.553 mas, bmaj=6.492 mas, bpa=-3.72 degrees ! Estimated noise=766.744 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.17071 Jy ! Component: 100 - total flux cleaned = 0.239568 Jy ! Component: 150 - total flux cleaned = 0.278204 Jy ! Component: 200 - total flux cleaned = 0.301548 Jy ! Total flux subtracted in 200 components = 0.301548 Jy ! Clean residual min=-0.005115 max=0.012181 Jy/beam ! Clean residual mean=-0.000004 rms=0.001534 Jy/beam ! Combined flux in latest and established models = 0.301548 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.301548 Jy ! Inverting map and beam ! Estimated beam: bmin=3.172 mas, bmaj=7.517 mas, bpa=-3.72 degrees ! Estimated noise=514.534 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.0204643 Jy ! Component: 100 - total flux cleaned = 0.0312773 Jy ! Component: 150 - total flux cleaned = 0.037337 Jy ! Component: 200 - total flux cleaned = 0.0408491 Jy ! Total flux subtracted in 200 components = 0.0408491 Jy ! Clean residual min=-0.002117 max=0.001955 Jy/beam ! Clean residual mean=0.000000 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.342398 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 66 components and 0.342398 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.284 mas, bmaj=12.74 mas, bpa=0.169 degrees ! Estimated noise=679.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218936 Jy ! Component: 100 - total flux cleaned = 0.00297683 Jy ! Component: 150 - total flux cleaned = 0.00326668 Jy ! Component: 200 - total flux cleaned = 0.00329257 Jy ! Total flux subtracted in 200 components = 0.00329257 Jy ! Clean residual min=-0.001649 max=0.001907 Jy/beam ! Clean residual mean=0.000004 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.34569 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 = 3.3016e-05 Jy ! Component: 100 - total flux cleaned = 5.71072e-05 Jy ! Component: 150 - total flux cleaned = 8.76501e-05 Jy ! Component: 200 - total flux cleaned = 0.000109495 Jy ! Total flux subtracted in 200 components = 0.000109495 Jy ! Clean residual min=-0.001654 max=0.001910 Jy/beam ! Clean residual mean=0.000004 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.3458 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 84 components and 0.3458 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.172 mas, bmaj=7.517 mas, bpa=-3.72 degrees ! Estimated noise=514.534 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000216348 Jy ! Component: 100 - total flux cleaned = -5.31161e-07 Jy ! Component: 150 - total flux cleaned = 0.000235855 Jy ! Component: 200 - total flux cleaned = 0.000438656 Jy ! Total flux subtracted in 200 components = 0.000438656 Jy ! Clean residual min=-0.002014 max=0.001855 Jy/beam ! Clean residual mean=0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.346238 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 88 components and 0.346238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086363Jy sigma=0.000778 ! Fit after self-cal, rms=0.086363Jy sigma=0.000778 wmodel J0959-0828_S_2015_03_17_pus_map.mod ! Writing 88 model components to file: J0959-0828_S_2015_03_17_pus_map.mod wobs J0959-0828_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0959-0828_S_2015_03_17_pus_uvs.fits wwins J0959-0828_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0959-0828_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.000225157 Jy ! Component: 100 - total flux cleaned = -0.000378524 Jy ! Component: 150 - total flux cleaned = -0.000406397 Jy ! Component: 200 - total flux cleaned = -0.00045863 Jy ! Component: 250 - total flux cleaned = -0.000509557 Jy ! Component: 300 - total flux cleaned = -0.000608714 Jy ! Component: 350 - total flux cleaned = -0.000680902 Jy ! Component: 400 - total flux cleaned = -0.000704643 Jy ! Component: 450 - total flux cleaned = -0.000819353 Jy ! Component: 500 - total flux cleaned = -0.000908352 Jy ! Component: 550 - total flux cleaned = -0.000951761 Jy ! Component: 600 - total flux cleaned = -0.00103663 Jy ! Component: 650 - total flux cleaned = -0.0010786 Jy ! Component: 700 - total flux cleaned = -0.00116103 Jy ! Component: 750 - total flux cleaned = -0.00122168 Jy ! Component: 800 - total flux cleaned = -0.00120158 Jy ! Component: 850 - total flux cleaned = -0.00116305 Jy ! Component: 900 - total flux cleaned = -0.001163 Jy ! Component: 950 - total flux cleaned = -0.00110683 Jy ! Component: 1000 - total flux cleaned = -0.00114424 Jy ! Component: 1050 - total flux cleaned = -0.00118056 Jy ! Component: 1100 - total flux cleaned = -0.00110834 Jy ! Component: 1150 - total flux cleaned = -0.00103718 Jy ! Component: 1200 - total flux cleaned = -0.00101977 Jy ! Component: 1250 - total flux cleaned = -0.00101987 Jy ! Component: 1300 - total flux cleaned = -0.00101994 Jy ! Component: 1350 - total flux cleaned = -0.000951859 Jy ! Component: 1400 - total flux cleaned = -0.000985563 Jy ! Component: 1450 - total flux cleaned = -0.00100166 Jy ! Component: 1500 - total flux cleaned = -0.000935893 Jy ! Component: 1550 - total flux cleaned = -0.000887216 Jy ! Component: 1600 - total flux cleaned = -0.000887481 Jy ! Component: 1650 - total flux cleaned = -0.000887577 Jy ! Component: 1700 - total flux cleaned = -0.000840448 Jy ! Component: 1750 - total flux cleaned = -0.000871645 Jy ! Component: 1800 - total flux cleaned = -0.000886873 Jy ! Component: 1850 - total flux cleaned = -0.000886818 Jy ! Component: 1900 - total flux cleaned = -0.000886753 Jy ! Component: 1950 - total flux cleaned = -0.000856715 Jy ! Component: 2000 - total flux cleaned = -0.000886482 Jy ! Component: 2050 - total flux cleaned = -0.000871679 Jy ! Component: 2100 - total flux cleaned = -0.000900796 Jy ! Component: 2150 - total flux cleaned = -0.000857636 Jy ! Component: 2200 - total flux cleaned = -0.000914768 Jy ! Component: 2250 - total flux cleaned = -0.000900285 Jy ! Component: 2300 - total flux cleaned = -0.000886319 Jy ! Component: 2350 - total flux cleaned = -0.000900149 Jy ! Component: 2400 - total flux cleaned = -0.000913939 Jy ! Component: 2450 - total flux cleaned = -0.000913862 Jy ! Component: 2500 - total flux cleaned = -0.00091404 Jy ! Component: 2550 - total flux cleaned = -0.000941014 Jy ! Component: 2600 - total flux cleaned = -0.000967677 Jy ! Component: 2650 - total flux cleaned = -0.000981053 Jy ! Component: 2700 - total flux cleaned = -0.000994172 Jy ! Component: 2750 - total flux cleaned = -0.00103311 Jy ! Component: 2800 - total flux cleaned = -0.00099437 Jy ! Component: 2850 - total flux cleaned = -0.00103274 Jy ! Component: 2900 - total flux cleaned = -0.00108346 Jy ! Component: 2950 - total flux cleaned = -0.00104564 Jy ! Component: 3000 - total flux cleaned = -0.00109557 Jy ! Component: 3050 - total flux cleaned = -0.00109556 Jy ! Component: 3100 - total flux cleaned = -0.00112008 Jy ! Component: 3150 - total flux cleaned = -0.00118096 Jy ! Component: 3200 - total flux cleaned = -0.00113233 Jy ! Component: 3250 - total flux cleaned = -0.0011083 Jy ! Component: 3300 - total flux cleaned = -0.00112028 Jy ! Component: 3350 - total flux cleaned = -0.00112037 Jy ! Component: 3400 - total flux cleaned = -0.00108519 Jy ! Component: 3450 - total flux cleaned = -0.00110848 Jy ! Component: 3500 - total flux cleaned = -0.00113166 Jy ! Component: 3550 - total flux cleaned = -0.00110874 Jy ! Component: 3600 - total flux cleaned = -0.00107443 Jy ! Component: 3650 - total flux cleaned = -0.00109708 Jy ! Component: 3700 - total flux cleaned = -0.00107446 Jy ! Component: 3750 - total flux cleaned = -0.00108561 Jy ! Component: 3800 - total flux cleaned = -0.00107449 Jy ! Component: 3850 - total flux cleaned = -0.00111841 Jy ! Component: 3900 - total flux cleaned = -0.00105264 Jy ! Component: 3950 - total flux cleaned = -0.00102005 Jy ! Component: 4000 - total flux cleaned = -0.0010092 Jy ! Component: 4050 - total flux cleaned = -0.00105215 Jy ! Total flux subtracted in 4096 components = -0.000988175 Jy ! Clean residual min=-0.000566 max=0.000641 Jy/beam ! Clean residual mean=0.000001 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.34525 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 370 components and 0.34525 Jy ![Exited script file: muppet] wmap "J0959-0828_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.172 x 7.517 at -3.72 degrees (North through East) ! Clean map min=-0.0012071 max=0.23099 Jy/beam ! Writing clean map to FITS file: J0959-0828_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.230987 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191524 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.248747 0.248747 0.497494 0.994989 1.98998 3.97995 7.95991 15.9198 31.8396 63.6793 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.23 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.172 x 7.517 at -3.72 degrees (North through East) ! Clean map min=-0.0012071 max=0.23099 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 J0959-0828_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:55:32 2016