! Started logfile: J0509+3528_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:47:19 2016 obs J0509+3528_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0509+3528_S_2015_03_17_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.959259 visibilities/baseline/integration-bin. ! Found source: J0509+3528 ! ! 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 12432 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 J0509+3528_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.794586Jy sigma=0.009717 ! Fit after self-cal, rms=0.775263Jy sigma=0.009471 ! 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.996 mas, bmaj=4.732 mas, bpa=-7.228 degrees ! Estimated noise=805.495 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.164725 Jy ! Component: 100 - total flux cleaned = 0.207194 Jy ! Total flux subtracted in 100 components = 0.207194 Jy ! Clean residual min=-0.007878 max=0.018863 Jy/beam ! Clean residual mean=0.000004 rms=0.002253 Jy/beam ! Combined flux in latest and established models = 0.207194 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.207194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088894Jy sigma=0.000942 ! Fit after self-cal, rms=0.088870Jy sigma=0.000941 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0214671 Jy ! Component: 100 - total flux cleaned = 0.0336451 Jy ! Total flux subtracted in 100 components = 0.0336451 Jy ! Clean residual min=-0.006915 max=0.007490 Jy/beam ! Clean residual mean=0.000001 rms=0.001570 Jy/beam ! Combined flux in latest and established models = 0.24084 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.24084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080767Jy sigma=0.000863 ! Fit after self-cal, rms=0.080740Jy sigma=0.000863 ! 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.633 mas, bmaj=5.524 mas, bpa=-7.288 degrees ! Estimated noise=538.897 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.0100477 Jy ! Component: 100 - total flux cleaned = 0.0157287 Jy ! Component: 150 - total flux cleaned = 0.0192988 Jy ! Component: 200 - total flux cleaned = 0.021618 Jy ! Total flux subtracted in 200 components = 0.021618 Jy ! Clean residual min=-0.007948 max=0.006592 Jy/beam ! Clean residual mean=-0.000004 rms=0.001561 Jy/beam ! Combined flux in latest and established models = 0.262458 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 45 components and 0.262458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078854Jy sigma=0.000852 ! Fit after self-cal, rms=0.078842Jy sigma=0.000852 ! 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.98 FD 0.85 HN 0.94 KP 1.09 ! LA 0.97 MK 1.05 NL 0.90 OV 1.00 ! PT 1.08 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.90 HN 0.99 KP 1.05 ! LA 0.93 MK 1.08 NL 1.07 OV 1.02 ! PT 1.07 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.92 HN 0.97 KP 0.94 ! LA 0.79 MK 1.10 NL 1.26 OV 0.97 ! PT 1.04 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.95 HN 0.95 KP 0.90 ! LA 0.84 MK 1.12 NL 1.00 OV 0.97 ! PT 1.08 SC 0.99 ! ! ! Fit before self-cal, rms=0.078842Jy sigma=0.000852 ! Fit after self-cal, rms=0.071211Jy sigma=0.000790 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.71 mas, bmaj=5.615 mas, bpa=-6.694 degrees ! Estimated noise=540.771 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.00328895 Jy ! Component: 100 - total flux cleaned = -0.00372116 Jy ! Component: 150 - total flux cleaned = -0.00397697 Jy ! Component: 200 - total flux cleaned = -0.00413046 Jy ! Total flux subtracted in 200 components = -0.00413046 Jy ! Clean residual min=-0.004486 max=0.003638 Jy/beam ! Clean residual mean=-0.000002 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.258327 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 48 components and 0.258327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071054Jy sigma=0.000788 ! Fit after self-cal, rms=0.071010Jy sigma=0.000788 ! 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.071010Jy sigma=0.000788 ! Fit after self-cal, rms=0.070432Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.729 mas, bmaj=5.618 mas, bpa=-7.035 degrees ! Estimated noise=540.721 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00159949 Jy ! Component: 100 - total flux cleaned = -0.00194626 Jy ! Component: 150 - total flux cleaned = -0.00226465 Jy ! Component: 200 - total flux cleaned = -0.00244332 Jy ! Total flux subtracted in 200 components = -0.00244332 Jy ! Clean residual min=-0.002104 max=0.002025 Jy/beam ! Clean residual mean=-0.000003 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.255884 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.255884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070383Jy sigma=0.000771 ! Fit after self-cal, rms=0.070408Jy sigma=0.000771 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.000107062 Jy ! Component: 100 - total flux cleaned = -0.000153523 Jy ! Component: 150 - total flux cleaned = -0.000195149 Jy ! Component: 200 - total flux cleaned = -0.00025479 Jy ! Total flux subtracted in 200 components = -0.00025479 Jy ! Clean residual min=-0.002070 max=0.002032 Jy/beam ! Clean residual mean=-0.000003 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.255629 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.255629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070396Jy sigma=0.000771 ! Fit after self-cal, rms=0.070395Jy sigma=0.000771 ! 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.070395Jy sigma=0.000771 ! Fit after self-cal, rms=0.070400Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.746 mas, bmaj=5.637 mas, bpa=-6.978 degrees ! Estimated noise=541.055 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00120033 Jy ! Component: 100 - total flux cleaned = -0.00146419 Jy ! Component: 150 - total flux cleaned = -0.00165621 Jy ! Component: 200 - total flux cleaned = -0.00184432 Jy ! Total flux subtracted in 200 components = -0.00184432 Jy ! Clean residual min=-0.001943 max=0.001960 Jy/beam ! Clean residual mean=-0.000003 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.253785 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.253785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070368Jy sigma=0.000771 ! Fit after self-cal, rms=0.070368Jy sigma=0.000771 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.000122738 Jy ! Component: 100 - total flux cleaned = -0.000179241 Jy ! Component: 150 - total flux cleaned = -0.000232465 Jy ! Component: 200 - total flux cleaned = -0.000298829 Jy ! Total flux subtracted in 200 components = -0.000298829 Jy ! Clean residual min=-0.001954 max=0.001956 Jy/beam ! Clean residual mean=-0.000003 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.253486 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.253486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070360Jy sigma=0.000771 ! Fit after self-cal, rms=0.070360Jy sigma=0.000771 ! 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.070360Jy sigma=0.000771 ! Fit after self-cal, rms=0.070369Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.646 mas, bmaj=9.229 mas, bpa=-5.844 degrees ! Estimated noise=673.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00125836 Jy ! Component: 100 - total flux cleaned = -0.00172304 Jy ! Component: 150 - total flux cleaned = -0.00179947 Jy ! Component: 200 - total flux cleaned = -0.00185765 Jy ! Total flux subtracted in 200 components = -0.00185765 Jy ! Clean residual min=-0.001978 max=0.001932 Jy/beam ! Clean residual mean=-0.000007 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.251628 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 58 components and 0.251628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070370Jy sigma=0.000770 ! Fit after self-cal, rms=0.070369Jy sigma=0.000770 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.49349e-05 Jy ! Component: 100 - total flux cleaned = -7.27813e-05 Jy ! Component: 150 - total flux cleaned = -0.000103937 Jy ! Component: 200 - total flux cleaned = -0.000123452 Jy ! Total flux subtracted in 200 components = -0.000123452 Jy ! Clean residual min=-0.001958 max=0.001933 Jy/beam ! Clean residual mean=-0.000007 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.251505 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 60 components and 0.251505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070375Jy sigma=0.000770 ! Fit after self-cal, rms=0.070374Jy sigma=0.000770 ! 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.76 mas, bmaj=5.654 mas, bpa=-6.848 degrees ! Estimated noise=541.274 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.76 x 5.654 at -6.848 degrees (North through East) ! Clean map min=-0.0018402 max=0.22181 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.084 mas, bmaj=4.816 mas, bpa=-7.081 degrees ! Estimated noise=823.731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.168389 Jy ! Component: 100 - total flux cleaned = 0.208122 Jy ! Component: 150 - total flux cleaned = 0.226194 Jy ! Component: 200 - total flux cleaned = 0.236324 Jy ! Total flux subtracted in 200 components = 0.236324 Jy ! Clean residual min=-0.003246 max=0.004977 Jy/beam ! Clean residual mean=0.000001 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.236324 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.236324 Jy ! Inverting map and beam ! Estimated beam: bmin=3.76 mas, bmaj=5.654 mas, bpa=-6.848 degrees ! Estimated noise=541.274 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.00719181 Jy ! Component: 100 - total flux cleaned = 0.010686 Jy ! Component: 150 - total flux cleaned = 0.0125606 Jy ! Component: 200 - total flux cleaned = 0.0136589 Jy ! Total flux subtracted in 200 components = 0.0136589 Jy ! Clean residual min=-0.001847 max=0.001892 Jy/beam ! Clean residual mean=-0.000003 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.249983 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 39 components and 0.249983 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.646 mas, bmaj=9.229 mas, bpa=-5.844 degrees ! Estimated noise=673.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112421 Jy ! Component: 100 - total flux cleaned = 0.00129073 Jy ! Component: 150 - total flux cleaned = 0.0013495 Jy ! Component: 200 - total flux cleaned = 0.00140627 Jy ! Total flux subtracted in 200 components = 0.00140627 Jy ! Clean residual min=-0.001912 max=0.001919 Jy/beam ! Clean residual mean=-0.000007 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.251389 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 = 2.70198e-05 Jy ! Component: 100 - total flux cleaned = 2.70416e-05 Jy ! Component: 150 - total flux cleaned = 4.08508e-05 Jy ! Component: 200 - total flux cleaned = 4.73921e-05 Jy ! Total flux subtracted in 200 components = 4.73921e-05 Jy ! Clean residual min=-0.001915 max=0.001923 Jy/beam ! Clean residual mean=-0.000007 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.251436 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.251436 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.76 mas, bmaj=5.654 mas, bpa=-6.848 degrees ! Estimated noise=541.274 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000224866 Jy ! Component: 100 - total flux cleaned = -0.000104054 Jy ! Component: 150 - total flux cleaned = -4.85255e-05 Jy ! Component: 200 - total flux cleaned = 1.28552e-05 Jy ! Total flux subtracted in 200 components = 1.28552e-05 Jy ! Clean residual min=-0.001790 max=0.001938 Jy/beam ! Clean residual mean=-0.000003 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.251449 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.251449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070319Jy sigma=0.000770 ! Fit after self-cal, rms=0.070317Jy sigma=0.000770 wmodel J0509+3528_S_2015_03_17_pus_map.mod ! Writing 56 model components to file: J0509+3528_S_2015_03_17_pus_map.mod wobs J0509+3528_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0509+3528_S_2015_03_17_pus_uvs.fits wwins J0509+3528_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0509+3528_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.000182591 Jy ! Component: 100 - total flux cleaned = 0.000213688 Jy ! Component: 150 - total flux cleaned = 0.000242923 Jy ! Component: 200 - total flux cleaned = 0.000242799 Jy ! Component: 250 - total flux cleaned = 0.000269686 Jy ! Component: 300 - total flux cleaned = 0.000269372 Jy ! Component: 350 - total flux cleaned = 0.000243822 Jy ! Component: 400 - total flux cleaned = 0.000294353 Jy ! Component: 450 - total flux cleaned = 0.000343301 Jy ! Component: 500 - total flux cleaned = 0.000366589 Jy ! Component: 550 - total flux cleaned = 0.000366397 Jy ! Component: 600 - total flux cleaned = 0.000343226 Jy ! Component: 650 - total flux cleaned = 0.00032036 Jy ! Component: 700 - total flux cleaned = 0.000386573 Jy ! Component: 750 - total flux cleaned = 0.000408549 Jy ! Component: 800 - total flux cleaned = 0.000494519 Jy ! Component: 850 - total flux cleaned = 0.000599979 Jy ! Component: 900 - total flux cleaned = 0.000662039 Jy ! Component: 950 - total flux cleaned = 0.000662184 Jy ! Component: 1000 - total flux cleaned = 0.000763266 Jy ! Component: 1050 - total flux cleaned = 0.000822991 Jy ! Component: 1100 - total flux cleaned = 0.000940494 Jy ! Component: 1150 - total flux cleaned = 0.000940426 Jy ! Component: 1200 - total flux cleaned = 0.00105456 Jy ! Component: 1250 - total flux cleaned = 0.00109208 Jy ! Component: 1300 - total flux cleaned = 0.00111095 Jy ! Component: 1350 - total flux cleaned = 0.00111082 Jy ! Component: 1400 - total flux cleaned = 0.00116493 Jy ! Component: 1450 - total flux cleaned = 0.00116496 Jy ! Component: 1500 - total flux cleaned = 0.00114715 Jy ! Component: 1550 - total flux cleaned = 0.00112988 Jy ! Component: 1600 - total flux cleaned = 0.00116436 Jy ! Component: 1650 - total flux cleaned = 0.00121535 Jy ! Component: 1700 - total flux cleaned = 0.00124914 Jy ! Component: 1750 - total flux cleaned = 0.00123238 Jy ! Component: 1800 - total flux cleaned = 0.00124901 Jy ! Component: 1850 - total flux cleaned = 0.00121655 Jy ! Component: 1900 - total flux cleaned = 0.00131255 Jy ! Component: 1950 - total flux cleaned = 0.00124901 Jy ! Component: 2000 - total flux cleaned = 0.00126454 Jy ! Component: 2050 - total flux cleaned = 0.00126428 Jy ! Component: 2100 - total flux cleaned = 0.00124918 Jy ! Component: 2150 - total flux cleaned = 0.00129485 Jy ! Component: 2200 - total flux cleaned = 0.00126453 Jy ! Component: 2250 - total flux cleaned = 0.00130905 Jy ! Component: 2300 - total flux cleaned = 0.00123526 Jy ! Component: 2350 - total flux cleaned = 0.00127934 Jy ! Component: 2400 - total flux cleaned = 0.00127924 Jy ! Component: 2450 - total flux cleaned = 0.00119337 Jy ! Component: 2500 - total flux cleaned = 0.00123595 Jy ! Component: 2550 - total flux cleaned = 0.00123585 Jy ! Component: 2600 - total flux cleaned = 0.00123575 Jy ! Component: 2650 - total flux cleaned = 0.00126315 Jy ! Component: 2700 - total flux cleaned = 0.00122205 Jy ! Component: 2750 - total flux cleaned = 0.00120855 Jy ! Component: 2800 - total flux cleaned = 0.00126222 Jy ! Component: 2850 - total flux cleaned = 0.00126221 Jy ! Component: 2900 - total flux cleaned = 0.00120932 Jy ! Component: 2950 - total flux cleaned = 0.00130133 Jy ! Component: 3000 - total flux cleaned = 0.0012361 Jy ! Component: 3050 - total flux cleaned = 0.0012105 Jy ! Component: 3100 - total flux cleaned = 0.00123616 Jy ! Component: 3150 - total flux cleaned = 0.00119824 Jy ! Component: 3200 - total flux cleaned = 0.00122339 Jy ! Component: 3250 - total flux cleaned = 0.00119838 Jy ! Component: 3300 - total flux cleaned = 0.00119838 Jy ! Component: 3350 - total flux cleaned = 0.00114932 Jy ! Component: 3400 - total flux cleaned = 0.0011738 Jy ! Component: 3450 - total flux cleaned = 0.00117385 Jy ! Component: 3500 - total flux cleaned = 0.00113766 Jy ! Component: 3550 - total flux cleaned = 0.00116157 Jy ! Component: 3600 - total flux cleaned = 0.00117334 Jy ! Component: 3650 - total flux cleaned = 0.00111461 Jy ! Component: 3700 - total flux cleaned = 0.00111464 Jy ! Component: 3750 - total flux cleaned = 0.00110308 Jy ! Component: 3800 - total flux cleaned = 0.00111456 Jy ! Component: 3850 - total flux cleaned = 0.00102318 Jy ! Component: 3900 - total flux cleaned = 0.00105719 Jy ! Component: 3950 - total flux cleaned = 0.000989567 Jy ! Component: 4000 - total flux cleaned = 0.00102308 Jy ! Component: 4050 - total flux cleaned = 0.00103416 Jy ! Total flux subtracted in 4096 components = 0.000967857 Jy ! Clean residual min=-0.000643 max=0.000907 Jy/beam ! Clean residual mean=-0.000001 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.252417 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 350 components and 0.252417 Jy ![Exited script file: muppet] wmap "J0509+3528_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.76 x 5.654 at -6.848 degrees (North through East) ! Clean map min=-0.0012494 max=0.22225 Jy/beam ! Writing clean map to FITS file: J0509+3528_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.222253 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202162 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.272882 0.272882 0.545764 1.09153 2.18305 4.36611 8.73222 17.4644 34.9289 69.8577 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.222 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.76 x 5.654 at -6.848 degrees (North through East) ! Clean map min=-0.0012494 max=0.22225 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 J0509+3528_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:47:26 2016