! Started logfile: J1128+1039_S_2017_02_19_pus_uvs.log on Sat May 4 18:49:48 2019 obs J1128+1039_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1128+1039_S_2017_02_19_pus_uva.fits ! AN table 1: 174 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.608557 visibilities/baseline/integration-bin. ! Found source: J1128+1039 ! ! 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 482 lines of history. ! ! Reading 19060 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 J1128+1039_S_2017_02_19_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 390 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 365 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 390 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 905 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.993868Jy sigma=0.008740 ! Fit after self-cal, rms=0.957507Jy sigma=0.008438 ! 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.603 mas, bmaj=6.347 mas, bpa=2.12 degrees ! Estimated noise=920.8 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.0355721 Jy ! Component: 100 - total flux cleaned = 0.0437491 Jy ! Total flux subtracted in 100 components = 0.0437491 Jy ! Clean residual min=-0.002856 max=0.002954 Jy/beam ! Clean residual mean=-0.000007 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.0437491 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0437491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077577Jy sigma=0.000629 ! Fit after self-cal, rms=0.076388Jy sigma=0.000618 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00427278 Jy ! Component: 100 - total flux cleaned = 0.00614222 Jy ! Total flux subtracted in 100 components = 0.00614222 Jy ! Clean residual min=-0.003056 max=0.002850 Jy/beam ! Clean residual mean=-0.000005 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.0498913 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 20 components and 0.0498913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076202Jy sigma=0.000617 ! Fit after self-cal, rms=0.076163Jy sigma=0.000617 ! 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=4.017 mas, bmaj=6.935 mas, bpa=3.595 degrees ! Estimated noise=654.5 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 = -3.32859e-05 Jy ! Component: 100 - total flux cleaned = -6.13715e-05 Jy ! Component: 150 - total flux cleaned = -8.2941e-05 Jy ! Component: 200 - total flux cleaned = -6.5102e-05 Jy ! Total flux subtracted in 200 components = -6.5102e-05 Jy ! Clean residual min=-0.001950 max=0.002193 Jy/beam ! Clean residual mean=-0.000004 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0498262 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 35 components and 0.0498262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076152Jy sigma=0.000617 ! Fit after self-cal, rms=0.076138Jy sigma=0.000617 ! 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.02 HN 1.02 KP 1.04 ! LA 1.11 MK 0.94 NL 0.89 OV 1.02 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.11 HN 1.03 KP 1.05 ! LA 1.07 MK 1.04 NL 1.04 OV 1.03 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.10 HN 0.98 KP 0.91 ! LA 0.84 MK 1.21 NL 1.10 OV 1.01 ! PT 1.00* SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.98 HN 0.89 KP 1.00* ! LA 0.81 MK 0.84 NL 1.00* OV 0.89 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.076138Jy sigma=0.000617 ! Fit after self-cal, rms=0.074619Jy sigma=0.000615 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.02 mas, bmaj=6.938 mas, bpa=3.686 degrees ! Estimated noise=661.1 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.000342315 Jy ! Component: 100 - total flux cleaned = 0.000505362 Jy ! Component: 150 - total flux cleaned = 0.000632204 Jy ! Component: 200 - total flux cleaned = 0.000733317 Jy ! Total flux subtracted in 200 components = 0.000733317 Jy ! Clean residual min=-0.001909 max=0.001814 Jy/beam ! Clean residual mean=-0.000002 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.0505595 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 50 components and 0.0505595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074608Jy sigma=0.000615 ! Fit after self-cal, rms=0.074489Jy sigma=0.000614 ! 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.074489Jy sigma=0.000614 ! Fit after self-cal, rms=0.073404Jy sigma=0.000613 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.026 mas, bmaj=6.952 mas, bpa=3.905 degrees ! Estimated noise=660.509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000117597 Jy ! Component: 100 - total flux cleaned = -0.000104474 Jy ! Component: 150 - total flux cleaned = -7.17385e-05 Jy ! Component: 200 - total flux cleaned = -5.34027e-05 Jy ! Total flux subtracted in 200 components = -5.34027e-05 Jy ! Clean residual min=-0.001676 max=0.001626 Jy/beam ! Clean residual mean=-0.000004 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0505061 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.0505061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073400Jy sigma=0.000613 ! Fit after self-cal, rms=0.073362Jy sigma=0.000613 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.000280145 Jy ! Component: 100 - total flux cleaned = 0.000267725 Jy ! Component: 150 - total flux cleaned = 0.000267764 Jy ! Component: 200 - total flux cleaned = 0.000275799 Jy ! Total flux subtracted in 200 components = 0.000275799 Jy ! Clean residual min=-0.001635 max=0.001644 Jy/beam ! Clean residual mean=-0.000004 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0507819 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 57 components and 0.0507819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073358Jy sigma=0.000613 ! Fit after self-cal, rms=0.073346Jy sigma=0.000613 ! 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.073346Jy sigma=0.000613 ! Fit after self-cal, rms=0.073513Jy sigma=0.000613 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.023 mas, bmaj=6.965 mas, bpa=4.217 degrees ! Estimated noise=660.306 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.45365e-05 Jy ! Component: 100 - total flux cleaned = 6.28579e-06 Jy ! Component: 150 - total flux cleaned = 3.34839e-05 Jy ! Component: 200 - total flux cleaned = 5.75703e-05 Jy ! Total flux subtracted in 200 components = 5.75703e-05 Jy ! Clean residual min=-0.001650 max=0.001662 Jy/beam ! Clean residual mean=-0.000004 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.0508395 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.0508395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073511Jy sigma=0.000613 ! Fit after self-cal, rms=0.073530Jy sigma=0.000613 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 (-15, 57.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157721 Jy ! Component: 100 - total flux cleaned = 0.00229548 Jy ! Component: 150 - total flux cleaned = 0.00255186 Jy ! Component: 200 - total flux cleaned = 0.00263756 Jy ! Total flux subtracted in 200 components = 0.00263756 Jy ! Clean residual min=-0.001485 max=0.001569 Jy/beam ! Clean residual mean=-0.000004 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0534771 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 76 components and 0.0534771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073494Jy sigma=0.000612 ! Fit after self-cal, rms=0.073487Jy sigma=0.000612 ! 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.073487Jy sigma=0.000612 ! Fit after self-cal, rms=0.073360Jy sigma=0.000612 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.641 mas, bmaj=10.07 mas, bpa=4.727 degrees ! Estimated noise=812.067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000981173 Jy ! Component: 100 - total flux cleaned = 0.00118894 Jy ! Component: 150 - total flux cleaned = 0.00131594 Jy ! Component: 200 - total flux cleaned = 0.00136236 Jy ! Total flux subtracted in 200 components = 0.00136236 Jy ! Clean residual min=-0.001753 max=0.001633 Jy/beam ! Clean residual mean=-0.000006 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0548394 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.0548394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073348Jy sigma=0.000612 ! Fit after self-cal, rms=0.073362Jy sigma=0.000612 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.000498923 Jy ! Component: 100 - total flux cleaned = 0.000636453 Jy ! Component: 150 - total flux cleaned = 0.000694642 Jy ! Component: 200 - total flux cleaned = 0.000707358 Jy ! Total flux subtracted in 200 components = 0.000707358 Jy ! Clean residual min=-0.001744 max=0.001698 Jy/beam ! Clean residual mean=-0.000006 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0555468 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.0555468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073355Jy sigma=0.000612 ! Fit after self-cal, rms=0.073352Jy sigma=0.000612 ! 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=4.015 mas, bmaj=6.972 mas, bpa=4.464 degrees ! Estimated noise=657.191 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.015 x 6.972 at 4.464 degrees (North through East) ! Clean map min=-0.0015469 max=0.046512 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.601 mas, bmaj=6.396 mas, bpa=3.435 degrees ! Estimated noise=911.495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0366128 Jy ! Component: 100 - total flux cleaned = 0.0454483 Jy ! Component: 150 - total flux cleaned = 0.0493199 Jy ! Component: 200 - total flux cleaned = 0.051944 Jy ! Total flux subtracted in 200 components = 0.051944 Jy ! Clean residual min=-0.002640 max=0.002174 Jy/beam ! Clean residual mean=-0.000007 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.051944 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.051944 Jy ! Inverting map and beam ! Estimated beam: bmin=4.015 mas, bmaj=6.972 mas, bpa=4.464 degrees ! Estimated noise=657.191 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.00153345 Jy ! Component: 100 - total flux cleaned = 0.00228906 Jy ! Component: 150 - total flux cleaned = 0.00262471 Jy ! Component: 200 - total flux cleaned = 0.00286936 Jy ! Total flux subtracted in 200 components = 0.00286936 Jy ! Clean residual min=-0.001730 max=0.001558 Jy/beam ! Clean residual mean=-0.000005 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0548133 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 39 components and 0.0548133 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.641 mas, bmaj=10.07 mas, bpa=4.727 degrees ! Estimated noise=812.067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000773195 Jy ! Component: 100 - total flux cleaned = 0.00106773 Jy ! Component: 150 - total flux cleaned = 0.00123211 Jy ! Component: 200 - total flux cleaned = 0.00137106 Jy ! Total flux subtracted in 200 components = 0.00137106 Jy ! Clean residual min=-0.001840 max=0.001688 Jy/beam ! Clean residual mean=-0.000007 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.0561844 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 = 0.000117714 Jy ! Component: 100 - total flux cleaned = 0.000117661 Jy ! Component: 150 - total flux cleaned = 0.000117878 Jy ! Component: 200 - total flux cleaned = 0.00010521 Jy ! Total flux subtracted in 200 components = 0.00010521 Jy ! Clean residual min=-0.001815 max=0.001726 Jy/beam ! Clean residual mean=-0.000006 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0562896 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 70 components and 0.0562896 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.015 mas, bmaj=6.972 mas, bpa=4.464 degrees ! Estimated noise=657.191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000232134 Jy ! Component: 100 - total flux cleaned = 0.000114214 Jy ! Component: 150 - total flux cleaned = 3.15039e-05 Jy ! Component: 200 - total flux cleaned = -4.4492e-05 Jy ! Total flux subtracted in 200 components = -4.4492e-05 Jy ! Clean residual min=-0.001593 max=0.001497 Jy/beam ! Clean residual mean=-0.000004 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0562451 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.0562451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073352Jy sigma=0.000612 ! Fit after self-cal, rms=0.073339Jy sigma=0.000612 wmodel J1128+1039_S_2017_02_19_pus_map.mod ! Writing 88 model components to file: J1128+1039_S_2017_02_19_pus_map.mod wobs J1128+1039_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1128+1039_S_2017_02_19_pus_uvs.fits wwins J1128+1039_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J1128+1039_S_2017_02_19_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.000633536 Jy ! Component: 100 - total flux cleaned = -0.000609379 Jy ! Component: 150 - total flux cleaned = -0.000465479 Jy ! Component: 200 - total flux cleaned = -0.000510706 Jy ! Component: 250 - total flux cleaned = -0.000597046 Jy ! Component: 300 - total flux cleaned = -0.000659625 Jy ! Component: 350 - total flux cleaned = -0.00074091 Jy ! Component: 400 - total flux cleaned = -0.0008591 Jy ! Component: 450 - total flux cleaned = -0.000934774 Jy ! Component: 500 - total flux cleaned = -0.00106359 Jy ! Component: 550 - total flux cleaned = -0.00109934 Jy ! Component: 600 - total flux cleaned = -0.00116919 Jy ! Component: 650 - total flux cleaned = -0.00118643 Jy ! Component: 700 - total flux cleaned = -0.00118618 Jy ! Component: 750 - total flux cleaned = -0.00118588 Jy ! Component: 800 - total flux cleaned = -0.00120151 Jy ! Component: 850 - total flux cleaned = -0.00126459 Jy ! Component: 900 - total flux cleaned = -0.00127927 Jy ! Component: 950 - total flux cleaned = -0.00126388 Jy ! Component: 1000 - total flux cleaned = -0.00132441 Jy ! Component: 1050 - total flux cleaned = -0.00136887 Jy ! Component: 1100 - total flux cleaned = -0.00136869 Jy ! Component: 1150 - total flux cleaned = -0.00136857 Jy ! Component: 1200 - total flux cleaned = -0.00141103 Jy ! Component: 1250 - total flux cleaned = -0.00143894 Jy ! Component: 1300 - total flux cleaned = -0.00148022 Jy ! Component: 1350 - total flux cleaned = -0.00148005 Jy ! Component: 1400 - total flux cleaned = -0.0015205 Jy ! Component: 1450 - total flux cleaned = -0.0015473 Jy ! Component: 1500 - total flux cleaned = -0.0015865 Jy ! Component: 1550 - total flux cleaned = -0.00163835 Jy ! Component: 1600 - total flux cleaned = -0.0016895 Jy ! Component: 1650 - total flux cleaned = -0.00163896 Jy ! Component: 1700 - total flux cleaned = -0.0017263 Jy ! Component: 1750 - total flux cleaned = -0.00175095 Jy ! Component: 1800 - total flux cleaned = -0.00178785 Jy ! Component: 1850 - total flux cleaned = -0.00187235 Jy ! Component: 1900 - total flux cleaned = -0.00189626 Jy ! Component: 1950 - total flux cleaned = -0.0019668 Jy ! Component: 2000 - total flux cleaned = -0.00199013 Jy ! Component: 2050 - total flux cleaned = -0.00200155 Jy ! Component: 2100 - total flux cleaned = -0.00206998 Jy ! Component: 2150 - total flux cleaned = -0.00208116 Jy ! Component: 2200 - total flux cleaned = -0.00210343 Jy ! Component: 2250 - total flux cleaned = -0.00215852 Jy ! Component: 2300 - total flux cleaned = -0.00215846 Jy ! Component: 2350 - total flux cleaned = -0.00218006 Jy ! Component: 2400 - total flux cleaned = -0.00219052 Jy ! Component: 2450 - total flux cleaned = -0.00223306 Jy ! Component: 2500 - total flux cleaned = -0.00221186 Jy ! Component: 2550 - total flux cleaned = -0.00219098 Jy ! Component: 2600 - total flux cleaned = -0.00219073 Jy ! Component: 2650 - total flux cleaned = -0.00220088 Jy ! Component: 2700 - total flux cleaned = -0.00217051 Jy ! Component: 2750 - total flux cleaned = -0.00215042 Jy ! Component: 2800 - total flux cleaned = -0.00219028 Jy ! Component: 2850 - total flux cleaned = -0.00216065 Jy ! Component: 2900 - total flux cleaned = -0.00212157 Jy ! Component: 2950 - total flux cleaned = -0.00213128 Jy ! Component: 3000 - total flux cleaned = -0.00211215 Jy ! Component: 3050 - total flux cleaned = -0.0020836 Jy ! Component: 3100 - total flux cleaned = -0.00211188 Jy ! Component: 3150 - total flux cleaned = -0.00206494 Jy ! Component: 3200 - total flux cleaned = -0.00203702 Jy ! Component: 3250 - total flux cleaned = -0.00205548 Jy ! Component: 3300 - total flux cleaned = -0.00204632 Jy ! Component: 3350 - total flux cleaned = -0.00201896 Jy ! Component: 3400 - total flux cleaned = -0.00199196 Jy ! Component: 3450 - total flux cleaned = -0.00202785 Jy ! Component: 3500 - total flux cleaned = -0.00201897 Jy ! Component: 3550 - total flux cleaned = -0.00198357 Jy ! Component: 3600 - total flux cleaned = -0.00195737 Jy ! Component: 3650 - total flux cleaned = -0.00193125 Jy ! Component: 3700 - total flux cleaned = -0.00190537 Jy ! Component: 3750 - total flux cleaned = -0.00189682 Jy ! Component: 3800 - total flux cleaned = -0.00190533 Jy ! Component: 3850 - total flux cleaned = -0.00184599 Jy ! Component: 3900 - total flux cleaned = -0.00179554 Jy ! Component: 3950 - total flux cleaned = -0.0017621 Jy ! Component: 4000 - total flux cleaned = -0.00170406 Jy ! Component: 4050 - total flux cleaned = -0.00171237 Jy ! Total flux subtracted in 4096 components = -0.00167132 Jy ! Clean residual min=-0.000481 max=0.000479 Jy/beam ! Clean residual mean=-0.000002 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.0545738 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 401 components and 0.0545738 Jy ![Exited script file: muppet] wmap "J1128+1039_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.015 x 6.972 at 4.464 degrees (North through East) ! Clean map min=-0.00098013 max=0.046383 Jy/beam ! Writing clean map to FITS file: J1128+1039_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0463834 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000157188 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.01667 1.01667 2.03333 4.06667 8.13333 16.2667 32.5333 65.0667 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.046 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.015 x 6.972 at 4.464 degrees (North through East) ! Clean map min=-0.00098013 max=0.046383 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 J1128+1039_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:49:53 2019