! Started logfile: J1527+3115_S_2017_08_05_pus_uvs.log on Thu May 9 19:32:46 2019 obs J1527+3115_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1527+3115_S_2017_08_05_pus_uva.fits ! AN table 1: 81 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.712483 visibilities/baseline/integration-bin. ! Found source: J1527+3115 ! ! 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 513 lines of history. ! ! Reading 10388 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 J1527+3115_S_2017_08_05_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 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 471 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.849004Jy sigma=0.008345 ! Fit after self-cal, rms=0.842037Jy sigma=0.008279 ! 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.851 mas, bmaj=5.589 mas, bpa=-3.676 degrees ! Estimated noise=971.771 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.112009 Jy ! Component: 100 - total flux cleaned = 0.159031 Jy ! Total flux subtracted in 100 components = 0.159031 Jy ! Clean residual min=-0.012498 max=0.039023 Jy/beam ! Clean residual mean=0.000017 rms=0.004036 Jy/beam ! Combined flux in latest and established models = 0.159031 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.159031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126199Jy sigma=0.001142 ! Fit after self-cal, rms=0.125669Jy sigma=0.001136 ! Inverting map ! Added new window around map position (4, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0364579 Jy ! Component: 100 - total flux cleaned = 0.056498 Jy ! Total flux subtracted in 100 components = 0.056498 Jy ! Clean residual min=-0.010406 max=0.016177 Jy/beam ! Clean residual mean=0.000017 rms=0.003018 Jy/beam ! Combined flux in latest and established models = 0.215529 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 26 components and 0.215529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106763Jy sigma=0.000965 ! Fit after self-cal, rms=0.106296Jy sigma=0.000960 ! 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.325 mas, bmaj=6.236 mas, bpa=-1.207 degrees ! Estimated noise=808.759 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 (9, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0328664 Jy ! Component: 100 - total flux cleaned = 0.0563785 Jy ! Component: 150 - total flux cleaned = 0.0750361 Jy ! Component: 200 - total flux cleaned = 0.090049 Jy ! Total flux subtracted in 200 components = 0.090049 Jy ! Clean residual min=-0.010147 max=0.017437 Jy/beam ! Clean residual mean=0.000039 rms=0.003102 Jy/beam ! Combined flux in latest and established models = 0.305578 Jy ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 120 components and 0.305578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089936Jy sigma=0.000816 ! Fit after self-cal, rms=0.089203Jy sigma=0.000809 ! 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 1.17 FD 0.88 HN 1.01 KP 0.91 ! LA 0.93 MK 1.04 NL 0.94 OV 1.16 ! PT 0.92 SC 0.91 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.92 HN 1.01 KP 0.93 ! LA 0.90 MK 1.02 NL 1.10 OV 1.19 ! PT 0.90 SC 0.94 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.96 HN 1.02 KP 0.81 ! LA 0.72 MK 1.00 NL 1.26 OV 1.11 ! PT 0.90 SC 0.92 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.09 KP 1.00* ! LA 0.80 MK 1.16 NL 1.00* OV 1.00* ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.089203Jy sigma=0.000809 ! Fit after self-cal, rms=0.078834Jy sigma=0.000737 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.36 mas, bmaj=6.311 mas, bpa=-0.334 degrees ! Estimated noise=783.591 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 (16.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109388 Jy ! Component: 100 - total flux cleaned = 0.0167086 Jy ! Component: 150 - total flux cleaned = 0.0184227 Jy ! Component: 200 - total flux cleaned = 0.018527 Jy ! Total flux subtracted in 200 components = 0.018527 Jy ! Clean residual min=-0.005942 max=0.006250 Jy/beam ! Clean residual mean=0.000010 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.324105 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 153 components and 0.324105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077340Jy sigma=0.000720 ! Fit after self-cal, rms=0.077134Jy sigma=0.000717 ! 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.077134Jy sigma=0.000717 ! Fit after self-cal, rms=0.076540Jy sigma=0.000687 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=6.274 mas, bpa=-1.131 degrees ! Estimated noise=777.117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00452576 Jy ! Component: 100 - total flux cleaned = 0.00632649 Jy ! Component: 150 - total flux cleaned = 0.00715314 Jy ! Component: 200 - total flux cleaned = 0.00770842 Jy ! Total flux subtracted in 200 components = 0.00770842 Jy ! Clean residual min=-0.003309 max=0.003738 Jy/beam ! Clean residual mean=-0.000006 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.331813 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 180 components and 0.331813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076220Jy sigma=0.000683 ! Fit after self-cal, rms=0.076266Jy sigma=0.000682 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.001567 Jy ! Component: 100 - total flux cleaned = 0.00231167 Jy ! Component: 150 - total flux cleaned = 0.00275793 Jy ! Component: 200 - total flux cleaned = 0.0029842 Jy ! Total flux subtracted in 200 components = 0.0029842 Jy ! Clean residual min=-0.003177 max=0.003468 Jy/beam ! Clean residual mean=-0.000007 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.334797 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 195 components and 0.334797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076151Jy sigma=0.000681 ! Fit after self-cal, rms=0.076126Jy sigma=0.000680 ! 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.076126Jy sigma=0.000680 ! Fit after self-cal, rms=0.076374Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.321 mas, bmaj=6.264 mas, bpa=-1.353 degrees ! Estimated noise=775.127 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00209088 Jy ! Component: 100 - total flux cleaned = 0.00315051 Jy ! Component: 150 - total flux cleaned = 0.00368759 Jy ! Component: 200 - total flux cleaned = 0.00405344 Jy ! Total flux subtracted in 200 components = 0.00405344 Jy ! Clean residual min=-0.002856 max=0.003179 Jy/beam ! Clean residual mean=-0.000006 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.338851 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 216 components and 0.338851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076270Jy sigma=0.000678 ! Fit after self-cal, rms=0.076255Jy sigma=0.000678 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.000620995 Jy ! Component: 100 - total flux cleaned = 0.000931697 Jy ! Component: 150 - total flux cleaned = 0.0011198 Jy ! Component: 200 - total flux cleaned = 0.00133291 Jy ! Total flux subtracted in 200 components = 0.00133291 Jy ! Clean residual min=-0.002709 max=0.003058 Jy/beam ! Clean residual mean=-0.000006 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.340184 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 224 components and 0.340184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076200Jy sigma=0.000678 ! Fit after self-cal, rms=0.076186Jy sigma=0.000677 ! 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.076186Jy sigma=0.000677 ! Fit after self-cal, rms=0.076205Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.387 mas, bmaj=9.947 mas, bpa=0.4586 degrees ! Estimated noise=983.716 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220665 Jy ! Component: 100 - total flux cleaned = 0.00289441 Jy ! Component: 150 - total flux cleaned = 0.00321082 Jy ! Component: 200 - total flux cleaned = 0.00342412 Jy ! Total flux subtracted in 200 components = 0.00342412 Jy ! Clean residual min=-0.004045 max=0.004367 Jy/beam ! Clean residual mean=-0.000010 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.343608 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 254 components and 0.343608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076169Jy sigma=0.000677 ! Fit after self-cal, rms=0.076148Jy sigma=0.000676 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.000378761 Jy ! Component: 100 - total flux cleaned = 0.000680082 Jy ! Component: 150 - total flux cleaned = 0.000798021 Jy ! Component: 200 - total flux cleaned = 0.000830446 Jy ! Total flux subtracted in 200 components = 0.000830446 Jy ! Clean residual min=-0.003909 max=0.004251 Jy/beam ! Clean residual mean=-0.000011 rms=0.001142 Jy/beam ! Combined flux in latest and established models = 0.344438 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 275 components and 0.344438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076135Jy sigma=0.000676 ! Fit after self-cal, rms=0.076117Jy sigma=0.000676 ! 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.32 mas, bmaj=6.258 mas, bpa=-1.507 degrees ! Estimated noise=773.588 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.32 x 6.258 at -1.507 degrees (North through East) ! Clean map min=-0.0026616 max=0.14277 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.832 mas, bmaj=5.605 mas, bpa=-4.15 degrees ! Estimated noise=944.429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.110965 Jy ! Component: 100 - total flux cleaned = 0.161865 Jy ! Component: 150 - total flux cleaned = 0.19098 Jy ! Component: 200 - total flux cleaned = 0.211823 Jy ! Total flux subtracted in 200 components = 0.211823 Jy ! Clean residual min=-0.007256 max=0.012294 Jy/beam ! Clean residual mean=0.000004 rms=0.002284 Jy/beam ! Combined flux in latest and established models = 0.211823 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.211823 Jy ! Inverting map and beam ! Estimated beam: bmin=3.32 mas, bmaj=6.258 mas, bpa=-1.507 degrees ! Estimated noise=773.588 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.0284154 Jy ! Component: 100 - total flux cleaned = 0.0493741 Jy ! Component: 150 - total flux cleaned = 0.065478 Jy ! Component: 200 - total flux cleaned = 0.0780223 Jy ! Total flux subtracted in 200 components = 0.0780223 Jy ! Clean residual min=-0.004789 max=0.007375 Jy/beam ! Clean residual mean=0.000009 rms=0.001669 Jy/beam ! Combined flux in latest and established models = 0.289845 Jy ! Adding 98 model components to the UV plane model. ! The established model now contains 124 components and 0.289845 Jy ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00985819 Jy ! Component: 100 - total flux cleaned = 0.0176589 Jy ! Component: 150 - total flux cleaned = 0.0239003 Jy ! Component: 200 - total flux cleaned = 0.0289962 Jy ! Total flux subtracted in 200 components = 0.0289962 Jy ! Clean residual min=-0.003398 max=0.003595 Jy/beam ! Clean residual mean=0.000003 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.318841 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 191 components and 0.318841 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.387 mas, bmaj=9.947 mas, bpa=0.4586 degrees ! Estimated noise=983.716 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0080744 Jy ! Component: 100 - total flux cleaned = 0.0133902 Jy ! Component: 150 - total flux cleaned = 0.0170755 Jy ! Component: 200 - total flux cleaned = 0.0196703 Jy ! Total flux subtracted in 200 components = 0.0196703 Jy ! Clean residual min=-0.003940 max=0.003982 Jy/beam ! Clean residual mean=-0.000004 rms=0.001142 Jy/beam ! Combined flux in latest and established models = 0.338511 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.00184075 Jy ! Component: 100 - total flux cleaned = 0.00315141 Jy ! Component: 150 - total flux cleaned = 0.00408705 Jy ! Component: 200 - total flux cleaned = 0.00475591 Jy ! Total flux subtracted in 200 components = 0.00475591 Jy ! Clean residual min=-0.003786 max=0.004195 Jy/beam ! Clean residual mean=-0.000007 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.343267 Jy ! Adding 115 model components to the UV plane model. ! The established model now contains 285 components and 0.343267 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.32 mas, bmaj=6.258 mas, bpa=-1.507 degrees ! Estimated noise=773.588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000569425 Jy ! Component: 100 - total flux cleaned = -0.000420267 Jy ! Component: 150 - total flux cleaned = -0.000251199 Jy ! Component: 200 - total flux cleaned = -9.79244e-05 Jy ! Total flux subtracted in 200 components = -9.79244e-05 Jy ! Clean residual min=-0.002697 max=0.002912 Jy/beam ! Clean residual mean=-0.000004 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.343169 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 309 components and 0.343169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076069Jy sigma=0.000676 ! Fit after self-cal, rms=0.076011Jy sigma=0.000675 wmodel J1527+3115_S_2017_08_05_pus_map.mod ! Writing 309 model components to file: J1527+3115_S_2017_08_05_pus_map.mod wobs J1527+3115_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1527+3115_S_2017_08_05_pus_uvs.fits wwins J1527+3115_S_2017_08_05_pus_map.win ! wwins: Wrote 4 windows to J1527+3115_S_2017_08_05_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.000564216 Jy ! Component: 100 - total flux cleaned = 0.000658547 Jy ! Component: 150 - total flux cleaned = 0.000525805 Jy ! Component: 200 - total flux cleaned = 0.000483536 Jy ! Component: 250 - total flux cleaned = 0.000523077 Jy ! Component: 300 - total flux cleaned = 0.00048249 Jy ! Component: 350 - total flux cleaned = 0.000405638 Jy ! Component: 400 - total flux cleaned = 0.000183108 Jy ! Component: 450 - total flux cleaned = 7.4945e-05 Jy ! Component: 500 - total flux cleaned = -0.000101216 Jy ! Component: 550 - total flux cleaned = -0.000238696 Jy ! Component: 600 - total flux cleaned = -0.000238812 Jy ! Component: 650 - total flux cleaned = -0.000371268 Jy ! Component: 700 - total flux cleaned = -0.000436443 Jy ! Component: 750 - total flux cleaned = -0.000500179 Jy ! Component: 800 - total flux cleaned = -0.000593837 Jy ! Component: 850 - total flux cleaned = -0.000777275 Jy ! Component: 900 - total flux cleaned = -0.000837532 Jy ! Component: 950 - total flux cleaned = -0.000985775 Jy ! Component: 1000 - total flux cleaned = -0.00107309 Jy ! Component: 1050 - total flux cleaned = -0.00124472 Jy ! Component: 1100 - total flux cleaned = -0.0013287 Jy ! Component: 1150 - total flux cleaned = -0.00135633 Jy ! Component: 1200 - total flux cleaned = -0.00151973 Jy ! Component: 1250 - total flux cleaned = -0.00154659 Jy ! Component: 1300 - total flux cleaned = -0.00157343 Jy ! Component: 1350 - total flux cleaned = -0.00170303 Jy ! Component: 1400 - total flux cleaned = -0.001856 Jy ! Component: 1450 - total flux cleaned = -0.00188107 Jy ! Component: 1500 - total flux cleaned = -0.00205467 Jy ! Component: 1550 - total flux cleaned = -0.00217685 Jy ! Component: 1600 - total flux cleaned = -0.002345 Jy ! Component: 1650 - total flux cleaned = -0.00243985 Jy ! Component: 1700 - total flux cleaned = -0.00255716 Jy ! Component: 1750 - total flux cleaned = -0.0026949 Jy ! Component: 1800 - total flux cleaned = -0.00280793 Jy ! Component: 1850 - total flux cleaned = -0.00287529 Jy ! Component: 1900 - total flux cleaned = -0.00298601 Jy ! Component: 1950 - total flux cleaned = -0.00300799 Jy ! Component: 2000 - total flux cleaned = -0.00303009 Jy ! Component: 2050 - total flux cleaned = -0.00311588 Jy ! Component: 2100 - total flux cleaned = -0.00320034 Jy ! Component: 2150 - total flux cleaned = -0.00322124 Jy ! Component: 2200 - total flux cleaned = -0.00330423 Jy ! Component: 2250 - total flux cleaned = -0.00334466 Jy ! Component: 2300 - total flux cleaned = -0.00332442 Jy ! Component: 2350 - total flux cleaned = -0.00332459 Jy ! Component: 2400 - total flux cleaned = -0.00338414 Jy ! Component: 2450 - total flux cleaned = -0.00350105 Jy ! Component: 2500 - total flux cleaned = -0.0034626 Jy ! Component: 2550 - total flux cleaned = -0.00346256 Jy ! Component: 2600 - total flux cleaned = -0.00357588 Jy ! Component: 2650 - total flux cleaned = -0.00355701 Jy ! Component: 2700 - total flux cleaned = -0.00355673 Jy ! Component: 2750 - total flux cleaned = -0.00348323 Jy ! Component: 2800 - total flux cleaned = -0.00353787 Jy ! Component: 2850 - total flux cleaned = -0.00357378 Jy ! Component: 2900 - total flux cleaned = -0.00355597 Jy ! Component: 2950 - total flux cleaned = -0.00353831 Jy ! Component: 3000 - total flux cleaned = -0.00357314 Jy ! Component: 3050 - total flux cleaned = -0.00353861 Jy ! Component: 3100 - total flux cleaned = -0.00365883 Jy ! Component: 3150 - total flux cleaned = -0.00362501 Jy ! Component: 3200 - total flux cleaned = -0.00369236 Jy ! Component: 3250 - total flux cleaned = -0.00370926 Jy ! Component: 3300 - total flux cleaned = -0.00372579 Jy ! Component: 3350 - total flux cleaned = -0.00374212 Jy ! Component: 3400 - total flux cleaned = -0.00375835 Jy ! Component: 3450 - total flux cleaned = -0.00374235 Jy ! Component: 3500 - total flux cleaned = -0.00369418 Jy ! Component: 3550 - total flux cleaned = -0.00369413 Jy ! Component: 3600 - total flux cleaned = -0.00372583 Jy ! Component: 3650 - total flux cleaned = -0.00369426 Jy ! Component: 3700 - total flux cleaned = -0.00361643 Jy ! Component: 3750 - total flux cleaned = -0.00361629 Jy ! Component: 3800 - total flux cleaned = -0.00358532 Jy ! Component: 3850 - total flux cleaned = -0.00358525 Jy ! Component: 3900 - total flux cleaned = -0.00353998 Jy ! Component: 3950 - total flux cleaned = -0.00358511 Jy ! Component: 4000 - total flux cleaned = -0.00349558 Jy ! Component: 4050 - total flux cleaned = -0.00351045 Jy ! Total flux subtracted in 4096 components = -0.00352507 Jy ! Clean residual min=-0.000931 max=0.000867 Jy/beam ! Clean residual mean=-0.000003 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.339644 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 617 components and 0.339644 Jy ![Exited script file: muppet] wmap "J1527+3115_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.32 x 6.258 at -1.507 degrees (North through East) ! Clean map min=-0.0015898 max=0.1425 Jy/beam ! Writing clean map to FITS file: J1527+3115_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.142505 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000275425 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.579823 0.579823 1.15965 2.31929 4.63858 9.27716 18.5543 37.1086 74.2173 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.142 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.32 x 6.258 at -1.507 degrees (North through East) ! Clean map min=-0.0015898 max=0.1425 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 J1527+3115_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:32:51 2019