! Started logfile: J0735+4750_S_2017_05_27_pus_uvs.log on Fri May 3 10:59:59 2019 obs J0735+4750_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0735+4750_S_2017_05_27_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.936772 visibilities/baseline/integration-bin. ! Found source: J0735+4750 ! ! 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 1211 lines of history. ! ! Reading 14164 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 J0735+4750_S_2017_05_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 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 450 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.686614Jy sigma=0.010877 ! Fit after self-cal, rms=0.667131Jy sigma=0.010792 ! 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.229 mas, bmaj=4.66 mas, bpa=11.96 degrees ! Estimated noise=1069.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.238024 Jy ! Component: 100 - total flux cleaned = 0.313932 Jy ! Total flux subtracted in 100 components = 0.313932 Jy ! Clean residual min=-0.013279 max=0.034202 Jy/beam ! Clean residual mean=-0.000027 rms=0.004084 Jy/beam ! Combined flux in latest and established models = 0.313932 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.313932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131374Jy sigma=0.002768 ! Fit after self-cal, rms=0.131157Jy sigma=0.002767 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0376635 Jy ! Component: 100 - total flux cleaned = 0.057032 Jy ! Total flux subtracted in 100 components = 0.057032 Jy ! Clean residual min=-0.011955 max=0.016382 Jy/beam ! Clean residual mean=-0.000031 rms=0.003485 Jy/beam ! Combined flux in latest and established models = 0.370964 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.370964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109645Jy sigma=0.003069 ! Fit after self-cal, rms=0.109569Jy sigma=0.003069 ! 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.806 mas, bmaj=5.408 mas, bpa=12.2 degrees ! Estimated noise=712.293 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.0159397 Jy ! Component: 100 - total flux cleaned = 0.0251225 Jy ! Component: 150 - total flux cleaned = 0.0310782 Jy ! Component: 200 - total flux cleaned = 0.034975 Jy ! Total flux subtracted in 200 components = 0.034975 Jy ! Clean residual min=-0.009392 max=0.012592 Jy/beam ! Clean residual mean=-0.000027 rms=0.003135 Jy/beam ! Combined flux in latest and established models = 0.405939 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.405939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104834Jy sigma=0.003142 ! Fit after self-cal, rms=0.104808Jy sigma=0.003142 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.93 HN 0.96 KP 0.97 ! LA 0.97 MK 1.03 NL 0.88 OV 1.00 ! PT 1.04 SC 0.89 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 9.58 FD 0.97 HN 1.01 KP 0.93 ! LA 0.94 MK 1.03 NL 1.02 OV 1.04 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.99 HN 0.99 KP 0.96 ! LA 0.97 MK 1.05 NL 0.99 OV 0.94 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.95 KP 1.00* ! LA 1.05 MK 1.18 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.104808Jy sigma=0.003142 ! Fit after self-cal, rms=0.776141Jy sigma=0.001013 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.76 mas, bmaj=5.488 mas, bpa=10.42 degrees ! Estimated noise=750.955 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.0170291 Jy ! Component: 100 - total flux cleaned = 0.017544 Jy ! Component: 150 - total flux cleaned = 0.0169081 Jy ! Component: 200 - total flux cleaned = 0.0158122 Jy ! Total flux subtracted in 200 components = 0.0158122 Jy ! Clean residual min=-0.012123 max=0.008497 Jy/beam ! Clean residual mean=0.000005 rms=0.002402 Jy/beam ! Combined flux in latest and established models = 0.421751 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 42 components and 0.421751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.771478Jy sigma=0.001020 ! Fit after self-cal, rms=0.771686Jy sigma=0.001018 ! 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.771686Jy sigma=0.001018 ! Fit after self-cal, rms=0.924454Jy sigma=0.000921 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.773 mas, bmaj=5.456 mas, bpa=9.845 degrees ! Estimated noise=775.634 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127074 Jy ! Component: 100 - total flux cleaned = 0.0135815 Jy ! Component: 150 - total flux cleaned = 0.0128027 Jy ! Component: 200 - total flux cleaned = 0.0121302 Jy ! Total flux subtracted in 200 components = 0.0121302 Jy ! Clean residual min=-0.009911 max=0.007862 Jy/beam ! Clean residual mean=0.000005 rms=0.002250 Jy/beam ! Combined flux in latest and established models = 0.433881 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 46 components and 0.433881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.921446Jy sigma=0.000927 ! Fit after self-cal, rms=0.921449Jy sigma=0.000927 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.000462962 Jy ! Component: 100 - total flux cleaned = -0.00113435 Jy ! Component: 150 - total flux cleaned = -0.00160538 Jy ! Component: 200 - total flux cleaned = -0.00202748 Jy ! Total flux subtracted in 200 components = -0.00202748 Jy ! Clean residual min=-0.009428 max=0.007854 Jy/beam ! Clean residual mean=0.000004 rms=0.002219 Jy/beam ! Combined flux in latest and established models = 0.431854 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.431854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.920759Jy sigma=0.000929 ! Fit after self-cal, rms=0.920761Jy sigma=0.000929 ! 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.920761Jy sigma=0.000929 ! Fit after self-cal, rms=0.726629Jy sigma=0.000866 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.78 mas, bmaj=5.474 mas, bpa=9.504 degrees ! Estimated noise=797.657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00922866 Jy ! Component: 100 - total flux cleaned = 0.0105177 Jy ! Component: 150 - total flux cleaned = 0.0101828 Jy ! Component: 200 - total flux cleaned = 0.00989033 Jy ! Total flux subtracted in 200 components = 0.00989033 Jy ! Clean residual min=-0.007065 max=0.007242 Jy/beam ! Clean residual mean=0.000007 rms=0.001730 Jy/beam ! Combined flux in latest and established models = 0.441744 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 53 components and 0.441744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.724888Jy sigma=0.000871 ! Fit after self-cal, rms=0.724881Jy sigma=0.000870 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.000327223 Jy ! Component: 100 - total flux cleaned = -0.000568048 Jy ! Component: 150 - total flux cleaned = -0.000789571 Jy ! Component: 200 - total flux cleaned = -0.00105698 Jy ! Total flux subtracted in 200 components = -0.00105698 Jy ! Clean residual min=-0.007207 max=0.007058 Jy/beam ! Clean residual mean=0.000006 rms=0.001717 Jy/beam ! Combined flux in latest and established models = 0.440687 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.440687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.724550Jy sigma=0.000871 ! Fit after self-cal, rms=0.724549Jy sigma=0.000871 ! 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.724549Jy sigma=0.000871 ! Fit after self-cal, rms=0.755551Jy sigma=0.000866 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.837 mas, bmaj=9.333 mas, bpa=10.24 degrees ! Estimated noise=1000.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102273 Jy ! Component: 100 - total flux cleaned = 0.0104521 Jy ! Component: 150 - total flux cleaned = 0.0101591 Jy ! Component: 200 - total flux cleaned = 0.00989514 Jy ! Total flux subtracted in 200 components = 0.00989514 Jy ! Clean residual min=-0.008077 max=0.007076 Jy/beam ! Clean residual mean=0.000006 rms=0.002113 Jy/beam ! Combined flux in latest and established models = 0.450582 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.450582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.753847Jy sigma=0.000872 ! Fit after self-cal, rms=0.753848Jy sigma=0.000872 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.000100021 Jy ! Component: 100 - total flux cleaned = -0.000566188 Jy ! Component: 150 - total flux cleaned = -0.000868954 Jy ! Component: 200 - total flux cleaned = -0.00113896 Jy ! Total flux subtracted in 200 components = -0.00113896 Jy ! Clean residual min=-0.007993 max=0.006823 Jy/beam ! Clean residual mean=0.000006 rms=0.002077 Jy/beam ! Combined flux in latest and established models = 0.449443 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 60 components and 0.449443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.753392Jy sigma=0.000875 ! Fit after self-cal, rms=0.753396Jy sigma=0.000875 ! 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.786 mas, bmaj=5.483 mas, bpa=9.139 degrees ! Estimated noise=821.677 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.786 x 5.483 at 9.139 degrees (North through East) ! Clean map min=-0.007036 max=0.37215 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.205 mas, bmaj=4.701 mas, bpa=9.485 degrees ! Estimated noise=1176.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.274391 Jy ! Component: 100 - total flux cleaned = 0.36655 Jy ! Component: 150 - total flux cleaned = 0.4118 Jy ! Component: 200 - total flux cleaned = 0.43441 Jy ! Total flux subtracted in 200 components = 0.43441 Jy ! Clean residual min=-0.009496 max=0.011490 Jy/beam ! Clean residual mean=0.000011 rms=0.002185 Jy/beam ! Combined flux in latest and established models = 0.43441 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.43441 Jy ! Inverting map and beam ! Estimated beam: bmin=3.786 mas, bmaj=5.483 mas, bpa=9.139 degrees ! Estimated noise=821.677 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, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0165731 Jy ! Component: 100 - total flux cleaned = 0.0169997 Jy ! Component: 150 - total flux cleaned = 0.0163817 Jy ! Component: 200 - total flux cleaned = 0.0153341 Jy ! Total flux subtracted in 200 components = 0.0153341 Jy ! Clean residual min=-0.007010 max=0.005748 Jy/beam ! Clean residual mean=0.000006 rms=0.001731 Jy/beam ! Combined flux in latest and established models = 0.449744 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 30 components and 0.449744 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.837 mas, bmaj=9.333 mas, bpa=10.24 degrees ! Estimated noise=1000.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00147593 Jy ! Component: 100 - total flux cleaned = -0.00237117 Jy ! Component: 150 - total flux cleaned = -0.0030839 Jy ! Component: 200 - total flux cleaned = -0.00366542 Jy ! Total flux subtracted in 200 components = -0.00366542 Jy ! Clean residual min=-0.006943 max=0.006031 Jy/beam ! Clean residual mean=0.000003 rms=0.001956 Jy/beam ! Combined flux in latest and established models = 0.446079 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.000366538 Jy ! Component: 100 - total flux cleaned = -0.000779311 Jy ! Component: 150 - total flux cleaned = -0.000867513 Jy ! Component: 200 - total flux cleaned = -0.000941197 Jy ! Total flux subtracted in 200 components = -0.000941197 Jy ! Clean residual min=-0.007158 max=0.005911 Jy/beam ! Clean residual mean=0.000003 rms=0.001945 Jy/beam ! Combined flux in latest and established models = 0.445138 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 68 components and 0.445138 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.786 mas, bmaj=5.483 mas, bpa=9.139 degrees ! Estimated noise=821.677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.70539e-05 Jy ! Component: 100 - total flux cleaned = -2.32203e-06 Jy ! Component: 150 - total flux cleaned = -0.000170418 Jy ! Component: 200 - total flux cleaned = -0.000326043 Jy ! Total flux subtracted in 200 components = -0.000326043 Jy ! Clean residual min=-0.007660 max=0.005439 Jy/beam ! Clean residual mean=0.000004 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.444812 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 80 components and 0.444812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.751113Jy sigma=0.000878 ! Fit after self-cal, rms=0.751090Jy sigma=0.000877 wmodel J0735+4750_S_2017_05_27_pus_map.mod ! Writing 80 model components to file: J0735+4750_S_2017_05_27_pus_map.mod wobs J0735+4750_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0735+4750_S_2017_05_27_pus_uvs.fits wwins J0735+4750_S_2017_05_27_pus_map.win ! wwins: Wrote 2 windows to J0735+4750_S_2017_05_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.00331072 Jy ! Component: 100 - total flux cleaned = -0.0061948 Jy ! Component: 150 - total flux cleaned = -0.00844717 Jy ! Component: 200 - total flux cleaned = -0.00977308 Jy ! Component: 250 - total flux cleaned = -0.0111501 Jy ! Component: 300 - total flux cleaned = -0.0120089 Jy ! Component: 350 - total flux cleaned = -0.0124749 Jy ! Component: 400 - total flux cleaned = -0.0128414 Jy ! Component: 450 - total flux cleaned = -0.0130209 Jy ! Component: 500 - total flux cleaned = -0.0131974 Jy ! Component: 550 - total flux cleaned = -0.013458 Jy ! Component: 600 - total flux cleaned = -0.0135435 Jy ! Component: 650 - total flux cleaned = -0.0136275 Jy ! Component: 700 - total flux cleaned = -0.0135456 Jy ! Component: 750 - total flux cleaned = -0.0136285 Jy ! Component: 800 - total flux cleaned = -0.0136285 Jy ! Component: 850 - total flux cleaned = -0.0136284 Jy ! Component: 900 - total flux cleaned = -0.0135487 Jy ! Component: 950 - total flux cleaned = -0.0135478 Jy ! Component: 1000 - total flux cleaned = -0.0135472 Jy ! Component: 1050 - total flux cleaned = -0.0135469 Jy ! Component: 1100 - total flux cleaned = -0.013547 Jy ! Component: 1150 - total flux cleaned = -0.0135465 Jy ! Component: 1200 - total flux cleaned = -0.0134725 Jy ! Component: 1250 - total flux cleaned = -0.0133995 Jy ! Component: 1300 - total flux cleaned = -0.0133993 Jy ! Component: 1350 - total flux cleaned = -0.0134704 Jy ! Component: 1400 - total flux cleaned = -0.0131876 Jy ! Component: 1450 - total flux cleaned = -0.013328 Jy ! Component: 1500 - total flux cleaned = -0.0132582 Jy ! Component: 1550 - total flux cleaned = -0.0131206 Jy ! Component: 1600 - total flux cleaned = -0.0131215 Jy ! Component: 1650 - total flux cleaned = -0.0129867 Jy ! Component: 1700 - total flux cleaned = -0.0129871 Jy ! Component: 1750 - total flux cleaned = -0.0130536 Jy ! Component: 1800 - total flux cleaned = -0.0129875 Jy ! Component: 1850 - total flux cleaned = -0.0129873 Jy ! Component: 1900 - total flux cleaned = -0.0130525 Jy ! Component: 1950 - total flux cleaned = -0.0131809 Jy ! Component: 2000 - total flux cleaned = -0.012862 Jy ! Component: 2050 - total flux cleaned = -0.0129255 Jy ! Component: 2100 - total flux cleaned = -0.0128628 Jy ! Component: 2150 - total flux cleaned = -0.0128636 Jy ! Component: 2200 - total flux cleaned = -0.0129883 Jy ! Component: 2250 - total flux cleaned = -0.0128651 Jy ! Component: 2300 - total flux cleaned = -0.0129262 Jy ! Component: 2350 - total flux cleaned = -0.012805 Jy ! Component: 2400 - total flux cleaned = -0.0128052 Jy ! Component: 2450 - total flux cleaned = -0.0126254 Jy ! Component: 2500 - total flux cleaned = -0.0128041 Jy ! Component: 2550 - total flux cleaned = -0.0127449 Jy ! Component: 2600 - total flux cleaned = -0.0126862 Jy ! Component: 2650 - total flux cleaned = -0.0126278 Jy ! Component: 2700 - total flux cleaned = -0.0125699 Jy ! Component: 2750 - total flux cleaned = -0.0125701 Jy ! Component: 2800 - total flux cleaned = -0.0125126 Jy ! Component: 2850 - total flux cleaned = -0.0125698 Jy ! Component: 2900 - total flux cleaned = -0.0126264 Jy ! Component: 2950 - total flux cleaned = -0.0126826 Jy ! Component: 3000 - total flux cleaned = -0.0127383 Jy ! Component: 3050 - total flux cleaned = -0.012738 Jy ! Component: 3100 - total flux cleaned = -0.0127381 Jy ! Component: 3150 - total flux cleaned = -0.012738 Jy ! Component: 3200 - total flux cleaned = -0.0128469 Jy ! Component: 3250 - total flux cleaned = -0.0129556 Jy ! Component: 3300 - total flux cleaned = -0.0129558 Jy ! Component: 3350 - total flux cleaned = -0.0130634 Jy ! Component: 3400 - total flux cleaned = -0.0130633 Jy ! Component: 3450 - total flux cleaned = -0.013063 Jy ! Component: 3500 - total flux cleaned = -0.0130101 Jy ! Component: 3550 - total flux cleaned = -0.0131153 Jy ! Component: 3600 - total flux cleaned = -0.0129583 Jy ! Component: 3650 - total flux cleaned = -0.0129585 Jy ! Component: 3700 - total flux cleaned = -0.012907 Jy ! Component: 3750 - total flux cleaned = -0.0129585 Jy ! Component: 3800 - total flux cleaned = -0.0130608 Jy ! Component: 3850 - total flux cleaned = -0.0129078 Jy ! Component: 3900 - total flux cleaned = -0.0130092 Jy ! Component: 3950 - total flux cleaned = -0.0129081 Jy ! Component: 4000 - total flux cleaned = -0.0128578 Jy ! Component: 4050 - total flux cleaned = -0.012858 Jy ! Total flux subtracted in 4096 components = -0.0127587 Jy ! Clean residual min=-0.002636 max=0.002870 Jy/beam ! Clean residual mean=0.000007 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.432053 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 397 components and 0.432053 Jy ![Exited script file: muppet] wmap "J0735+4750_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.786 x 5.483 at 9.139 degrees (North through East) ! Clean map min=-0.0069506 max=0.37267 Jy/beam ! Writing clean map to FITS file: J0735+4750_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.372673 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000943178 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.759253 0.759253 1.51851 3.03701 6.07402 12.148 24.2961 48.5922 97.1844 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.372 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.786 x 5.483 at 9.139 degrees (North through East) ! Clean map min=-0.0069506 max=0.37267 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 J0735+4750_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:00:06 2019