! Started logfile: J0813+2542_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:58:26 2016 obs J0813+2542_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0813+2542_S_2014_08_09_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8657 visibilities/baseline/integration-bin. ! Found source: J0813+2542 ! ! 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 342 lines of history. ! ! Reading 17920 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 J0813+2542_S_2014_08_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 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.769849Jy sigma=0.008530 ! Fit after self-cal, rms=0.629201Jy sigma=0.007071 ! 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=3.177 mas, bmaj=5.504 mas, bpa=-10.01 degrees ! Estimated noise=737.399 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.281909 Jy ! Component: 100 - total flux cleaned = 0.365023 Jy ! Total flux subtracted in 100 components = 0.365023 Jy ! Clean residual min=-0.010774 max=0.031820 Jy/beam ! Clean residual mean=-0.000024 rms=0.003142 Jy/beam ! Combined flux in latest and established models = 0.365023 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.365023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100043Jy sigma=0.001029 ! Fit after self-cal, rms=0.100002Jy sigma=0.001029 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0310625 Jy ! Component: 100 - total flux cleaned = 0.043356 Jy ! Total flux subtracted in 100 components = 0.043356 Jy ! Clean residual min=-0.008111 max=0.008379 Jy/beam ! Clean residual mean=-0.000009 rms=0.001913 Jy/beam ! Combined flux in latest and established models = 0.408379 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.408379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089377Jy sigma=0.000925 ! Fit after self-cal, rms=0.089368Jy sigma=0.000925 ! 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.968 mas, bmaj=6.272 mas, bpa=-6.8 degrees ! Estimated noise=477.472 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.00660973 Jy ! Component: 100 - total flux cleaned = 0.0101538 Jy ! Component: 150 - total flux cleaned = 0.0117193 Jy ! Component: 200 - total flux cleaned = 0.0120996 Jy ! Total flux subtracted in 200 components = 0.0120996 Jy ! Clean residual min=-0.006629 max=0.007973 Jy/beam ! Clean residual mean=-0.000012 rms=0.001915 Jy/beam ! Combined flux in latest and established models = 0.420478 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.420478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088623Jy sigma=0.000922 ! Fit after self-cal, rms=0.088621Jy sigma=0.000922 ! 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.97 FD 0.92 HN 0.95 KP 1.05 ! LA 1.10 MK 1.04 NL 0.97 OV 0.98 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.13 HN 1.02 KP 1.01 ! LA 1.05 MK 1.01 NL 1.02 OV 1.00 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.25 HN 1.02 KP 0.90 ! LA 0.84 MK 1.04 NL 1.02 OV 0.94 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.16 HN 0.99 KP 0.87 ! LA 0.80 MK 1.04 NL 1.08 OV 0.98 ! PT 1.03 SC 0.98 ! ! ! Fit before self-cal, rms=0.088621Jy sigma=0.000922 ! Fit after self-cal, rms=0.075744Jy sigma=0.000798 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.99 mas, bmaj=6.288 mas, bpa=-6.301 degrees ! Estimated noise=478.694 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.0012863 Jy ! Component: 100 - total flux cleaned = -0.00147705 Jy ! Component: 150 - total flux cleaned = -0.00160202 Jy ! Component: 200 - total flux cleaned = -0.00171384 Jy ! Total flux subtracted in 200 components = -0.00171384 Jy ! Clean residual min=-0.003152 max=0.003186 Jy/beam ! Clean residual mean=-0.000015 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.418764 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.418764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075685Jy sigma=0.000797 ! Fit after self-cal, rms=0.075699Jy sigma=0.000797 ! 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.075699Jy sigma=0.000797 ! Fit after self-cal, rms=0.074881Jy sigma=0.000786 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=6.288 mas, bpa=-6.205 degrees ! Estimated noise=478.763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000530612 Jy ! Component: 100 - total flux cleaned = -0.000596169 Jy ! Component: 150 - total flux cleaned = -0.000680871 Jy ! Component: 200 - total flux cleaned = -0.000785419 Jy ! Total flux subtracted in 200 components = -0.000785419 Jy ! Clean residual min=-0.001693 max=0.001549 Jy/beam ! Clean residual mean=-0.000001 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.417979 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.417979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074853Jy sigma=0.000785 ! Fit after self-cal, rms=0.074861Jy sigma=0.000785 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.000230095 Jy ! Component: 100 - total flux cleaned = -0.000279899 Jy ! Component: 150 - total flux cleaned = -0.000301303 Jy ! Component: 200 - total flux cleaned = -0.000360325 Jy ! Total flux subtracted in 200 components = -0.000360325 Jy ! Clean residual min=-0.001625 max=0.001534 Jy/beam ! Clean residual mean=-0.000002 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.417619 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.417619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074844Jy sigma=0.000785 ! Fit after self-cal, rms=0.074842Jy sigma=0.000785 ! 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.074842Jy sigma=0.000785 ! Fit after self-cal, rms=0.074886Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.995 mas, bmaj=6.291 mas, bpa=-6.183 degrees ! Estimated noise=478.994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000318588 Jy ! Component: 100 - total flux cleaned = -0.000363233 Jy ! Component: 150 - total flux cleaned = -0.000423559 Jy ! Component: 200 - total flux cleaned = -0.000478926 Jy ! Total flux subtracted in 200 components = -0.000478926 Jy ! Clean residual min=-0.001580 max=0.001505 Jy/beam ! Clean residual mean=-0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.41714 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.41714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074872Jy sigma=0.000785 ! Fit after self-cal, rms=0.074871Jy sigma=0.000785 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.000142845 Jy ! Component: 100 - total flux cleaned = -0.000180095 Jy ! Component: 150 - total flux cleaned = -0.000211488 Jy ! Component: 200 - total flux cleaned = -0.000240094 Jy ! Total flux subtracted in 200 components = -0.000240094 Jy ! Clean residual min=-0.001572 max=0.001533 Jy/beam ! Clean residual mean=-0.000002 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.4169 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.4169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074862Jy sigma=0.000785 ! Fit after self-cal, rms=0.074861Jy sigma=0.000785 ! 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.074861Jy sigma=0.000785 ! Fit after self-cal, rms=0.074893Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.943 mas, bmaj=9.829 mas, bpa=-3.483 degrees ! Estimated noise=572.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.38906e-05 Jy ! Component: 100 - total flux cleaned = -7.13532e-05 Jy ! Component: 150 - total flux cleaned = -0.000151806 Jy ! Component: 200 - total flux cleaned = -0.000225033 Jy ! Total flux subtracted in 200 components = -0.000225033 Jy ! Clean residual min=-0.001704 max=0.001624 Jy/beam ! Clean residual mean=-0.000003 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.416675 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 47 components and 0.416675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074897Jy sigma=0.000785 ! Fit after self-cal, rms=0.074895Jy sigma=0.000785 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.39877e-06 Jy ! Component: 100 - total flux cleaned = -3.20649e-05 Jy ! Component: 150 - total flux cleaned = -5.80016e-05 Jy ! Component: 200 - total flux cleaned = -7.27706e-05 Jy ! Total flux subtracted in 200 components = -7.27706e-05 Jy ! Clean residual min=-0.001692 max=0.001595 Jy/beam ! Clean residual mean=-0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.416602 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.416602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074898Jy sigma=0.000785 ! Fit after self-cal, rms=0.074896Jy sigma=0.000785 ! 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.996 mas, bmaj=6.293 mas, bpa=-6.181 degrees ! Estimated noise=479.154 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.996 x 6.293 at -6.181 degrees (North through East) ! Clean map min=-0.0014921 max=0.37379 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=3.197 mas, bmaj=5.527 mas, bpa=-9.487 degrees ! Estimated noise=741.886 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.283198 Jy ! Component: 100 - total flux cleaned = 0.365916 Jy ! Component: 150 - total flux cleaned = 0.397085 Jy ! Component: 200 - total flux cleaned = 0.409579 Jy ! Total flux subtracted in 200 components = 0.409579 Jy ! Clean residual min=-0.004193 max=0.005238 Jy/beam ! Clean residual mean=-0.000002 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.409579 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.409579 Jy ! Inverting map and beam ! Estimated beam: bmin=3.996 mas, bmaj=6.293 mas, bpa=-6.181 degrees ! Estimated noise=479.154 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.0049349 Jy ! Component: 100 - total flux cleaned = 0.00553528 Jy ! Component: 150 - total flux cleaned = 0.00606232 Jy ! Component: 200 - total flux cleaned = 0.00632971 Jy ! Total flux subtracted in 200 components = 0.00632971 Jy ! Clean residual min=-0.001738 max=0.001623 Jy/beam ! Clean residual mean=-0.000002 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.415909 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.415909 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.943 mas, bmaj=9.829 mas, bpa=-3.483 degrees ! Estimated noise=572.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000572182 Jy ! Component: 100 - total flux cleaned = 0.000568428 Jy ! Component: 150 - total flux cleaned = 0.000578031 Jy ! Component: 200 - total flux cleaned = 0.00056881 Jy ! Total flux subtracted in 200 components = 0.00056881 Jy ! Clean residual min=-0.001682 max=0.001523 Jy/beam ! Clean residual mean=-0.000003 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.416477 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.61606e-05 Jy ! Component: 100 - total flux cleaned = -2.33477e-05 Jy ! Component: 150 - total flux cleaned = -3.60988e-05 Jy ! Component: 200 - total flux cleaned = -4.17741e-05 Jy ! Total flux subtracted in 200 components = -4.17741e-05 Jy ! Clean residual min=-0.001682 max=0.001539 Jy/beam ! Clean residual mean=-0.000003 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.416436 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 32 components and 0.416436 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.996 mas, bmaj=6.293 mas, bpa=-6.181 degrees ! Estimated noise=479.154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.16779e-05 Jy ! Component: 100 - total flux cleaned = -4.55748e-05 Jy ! Component: 150 - total flux cleaned = -7.75595e-05 Jy ! Component: 200 - total flux cleaned = -0.000137817 Jy ! Total flux subtracted in 200 components = -0.000137817 Jy ! Clean residual min=-0.001650 max=0.001659 Jy/beam ! Clean residual mean=-0.000002 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.416298 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.416298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074945Jy sigma=0.000785 ! Fit after self-cal, rms=0.074941Jy sigma=0.000785 wmodel J0813+2542_S_2014_08_09_pus_map.mod ! Writing 41 model components to file: J0813+2542_S_2014_08_09_pus_map.mod wobs J0813+2542_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0813+2542_S_2014_08_09_pus_uvs.fits wwins J0813+2542_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J0813+2542_S_2014_08_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.00026482 Jy ! Component: 100 - total flux cleaned = -0.000512266 Jy ! Component: 150 - total flux cleaned = -0.000589406 Jy ! Component: 200 - total flux cleaned = -0.000663827 Jy ! Component: 250 - total flux cleaned = -0.000711664 Jy ! Component: 300 - total flux cleaned = -0.000734729 Jy ! Component: 350 - total flux cleaned = -0.000801876 Jy ! Component: 400 - total flux cleaned = -0.000845403 Jy ! Component: 450 - total flux cleaned = -0.000952613 Jy ! Component: 500 - total flux cleaned = -0.000931767 Jy ! Component: 550 - total flux cleaned = -0.000993793 Jy ! Component: 600 - total flux cleaned = -0.000993682 Jy ! Component: 650 - total flux cleaned = -0.00101277 Jy ! Component: 700 - total flux cleaned = -0.00105071 Jy ! Component: 750 - total flux cleaned = -0.00106908 Jy ! Component: 800 - total flux cleaned = -0.00112467 Jy ! Component: 850 - total flux cleaned = -0.00119769 Jy ! Component: 900 - total flux cleaned = -0.00125135 Jy ! Component: 950 - total flux cleaned = -0.00130422 Jy ! Component: 1000 - total flux cleaned = -0.00135609 Jy ! Component: 1050 - total flux cleaned = -0.00135615 Jy ! Component: 1100 - total flux cleaned = -0.00145729 Jy ! Component: 1150 - total flux cleaned = -0.00150719 Jy ! Component: 1200 - total flux cleaned = -0.00153978 Jy ! Component: 1250 - total flux cleaned = -0.0015878 Jy ! Component: 1300 - total flux cleaned = -0.0015877 Jy ! Component: 1350 - total flux cleaned = -0.00161914 Jy ! Component: 1400 - total flux cleaned = -0.00169684 Jy ! Component: 1450 - total flux cleaned = -0.00169691 Jy ! Component: 1500 - total flux cleaned = -0.00175719 Jy ! Component: 1550 - total flux cleaned = -0.00172728 Jy ! Component: 1600 - total flux cleaned = -0.00175669 Jy ! Component: 1650 - total flux cleaned = -0.00177126 Jy ! Component: 1700 - total flux cleaned = -0.00180021 Jy ! Component: 1750 - total flux cleaned = -0.00181435 Jy ! Component: 1800 - total flux cleaned = -0.00187098 Jy ! Component: 1850 - total flux cleaned = -0.00185701 Jy ! Component: 1900 - total flux cleaned = -0.00189847 Jy ! Component: 1950 - total flux cleaned = -0.00188481 Jy ! Component: 2000 - total flux cleaned = -0.00187122 Jy ! Component: 2050 - total flux cleaned = -0.00191165 Jy ! Component: 2100 - total flux cleaned = -0.00192491 Jy ! Component: 2150 - total flux cleaned = -0.00192516 Jy ! Component: 2200 - total flux cleaned = -0.00199047 Jy ! Component: 2250 - total flux cleaned = -0.00197752 Jy ! Component: 2300 - total flux cleaned = -0.002016 Jy ! Component: 2350 - total flux cleaned = -0.00205406 Jy ! Component: 2400 - total flux cleaned = -0.00204131 Jy ! Component: 2450 - total flux cleaned = -0.00206633 Jy ! Component: 2500 - total flux cleaned = -0.00210343 Jy ! Component: 2550 - total flux cleaned = -0.00209124 Jy ! Component: 2600 - total flux cleaned = -0.00211559 Jy ! Component: 2650 - total flux cleaned = -0.00211583 Jy ! Component: 2700 - total flux cleaned = -0.0021638 Jy ! Component: 2750 - total flux cleaned = -0.00218771 Jy ! Component: 2800 - total flux cleaned = -0.00222298 Jy ! Component: 2850 - total flux cleaned = -0.00221134 Jy ! Component: 2900 - total flux cleaned = -0.0021999 Jy ! Component: 2950 - total flux cleaned = -0.00222289 Jy ! Component: 3000 - total flux cleaned = -0.00223421 Jy ! Component: 3050 - total flux cleaned = -0.00224548 Jy ! Component: 3100 - total flux cleaned = -0.0022678 Jy ! Component: 3150 - total flux cleaned = -0.00227898 Jy ! Component: 3200 - total flux cleaned = -0.00231196 Jy ! Component: 3250 - total flux cleaned = -0.00226805 Jy ! Component: 3300 - total flux cleaned = -0.00227893 Jy ! Component: 3350 - total flux cleaned = -0.00225734 Jy ! Component: 3400 - total flux cleaned = -0.00225742 Jy ! Component: 3450 - total flux cleaned = -0.00223615 Jy ! Component: 3500 - total flux cleaned = -0.00225729 Jy ! Component: 3550 - total flux cleaned = -0.00221526 Jy ! Component: 3600 - total flux cleaned = -0.00222565 Jy ! Component: 3650 - total flux cleaned = -0.00221525 Jy ! Component: 3700 - total flux cleaned = -0.00219459 Jy ! Component: 3750 - total flux cleaned = -0.00217412 Jy ! Component: 3800 - total flux cleaned = -0.00216399 Jy ! Component: 3850 - total flux cleaned = -0.00213371 Jy ! Component: 3900 - total flux cleaned = -0.00213371 Jy ! Component: 3950 - total flux cleaned = -0.00210382 Jy ! Component: 4000 - total flux cleaned = -0.00211367 Jy ! Component: 4050 - total flux cleaned = -0.00210387 Jy ! Total flux subtracted in 4096 components = -0.00207439 Jy ! Clean residual min=-0.000491 max=0.000627 Jy/beam ! Clean residual mean=-0.000000 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.414223 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 322 components and 0.414223 Jy ![Exited script file: muppet] wmap "J0813+2542_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.996 x 6.293 at -6.181 degrees (North through East) ! Clean map min=-0.0012883 max=0.37388 Jy/beam ! Writing clean map to FITS file: J0813+2542_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.373883 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175093 device "J0813+2542_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0813+2542_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.140493 0.140493 0.280986 0.561973 1.12395 2.24789 4.49578 8.99157 17.9831 35.9663 71.9325 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.373 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.996 x 6.293 at -6.181 degrees (North through East) ! Clean map min=-0.0012883 max=0.37388 Jy/beam quit ! Quitting program ! Log file J0813+2542_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:58:31 2016