! Started logfile: J1037+2834_S_2017_02_24_pus_uvs.log on Sat May 4 11:24:45 2019 obs J1037+2834_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1037+2834_S_2017_02_24_pus_uva.fits ! AN table 1: 99 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769473 visibilities/baseline/integration-bin. ! Found source: J1037+2834 ! ! 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 823 lines of history. ! ! Reading 13712 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 J1037+2834_S_2017_02_24_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 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 428 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.849938Jy sigma=0.007976 ! Fit after self-cal, rms=0.843630Jy sigma=0.007923 ! 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.254 mas, bmaj=5.577 mas, bpa=-1.599 degrees ! Estimated noise=1028.27 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.117633 Jy ! Component: 100 - total flux cleaned = 0.150158 Jy ! Total flux subtracted in 100 components = 0.150158 Jy ! Clean residual min=-0.005184 max=0.014605 Jy/beam ! Clean residual mean=-0.000008 rms=0.001558 Jy/beam ! Combined flux in latest and established models = 0.150158 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.150158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083002Jy sigma=0.000722 ! Fit after self-cal, rms=0.082930Jy sigma=0.000721 ! Inverting map ! Added new window around map position (3, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0164874 Jy ! Component: 100 - total flux cleaned = 0.0248143 Jy ! Total flux subtracted in 100 components = 0.0248143 Jy ! Clean residual min=-0.003815 max=0.004193 Jy/beam ! Clean residual mean=-0.000003 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.174972 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.174972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078883Jy sigma=0.000686 ! Fit after self-cal, rms=0.078800Jy sigma=0.000685 ! 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.961 mas, bmaj=6.559 mas, bpa=-1.696 degrees ! Estimated noise=706.33 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.0062625 Jy ! Component: 100 - total flux cleaned = 0.00922468 Jy ! Component: 150 - total flux cleaned = 0.0110698 Jy ! Component: 200 - total flux cleaned = 0.0123096 Jy ! Total flux subtracted in 200 components = 0.0123096 Jy ! Clean residual min=-0.003831 max=0.003795 Jy/beam ! Clean residual mean=-0.000003 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.187281 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.187281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078201Jy sigma=0.000681 ! Fit after self-cal, rms=0.078190Jy sigma=0.000681 ! 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.93 FD 0.97 HN 1.02 KP 1.00 ! LA 0.98 MK 0.99 NL 1.01 OV 1.05 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.90 HN 1.05 KP 0.93 ! LA 0.92 MK 0.99 NL 1.02 OV 1.09 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.93 HN 0.99 KP 1.04 ! LA 1.04 MK 1.02 NL 1.15 OV 1.00 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.94 HN 0.95 KP 1.00* ! LA 1.03 MK 1.00 NL 1.00* OV 1.00 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.078190Jy sigma=0.000681 ! Fit after self-cal, rms=0.076416Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=6.547 mas, bpa=-1.286 degrees ! Estimated noise=707.338 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.000920981 Jy ! Component: 100 - total flux cleaned = 0.00117169 Jy ! Component: 150 - total flux cleaned = 0.00136514 Jy ! Component: 200 - total flux cleaned = 0.00146419 Jy ! Total flux subtracted in 200 components = 0.00146419 Jy ! Clean residual min=-0.003197 max=0.002851 Jy/beam ! Clean residual mean=0.000003 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.188746 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 37 components and 0.188746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076377Jy sigma=0.000672 ! Fit after self-cal, rms=0.076371Jy sigma=0.000672 ! 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.076371Jy sigma=0.000672 ! Fit after self-cal, rms=0.074741Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=6.538 mas, bpa=-1.119 degrees ! Estimated noise=707.559 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00037549 Jy ! Component: 100 - total flux cleaned = 0.000326187 Jy ! Component: 150 - total flux cleaned = 0.000313592 Jy ! Component: 200 - total flux cleaned = 0.000313877 Jy ! Total flux subtracted in 200 components = 0.000313877 Jy ! Clean residual min=-0.001713 max=0.001750 Jy/beam ! Clean residual mean=-0.000002 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.189059 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.189059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074734Jy sigma=0.000665 ! Fit after self-cal, rms=0.074714Jy sigma=0.000665 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 = 2.00066e-05 Jy ! Component: 100 - total flux cleaned = -2.82711e-06 Jy ! Component: 150 - total flux cleaned = -1.33209e-05 Jy ! Component: 200 - total flux cleaned = -2.33378e-05 Jy ! Total flux subtracted in 200 components = -2.33378e-05 Jy ! Clean residual min=-0.001729 max=0.001743 Jy/beam ! Clean residual mean=-0.000002 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.189036 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.189036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074711Jy sigma=0.000665 ! Fit after self-cal, rms=0.074710Jy sigma=0.000665 ! 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.074710Jy sigma=0.000665 ! Fit after self-cal, rms=0.074716Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.95 mas, bmaj=6.533 mas, bpa=-1.021 degrees ! Estimated noise=707.775 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000284788 Jy ! Component: 100 - total flux cleaned = 0.000273521 Jy ! Component: 150 - total flux cleaned = 0.000263492 Jy ! Component: 200 - total flux cleaned = 0.000263867 Jy ! Total flux subtracted in 200 components = 0.000263867 Jy ! Clean residual min=-0.001723 max=0.001722 Jy/beam ! Clean residual mean=-0.000002 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.1893 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.1893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074712Jy sigma=0.000665 ! Fit after self-cal, rms=0.074711Jy sigma=0.000665 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.75046e-05 Jy ! Component: 100 - total flux cleaned = 8.53629e-06 Jy ! Component: 150 - total flux cleaned = 8.70816e-06 Jy ! Component: 200 - total flux cleaned = 8.72226e-06 Jy ! Total flux subtracted in 200 components = 8.72226e-06 Jy ! Clean residual min=-0.001724 max=0.001707 Jy/beam ! Clean residual mean=-0.000002 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.189309 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 58 components and 0.189309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074709Jy sigma=0.000665 ! Fit after self-cal, rms=0.074709Jy sigma=0.000665 ! 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.074709Jy sigma=0.000665 ! Fit after self-cal, rms=0.074739Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.571 mas, bmaj=9.618 mas, bpa=-2.079 degrees ! Estimated noise=850.635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000289176 Jy ! Component: 100 - total flux cleaned = 0.000280168 Jy ! Component: 150 - total flux cleaned = 0.000280669 Jy ! Component: 200 - total flux cleaned = 0.000280904 Jy ! Total flux subtracted in 200 components = 0.000280904 Jy ! Clean residual min=-0.001911 max=0.001915 Jy/beam ! Clean residual mean=-0.000005 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.18959 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 63 components and 0.18959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074739Jy sigma=0.000665 ! Fit after self-cal, rms=0.074738Jy sigma=0.000665 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 = -3.06021e-06 Jy ! Component: 100 - total flux cleaned = 3.59571e-06 Jy ! Component: 150 - total flux cleaned = -7.31095e-06 Jy ! Component: 200 - total flux cleaned = -7.47928e-06 Jy ! Total flux subtracted in 200 components = -7.47928e-06 Jy ! Clean residual min=-0.001916 max=0.001915 Jy/beam ! Clean residual mean=-0.000005 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.189582 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.189582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074738Jy sigma=0.000665 ! Fit after self-cal, rms=0.074738Jy sigma=0.000665 ! 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.947 mas, bmaj=6.528 mas, bpa=-0.9533 degrees ! Estimated noise=708.106 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.947 x 6.528 at -0.9533 degrees (North through East) ! Clean map min=-0.0016715 max=0.15662 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.242 mas, bmaj=5.551 mas, bpa=-0.9663 degrees ! Estimated noise=1029.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.117457 Jy ! Component: 100 - total flux cleaned = 0.151703 Jy ! Component: 150 - total flux cleaned = 0.168625 Jy ! Component: 200 - total flux cleaned = 0.177201 Jy ! Total flux subtracted in 200 components = 0.177201 Jy ! Clean residual min=-0.002956 max=0.003950 Jy/beam ! Clean residual mean=-0.000003 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.177201 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.177201 Jy ! Inverting map and beam ! Estimated beam: bmin=3.947 mas, bmaj=6.528 mas, bpa=-0.9533 degrees ! Estimated noise=708.106 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.00563237 Jy ! Component: 100 - total flux cleaned = 0.00840915 Jy ! Component: 150 - total flux cleaned = 0.0100062 Jy ! Component: 200 - total flux cleaned = 0.0110179 Jy ! Total flux subtracted in 200 components = 0.0110179 Jy ! Clean residual min=-0.001813 max=0.001672 Jy/beam ! Clean residual mean=-0.000003 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.188218 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 35 components and 0.188218 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.571 mas, bmaj=9.618 mas, bpa=-2.079 degrees ! Estimated noise=850.635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000881424 Jy ! Component: 100 - total flux cleaned = 0.00105713 Jy ! Component: 150 - total flux cleaned = 0.00113994 Jy ! Component: 200 - total flux cleaned = 0.00120198 Jy ! Total flux subtracted in 200 components = 0.00120198 Jy ! Clean residual min=-0.001902 max=0.001936 Jy/beam ! Clean residual mean=-0.000005 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.18942 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 = 3.26482e-05 Jy ! Component: 100 - total flux cleaned = 3.98348e-05 Jy ! Component: 150 - total flux cleaned = 4.6183e-05 Jy ! Component: 200 - total flux cleaned = 5.20191e-05 Jy ! Total flux subtracted in 200 components = 5.20191e-05 Jy ! Clean residual min=-0.001912 max=0.001936 Jy/beam ! Clean residual mean=-0.000005 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.189472 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 61 components and 0.189472 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.947 mas, bmaj=6.528 mas, bpa=-0.9533 degrees ! Estimated noise=708.106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.08409e-06 Jy ! Component: 100 - total flux cleaned = -3.16713e-05 Jy ! Component: 150 - total flux cleaned = -4.61741e-05 Jy ! Component: 200 - total flux cleaned = -5.98944e-05 Jy ! Total flux subtracted in 200 components = -5.98944e-05 Jy ! Clean residual min=-0.001754 max=0.001697 Jy/beam ! Clean residual mean=-0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.189413 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 74 components and 0.189412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074745Jy sigma=0.000665 ! Fit after self-cal, rms=0.074744Jy sigma=0.000665 wmodel J1037+2834_S_2017_02_24_pus_map.mod ! Writing 74 model components to file: J1037+2834_S_2017_02_24_pus_map.mod wobs J1037+2834_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1037+2834_S_2017_02_24_pus_uvs.fits wwins J1037+2834_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J1037+2834_S_2017_02_24_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 = 1.82723e-06 Jy ! Component: 100 - total flux cleaned = 0.000139869 Jy ! Component: 150 - total flux cleaned = 0.000354744 Jy ! Component: 200 - total flux cleaned = 0.000560838 Jy ! Component: 250 - total flux cleaned = 0.000485738 Jy ! Component: 300 - total flux cleaned = 0.000534324 Jy ! Component: 350 - total flux cleaned = 0.000438973 Jy ! Component: 400 - total flux cleaned = 0.00039318 Jy ! Component: 450 - total flux cleaned = 0.000461684 Jy ! Component: 500 - total flux cleaned = 0.000438952 Jy ! Component: 550 - total flux cleaned = 0.000372978 Jy ! Component: 600 - total flux cleaned = 0.00043771 Jy ! Component: 650 - total flux cleaned = 0.000395262 Jy ! Component: 700 - total flux cleaned = 0.000374252 Jy ! Component: 750 - total flux cleaned = 0.000374156 Jy ! Component: 800 - total flux cleaned = 0.000354006 Jy ! Component: 850 - total flux cleaned = 0.000354067 Jy ! Component: 900 - total flux cleaned = 0.000393288 Jy ! Component: 950 - total flux cleaned = 0.000412721 Jy ! Component: 1000 - total flux cleaned = 0.000412791 Jy ! Component: 1050 - total flux cleaned = 0.0004506 Jy ! Component: 1100 - total flux cleaned = 0.000450444 Jy ! Component: 1150 - total flux cleaned = 0.000450102 Jy ! Component: 1200 - total flux cleaned = 0.000432303 Jy ! Component: 1250 - total flux cleaned = 0.000539818 Jy ! Component: 1300 - total flux cleaned = 0.000486228 Jy ! Component: 1350 - total flux cleaned = 0.000521416 Jy ! Component: 1400 - total flux cleaned = 0.000538908 Jy ! Component: 1450 - total flux cleaned = 0.000573146 Jy ! Component: 1500 - total flux cleaned = 0.00067512 Jy ! Component: 1550 - total flux cleaned = 0.000675043 Jy ! Component: 1600 - total flux cleaned = 0.000708276 Jy ! Component: 1650 - total flux cleaned = 0.000757533 Jy ! Component: 1700 - total flux cleaned = 0.000773787 Jy ! Component: 1750 - total flux cleaned = 0.000790065 Jy ! Component: 1800 - total flux cleaned = 0.000870108 Jy ! Component: 1850 - total flux cleaned = 0.000885909 Jy ! Component: 1900 - total flux cleaned = 0.000854325 Jy ! Component: 1950 - total flux cleaned = 0.000931999 Jy ! Component: 2000 - total flux cleaned = 0.00100915 Jy ! Component: 2050 - total flux cleaned = 0.00107041 Jy ! Component: 2100 - total flux cleaned = 0.00108561 Jy ! Component: 2150 - total flux cleaned = 0.00107039 Jy ! Component: 2200 - total flux cleaned = 0.00114491 Jy ! Component: 2250 - total flux cleaned = 0.00114499 Jy ! Component: 2300 - total flux cleaned = 0.00121828 Jy ! Component: 2350 - total flux cleaned = 0.00127656 Jy ! Component: 2400 - total flux cleaned = 0.00127661 Jy ! Component: 2450 - total flux cleaned = 0.00131979 Jy ! Component: 2500 - total flux cleaned = 0.00134821 Jy ! Component: 2550 - total flux cleaned = 0.00141852 Jy ! Component: 2600 - total flux cleaned = 0.0014745 Jy ! Component: 2650 - total flux cleaned = 0.00150232 Jy ! Component: 2700 - total flux cleaned = 0.00155759 Jy ! Component: 2750 - total flux cleaned = 0.00162599 Jy ! Component: 2800 - total flux cleaned = 0.00166682 Jy ! Component: 2850 - total flux cleaned = 0.00176158 Jy ! Component: 2900 - total flux cleaned = 0.00182867 Jy ! Component: 2950 - total flux cleaned = 0.00186872 Jy ! Component: 3000 - total flux cleaned = 0.00189524 Jy ! Component: 3050 - total flux cleaned = 0.00197414 Jy ! Component: 3100 - total flux cleaned = 0.00197413 Jy ! Component: 3150 - total flux cleaned = 0.00200002 Jy ! Component: 3200 - total flux cleaned = 0.00197422 Jy ! Component: 3250 - total flux cleaned = 0.00202552 Jy ! Component: 3300 - total flux cleaned = 0.00202552 Jy ! Component: 3350 - total flux cleaned = 0.00206337 Jy ! Component: 3400 - total flux cleaned = 0.00202565 Jy ! Component: 3450 - total flux cleaned = 0.00202582 Jy ! Component: 3500 - total flux cleaned = 0.00208797 Jy ! Component: 3550 - total flux cleaned = 0.0021003 Jy ! Component: 3600 - total flux cleaned = 0.00206339 Jy ! Component: 3650 - total flux cleaned = 0.00206341 Jy ! Component: 3700 - total flux cleaned = 0.00205137 Jy ! Component: 3750 - total flux cleaned = 0.00206348 Jy ! Component: 3800 - total flux cleaned = 0.00208753 Jy ! Component: 3850 - total flux cleaned = 0.00205177 Jy ! Component: 3900 - total flux cleaned = 0.00205178 Jy ! Component: 3950 - total flux cleaned = 0.00203998 Jy ! Component: 4000 - total flux cleaned = 0.00204 Jy ! Component: 4050 - total flux cleaned = 0.0020516 Jy ! Total flux subtracted in 4096 components = 0.00204 Jy ! Clean residual min=-0.000740 max=0.000816 Jy/beam ! Clean residual mean=-0.000001 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.191452 Jy keep ! Adding 319 model components to the UV plane model. ! The established model now contains 393 components and 0.191452 Jy ![Exited script file: muppet] wmap "J1037+2834_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.947 x 6.528 at -0.9533 degrees (North through East) ! Clean map min=-0.0012384 max=0.15655 Jy/beam ! Writing clean map to FITS file: J1037+2834_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.156551 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000218435 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.418588 0.418588 0.837177 1.67435 3.34871 6.69741 13.3948 26.7897 53.5793 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.156 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.947 x 6.528 at -0.9533 degrees (North through East) ! Clean map min=-0.0012384 max=0.15655 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 J1037+2834_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:24:50 2019