! Started logfile: J0930+0058_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:50:03 2016 obs J0930+0058_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0930+0058_S_2014_06_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.785064 visibilities/baseline/integration-bin. ! Found source: J0930+0058 ! ! 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 336 lines of history. ! ! Reading 17240 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 J0930+0058_S_2014_06_09_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 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003015Jy sigma=0.010987 ! Fit after self-cal, rms=0.962585Jy sigma=0.010560 ! 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.637 mas, bmaj=7.406 mas, bpa=-5.458 degrees ! Estimated noise=635.384 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.0309605 Jy ! Component: 100 - total flux cleaned = 0.0377565 Jy ! Total flux subtracted in 100 components = 0.0377565 Jy ! Clean residual min=-0.002164 max=0.002331 Jy/beam ! Clean residual mean=0.000002 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.0377565 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0377565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075362Jy sigma=0.000774 ! Fit after self-cal, rms=0.073692Jy sigma=0.000756 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00445818 Jy ! Component: 100 - total flux cleaned = 0.00528434 Jy ! Total flux subtracted in 100 components = 0.00528434 Jy ! Clean residual min=-0.001869 max=0.002457 Jy/beam ! Clean residual mean=-0.000000 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0430408 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 10 components and 0.0430408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073440Jy sigma=0.000754 ! Fit after self-cal, rms=0.073417Jy sigma=0.000754 ! 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.159 mas, bmaj=8.575 mas, bpa=-5.758 degrees ! Estimated noise=498.728 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.000397821 Jy ! Component: 100 - total flux cleaned = 0.00040137 Jy ! Component: 150 - total flux cleaned = 0.000368625 Jy ! Component: 200 - total flux cleaned = 0.000354732 Jy ! Total flux subtracted in 200 components = 0.000354732 Jy ! Clean residual min=-0.001601 max=0.001669 Jy/beam ! Clean residual mean=-0.000000 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0433956 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.0433956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073403Jy sigma=0.000754 ! Fit after self-cal, rms=0.073386Jy sigma=0.000754 ! 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.00* FD 0.91 HN 1.00 KP 1.04 ! LA 1.14 MK 0.98 NL 0.95 OV 1.02 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.01 KP 1.05 ! LA 1.08 MK 1.00 NL 0.99 OV 1.10 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 0.98 KP 0.91 ! LA 0.89 MK 1.09 NL 0.94 OV 1.08 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 0.93 KP 0.99 ! LA 0.86 MK 1.00 NL 1.01 OV 1.01 ! PT 1.03 SC 0.98 ! ! ! Fit before self-cal, rms=0.073386Jy sigma=0.000754 ! Fit after self-cal, rms=0.071512Jy sigma=0.000753 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=8.507 mas, bpa=-5.527 degrees ! Estimated noise=496.763 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.000200252 Jy ! Component: 100 - total flux cleaned = 0.000183595 Jy ! Component: 150 - total flux cleaned = 0.000160897 Jy ! Component: 200 - total flux cleaned = 0.000139412 Jy ! Total flux subtracted in 200 components = 0.000139412 Jy ! Clean residual min=-0.001461 max=0.001573 Jy/beam ! Clean residual mean=-0.000000 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.043535 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 30 components and 0.043535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071510Jy sigma=0.000753 ! Fit after self-cal, rms=0.071430Jy sigma=0.000752 ! 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.071430Jy sigma=0.000752 ! Fit after self-cal, rms=0.071069Jy sigma=0.000752 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.153 mas, bmaj=8.483 mas, bpa=-5.48 degrees ! Estimated noise=495.481 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000215895 Jy ! Component: 100 - total flux cleaned = 0.000223649 Jy ! Component: 150 - total flux cleaned = 0.000209307 Jy ! Component: 200 - total flux cleaned = 0.000202298 Jy ! Total flux subtracted in 200 components = 0.000202298 Jy ! Clean residual min=-0.001375 max=0.001758 Jy/beam ! Clean residual mean=0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0437373 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.0437373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071068Jy sigma=0.000752 ! Fit after self-cal, rms=0.071064Jy sigma=0.000751 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 (-115.5, -109.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113182 Jy ! Component: 100 - total flux cleaned = 0.00118842 Jy ! Component: 150 - total flux cleaned = 0.00125178 Jy ! Component: 200 - total flux cleaned = 0.00132129 Jy ! Total flux subtracted in 200 components = 0.00132129 Jy ! Clean residual min=-0.001290 max=0.001339 Jy/beam ! Clean residual mean=0.000000 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0450586 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 53 components and 0.0450586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071031Jy sigma=0.000751 ! Fit after self-cal, rms=0.071007Jy sigma=0.000751 ! 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.071007Jy sigma=0.000751 ! Fit after self-cal, rms=0.070912Jy sigma=0.000751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.147 mas, bmaj=8.463 mas, bpa=-5.448 degrees ! Estimated noise=494.623 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000775366 Jy ! Component: 100 - total flux cleaned = 0.000884686 Jy ! Component: 150 - total flux cleaned = 0.000934414 Jy ! Component: 200 - total flux cleaned = 0.00100531 Jy ! Total flux subtracted in 200 components = 0.00100531 Jy ! Clean residual min=-0.001266 max=0.001303 Jy/beam ! Clean residual mean=0.000001 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0460639 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 57 components and 0.0460639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070895Jy sigma=0.000751 ! Fit after self-cal, rms=0.070889Jy sigma=0.000751 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.00032027 Jy ! Component: 100 - total flux cleaned = 0.000336119 Jy ! Component: 150 - total flux cleaned = 0.000377724 Jy ! Component: 200 - total flux cleaned = 0.000428274 Jy ! Total flux subtracted in 200 components = 0.000428274 Jy ! Clean residual min=-0.001298 max=0.001308 Jy/beam ! Clean residual mean=0.000000 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.0464922 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 68 components and 0.0464922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070881Jy sigma=0.000751 ! Fit after self-cal, rms=0.070877Jy sigma=0.000751 ! 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.070877Jy sigma=0.000751 ! Fit after self-cal, rms=0.070945Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.36 mas, bmaj=14.61 mas, bpa=-9.137 degrees ! Estimated noise=625.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000579894 Jy ! Component: 100 - total flux cleaned = 0.000871202 Jy ! Component: 150 - total flux cleaned = 0.000964022 Jy ! Component: 200 - total flux cleaned = 0.0010446 Jy ! Total flux subtracted in 200 components = 0.0010446 Jy ! Clean residual min=-0.001294 max=0.001246 Jy/beam ! Clean residual mean=0.000001 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0475368 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.0475368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070942Jy sigma=0.000750 ! Fit after self-cal, rms=0.070948Jy sigma=0.000750 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.00030131 Jy ! Component: 100 - total flux cleaned = 0.000384251 Jy ! Component: 150 - total flux cleaned = 0.000449132 Jy ! Component: 200 - total flux cleaned = 0.000471051 Jy ! Total flux subtracted in 200 components = 0.000471051 Jy ! Clean residual min=-0.001306 max=0.001227 Jy/beam ! Clean residual mean=0.000001 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.0480078 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 85 components and 0.0480078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070947Jy sigma=0.000750 ! Fit after self-cal, rms=0.070947Jy sigma=0.000750 ! 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.146 mas, bmaj=8.463 mas, bpa=-5.475 degrees ! Estimated noise=494.421 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.146 x 8.463 at -5.475 degrees (North through East) ! Clean map min=-0.0012999 max=0.043014 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.623 mas, bmaj=7.321 mas, bpa=-5.112 degrees ! Estimated noise=625.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0333906 Jy ! Component: 100 - total flux cleaned = 0.0410472 Jy ! Component: 150 - total flux cleaned = 0.0440278 Jy ! Component: 200 - total flux cleaned = 0.04504 Jy ! Total flux subtracted in 200 components = 0.04504 Jy ! Clean residual min=-0.001846 max=0.002022 Jy/beam ! Clean residual mean=0.000001 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.04504 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.04504 Jy ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=8.463 mas, bpa=-5.475 degrees ! Estimated noise=494.421 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.00114991 Jy ! Component: 100 - total flux cleaned = 0.00149516 Jy ! Component: 150 - total flux cleaned = 0.00170871 Jy ! Component: 200 - total flux cleaned = 0.00188569 Jy ! Total flux subtracted in 200 components = 0.00188569 Jy ! Clean residual min=-0.001300 max=0.001363 Jy/beam ! Clean residual mean=0.000000 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.0469256 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 36 components and 0.0469256 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.36 mas, bmaj=14.61 mas, bpa=-9.137 degrees ! Estimated noise=625.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000624348 Jy ! Component: 100 - total flux cleaned = 0.000806664 Jy ! Component: 150 - total flux cleaned = 0.000934602 Jy ! Component: 200 - total flux cleaned = 0.000997859 Jy ! Total flux subtracted in 200 components = 0.000997859 Jy ! Clean residual min=-0.001271 max=0.001275 Jy/beam ! Clean residual mean=0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0479235 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 = 6.88407e-05 Jy ! Component: 100 - total flux cleaned = 0.000110803 Jy ! Component: 150 - total flux cleaned = 0.000170119 Jy ! Component: 200 - total flux cleaned = 0.000198156 Jy ! Total flux subtracted in 200 components = 0.000198156 Jy ! Clean residual min=-0.001293 max=0.001259 Jy/beam ! Clean residual mean=0.000000 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.0481217 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 53 components and 0.0481217 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=8.463 mas, bpa=-5.475 degrees ! Estimated noise=494.421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000215342 Jy ! Component: 100 - total flux cleaned = -0.000175319 Jy ! Component: 150 - total flux cleaned = -0.000175779 Jy ! Component: 200 - total flux cleaned = -0.000204794 Jy ! Total flux subtracted in 200 components = -0.000204794 Jy ! Clean residual min=-0.001296 max=0.001319 Jy/beam ! Clean residual mean=0.000001 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0479169 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.0479169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070950Jy sigma=0.000750 ! Fit after self-cal, rms=0.070951Jy sigma=0.000750 wmodel J0930+0058_S_2014_06_09_pus_map.mod ! Writing 64 model components to file: J0930+0058_S_2014_06_09_pus_map.mod wobs J0930+0058_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0930+0058_S_2014_06_09_pus_uvs.fits wwins J0930+0058_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0930+0058_S_2014_06_09_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.000314973 Jy ! Component: 100 - total flux cleaned = 0.000588278 Jy ! Component: 150 - total flux cleaned = 0.0007176 Jy ! Component: 200 - total flux cleaned = 0.000862153 Jy ! Component: 250 - total flux cleaned = 0.000941384 Jy ! Component: 300 - total flux cleaned = 0.000979557 Jy ! Component: 350 - total flux cleaned = 0.00103532 Jy ! Component: 400 - total flux cleaned = 0.00105337 Jy ! Component: 450 - total flux cleaned = 0.00110634 Jy ! Component: 500 - total flux cleaned = 0.00117459 Jy ! Component: 550 - total flux cleaned = 0.00119151 Jy ! Component: 600 - total flux cleaned = 0.0012898 Jy ! Component: 650 - total flux cleaned = 0.00136995 Jy ! Component: 700 - total flux cleaned = 0.00143295 Jy ! Component: 750 - total flux cleaned = 0.00151027 Jy ! Component: 800 - total flux cleaned = 0.00157107 Jy ! Component: 850 - total flux cleaned = 0.00166031 Jy ! Component: 900 - total flux cleaned = 0.00168927 Jy ! Component: 950 - total flux cleaned = 0.0017326 Jy ! Component: 1000 - total flux cleaned = 0.00177549 Jy ! Component: 1050 - total flux cleaned = 0.00185974 Jy ! Component: 1100 - total flux cleaned = 0.00195668 Jy ! Component: 1150 - total flux cleaned = 0.0020382 Jy ! Component: 1200 - total flux cleaned = 0.00207846 Jy ! Component: 1250 - total flux cleaned = 0.00217115 Jy ! Component: 1300 - total flux cleaned = 0.00221027 Jy ! Component: 1350 - total flux cleaned = 0.00228766 Jy ! Component: 1400 - total flux cleaned = 0.00232576 Jy ! Component: 1450 - total flux cleaned = 0.00237597 Jy ! Component: 1500 - total flux cleaned = 0.00237615 Jy ! Component: 1550 - total flux cleaned = 0.00242525 Jy ! Component: 1600 - total flux cleaned = 0.00243734 Jy ! Component: 1650 - total flux cleaned = 0.0024615 Jy ! Component: 1700 - total flux cleaned = 0.00250889 Jy ! Component: 1750 - total flux cleaned = 0.00249712 Jy ! Component: 1800 - total flux cleaned = 0.00254362 Jy ! Component: 1850 - total flux cleaned = 0.00255492 Jy ! Component: 1900 - total flux cleaned = 0.00254379 Jy ! Component: 1950 - total flux cleaned = 0.00258878 Jy ! Component: 2000 - total flux cleaned = 0.00260021 Jy ! Component: 2050 - total flux cleaned = 0.00265522 Jy ! Component: 2100 - total flux cleaned = 0.00265529 Jy ! Component: 2150 - total flux cleaned = 0.00269849 Jy ! Component: 2200 - total flux cleaned = 0.00274132 Jy ! Component: 2250 - total flux cleaned = 0.0027626 Jy ! Component: 2300 - total flux cleaned = 0.0027942 Jy ! Component: 2350 - total flux cleaned = 0.00288796 Jy ! Component: 2400 - total flux cleaned = 0.00285699 Jy ! Component: 2450 - total flux cleaned = 0.00292869 Jy ! Component: 2500 - total flux cleaned = 0.0029388 Jy ! Component: 2550 - total flux cleaned = 0.00297894 Jy ! Component: 2600 - total flux cleaned = 0.00297906 Jy ! Component: 2650 - total flux cleaned = 0.00299899 Jy ! Component: 2700 - total flux cleaned = 0.00301865 Jy ! Component: 2750 - total flux cleaned = 0.00306724 Jy ! Component: 2800 - total flux cleaned = 0.0030382 Jy ! Component: 2850 - total flux cleaned = 0.00309562 Jy ! Component: 2900 - total flux cleaned = 0.0030766 Jy ! Component: 2950 - total flux cleaned = 0.0030955 Jy ! Component: 3000 - total flux cleaned = 0.00311414 Jy ! Component: 3050 - total flux cleaned = 0.00315126 Jy ! Component: 3100 - total flux cleaned = 0.00312363 Jy ! Component: 3150 - total flux cleaned = 0.00314183 Jy ! Component: 3200 - total flux cleaned = 0.00315993 Jy ! Component: 3250 - total flux cleaned = 0.00318694 Jy ! Component: 3300 - total flux cleaned = 0.00315104 Jy ! Component: 3350 - total flux cleaned = 0.00315116 Jy ! Component: 3400 - total flux cleaned = 0.00315995 Jy ! Component: 3450 - total flux cleaned = 0.00317748 Jy ! Component: 3500 - total flux cleaned = 0.00319488 Jy ! Component: 3550 - total flux cleaned = 0.00322932 Jy ! Component: 3600 - total flux cleaned = 0.00323787 Jy ! Component: 3650 - total flux cleaned = 0.00324633 Jy ! Component: 3700 - total flux cleaned = 0.00323786 Jy ! Component: 3750 - total flux cleaned = 0.00327157 Jy ! Component: 3800 - total flux cleaned = 0.00331329 Jy ! Component: 3850 - total flux cleaned = 0.00332155 Jy ! Component: 3900 - total flux cleaned = 0.00333799 Jy ! Component: 3950 - total flux cleaned = 0.00337898 Jy ! Component: 4000 - total flux cleaned = 0.00337084 Jy ! Component: 4050 - total flux cleaned = 0.00343545 Jy ! Total flux subtracted in 4096 components = 0.00343555 Jy ! Clean residual min=-0.000507 max=0.000517 Jy/beam ! Clean residual mean=-0.000000 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.0513524 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 371 components and 0.0513524 Jy ![Exited script file: muppet] wmap "J0930+0058_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.146 x 8.463 at -5.475 degrees (North through East) ! Clean map min=-0.0011087 max=0.042594 Jy/beam ! Writing clean map to FITS file: J0930+0058_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0425941 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000150603 device "J0930+0058_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0930+0058_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06073 1.06073 2.12145 4.24291 8.48582 16.9716 33.9433 67.8866 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 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.146 x 8.463 at -5.475 degrees (North through East) ! Clean map min=-0.0011087 max=0.042594 Jy/beam quit ! Quitting program ! Log file J0930+0058_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:50:08 2016