! Started logfile: J0003+2129_S_2015_01_23_pus_uvs.log on Mon Jan 2 17:59:45 2017 obs J0003+2129_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0003+2129_S_2015_01_23_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.655205 visibilities/baseline/integration-bin. ! Found source: J0003+2129 ! ! 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 338 lines of history. ! ! Reading 11204 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 J0003+2129_S_2015_01_23_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 184 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 184 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 184 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 184 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.885116Jy sigma=0.011706 ! Fit after self-cal, rms=0.870391Jy sigma=0.011536 ! 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.693 mas, bmaj=6.091 mas, bpa=-3.314 degrees ! Estimated noise=805.898 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.0976789 Jy ! Component: 100 - total flux cleaned = 0.119802 Jy ! Total flux subtracted in 100 components = 0.119802 Jy ! Clean residual min=-0.005435 max=0.010158 Jy/beam ! Clean residual mean=0.000012 rms=0.001653 Jy/beam ! Combined flux in latest and established models = 0.119802 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.119802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071908Jy sigma=0.000877 ! Fit after self-cal, rms=0.071912Jy sigma=0.000877 ! Inverting map ! Added new window around map position (72, -56.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103528 Jy ! Component: 100 - total flux cleaned = 0.0169812 Jy ! Total flux subtracted in 100 components = 0.0169812 Jy ! Clean residual min=-0.004646 max=0.007951 Jy/beam ! Clean residual mean=0.000009 rms=0.001365 Jy/beam ! Combined flux in latest and established models = 0.136783 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.136783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069840Jy sigma=0.000855 ! Fit after self-cal, rms=0.069759Jy sigma=0.000854 ! 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.313 mas, bmaj=7.051 mas, bpa=-2.824 degrees ! Estimated noise=521.402 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.00703111 Jy ! Component: 100 - total flux cleaned = 0.0114334 Jy ! Component: 150 - total flux cleaned = 0.0143705 Jy ! Component: 200 - total flux cleaned = 0.0164232 Jy ! Total flux subtracted in 200 components = 0.0164232 Jy ! Clean residual min=-0.005743 max=0.006805 Jy/beam ! Clean residual mean=0.000015 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.153206 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 0.153206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068751Jy sigma=0.000845 ! Fit after self-cal, rms=0.068699Jy sigma=0.000844 ! 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 0.99 FD 1.00* HN 0.98 KP 1.08 ! LA 0.98 MK 1.01 NL 1.12 OV 1.01 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.04 KP 1.02 ! LA 0.94 MK 1.02 NL 1.27 OV 1.03 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 1.04 KP 0.87 ! LA 0.79 MK 1.06 NL 1.71 OV 0.94 ! PT 0.95 SC 1.09 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 0.95 KP 0.80 ! LA 0.85 MK 0.97 NL 1.01 OV 1.00 ! PT 0.99 SC 0.98 ! ! ! Fit before self-cal, rms=0.068699Jy sigma=0.000844 ! Fit after self-cal, rms=0.066161Jy sigma=0.000792 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.349 mas, bmaj=7.128 mas, bpa=-2.687 degrees ! Estimated noise=529.036 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.00343327 Jy ! Component: 100 - total flux cleaned = -0.00371735 Jy ! Component: 150 - total flux cleaned = -0.00386527 Jy ! Component: 200 - total flux cleaned = -0.00400835 Jy ! Total flux subtracted in 200 components = -0.00400835 Jy ! Clean residual min=-0.003109 max=0.004158 Jy/beam ! Clean residual mean=-0.000000 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.149198 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 69 components and 0.149198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065938Jy sigma=0.000790 ! Fit after self-cal, rms=0.065914Jy sigma=0.000789 ! 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.065914Jy sigma=0.000789 ! Fit after self-cal, rms=0.063708Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.356 mas, bmaj=7.117 mas, bpa=-2.436 degrees ! Estimated noise=527.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00198498 Jy ! Component: 100 - total flux cleaned = -0.00222638 Jy ! Component: 150 - total flux cleaned = -0.00228023 Jy ! Component: 200 - total flux cleaned = -0.00237932 Jy ! Total flux subtracted in 200 components = -0.00237932 Jy ! Clean residual min=-0.001746 max=0.001626 Jy/beam ! Clean residual mean=0.000003 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.146819 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 87 components and 0.146818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063649Jy sigma=0.000774 ! Fit after self-cal, rms=0.063650Jy sigma=0.000774 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.000485792 Jy ! Component: 100 - total flux cleaned = -0.000509546 Jy ! Component: 150 - total flux cleaned = -0.000551781 Jy ! Component: 200 - total flux cleaned = -0.000571015 Jy ! Total flux subtracted in 200 components = -0.000571015 Jy ! Clean residual min=-0.001675 max=0.001637 Jy/beam ! Clean residual mean=0.000003 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.146247 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 94 components and 0.146247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063636Jy sigma=0.000773 ! Fit after self-cal, rms=0.063633Jy sigma=0.000773 ! 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.063633Jy sigma=0.000773 ! Fit after self-cal, rms=0.063694Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.36 mas, bmaj=7.125 mas, bpa=-2.463 degrees ! Estimated noise=527.464 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00109046 Jy ! Component: 100 - total flux cleaned = -0.00136801 Jy ! Component: 150 - total flux cleaned = -0.00144535 Jy ! Component: 200 - total flux cleaned = -0.00148006 Jy ! Total flux subtracted in 200 components = -0.00148006 Jy ! Clean residual min=-0.001542 max=0.001464 Jy/beam ! Clean residual mean=0.000003 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.144767 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 96 components and 0.144767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063673Jy sigma=0.000773 ! Fit after self-cal, rms=0.063673Jy sigma=0.000773 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.000272468 Jy ! Component: 100 - total flux cleaned = -0.000272145 Jy ! Component: 150 - total flux cleaned = -0.000302427 Jy ! Component: 200 - total flux cleaned = -0.000316057 Jy ! Total flux subtracted in 200 components = -0.000316057 Jy ! Clean residual min=-0.001498 max=0.001475 Jy/beam ! Clean residual mean=0.000003 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.144451 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 97 components and 0.144451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063666Jy sigma=0.000773 ! Fit after self-cal, rms=0.063664Jy sigma=0.000773 ! 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.063664Jy sigma=0.000773 ! Fit after self-cal, rms=0.063712Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.242 mas, bmaj=10.46 mas, bpa=-6.078 degrees ! Estimated noise=642.515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000375844 Jy ! Component: 100 - total flux cleaned = -0.000499384 Jy ! Component: 150 - total flux cleaned = -0.000567906 Jy ! Component: 200 - total flux cleaned = -0.000596859 Jy ! Total flux subtracted in 200 components = -0.000596859 Jy ! Clean residual min=-0.001450 max=0.001313 Jy/beam ! Clean residual mean=0.000003 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.143854 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 101 components and 0.143855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063712Jy sigma=0.000773 ! Fit after self-cal, rms=0.063712Jy sigma=0.000772 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.12238e-05 Jy ! Component: 100 - total flux cleaned = -0.000137537 Jy ! Component: 150 - total flux cleaned = -0.000164042 Jy ! Component: 200 - total flux cleaned = -0.000186991 Jy ! Total flux subtracted in 200 components = -0.000186991 Jy ! Clean residual min=-0.001412 max=0.001302 Jy/beam ! Clean residual mean=0.000003 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.143668 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 103 components and 0.143668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063713Jy sigma=0.000772 ! Fit after self-cal, rms=0.063710Jy sigma=0.000772 ! 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.363 mas, bmaj=7.135 mas, bpa=-2.477 degrees ! Estimated noise=527.094 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.363 x 7.135 at -2.477 degrees (North through East) ! Clean map min=-0.0013007 max=0.12842 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.719 mas, bmaj=6.132 mas, bpa=-2.946 degrees ! Estimated noise=815.961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0988011 Jy ! Component: 100 - total flux cleaned = 0.120926 Jy ! Component: 150 - total flux cleaned = 0.129516 Jy ! Component: 200 - total flux cleaned = 0.134003 Jy ! Total flux subtracted in 200 components = 0.134003 Jy ! Clean residual min=-0.002310 max=0.002845 Jy/beam ! Clean residual mean=0.000005 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.134003 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.134003 Jy ! Inverting map and beam ! Estimated beam: bmin=3.363 mas, bmaj=7.135 mas, bpa=-2.477 degrees ! Estimated noise=527.094 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) ! Added new window around map position (-3, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00365915 Jy ! Component: 100 - total flux cleaned = 0.0057614 Jy ! Component: 150 - total flux cleaned = 0.00712794 Jy ! Component: 200 - total flux cleaned = 0.00765395 Jy ! Total flux subtracted in 200 components = 0.00765395 Jy ! Clean residual min=-0.001488 max=0.001448 Jy/beam ! Clean residual mean=0.000004 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.141657 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 42 components and 0.141657 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.242 mas, bmaj=10.46 mas, bpa=-6.078 degrees ! Estimated noise=642.515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117221 Jy ! Component: 100 - total flux cleaned = 0.00149004 Jy ! Component: 150 - total flux cleaned = 0.00169894 Jy ! Component: 200 - total flux cleaned = 0.00173487 Jy ! Total flux subtracted in 200 components = 0.00173487 Jy ! Clean residual min=-0.001472 max=0.001176 Jy/beam ! Clean residual mean=0.000003 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.143391 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.12564e-05 Jy ! Component: 100 - total flux cleaned = 5.84066e-05 Jy ! Component: 150 - total flux cleaned = 4.66563e-05 Jy ! Component: 200 - total flux cleaned = 4.69868e-05 Jy ! Total flux subtracted in 200 components = 4.69868e-05 Jy ! Clean residual min=-0.001396 max=0.001193 Jy/beam ! Clean residual mean=0.000003 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.143438 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 95 components and 0.143438 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.363 mas, bmaj=7.135 mas, bpa=-2.477 degrees ! Estimated noise=527.094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000190379 Jy ! Component: 100 - total flux cleaned = -0.000104958 Jy ! Component: 150 - total flux cleaned = -6.84713e-05 Jy ! Component: 200 - total flux cleaned = -5.14536e-05 Jy ! Total flux subtracted in 200 components = -5.14536e-05 Jy ! Clean residual min=-0.001329 max=0.001417 Jy/beam ! Clean residual mean=0.000002 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.143387 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 114 components and 0.143387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063663Jy sigma=0.000772 ! Fit after self-cal, rms=0.063652Jy sigma=0.000772 wmodel J0003+2129_S_2015_01_23_pus_map.mod ! Writing 114 model components to file: J0003+2129_S_2015_01_23_pus_map.mod wobs J0003+2129_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0003+2129_S_2015_01_23_pus_uvs.fits wwins J0003+2129_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J0003+2129_S_2015_01_23_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.000266929 Jy ! Component: 100 - total flux cleaned = 0.000379638 Jy ! Component: 150 - total flux cleaned = 0.000465641 Jy ! Component: 200 - total flux cleaned = 0.000567995 Jy ! Component: 250 - total flux cleaned = 0.000607077 Jy ! Component: 300 - total flux cleaned = 0.000626496 Jy ! Component: 350 - total flux cleaned = 0.000701713 Jy ! Component: 400 - total flux cleaned = 0.000792854 Jy ! Component: 450 - total flux cleaned = 0.000864324 Jy ! Component: 500 - total flux cleaned = 0.000917005 Jy ! Component: 550 - total flux cleaned = 0.000986178 Jy ! Component: 600 - total flux cleaned = 0.00108783 Jy ! Component: 650 - total flux cleaned = 0.00115427 Jy ! Component: 700 - total flux cleaned = 0.00120329 Jy ! Component: 750 - total flux cleaned = 0.00125176 Jy ! Component: 800 - total flux cleaned = 0.00129935 Jy ! Component: 850 - total flux cleaned = 0.00139311 Jy ! Component: 900 - total flux cleaned = 0.00150102 Jy ! Component: 950 - total flux cleaned = 0.00157699 Jy ! Component: 1000 - total flux cleaned = 0.00160687 Jy ! Component: 1050 - total flux cleaned = 0.00169574 Jy ! Component: 1100 - total flux cleaned = 0.00178345 Jy ! Component: 1150 - total flux cleaned = 0.00185553 Jy ! Component: 1200 - total flux cleaned = 0.00192653 Jy ! Component: 1250 - total flux cleaned = 0.00199689 Jy ! Component: 1300 - total flux cleaned = 0.00210822 Jy ! Component: 1350 - total flux cleaned = 0.00219054 Jy ! Component: 1400 - total flux cleaned = 0.00221778 Jy ! Component: 1450 - total flux cleaned = 0.00227174 Jy ! Component: 1500 - total flux cleaned = 0.00235192 Jy ! Component: 1550 - total flux cleaned = 0.00245727 Jy ! Component: 1600 - total flux cleaned = 0.00253564 Jy ! Component: 1650 - total flux cleaned = 0.00262588 Jy ! Component: 1700 - total flux cleaned = 0.00271532 Jy ! Component: 1750 - total flux cleaned = 0.0027911 Jy ! Component: 1800 - total flux cleaned = 0.00289105 Jy ! Component: 1850 - total flux cleaned = 0.00298998 Jy ! Component: 1900 - total flux cleaned = 0.00306347 Jy ! Component: 1950 - total flux cleaned = 0.00312402 Jy ! Component: 2000 - total flux cleaned = 0.00320817 Jy ! Component: 2050 - total flux cleaned = 0.00329132 Jy ! Component: 2100 - total flux cleaned = 0.0033854 Jy ! Component: 2150 - total flux cleaned = 0.00342035 Jy ! Component: 2200 - total flux cleaned = 0.0035013 Jy ! Component: 2250 - total flux cleaned = 0.00354707 Jy ! Component: 2300 - total flux cleaned = 0.0036038 Jy ! Component: 2350 - total flux cleaned = 0.00364864 Jy ! Component: 2400 - total flux cleaned = 0.0037156 Jy ! Component: 2450 - total flux cleaned = 0.00382586 Jy ! Component: 2500 - total flux cleaned = 0.00385857 Jy ! Component: 2550 - total flux cleaned = 0.00394514 Jy ! Component: 2600 - total flux cleaned = 0.003988 Jy ! Component: 2650 - total flux cleaned = 0.00404141 Jy ! Component: 2700 - total flux cleaned = 0.00408373 Jy ! Component: 2750 - total flux cleaned = 0.00416756 Jy ! Component: 2800 - total flux cleaned = 0.00425058 Jy ! Component: 2850 - total flux cleaned = 0.0043123 Jy ! Component: 2900 - total flux cleaned = 0.00437364 Jy ! Component: 2950 - total flux cleaned = 0.00446483 Jy ! Component: 3000 - total flux cleaned = 0.00447501 Jy ! Component: 3050 - total flux cleaned = 0.00452493 Jy ! Component: 3100 - total flux cleaned = 0.00459428 Jy ! Component: 3150 - total flux cleaned = 0.00466319 Jy ! Component: 3200 - total flux cleaned = 0.00468278 Jy ! Component: 3250 - total flux cleaned = 0.00474088 Jy ! Component: 3300 - total flux cleaned = 0.00481774 Jy ! Component: 3350 - total flux cleaned = 0.00488432 Jy ! Component: 3400 - total flux cleaned = 0.00491269 Jy ! Component: 3450 - total flux cleaned = 0.00495005 Jy ! Component: 3500 - total flux cleaned = 0.00496867 Jy ! Component: 3550 - total flux cleaned = 0.00505192 Jy ! Component: 3600 - total flux cleaned = 0.00508881 Jy ! Component: 3650 - total flux cleaned = 0.00514358 Jy ! Component: 3700 - total flux cleaned = 0.00520693 Jy ! Component: 3750 - total flux cleaned = 0.00525181 Jy ! Component: 3800 - total flux cleaned = 0.00527868 Jy ! Component: 3850 - total flux cleaned = 0.0053407 Jy ! Component: 3900 - total flux cleaned = 0.0053495 Jy ! Component: 3950 - total flux cleaned = 0.00541949 Jy ! Component: 4000 - total flux cleaned = 0.00545423 Jy ! Component: 4050 - total flux cleaned = 0.00547154 Jy ! Total flux subtracted in 4096 components = 0.00549728 Jy ! Clean residual min=-0.000696 max=0.000556 Jy/beam ! Clean residual mean=0.000002 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.148884 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 395 components and 0.148884 Jy ![Exited script file: muppet] wmap "J0003+2129_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.363 x 7.135 at -2.477 degrees (North through East) ! Clean map min=-0.0010878 max=0.12895 Jy/beam ! Writing clean map to FITS file: J0003+2129_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.128954 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000154842 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.360224 0.360224 0.720449 1.4409 2.8818 5.76359 11.5272 23.0544 46.1087 92.2175 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.128 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.363 x 7.135 at -2.477 degrees (North through East) ! Clean map min=-0.0010878 max=0.12895 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 J0003+2129_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 17:59:50 2017