! Started logfile: J0344+6827_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:44:46 2016 obs J0344+6827_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0344+6827_S_2015_03_17_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.970679 visibilities/baseline/integration-bin. ! Found source: J0344+6827 ! ! 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 12580 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 J0344+6827_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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917075Jy sigma=0.010443 ! Fit after self-cal, rms=0.905410Jy sigma=0.010308 ! 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.663 mas, bmaj=4.792 mas, bpa=-76.81 degrees ! Estimated noise=921.138 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.0709328 Jy ! Component: 100 - total flux cleaned = 0.0876679 Jy ! Total flux subtracted in 100 components = 0.0876679 Jy ! Clean residual min=-0.004370 max=0.006313 Jy/beam ! Clean residual mean=0.000001 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.0876679 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0876679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075644Jy sigma=0.000796 ! Fit after self-cal, rms=0.075634Jy sigma=0.000796 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00707619 Jy ! Component: 100 - total flux cleaned = 0.0113472 Jy ! Total flux subtracted in 100 components = 0.0113472 Jy ! Clean residual min=-0.003955 max=0.003821 Jy/beam ! Clean residual mean=0.000003 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.0990151 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.0990151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074514Jy sigma=0.000786 ! Fit after self-cal, rms=0.074504Jy sigma=0.000786 ! 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.374 mas, bmaj=5.839 mas, bpa=-80.69 degrees ! Estimated noise=564.261 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.00443645 Jy ! Component: 100 - total flux cleaned = 0.00681719 Jy ! Component: 150 - total flux cleaned = 0.00826809 Jy ! Component: 200 - total flux cleaned = 0.00916693 Jy ! Total flux subtracted in 200 components = 0.00916693 Jy ! Clean residual min=-0.003188 max=0.002502 Jy/beam ! Clean residual mean=0.000008 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.108182 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 51 components and 0.108182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074117Jy sigma=0.000784 ! Fit after self-cal, rms=0.074115Jy sigma=0.000784 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.89 HN 0.95 KP 1.07 ! LA 1.00 MK 1.04 NL 0.89 OV 1.03 ! PT 1.10 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.90 HN 1.02 KP 1.08 ! LA 0.94 MK 1.05 NL 0.99 OV 1.03 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.89 HN 1.00 KP 0.97 ! LA 0.78 MK 1.09 NL 1.15 OV 0.94 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.92 HN 0.99 KP 0.94 ! LA 0.86 MK 1.13 NL 1.05 OV 1.01 ! PT 1.08 SC 0.93 ! ! ! Fit before self-cal, rms=0.074115Jy sigma=0.000784 ! Fit after self-cal, rms=0.071008Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.425 mas, bmaj=5.895 mas, bpa=-81.36 degrees ! Estimated noise=564.808 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.000931964 Jy ! Component: 100 - total flux cleaned = -0.000978246 Jy ! Component: 150 - total flux cleaned = -0.00101478 Jy ! Component: 200 - total flux cleaned = -0.00104524 Jy ! Total flux subtracted in 200 components = -0.00104524 Jy ! Clean residual min=-0.001914 max=0.002065 Jy/beam ! Clean residual mean=-0.000001 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.107137 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.107137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070994Jy sigma=0.000775 ! Fit after self-cal, rms=0.070942Jy sigma=0.000775 ! 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.070942Jy sigma=0.000775 ! Fit after self-cal, rms=0.070962Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.436 mas, bmaj=5.919 mas, bpa=-80.87 degrees ! Estimated noise=564.144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000679504 Jy ! Component: 100 - total flux cleaned = -0.000779513 Jy ! Component: 150 - total flux cleaned = -0.000859771 Jy ! Component: 200 - total flux cleaned = -0.00092516 Jy ! Total flux subtracted in 200 components = -0.00092516 Jy ! Clean residual min=-0.001853 max=0.001993 Jy/beam ! Clean residual mean=0.000003 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.106212 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 63 components and 0.106212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070954Jy sigma=0.000774 ! Fit after self-cal, rms=0.070959Jy 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) ! Added new window around map position (-12.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175416 Jy ! Component: 100 - total flux cleaned = 0.0025112 Jy ! Component: 150 - total flux cleaned = 0.00269225 Jy ! Component: 200 - total flux cleaned = 0.00275617 Jy ! Total flux subtracted in 200 components = 0.00275617 Jy ! Clean residual min=-0.001774 max=0.001582 Jy/beam ! Clean residual mean=0.000005 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.108968 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 86 components and 0.108968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070915Jy sigma=0.000774 ! Fit after self-cal, rms=0.070910Jy sigma=0.000774 ! 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.070910Jy sigma=0.000774 ! Fit after self-cal, rms=0.070893Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.448 mas, bmaj=5.938 mas, bpa=-80.89 degrees ! Estimated noise=563.293 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000330623 Jy ! Component: 100 - total flux cleaned = 0.000330194 Jy ! Component: 150 - total flux cleaned = 0.000349075 Jy ! Component: 200 - total flux cleaned = 0.000317693 Jy ! Total flux subtracted in 200 components = 0.000317693 Jy ! Clean residual min=-0.001754 max=0.001540 Jy/beam ! Clean residual mean=0.000005 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.109285 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 94 components and 0.109285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070881Jy sigma=0.000773 ! Fit after self-cal, rms=0.070882Jy 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.000236699 Jy ! Component: 100 - total flux cleaned = 0.000222087 Jy ! Component: 150 - total flux cleaned = 0.000222206 Jy ! Component: 200 - total flux cleaned = 0.00020981 Jy ! Total flux subtracted in 200 components = 0.00020981 Jy ! Clean residual min=-0.001743 max=0.001534 Jy/beam ! Clean residual mean=0.000005 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.109495 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 102 components and 0.109495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070877Jy sigma=0.000773 ! Fit after self-cal, rms=0.070876Jy 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.070876Jy sigma=0.000773 ! Fit after self-cal, rms=0.070870Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.381 mas, bmaj=10.46 mas, bpa=89.59 degrees ! Estimated noise=711.037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000314885 Jy ! Component: 100 - total flux cleaned = -0.000422528 Jy ! Component: 150 - total flux cleaned = -0.000465741 Jy ! Component: 200 - total flux cleaned = -0.000495062 Jy ! Total flux subtracted in 200 components = -0.000495062 Jy ! Clean residual min=-0.001816 max=0.001689 Jy/beam ! Clean residual mean=0.000012 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.109 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 119 components and 0.109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070870Jy sigma=0.000773 ! Fit after self-cal, rms=0.070872Jy 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 = -1.75161e-05 Jy ! Component: 100 - total flux cleaned = -3.80329e-05 Jy ! Component: 150 - total flux cleaned = -5.02069e-05 Jy ! Component: 200 - total flux cleaned = -6.65718e-05 Jy ! Total flux subtracted in 200 components = -6.65718e-05 Jy ! Clean residual min=-0.001825 max=0.001675 Jy/beam ! Clean residual mean=0.000012 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.108934 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 127 components and 0.108934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070873Jy sigma=0.000773 ! Fit after self-cal, rms=0.070873Jy sigma=0.000773 ! 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.457 mas, bmaj=5.95 mas, bpa=-80.91 degrees ! Estimated noise=562.731 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.457 x 5.95 at -80.91 degrees (North through East) ! Clean map min=-0.0016716 max=0.093647 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.718 mas, bmaj=4.86 mas, bpa=-77.14 degrees ! Estimated noise=937.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0720538 Jy ! Component: 100 - total flux cleaned = 0.0885252 Jy ! Component: 150 - total flux cleaned = 0.0943959 Jy ! Component: 200 - total flux cleaned = 0.0980305 Jy ! Total flux subtracted in 200 components = 0.0980305 Jy ! Clean residual min=-0.003284 max=0.003179 Jy/beam ! Clean residual mean=-0.000000 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.0980305 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0980305 Jy ! Inverting map and beam ! Estimated beam: bmin=3.457 mas, bmaj=5.95 mas, bpa=-80.91 degrees ! Estimated noise=562.731 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.0034889 Jy ! Component: 100 - total flux cleaned = 0.00555095 Jy ! Component: 150 - total flux cleaned = 0.00705196 Jy ! Component: 200 - total flux cleaned = 0.00820141 Jy ! Total flux subtracted in 200 components = 0.00820141 Jy ! Clean residual min=-0.001732 max=0.001539 Jy/beam ! Clean residual mean=0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.106232 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 53 components and 0.106232 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.381 mas, bmaj=10.46 mas, bpa=89.59 degrees ! Estimated noise=711.037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140042 Jy ! Component: 100 - total flux cleaned = 0.00211439 Jy ! Component: 150 - total flux cleaned = 0.0023293 Jy ! Component: 200 - total flux cleaned = 0.00244284 Jy ! Total flux subtracted in 200 components = 0.00244284 Jy ! Clean residual min=-0.001808 max=0.001669 Jy/beam ! Clean residual mean=0.000012 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.108675 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.92713e-05 Jy ! Component: 100 - total flux cleaned = 7.76708e-05 Jy ! Component: 150 - total flux cleaned = 8.50485e-05 Jy ! Component: 200 - total flux cleaned = 8.52537e-05 Jy ! Total flux subtracted in 200 components = 8.52537e-05 Jy ! Clean residual min=-0.001815 max=0.001661 Jy/beam ! Clean residual mean=0.000012 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.10876 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 82 components and 0.10876 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.457 mas, bmaj=5.95 mas, bpa=-80.91 degrees ! Estimated noise=562.731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000213937 Jy ! Component: 100 - total flux cleaned = -4.55739e-05 Jy ! Component: 150 - total flux cleaned = 5.646e-05 Jy ! Component: 200 - total flux cleaned = 9.15561e-05 Jy ! Total flux subtracted in 200 components = 9.15561e-05 Jy ! Clean residual min=-0.001798 max=0.001573 Jy/beam ! Clean residual mean=0.000005 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.108852 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 98 components and 0.108852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070876Jy sigma=0.000773 ! Fit after self-cal, rms=0.070873Jy sigma=0.000773 wmodel J0344+6827_S_2015_03_17_pus_map.mod ! Writing 98 model components to file: J0344+6827_S_2015_03_17_pus_map.mod wobs J0344+6827_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0344+6827_S_2015_03_17_pus_uvs.fits wwins J0344+6827_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0344+6827_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.000452008 Jy ! Component: 100 - total flux cleaned = -0.000623137 Jy ! Component: 150 - total flux cleaned = -0.00078686 Jy ! Component: 200 - total flux cleaned = -0.000918947 Jy ! Component: 250 - total flux cleaned = -0.001097 Jy ! Component: 300 - total flux cleaned = -0.00119566 Jy ! Component: 350 - total flux cleaned = -0.00133965 Jy ! Component: 400 - total flux cleaned = -0.0014093 Jy ! Component: 450 - total flux cleaned = -0.00154556 Jy ! Component: 500 - total flux cleaned = -0.00170061 Jy ! Component: 550 - total flux cleaned = -0.00180909 Jy ! Component: 600 - total flux cleaned = -0.00191551 Jy ! Component: 650 - total flux cleaned = -0.00197812 Jy ! Component: 700 - total flux cleaned = -0.00210192 Jy ! Component: 750 - total flux cleaned = -0.00210168 Jy ! Component: 800 - total flux cleaned = -0.00212212 Jy ! Component: 850 - total flux cleaned = -0.00214249 Jy ! Component: 900 - total flux cleaned = -0.00218098 Jy ! Component: 950 - total flux cleaned = -0.00221893 Jy ! Component: 1000 - total flux cleaned = -0.00220002 Jy ! Component: 1050 - total flux cleaned = -0.00221863 Jy ! Component: 1100 - total flux cleaned = -0.00227352 Jy ! Component: 1150 - total flux cleaned = -0.00225545 Jy ! Component: 1200 - total flux cleaned = -0.00230938 Jy ! Component: 1250 - total flux cleaned = -0.00229226 Jy ! Component: 1300 - total flux cleaned = -0.00231001 Jy ! Component: 1350 - total flux cleaned = -0.00236155 Jy ! Component: 1400 - total flux cleaned = -0.00241238 Jy ! Component: 1450 - total flux cleaned = -0.00242924 Jy ! Component: 1500 - total flux cleaned = -0.00249555 Jy ! Component: 1550 - total flux cleaned = -0.00244622 Jy ! Component: 1600 - total flux cleaned = -0.00244654 Jy ! Component: 1650 - total flux cleaned = -0.00252685 Jy ! Component: 1700 - total flux cleaned = -0.00254285 Jy ! Component: 1750 - total flux cleaned = -0.00254321 Jy ! Component: 1800 - total flux cleaned = -0.00252794 Jy ! Component: 1850 - total flux cleaned = -0.00263566 Jy ! Component: 1900 - total flux cleaned = -0.00263555 Jy ! Component: 1950 - total flux cleaned = -0.00266559 Jy ! Component: 2000 - total flux cleaned = -0.00271041 Jy ! Component: 2050 - total flux cleaned = -0.00273988 Jy ! Component: 2100 - total flux cleaned = -0.00274009 Jy ! Component: 2150 - total flux cleaned = -0.00279808 Jy ! Component: 2200 - total flux cleaned = -0.00276942 Jy ! Component: 2250 - total flux cleaned = -0.00282631 Jy ! Component: 2300 - total flux cleaned = -0.00281207 Jy ! Component: 2350 - total flux cleaned = -0.00284023 Jy ! Component: 2400 - total flux cleaned = -0.0028401 Jy ! Component: 2450 - total flux cleaned = -0.00288145 Jy ! Component: 2500 - total flux cleaned = -0.00292249 Jy ! Component: 2550 - total flux cleaned = -0.00294955 Jy ! Component: 2600 - total flux cleaned = -0.00296286 Jy ! Component: 2650 - total flux cleaned = -0.00290949 Jy ! Component: 2700 - total flux cleaned = -0.0029094 Jy ! Component: 2750 - total flux cleaned = -0.00290942 Jy ! Component: 2800 - total flux cleaned = -0.00290938 Jy ! Component: 2850 - total flux cleaned = -0.00288344 Jy ! Component: 2900 - total flux cleaned = -0.00280653 Jy ! Component: 2950 - total flux cleaned = -0.00281932 Jy ! Component: 3000 - total flux cleaned = -0.00280653 Jy ! Component: 3050 - total flux cleaned = -0.00278153 Jy ! Component: 3100 - total flux cleaned = -0.0027194 Jy ! Component: 3150 - total flux cleaned = -0.00271938 Jy ! Component: 3200 - total flux cleaned = -0.00269502 Jy ! Component: 3250 - total flux cleaned = -0.00270721 Jy ! Component: 3300 - total flux cleaned = -0.00267092 Jy ! Component: 3350 - total flux cleaned = -0.00271903 Jy ! Component: 3400 - total flux cleaned = -0.0026712 Jy ! Component: 3450 - total flux cleaned = -0.00262368 Jy ! Component: 3500 - total flux cleaned = -0.00267095 Jy ! Component: 3550 - total flux cleaned = -0.00272942 Jy ! Component: 3600 - total flux cleaned = -0.00270606 Jy ! Component: 3650 - total flux cleaned = -0.00264823 Jy ! Component: 3700 - total flux cleaned = -0.0026138 Jy ! Component: 3750 - total flux cleaned = -0.00261376 Jy ! Component: 3800 - total flux cleaned = -0.00261369 Jy ! Component: 3850 - total flux cleaned = -0.00259112 Jy ! Component: 3900 - total flux cleaned = -0.00257993 Jy ! Component: 3950 - total flux cleaned = -0.00257985 Jy ! Component: 4000 - total flux cleaned = -0.00249142 Jy ! Component: 4050 - total flux cleaned = -0.00249146 Jy ! Total flux subtracted in 4096 components = -0.00250241 Jy ! Clean residual min=-0.000684 max=0.000682 Jy/beam ! Clean residual mean=0.000001 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.106349 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 394 components and 0.106349 Jy ![Exited script file: muppet] wmap "J0344+6827_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.457 x 5.95 at -80.91 degrees (North through East) ! Clean map min=-0.0013545 max=0.093875 Jy/beam ! Writing clean map to FITS file: J0344+6827_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.0938747 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000197097 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.629873 0.629873 1.25975 2.51949 5.03898 10.078 20.1559 40.3118 80.6237 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.093 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.457 x 5.95 at -80.91 degrees (North through East) ! Clean map min=-0.0013545 max=0.093875 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 J0344+6827_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:44:53 2016