! Started logfile: J2349+7517_S_2017_09_26_pus_uvs.log on Sat May 11 13:09:16 2019 obs J2349+7517_S_2017_09_26_pus_uva.fits ! Reading UV FITS file: J2349+7517_S_2017_09_26_pus_uva.fits ! AN table 1: 294 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.720522 visibilities/baseline/integration-bin. ! Found source: J2349+7517 ! ! 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 674 lines of history. ! ! Reading 30504 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 J2349+7517_S_2017_09_26_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 403 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 552 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 462 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1700 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003679Jy sigma=0.008348 ! Fit after self-cal, rms=0.958733Jy sigma=0.007995 ! 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.653 mas, bmaj=9.93 mas, bpa=10.08 degrees ! Estimated noise=1160.29 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.0330236 Jy ! Component: 100 - total flux cleaned = 0.040239 Jy ! Total flux subtracted in 100 components = 0.040239 Jy ! Clean residual min=-0.003812 max=0.003914 Jy/beam ! Clean residual mean=-0.000012 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.040239 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.040239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079864Jy sigma=0.000616 ! Fit after self-cal, rms=0.078323Jy sigma=0.000602 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00456138 Jy ! Component: 100 - total flux cleaned = 0.00630768 Jy ! Total flux subtracted in 100 components = 0.00630768 Jy ! Clean residual min=-0.003488 max=0.003688 Jy/beam ! Clean residual mean=-0.000007 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.0465466 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0465466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077980Jy sigma=0.000601 ! Fit after self-cal, rms=0.077934Jy sigma=0.000601 ! 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.537 mas, bmaj=11.21 mas, bpa=9.636 degrees ! Estimated noise=568.597 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.00139919 Jy ! Component: 100 - total flux cleaned = 0.00219898 Jy ! Component: 150 - total flux cleaned = 0.00257616 Jy ! Component: 200 - total flux cleaned = 0.00270282 Jy ! Total flux subtracted in 200 components = 0.00270282 Jy ! Clean residual min=-0.002757 max=0.002519 Jy/beam ! Clean residual mean=-0.000019 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.0492495 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 19 components and 0.0492495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077888Jy sigma=0.000600 ! Fit after self-cal, rms=0.077870Jy sigma=0.000600 ! 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.95 FD 1.08 HN 1.05 KP 0.93 ! LA 1.07 MK 0.95 NL 1.00 OV 1.03 ! PT 1.14 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.08 HN 1.17 KP 0.91 ! LA 0.97 MK 1.01 NL 1.03 OV 1.05 ! PT 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.06 HN 1.08 KP 0.94 ! LA 0.99 MK 1.05 NL 1.06 OV 0.91 ! PT 1.06 ! ! ! Correcting IF 4. ! A total of 186 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.83 KP 1.00* ! LA 0.85 MK 0.89 NL 1.00* OV 1.00* ! PT 1.03 ! ! ! Fit before self-cal, rms=0.077870Jy sigma=0.000600 ! Fit after self-cal, rms=0.078499Jy sigma=0.000601 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=11.2 mas, bpa=9.67 degrees ! Estimated noise=580.11 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.00108263 Jy ! Component: 100 - total flux cleaned = 0.00165473 Jy ! Component: 150 - total flux cleaned = 0.00194845 Jy ! Component: 200 - total flux cleaned = 0.00202969 Jy ! Total flux subtracted in 200 components = 0.00202969 Jy ! Clean residual min=-0.002441 max=0.002457 Jy/beam ! Clean residual mean=-0.000023 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.0512792 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 27 components and 0.0512792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078473Jy sigma=0.000600 ! Fit after self-cal, rms=0.078421Jy sigma=0.000600 ! 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.078421Jy sigma=0.000600 ! Fit after self-cal, rms=0.076136Jy sigma=0.000598 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.506 mas, bmaj=11.28 mas, bpa=9.908 degrees ! Estimated noise=581.091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000195114 Jy ! Component: 100 - total flux cleaned = -0.000256162 Jy ! Component: 150 - total flux cleaned = -0.000295708 Jy ! Component: 200 - total flux cleaned = -0.000330369 Jy ! Total flux subtracted in 200 components = -0.000330369 Jy ! Clean residual min=-0.001353 max=0.001501 Jy/beam ! Clean residual mean=-0.000006 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0509488 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.0509488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076130Jy sigma=0.000598 ! Fit after self-cal, rms=0.076110Jy sigma=0.000597 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-20, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102642 Jy ! Component: 100 - total flux cleaned = 0.00100411 Jy ! Component: 150 - total flux cleaned = 0.000910019 Jy ! Component: 200 - total flux cleaned = 0.000930485 Jy ! Total flux subtracted in 200 components = 0.000930485 Jy ! Clean residual min=-0.001272 max=0.001658 Jy/beam ! Clean residual mean=-0.000004 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0518793 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 58 components and 0.0518793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076081Jy sigma=0.000597 ! Fit after self-cal, rms=0.076052Jy sigma=0.000597 ! Inverting map ! Added new window around map position (87.5, -32). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150514 Jy ! Component: 100 - total flux cleaned = 0.00193798 Jy ! Component: 150 - total flux cleaned = 0.002062 Jy ! Component: 200 - total flux cleaned = 0.00222595 Jy ! Total flux subtracted in 200 components = 0.00222595 Jy ! Clean residual min=-0.001182 max=0.001200 Jy/beam ! Clean residual mean=-0.000006 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.0541052 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 81 components and 0.0541052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076014Jy sigma=0.000597 ! Fit after self-cal, rms=0.076001Jy sigma=0.000596 ! 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.076001Jy sigma=0.000596 ! Fit after self-cal, rms=0.075549Jy sigma=0.000596 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.499 mas, bmaj=11.27 mas, bpa=9.988 degrees ! Estimated noise=576.844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126508 Jy ! Component: 100 - total flux cleaned = 0.00184086 Jy ! Component: 150 - total flux cleaned = 0.00192516 Jy ! Component: 200 - total flux cleaned = 0.0019266 Jy ! Total flux subtracted in 200 components = 0.0019266 Jy ! Clean residual min=-0.001148 max=0.001210 Jy/beam ! Clean residual mean=-0.000004 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.0560318 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 94 components and 0.0560318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075521Jy sigma=0.000596 ! Fit after self-cal, rms=0.075507Jy sigma=0.000596 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.000966976 Jy ! Component: 100 - total flux cleaned = 0.00122426 Jy ! Component: 150 - total flux cleaned = 0.00132276 Jy ! Component: 200 - total flux cleaned = 0.00134501 Jy ! Total flux subtracted in 200 components = 0.00134501 Jy ! Clean residual min=-0.001173 max=0.001239 Jy/beam ! Clean residual mean=-0.000006 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.0573768 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 107 components and 0.0573768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075487Jy sigma=0.000596 ! Fit after self-cal, rms=0.075476Jy sigma=0.000596 ! Inverting map ! Added new window around map position (94.5, 111). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.76703e-05 Jy ! Component: 100 - total flux cleaned = 0.000123366 Jy ! Component: 150 - total flux cleaned = 0.000292187 Jy ! Component: 200 - total flux cleaned = 0.000500796 Jy ! Total flux subtracted in 200 components = 0.000500796 Jy ! Clean residual min=-0.001237 max=0.000993 Jy/beam ! Clean residual mean=-0.000007 rms=0.000284 Jy/beam ! Combined flux in latest and established models = 0.0578776 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 126 components and 0.0578777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075445Jy sigma=0.000595 ! Fit after self-cal, rms=0.075433Jy sigma=0.000595 ! 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.075433Jy sigma=0.000595 ! Fit after self-cal, rms=0.075027Jy sigma=0.000595 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.8 mas, bmaj=14.84 mas, bpa=1.76 degrees ! Estimated noise=693.566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.69879e-05 Jy ! Component: 100 - total flux cleaned = 0.000221715 Jy ! Component: 150 - total flux cleaned = 0.000313575 Jy ! Component: 200 - total flux cleaned = 0.000430135 Jy ! Total flux subtracted in 200 components = 0.000430135 Jy ! Clean residual min=-0.000981 max=0.001029 Jy/beam ! Clean residual mean=-0.000007 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0583078 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 154 components and 0.0583078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075013Jy sigma=0.000595 ! Fit after self-cal, rms=0.075014Jy sigma=0.000595 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 = 9.39161e-05 Jy ! Component: 100 - total flux cleaned = 0.000228331 Jy ! Component: 150 - total flux cleaned = 0.000380244 Jy ! Component: 200 - total flux cleaned = 0.00049921 Jy ! Total flux subtracted in 200 components = 0.00049921 Jy ! Clean residual min=-0.000967 max=0.001055 Jy/beam ! Clean residual mean=-0.000008 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.058807 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 167 components and 0.058807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075004Jy sigma=0.000595 ! Fit after self-cal, rms=0.075003Jy sigma=0.000595 ! 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.501 mas, bmaj=11.28 mas, bpa=9.996 degrees ! Estimated noise=572.967 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.501 x 11.28 at 9.996 degrees (North through East) ! Clean map min=-0.0021064 max=0.045216 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.595 mas, bmaj=9.997 mas, bpa=10.52 degrees ! Estimated noise=1141.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0347506 Jy ! Component: 100 - total flux cleaned = 0.0427993 Jy ! Component: 150 - total flux cleaned = 0.0469725 Jy ! Component: 200 - total flux cleaned = 0.048725 Jy ! Total flux subtracted in 200 components = 0.048725 Jy ! Clean residual min=-0.002710 max=0.002522 Jy/beam ! Clean residual mean=-0.000008 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.048725 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.048725 Jy ! Inverting map and beam ! Estimated beam: bmin=3.501 mas, bmaj=11.28 mas, bpa=9.996 degrees ! Estimated noise=572.967 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.00356304 Jy ! Component: 100 - total flux cleaned = 0.00457086 Jy ! Component: 150 - total flux cleaned = 0.00511325 Jy ! Component: 200 - total flux cleaned = 0.00572079 Jy ! Total flux subtracted in 200 components = 0.00572079 Jy ! Clean residual min=-0.001496 max=0.001631 Jy/beam ! Clean residual mean=-0.000013 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0544458 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 45 components and 0.0544458 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.8 mas, bmaj=14.84 mas, bpa=1.76 degrees ! Estimated noise=693.566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118642 Jy ! Component: 100 - total flux cleaned = 0.00168279 Jy ! Component: 150 - total flux cleaned = 0.00215139 Jy ! Component: 200 - total flux cleaned = 0.00248961 Jy ! Total flux subtracted in 200 components = 0.00248961 Jy ! Clean residual min=-0.001406 max=0.001271 Jy/beam ! Clean residual mean=-0.000015 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.0569354 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.000305348 Jy ! Component: 100 - total flux cleaned = 0.000523111 Jy ! Component: 150 - total flux cleaned = 0.000724282 Jy ! Component: 200 - total flux cleaned = 0.000858205 Jy ! Total flux subtracted in 200 components = 0.000858205 Jy ! Clean residual min=-0.001244 max=0.001156 Jy/beam ! Clean residual mean=-0.000013 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0577936 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 93 components and 0.0577937 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.501 mas, bmaj=11.28 mas, bpa=9.996 degrees ! Estimated noise=572.967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000512598 Jy ! Component: 100 - total flux cleaned = 0.000476813 Jy ! Component: 150 - total flux cleaned = 0.000376832 Jy ! Component: 200 - total flux cleaned = 0.000345526 Jy ! Total flux subtracted in 200 components = 0.000345526 Jy ! Clean residual min=-0.001144 max=0.001027 Jy/beam ! Clean residual mean=-0.000007 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.0581392 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 119 components and 0.0581392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075013Jy sigma=0.000595 ! Fit after self-cal, rms=0.075007Jy sigma=0.000595 wmodel J2349+7517_S_2017_09_26_pus_map.mod ! Writing 119 model components to file: J2349+7517_S_2017_09_26_pus_map.mod wobs J2349+7517_S_2017_09_26_pus_uvs.fits ! Writing UV FITS file: J2349+7517_S_2017_09_26_pus_uvs.fits wwins J2349+7517_S_2017_09_26_pus_map.win ! wwins: Wrote 4 windows to J2349+7517_S_2017_09_26_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.000233822 Jy ! Component: 100 - total flux cleaned = -0.000251739 Jy ! Component: 150 - total flux cleaned = -0.000338199 Jy ! Component: 200 - total flux cleaned = -0.000404586 Jy ! Component: 250 - total flux cleaned = -0.000420392 Jy ! Component: 300 - total flux cleaned = -0.00035872 Jy ! Component: 350 - total flux cleaned = -0.000284324 Jy ! Component: 400 - total flux cleaned = -0.000197807 Jy ! Component: 450 - total flux cleaned = -0.000169473 Jy ! Component: 500 - total flux cleaned = -0.000114261 Jy ! Component: 550 - total flux cleaned = -8.72131e-05 Jy ! Component: 600 - total flux cleaned = -3.41522e-05 Jy ! Component: 650 - total flux cleaned = 1.77967e-05 Jy ! Component: 700 - total flux cleaned = 8.11227e-05 Jy ! Component: 750 - total flux cleaned = 0.000105991 Jy ! Component: 800 - total flux cleaned = 0.000155425 Jy ! Component: 850 - total flux cleaned = 0.000228283 Jy ! Component: 900 - total flux cleaned = 0.000299723 Jy ! Component: 950 - total flux cleaned = 0.000370351 Jy ! Component: 1000 - total flux cleaned = 0.000439915 Jy ! Component: 1050 - total flux cleaned = 0.000497303 Jy ! Component: 1100 - total flux cleaned = 0.000610266 Jy ! Component: 1150 - total flux cleaned = 0.000699471 Jy ! Component: 1200 - total flux cleaned = 0.000754605 Jy ! Component: 1250 - total flux cleaned = 0.000841879 Jy ! Component: 1300 - total flux cleaned = 0.000895795 Jy ! Component: 1350 - total flux cleaned = 0.000981258 Jy ! Component: 1400 - total flux cleaned = 0.00104465 Jy ! Component: 1450 - total flux cleaned = 0.00108654 Jy ! Component: 1500 - total flux cleaned = 0.00116941 Jy ! Component: 1550 - total flux cleaned = 0.00128201 Jy ! Component: 1600 - total flux cleaned = 0.00130211 Jy ! Component: 1650 - total flux cleaned = 0.00137249 Jy ! Component: 1700 - total flux cleaned = 0.00139243 Jy ! Component: 1750 - total flux cleaned = 0.00144184 Jy ! Component: 1800 - total flux cleaned = 0.00148095 Jy ! Component: 1850 - total flux cleaned = 0.00151008 Jy ! Component: 1900 - total flux cleaned = 0.00151005 Jy ! Component: 1950 - total flux cleaned = 0.00157686 Jy ! Component: 2000 - total flux cleaned = 0.00156723 Jy ! Component: 2050 - total flux cleaned = 0.00158608 Jy ! Component: 2100 - total flux cleaned = 0.00161406 Jy ! Component: 2150 - total flux cleaned = 0.00165101 Jy ! Component: 2200 - total flux cleaned = 0.0016602 Jy ! Component: 2250 - total flux cleaned = 0.00167845 Jy ! Component: 2300 - total flux cleaned = 0.00170555 Jy ! Component: 2350 - total flux cleaned = 0.00170553 Jy ! Component: 2400 - total flux cleaned = 0.00173219 Jy ! Component: 2450 - total flux cleaned = 0.00174102 Jy ! Component: 2500 - total flux cleaned = 0.00174097 Jy ! Component: 2550 - total flux cleaned = 0.00173218 Jy ! Component: 2600 - total flux cleaned = 0.00173231 Jy ! Component: 2650 - total flux cleaned = 0.00173231 Jy ! Component: 2700 - total flux cleaned = 0.00173225 Jy ! Component: 2750 - total flux cleaned = 0.00171523 Jy ! Component: 2800 - total flux cleaned = 0.00172374 Jy ! Component: 2850 - total flux cleaned = 0.0017153 Jy ! Component: 2900 - total flux cleaned = 0.00173198 Jy ! Component: 2950 - total flux cleaned = 0.00170707 Jy ! Component: 3000 - total flux cleaned = 0.00172355 Jy ! Component: 3050 - total flux cleaned = 0.00171533 Jy ! Component: 3100 - total flux cleaned = 0.00170718 Jy ! Component: 3150 - total flux cleaned = 0.00172336 Jy ! Component: 3200 - total flux cleaned = 0.00169933 Jy ! Component: 3250 - total flux cleaned = 0.00172335 Jy ! Component: 3300 - total flux cleaned = 0.00170741 Jy ! Component: 3350 - total flux cleaned = 0.00171531 Jy ! Component: 3400 - total flux cleaned = 0.00171538 Jy ! Component: 3450 - total flux cleaned = 0.00172314 Jy ! Component: 3500 - total flux cleaned = 0.001692 Jy ! Component: 3550 - total flux cleaned = 0.00169201 Jy ! Component: 3600 - total flux cleaned = 0.00169196 Jy ! Component: 3650 - total flux cleaned = 0.00168424 Jy ! Component: 3700 - total flux cleaned = 0.00168424 Jy ! Component: 3750 - total flux cleaned = 0.00167667 Jy ! Component: 3800 - total flux cleaned = 0.00168418 Jy ! Component: 3850 - total flux cleaned = 0.00169166 Jy ! Component: 3900 - total flux cleaned = 0.00169165 Jy ! Component: 3950 - total flux cleaned = 0.00166946 Jy ! Component: 4000 - total flux cleaned = 0.00165476 Jy ! Component: 4050 - total flux cleaned = 0.00166205 Jy ! Total flux subtracted in 4096 components = 0.00163281 Jy ! Clean residual min=-0.000407 max=0.000460 Jy/beam ! Clean residual mean=-0.000001 rms=0.000133 Jy/beam ! Combined flux in latest and established models = 0.059772 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 383 components and 0.059772 Jy ![Exited script file: muppet] wmap "J2349+7517_S_2017_09_26_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.501 x 11.28 at 9.996 degrees (North through East) ! Clean map min=-0.0019714 max=0.045329 Jy/beam ! Writing clean map to FITS file: J2349+7517_S_2017_09_26_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.045329 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000131736 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.871863 0.871863 1.74373 3.48745 6.9749 13.9498 27.8996 55.7992 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.045 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.501 x 11.28 at 9.996 degrees (North through East) ! Clean map min=-0.0019714 max=0.045329 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 J2349+7517_S_2017_09_26_pus_uvs.log closed on Sat May 11 13:09:23 2019