! Started logfile: J1150+4332_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:40:26 2019 obs J1150+4332_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J1150+4332_S_2017_03_27_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.841131 visibilities/baseline/integration-bin. ! Found source: J1150+4332 ! ! 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 1684 lines of history. ! ! Reading 17260 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 J1150+4332_S_2017_03_27_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 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 477 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932085Jy sigma=0.008572 ! Fit after self-cal, rms=0.923605Jy sigma=0.008506 ! 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.566 mas, bmaj=4.266 mas, bpa=-3.665 degrees ! Estimated noise=1072.48 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.0604004 Jy ! Component: 100 - total flux cleaned = 0.0761083 Jy ! Total flux subtracted in 100 components = 0.0761083 Jy ! Clean residual min=-0.003611 max=0.006077 Jy/beam ! Clean residual mean=-0.000001 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.0761083 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0761083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079144Jy sigma=0.000670 ! Fit after self-cal, rms=0.079086Jy sigma=0.000669 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00651556 Jy ! Component: 100 - total flux cleaned = 0.00955664 Jy ! Total flux subtracted in 100 components = 0.00955664 Jy ! Clean residual min=-0.003164 max=0.003011 Jy/beam ! Clean residual mean=-0.000001 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.085665 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.085665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078589Jy sigma=0.000664 ! Fit after self-cal, rms=0.078578Jy sigma=0.000664 ! 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.417 mas, bmaj=5.263 mas, bpa=-0.7441 degrees ! Estimated noise=646.206 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.00217877 Jy ! Component: 100 - total flux cleaned = 0.00325344 Jy ! Component: 150 - total flux cleaned = 0.00389403 Jy ! Component: 200 - total flux cleaned = 0.00400615 Jy ! Total flux subtracted in 200 components = 0.00400615 Jy ! Clean residual min=-0.001859 max=0.002054 Jy/beam ! Clean residual mean=-0.000003 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.0896711 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 32 components and 0.0896711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078521Jy sigma=0.000663 ! Fit after self-cal, rms=0.078508Jy sigma=0.000663 ! 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.96 HN 0.97 KP 1.06 ! LA 0.93 MK 1.00 NL 0.96 OV 1.02 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 1.05 KP 0.99 ! LA 0.93 MK 1.00 NL 1.07 OV 1.06 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.03 HN 0.96 KP 1.00 ! LA 0.99 MK 1.13 NL 1.07 OV 0.94 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.09 HN 0.97 KP 1.00* ! LA 1.00 MK 1.01 NL 1.00* OV 1.03 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.078508Jy sigma=0.000663 ! Fit after self-cal, rms=0.078850Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.427 mas, bmaj=5.294 mas, bpa=0.3958 degrees ! Estimated noise=647.773 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.000196753 Jy ! Component: 100 - total flux cleaned = 0.000176694 Jy ! Component: 150 - total flux cleaned = 0.000194679 Jy ! Component: 200 - total flux cleaned = 0.00021031 Jy ! Total flux subtracted in 200 components = 0.00021031 Jy ! Clean residual min=-0.001840 max=0.001825 Jy/beam ! Clean residual mean=-0.000000 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.0898814 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.0898814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078841Jy sigma=0.000661 ! Fit after self-cal, rms=0.078855Jy sigma=0.000661 ! 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.078855Jy sigma=0.000661 ! Fit after self-cal, rms=0.079167Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.407 mas, bmaj=5.294 mas, bpa=-2.456 degrees ! Estimated noise=646.044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000256076 Jy ! Component: 100 - total flux cleaned = 0.000219163 Jy ! Component: 150 - total flux cleaned = 0.000220329 Jy ! Component: 200 - total flux cleaned = 0.000220341 Jy ! Total flux subtracted in 200 components = 0.000220341 Jy ! Clean residual min=-0.001833 max=0.001646 Jy/beam ! Clean residual mean=-0.000007 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.0901018 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 42 components and 0.0901018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079154Jy sigma=0.000660 ! Fit after self-cal, rms=0.079197Jy sigma=0.000660 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 = 4.00712e-05 Jy ! Component: 100 - total flux cleaned = 2.36739e-05 Jy ! Component: 150 - total flux cleaned = 4.39099e-05 Jy ! Component: 200 - total flux cleaned = 5.24443e-05 Jy ! Total flux subtracted in 200 components = 5.24443e-05 Jy ! Clean residual min=-0.001786 max=0.001624 Jy/beam ! Clean residual mean=-0.000006 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0901542 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.0901542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079192Jy sigma=0.000660 ! Fit after self-cal, rms=0.079191Jy sigma=0.000660 ! 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.079191Jy sigma=0.000660 ! Fit after self-cal, rms=0.079186Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.398 mas, bmaj=5.294 mas, bpa=-3.73 degrees ! Estimated noise=645.166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132002 Jy ! Component: 100 - total flux cleaned = 9.29917e-05 Jy ! Component: 150 - total flux cleaned = 8.25234e-05 Jy ! Component: 200 - total flux cleaned = 8.98888e-05 Jy ! Total flux subtracted in 200 components = 8.98888e-05 Jy ! Clean residual min=-0.001787 max=0.001642 Jy/beam ! Clean residual mean=-0.000007 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0902441 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.0902441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079181Jy sigma=0.000659 ! Fit after self-cal, rms=0.079189Jy sigma=0.000659 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.95391e-06 Jy ! Component: 100 - total flux cleaned = 1.80944e-05 Jy ! Component: 150 - total flux cleaned = 2.59261e-05 Jy ! Component: 200 - total flux cleaned = 3.87516e-05 Jy ! Total flux subtracted in 200 components = 3.87516e-05 Jy ! Clean residual min=-0.001769 max=0.001638 Jy/beam ! Clean residual mean=-0.000007 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.0902828 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.0902828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079186Jy sigma=0.000659 ! Fit after self-cal, rms=0.079186Jy sigma=0.000659 ! 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.079186Jy sigma=0.000659 ! Fit after self-cal, rms=0.079175Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.067 mas, bmaj=8.876 mas, bpa=8.382 degrees ! Estimated noise=769.056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000406554 Jy ! Component: 100 - total flux cleaned = 0.000407438 Jy ! Component: 150 - total flux cleaned = 0.000407603 Jy ! Component: 200 - total flux cleaned = 0.000401891 Jy ! Total flux subtracted in 200 components = 0.000401891 Jy ! Clean residual min=-0.001431 max=0.001448 Jy/beam ! Clean residual mean=-0.000014 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.0906847 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 55 components and 0.0906847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079175Jy sigma=0.000659 ! Fit after self-cal, rms=0.079175Jy sigma=0.000659 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 = 4.00347e-05 Jy ! Component: 100 - total flux cleaned = 3.86762e-05 Jy ! Component: 150 - total flux cleaned = 3.86055e-05 Jy ! Component: 200 - total flux cleaned = 3.8445e-05 Jy ! Total flux subtracted in 200 components = 3.8445e-05 Jy ! Clean residual min=-0.001432 max=0.001436 Jy/beam ! Clean residual mean=-0.000014 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0907231 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.0907231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079176Jy sigma=0.000659 ! Fit after self-cal, rms=0.079176Jy sigma=0.000659 ! 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.393 mas, bmaj=5.295 mas, bpa=-4.369 degrees ! Estimated noise=644.725 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.393 x 5.295 at -4.369 degrees (North through East) ! Clean map min=-0.0016559 max=0.077458 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.549 mas, bmaj=4.291 mas, bpa=-6.906 degrees ! Estimated noise=1068.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0598661 Jy ! Component: 100 - total flux cleaned = 0.0770212 Jy ! Component: 150 - total flux cleaned = 0.083999 Jy ! Component: 200 - total flux cleaned = 0.0874512 Jy ! Total flux subtracted in 200 components = 0.0874512 Jy ! Clean residual min=-0.003452 max=0.002784 Jy/beam ! Clean residual mean=-0.000002 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.0874512 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.0874512 Jy ! Inverting map and beam ! Estimated beam: bmin=4.393 mas, bmaj=5.295 mas, bpa=-4.369 degrees ! Estimated noise=644.725 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.00171347 Jy ! Component: 100 - total flux cleaned = 0.00200734 Jy ! Component: 150 - total flux cleaned = 0.00226184 Jy ! Component: 200 - total flux cleaned = 0.00239985 Jy ! Total flux subtracted in 200 components = 0.00239985 Jy ! Clean residual min=-0.001782 max=0.001614 Jy/beam ! Clean residual mean=-0.000007 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.089851 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 32 components and 0.0898511 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=8.067 mas, bmaj=8.876 mas, bpa=8.382 degrees ! Estimated noise=769.056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000540424 Jy ! Component: 100 - total flux cleaned = 0.000587411 Jy ! Component: 150 - total flux cleaned = 0.000627335 Jy ! Component: 200 - total flux cleaned = 0.000656043 Jy ! Total flux subtracted in 200 components = 0.000656043 Jy ! Clean residual min=-0.001434 max=0.001430 Jy/beam ! Clean residual mean=-0.000014 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.0905071 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.19721e-05 Jy ! Component: 100 - total flux cleaned = 3.63474e-05 Jy ! Component: 150 - total flux cleaned = 4.53966e-05 Jy ! Component: 200 - total flux cleaned = 5.40678e-05 Jy ! Total flux subtracted in 200 components = 5.40678e-05 Jy ! Clean residual min=-0.001438 max=0.001428 Jy/beam ! Clean residual mean=-0.000014 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0905612 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.0905612 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.393 mas, bmaj=5.295 mas, bpa=-4.369 degrees ! Estimated noise=644.725 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000279314 Jy ! Component: 100 - total flux cleaned = -0.000290898 Jy ! Component: 150 - total flux cleaned = -0.00030139 Jy ! Component: 200 - total flux cleaned = -0.000301227 Jy ! Total flux subtracted in 200 components = -0.000301227 Jy ! Clean residual min=-0.001711 max=0.001624 Jy/beam ! Clean residual mean=-0.000007 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.0902599 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.0902599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079186Jy sigma=0.000659 ! Fit after self-cal, rms=0.079177Jy sigma=0.000659 wmodel J1150+4332_S_2017_03_27_pus_map.mod ! Writing 53 model components to file: J1150+4332_S_2017_03_27_pus_map.mod wobs J1150+4332_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J1150+4332_S_2017_03_27_pus_uvs.fits wwins J1150+4332_S_2017_03_27_pus_map.win ! wwins: Wrote 1 windows to J1150+4332_S_2017_03_27_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.00015883 Jy ! Component: 100 - total flux cleaned = -0.000355384 Jy ! Component: 150 - total flux cleaned = -0.000328936 Jy ! Component: 200 - total flux cleaned = -0.000303278 Jy ! Component: 250 - total flux cleaned = -0.000253587 Jy ! Component: 300 - total flux cleaned = -0.000134652 Jy ! Component: 350 - total flux cleaned = -0.000111814 Jy ! Component: 400 - total flux cleaned = -6.62324e-05 Jy ! Component: 450 - total flux cleaned = -2.21816e-05 Jy ! Component: 500 - total flux cleaned = -8.7221e-05 Jy ! Component: 550 - total flux cleaned = -4.4564e-05 Jy ! Component: 600 - total flux cleaned = 5.9825e-05 Jy ! Component: 650 - total flux cleaned = 0.000121411 Jy ! Component: 700 - total flux cleaned = 0.000181938 Jy ! Component: 750 - total flux cleaned = 0.00026109 Jy ! Component: 800 - total flux cleaned = 0.000319097 Jy ! Component: 850 - total flux cleaned = 0.000375996 Jy ! Component: 900 - total flux cleaned = 0.000413164 Jy ! Component: 950 - total flux cleaned = 0.000486986 Jy ! Component: 1000 - total flux cleaned = 0.000559721 Jy ! Component: 1050 - total flux cleaned = 0.000648939 Jy ! Component: 1100 - total flux cleaned = 0.000683652 Jy ! Component: 1150 - total flux cleaned = 0.000753247 Jy ! Component: 1200 - total flux cleaned = 0.000787835 Jy ! Component: 1250 - total flux cleaned = 0.000889664 Jy ! Component: 1300 - total flux cleaned = 0.000956852 Jy ! Component: 1350 - total flux cleaned = 0.00100657 Jy ! Component: 1400 - total flux cleaned = 0.00107203 Jy ! Component: 1450 - total flux cleaned = 0.00112062 Jy ! Component: 1500 - total flux cleaned = 0.00112058 Jy ! Component: 1550 - total flux cleaned = 0.00119943 Jy ! Component: 1600 - total flux cleaned = 0.00126175 Jy ! Component: 1650 - total flux cleaned = 0.00129279 Jy ! Component: 1700 - total flux cleaned = 0.00136913 Jy ! Component: 1750 - total flux cleaned = 0.00139952 Jy ! Component: 1800 - total flux cleaned = 0.00144475 Jy ! Component: 1850 - total flux cleaned = 0.0015192 Jy ! Component: 1900 - total flux cleaned = 0.00157782 Jy ! Component: 1950 - total flux cleaned = 0.00159233 Jy ! Component: 2000 - total flux cleaned = 0.00163563 Jy ! Component: 2050 - total flux cleaned = 0.00167849 Jy ! Component: 2100 - total flux cleaned = 0.00173495 Jy ! Component: 2150 - total flux cleaned = 0.00173513 Jy ! Component: 2200 - total flux cleaned = 0.0018323 Jy ! Component: 2250 - total flux cleaned = 0.0018461 Jy ! Component: 2300 - total flux cleaned = 0.00188707 Jy ! Component: 2350 - total flux cleaned = 0.00191432 Jy ! Component: 2400 - total flux cleaned = 0.00200827 Jy ! Component: 2450 - total flux cleaned = 0.00200832 Jy ! Component: 2500 - total flux cleaned = 0.00211375 Jy ! Component: 2550 - total flux cleaned = 0.00211383 Jy ! Component: 2600 - total flux cleaned = 0.00217883 Jy ! Component: 2650 - total flux cleaned = 0.0021917 Jy ! Component: 2700 - total flux cleaned = 0.00224262 Jy ! Component: 2750 - total flux cleaned = 0.00225527 Jy ! Component: 2800 - total flux cleaned = 0.00229303 Jy ! Component: 2850 - total flux cleaned = 0.0023303 Jy ! Component: 2900 - total flux cleaned = 0.00240458 Jy ! Component: 2950 - total flux cleaned = 0.00244144 Jy ! Component: 3000 - total flux cleaned = 0.00242915 Jy ! Component: 3050 - total flux cleaned = 0.00247762 Jy ! Component: 3100 - total flux cleaned = 0.00253774 Jy ! Component: 3150 - total flux cleaned = 0.00256168 Jy ! Component: 3200 - total flux cleaned = 0.00259729 Jy ! Component: 3250 - total flux cleaned = 0.00266802 Jy ! Component: 3300 - total flux cleaned = 0.00269151 Jy ! Component: 3350 - total flux cleaned = 0.0027264 Jy ! Component: 3400 - total flux cleaned = 0.00276102 Jy ! Component: 3450 - total flux cleaned = 0.00280702 Jy ! Component: 3500 - total flux cleaned = 0.00282994 Jy ! Component: 3550 - total flux cleaned = 0.00285249 Jy ! Component: 3600 - total flux cleaned = 0.00294248 Jy ! Component: 3650 - total flux cleaned = 0.00295345 Jy ! Component: 3700 - total flux cleaned = 0.00298686 Jy ! Component: 3750 - total flux cleaned = 0.00299792 Jy ! Component: 3800 - total flux cleaned = 0.0030309 Jy ! Component: 3850 - total flux cleaned = 0.00304189 Jy ! Component: 3900 - total flux cleaned = 0.00308511 Jy ! Component: 3950 - total flux cleaned = 0.00310657 Jy ! Component: 4000 - total flux cleaned = 0.00315998 Jy ! Component: 4050 - total flux cleaned = 0.00315992 Jy ! Total flux subtracted in 4096 components = 0.0032128 Jy ! Clean residual min=-0.000569 max=0.000616 Jy/beam ! Clean residual mean=-0.000003 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.0934727 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 321 components and 0.0934728 Jy ![Exited script file: muppet] wmap "J1150+4332_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.393 x 5.295 at -4.369 degrees (North through East) ! Clean map min=-0.00101 max=0.077449 Jy/beam ! Writing clean map to FITS file: J1150+4332_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0774494 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000187736 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.727194 0.727194 1.45439 2.90878 5.81755 11.6351 23.2702 46.5404 93.0808 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.077 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.393 x 5.295 at -4.369 degrees (North through East) ! Clean map min=-0.00101 max=0.077449 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 J1150+4332_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:40:31 2019