! Started logfile: J1132+1023_S_2017_02_19_pus_uvs.log on Sat May 4 18:49:53 2019 obs J1132+1023_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1132+1023_S_2017_02_19_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.665432 visibilities/baseline/integration-bin. ! Found source: J1132+1023 ! ! 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 17248 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 J1132+1023_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 256 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 256 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 256 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 692 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.912774Jy sigma=0.008115 ! Fit after self-cal, rms=0.907039Jy sigma=0.008070 ! 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.943 mas, bmaj=6.288 mas, bpa=-6.123 degrees ! Estimated noise=894.659 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.0729511 Jy ! Component: 100 - total flux cleaned = 0.0891657 Jy ! Total flux subtracted in 100 components = 0.0891657 Jy ! Clean residual min=-0.003759 max=0.005534 Jy/beam ! Clean residual mean=-0.000010 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.0891657 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0891657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082264Jy sigma=0.000669 ! Fit after self-cal, rms=0.082252Jy sigma=0.000669 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00602707 Jy ! Component: 100 - total flux cleaned = 0.00902098 Jy ! Total flux subtracted in 100 components = 0.00902098 Jy ! Clean residual min=-0.003620 max=0.004112 Jy/beam ! Clean residual mean=-0.000003 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.0981867 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 11 components and 0.0981867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081655Jy sigma=0.000665 ! Fit after self-cal, rms=0.081632Jy sigma=0.000665 ! 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.343 mas, bmaj=6.876 mas, bpa=-4.714 degrees ! Estimated noise=672.501 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.00244967 Jy ! Component: 100 - total flux cleaned = 0.00366062 Jy ! Component: 150 - total flux cleaned = 0.00447298 Jy ! Component: 200 - total flux cleaned = 0.00502664 Jy ! Total flux subtracted in 200 components = 0.00502664 Jy ! Clean residual min=-0.003039 max=0.002799 Jy/beam ! Clean residual mean=-0.000003 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.103213 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 29 components and 0.103213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081516Jy sigma=0.000665 ! Fit after self-cal, rms=0.081507Jy sigma=0.000665 ! 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.98 HN 1.03 KP 1.02 ! LA 1.00 MK 1.00 NL 0.87 OV 1.08 ! PT 1.00* SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.02 KP 0.98 ! LA 0.98 MK 0.97 NL 1.11 OV 1.08 ! PT 1.00* SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.05 HN 1.02 KP 0.85 ! LA 0.80 MK 1.01 NL 1.31 OV 0.98 ! PT 1.00* SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 0.94 KP 1.00* ! LA 0.84 MK 1.09 NL 1.00* OV 1.10 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.081507Jy sigma=0.000665 ! Fit after self-cal, rms=0.079186Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=6.893 mas, bpa=-4.449 degrees ! Estimated noise=671.676 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 = -7.87889e-05 Jy ! Component: 100 - total flux cleaned = -3.08885e-05 Jy ! Component: 150 - total flux cleaned = -1.80193e-05 Jy ! Component: 200 - total flux cleaned = -7.23218e-06 Jy ! Total flux subtracted in 200 components = -7.23218e-06 Jy ! Clean residual min=-0.002082 max=0.002009 Jy/beam ! Clean residual mean=-0.000001 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.103206 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 40 components and 0.103206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079179Jy sigma=0.000657 ! Fit after self-cal, rms=0.079141Jy sigma=0.000657 ! 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.079141Jy sigma=0.000657 ! Fit after self-cal, rms=0.080340Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.349 mas, bmaj=6.902 mas, bpa=-4.305 degrees ! Estimated noise=672.063 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000120736 Jy ! Component: 100 - total flux cleaned = 8.3259e-05 Jy ! Component: 150 - total flux cleaned = 9.70807e-05 Jy ! Component: 200 - total flux cleaned = 0.000109428 Jy ! Total flux subtracted in 200 components = 0.000109428 Jy ! Clean residual min=-0.001719 max=0.002062 Jy/beam ! Clean residual mean=-0.000003 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.103316 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.103316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080331Jy sigma=0.000654 ! Fit after self-cal, rms=0.080385Jy sigma=0.000654 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 (-92.5, 100). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174139 Jy ! Component: 100 - total flux cleaned = 0.00215314 Jy ! Component: 150 - total flux cleaned = 0.002416 Jy ! Component: 200 - total flux cleaned = 0.00245656 Jy ! Total flux subtracted in 200 components = 0.00245656 Jy ! Clean residual min=-0.001640 max=0.001742 Jy/beam ! Clean residual mean=-0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.105772 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.105772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080341Jy sigma=0.000654 ! Fit after self-cal, rms=0.080338Jy sigma=0.000654 ! 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.080338Jy sigma=0.000654 ! Fit after self-cal, rms=0.080744Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.345 mas, bmaj=6.903 mas, bpa=-4.264 degrees ! Estimated noise=673.272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000841786 Jy ! Component: 100 - total flux cleaned = 0.00103615 Jy ! Component: 150 - total flux cleaned = 0.00110568 Jy ! Component: 200 - total flux cleaned = 0.00116664 Jy ! Total flux subtracted in 200 components = 0.00116664 Jy ! Clean residual min=-0.001645 max=0.001671 Jy/beam ! Clean residual mean=-0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.106939 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 75 components and 0.106939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080729Jy sigma=0.000654 ! Fit after self-cal, rms=0.080731Jy sigma=0.000654 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.000337806 Jy ! Component: 100 - total flux cleaned = 0.000380099 Jy ! Component: 150 - total flux cleaned = 0.000393175 Jy ! Component: 200 - total flux cleaned = 0.000405179 Jy ! Total flux subtracted in 200 components = 0.000405179 Jy ! Clean residual min=-0.001628 max=0.001643 Jy/beam ! Clean residual mean=-0.000002 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.107344 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 87 components and 0.107344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080726Jy sigma=0.000654 ! Fit after self-cal, rms=0.080725Jy sigma=0.000654 ! 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.080725Jy sigma=0.000654 ! Fit after self-cal, rms=0.080924Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.346 mas, bmaj=9.999 mas, bpa=0.097 degrees ! Estimated noise=879.975 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000515395 Jy ! Component: 100 - total flux cleaned = 0.000585169 Jy ! Component: 150 - total flux cleaned = 0.000567725 Jy ! Component: 200 - total flux cleaned = 0.00056669 Jy ! Total flux subtracted in 200 components = 0.00056669 Jy ! Clean residual min=-0.001999 max=0.002251 Jy/beam ! Clean residual mean=-0.000004 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.107911 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 98 components and 0.107911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080922Jy sigma=0.000654 ! Fit after self-cal, rms=0.080918Jy sigma=0.000654 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 = 6.6252e-05 Jy ! Component: 100 - total flux cleaned = 8.32507e-05 Jy ! Component: 150 - total flux cleaned = 0.000112227 Jy ! Component: 200 - total flux cleaned = 0.000111995 Jy ! Total flux subtracted in 200 components = 0.000111995 Jy ! Clean residual min=-0.001953 max=0.002230 Jy/beam ! Clean residual mean=-0.000004 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.108023 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 106 components and 0.108023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080920Jy sigma=0.000654 ! Fit after self-cal, rms=0.080917Jy sigma=0.000654 ! 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.344 mas, bmaj=6.903 mas, bpa=-4.218 degrees ! Estimated noise=674.401 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.344 x 6.903 at -4.218 degrees (North through East) ! Clean map min=-0.0015395 max=0.093809 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.942 mas, bmaj=6.313 mas, bpa=-5.51 degrees ! Estimated noise=896.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0728752 Jy ! Component: 100 - total flux cleaned = 0.0896903 Jy ! Component: 150 - total flux cleaned = 0.0964164 Jy ! Component: 200 - total flux cleaned = 0.100041 Jy ! Total flux subtracted in 200 components = 0.100041 Jy ! Clean residual min=-0.002187 max=0.002517 Jy/beam ! Clean residual mean=-0.000006 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.100041 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.100041 Jy ! Inverting map and beam ! Estimated beam: bmin=3.344 mas, bmaj=6.903 mas, bpa=-4.218 degrees ! Estimated noise=674.401 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (4.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00311183 Jy ! Component: 100 - total flux cleaned = 0.00511433 Jy ! Component: 150 - total flux cleaned = 0.00647182 Jy ! Component: 200 - total flux cleaned = 0.00715969 Jy ! Total flux subtracted in 200 components = 0.00715969 Jy ! Clean residual min=-0.001861 max=0.001537 Jy/beam ! Clean residual mean=-0.000003 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.107201 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 39 components and 0.107201 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.346 mas, bmaj=9.999 mas, bpa=0.097 degrees ! Estimated noise=879.975 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000916888 Jy ! Component: 100 - total flux cleaned = 0.000875258 Jy ! Component: 150 - total flux cleaned = 0.000998403 Jy ! Component: 200 - total flux cleaned = 0.00110289 Jy ! Total flux subtracted in 200 components = 0.00110289 Jy ! Clean residual min=-0.001974 max=0.002057 Jy/beam ! Clean residual mean=-0.000004 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.108304 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 = 9.03521e-05 Jy ! Component: 100 - total flux cleaned = 0.000169998 Jy ! Component: 150 - total flux cleaned = 0.000239819 Jy ! Component: 200 - total flux cleaned = 0.000317692 Jy ! Total flux subtracted in 200 components = 0.000317692 Jy ! Clean residual min=-0.001906 max=0.002013 Jy/beam ! Clean residual mean=-0.000003 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.108621 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 83 components and 0.108621 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.344 mas, bmaj=6.903 mas, bpa=-4.218 degrees ! Estimated noise=674.401 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000151704 Jy ! Component: 100 - total flux cleaned = 0.00017403 Jy ! Component: 150 - total flux cleaned = 0.000213397 Jy ! Component: 200 - total flux cleaned = 0.000248983 Jy ! Total flux subtracted in 200 components = 0.000248983 Jy ! Clean residual min=-0.001786 max=0.001596 Jy/beam ! Clean residual mean=-0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.10887 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 105 components and 0.10887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080904Jy sigma=0.000654 ! Fit after self-cal, rms=0.080893Jy sigma=0.000654 wmodel J1132+1023_S_2017_02_19_pus_map.mod ! Writing 105 model components to file: J1132+1023_S_2017_02_19_pus_map.mod wobs J1132+1023_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1132+1023_S_2017_02_19_pus_uvs.fits wwins J1132+1023_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J1132+1023_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.000102944 Jy ! Component: 100 - total flux cleaned = -0.000204128 Jy ! Component: 150 - total flux cleaned = -0.000326393 Jy ! Component: 200 - total flux cleaned = -0.000515684 Jy ! Component: 250 - total flux cleaned = -0.000653106 Jy ! Component: 300 - total flux cleaned = -0.000872238 Jy ! Component: 350 - total flux cleaned = -0.00104182 Jy ! Component: 400 - total flux cleaned = -0.00126891 Jy ! Component: 450 - total flux cleaned = -0.00142955 Jy ! Component: 500 - total flux cleaned = -0.00160581 Jy ! Component: 550 - total flux cleaned = -0.00175861 Jy ! Component: 600 - total flux cleaned = -0.00192676 Jy ! Component: 650 - total flux cleaned = -0.00205473 Jy ! Component: 700 - total flux cleaned = -0.00218058 Jy ! Component: 750 - total flux cleaned = -0.00233867 Jy ! Component: 800 - total flux cleaned = -0.00249356 Jy ! Component: 850 - total flux cleaned = -0.00261186 Jy ! Component: 900 - total flux cleaned = -0.00277785 Jy ! Component: 950 - total flux cleaned = -0.00290797 Jy ! Component: 1000 - total flux cleaned = -0.00301993 Jy ! Component: 1050 - total flux cleaned = -0.00311431 Jy ! Component: 1100 - total flux cleaned = -0.00322288 Jy ! Component: 1150 - total flux cleaned = -0.00326846 Jy ! Component: 1200 - total flux cleaned = -0.00331356 Jy ! Component: 1250 - total flux cleaned = -0.00334309 Jy ! Component: 1300 - total flux cleaned = -0.00340168 Jy ! Component: 1350 - total flux cleaned = -0.00341577 Jy ! Component: 1400 - total flux cleaned = -0.0034299 Jy ! Component: 1450 - total flux cleaned = -0.00347215 Jy ! Component: 1500 - total flux cleaned = -0.00352739 Jy ! Component: 1550 - total flux cleaned = -0.00352734 Jy ! Component: 1600 - total flux cleaned = -0.0035408 Jy ! Component: 1650 - total flux cleaned = -0.00358093 Jy ! Component: 1700 - total flux cleaned = -0.00367331 Jy ! Component: 1750 - total flux cleaned = -0.00369923 Jy ! Component: 1800 - total flux cleaned = -0.00376365 Jy ! Component: 1850 - total flux cleaned = -0.00377631 Jy ! Component: 1900 - total flux cleaned = -0.00383934 Jy ! Component: 1950 - total flux cleaned = -0.00390179 Jy ! Component: 2000 - total flux cleaned = -0.00397585 Jy ! Component: 2050 - total flux cleaned = -0.00403698 Jy ! Component: 2100 - total flux cleaned = -0.00407352 Jy ! Component: 2150 - total flux cleaned = -0.00416919 Jy ! Component: 2200 - total flux cleaned = -0.00422825 Jy ! Component: 2250 - total flux cleaned = -0.00428693 Jy ! Component: 2300 - total flux cleaned = -0.00432181 Jy ! Component: 2350 - total flux cleaned = -0.00434485 Jy ! Component: 2400 - total flux cleaned = -0.00441314 Jy ! Component: 2450 - total flux cleaned = -0.00443567 Jy ! Component: 2500 - total flux cleaned = -0.00449178 Jy ! Component: 2550 - total flux cleaned = -0.00455829 Jy ! Component: 2600 - total flux cleaned = -0.00461323 Jy ! Component: 2650 - total flux cleaned = -0.0046459 Jy ! Component: 2700 - total flux cleaned = -0.00471046 Jy ! Component: 2750 - total flux cleaned = -0.00476391 Jy ! Component: 2800 - total flux cleaned = -0.00478499 Jy ! Component: 2850 - total flux cleaned = -0.00484821 Jy ! Component: 2900 - total flux cleaned = -0.0049107 Jy ! Component: 2950 - total flux cleaned = -0.00499344 Jy ! Component: 3000 - total flux cleaned = -0.00506517 Jy ! Component: 3050 - total flux cleaned = -0.00511598 Jy ! Component: 3100 - total flux cleaned = -0.00514624 Jy ! Component: 3150 - total flux cleaned = -0.00521631 Jy ! Component: 3200 - total flux cleaned = -0.00524611 Jy ! Component: 3250 - total flux cleaned = -0.00528558 Jy ! Component: 3300 - total flux cleaned = -0.00533449 Jy ! Component: 3350 - total flux cleaned = -0.00539296 Jy ! Component: 3400 - total flux cleaned = -0.00547976 Jy ! Component: 3450 - total flux cleaned = -0.00550842 Jy ! Component: 3500 - total flux cleaned = -0.00555588 Jy ! Component: 3550 - total flux cleaned = -0.00561251 Jy ! Component: 3600 - total flux cleaned = -0.00566871 Jy ! Component: 3650 - total flux cleaned = -0.00571533 Jy ! Component: 3700 - total flux cleaned = -0.00578929 Jy ! Component: 3750 - total flux cleaned = -0.00585359 Jy ! Component: 3800 - total flux cleaned = -0.00589924 Jy ! Component: 3850 - total flux cleaned = -0.00597166 Jy ! Component: 3900 - total flux cleaned = -0.00598063 Jy ! Component: 3950 - total flux cleaned = -0.00603447 Jy ! Component: 4000 - total flux cleaned = -0.00610548 Jy ! Component: 4050 - total flux cleaned = -0.00614958 Jy ! Total flux subtracted in 4096 components = -0.00620218 Jy ! Clean residual min=-0.000538 max=0.000549 Jy/beam ! Clean residual mean=-0.000002 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.102668 Jy keep ! Adding 321 model components to the UV plane model. ! The established model now contains 426 components and 0.102668 Jy ![Exited script file: muppet] wmap "J1132+1023_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.344 x 6.903 at -4.218 degrees (North through East) ! Clean map min=-0.001354 max=0.094185 Jy/beam ! Writing clean map to FITS file: J1132+1023_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.0941852 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000160889 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.512466 0.512466 1.02493 2.04987 4.09973 8.19946 16.3989 32.7978 65.5957 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.094 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.344 x 6.903 at -4.218 degrees (North through East) ! Clean map min=-0.001354 max=0.094185 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 J1132+1023_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:49:58 2019