! Started logfile: J0339+6008_S_2017_06_10_pus_uvs.log on Mon May 6 14:44:22 2019 obs J0339+6008_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0339+6008_S_2017_06_10_pus_uva.fits ! AN table 1: 152 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.963596 visibilities/baseline/integration-bin. ! Found source: J0339+6008 ! ! 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 1154 lines of history. ! ! Reading 26364 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 J0339+6008_S_2017_06_10_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 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 794 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.914006Jy sigma=0.009011 ! Fit after self-cal, rms=0.904966Jy sigma=0.008931 ! 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.028 mas, bmaj=3.982 mas, bpa=-5.15 degrees ! Estimated noise=837.166 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.0725504 Jy ! Component: 100 - total flux cleaned = 0.0916254 Jy ! Total flux subtracted in 100 components = 0.0916254 Jy ! Clean residual min=-0.003809 max=0.007799 Jy/beam ! Clean residual mean=-0.000015 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.0916254 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0916254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073931Jy sigma=0.000697 ! Fit after self-cal, rms=0.073926Jy sigma=0.000697 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00906278 Jy ! Component: 100 - total flux cleaned = 0.0144115 Jy ! Total flux subtracted in 100 components = 0.0144115 Jy ! Clean residual min=-0.002876 max=0.003356 Jy/beam ! Clean residual mean=-0.000006 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.106037 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.106037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072617Jy sigma=0.000684 ! Fit after self-cal, rms=0.072620Jy sigma=0.000684 ! 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.754 mas, bmaj=4.825 mas, bpa=-1.471 degrees ! Estimated noise=500.66 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.00377978 Jy ! Component: 100 - total flux cleaned = 0.00570805 Jy ! Component: 150 - total flux cleaned = 0.00653647 Jy ! Component: 200 - total flux cleaned = 0.00677923 Jy ! Total flux subtracted in 200 components = 0.00677923 Jy ! Clean residual min=-0.001507 max=0.001660 Jy/beam ! Clean residual mean=-0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.112816 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 44 components and 0.112816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072404Jy sigma=0.000682 ! Fit after self-cal, rms=0.072404Jy sigma=0.000682 ! 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.97 FD 0.97 HN 0.95 KP 0.99 ! LA 1.03 MK 1.10 NL 0.89 OV 1.02 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 0.98 KP 1.01 ! LA 1.01 MK 1.09 NL 1.05 OV 1.04 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.03 HN 1.02 KP 1.01 ! LA 1.01 MK 1.09 NL 1.01 OV 0.96 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.99 KP 1.00* ! LA 1.01 MK 0.98 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.072404Jy sigma=0.000682 ! Fit after self-cal, rms=0.072893Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=4.871 mas, bpa=-0.8906 degrees ! Estimated noise=505.464 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.000394071 Jy ! Component: 100 - total flux cleaned = 0.000415773 Jy ! Component: 150 - total flux cleaned = 0.00043451 Jy ! Component: 200 - total flux cleaned = 0.000401713 Jy ! Total flux subtracted in 200 components = 0.000401713 Jy ! Clean residual min=-0.001503 max=0.001776 Jy/beam ! Clean residual mean=-0.000003 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.113218 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.113218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072878Jy sigma=0.000680 ! Fit after self-cal, rms=0.072880Jy sigma=0.000679 ! 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.072880Jy sigma=0.000679 ! Fit after self-cal, rms=0.072728Jy sigma=0.000677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.796 mas, bmaj=4.879 mas, bpa=-1.06 degrees ! Estimated noise=506.374 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.33889e-05 Jy ! Component: 100 - total flux cleaned = 0.000103767 Jy ! Component: 150 - total flux cleaned = 0.000104353 Jy ! Component: 200 - total flux cleaned = 9.19065e-05 Jy ! Total flux subtracted in 200 components = 9.19065e-05 Jy ! Clean residual min=-0.001296 max=0.001638 Jy/beam ! Clean residual mean=-0.000005 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.11331 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.11331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072720Jy sigma=0.000677 ! Fit after self-cal, rms=0.072725Jy sigma=0.000677 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 (4.5, 26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0008714 Jy ! Component: 100 - total flux cleaned = 0.0010479 Jy ! Component: 150 - total flux cleaned = 0.00116234 Jy ! Component: 200 - total flux cleaned = 0.00118263 Jy ! Total flux subtracted in 200 components = 0.00118263 Jy ! Clean residual min=-0.001333 max=0.001248 Jy/beam ! Clean residual mean=-0.000004 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.114492 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.114492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072693Jy sigma=0.000677 ! Fit after self-cal, rms=0.072692Jy sigma=0.000677 ! 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.072692Jy sigma=0.000677 ! Fit after self-cal, rms=0.072815Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.795 mas, bmaj=4.874 mas, bpa=-1.483 degrees ! Estimated noise=507.258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000410092 Jy ! Component: 100 - total flux cleaned = 0.000430494 Jy ! Component: 150 - total flux cleaned = 0.000449336 Jy ! Component: 200 - total flux cleaned = 0.00046675 Jy ! Total flux subtracted in 200 components = 0.00046675 Jy ! Clean residual min=-0.001306 max=0.001268 Jy/beam ! Clean residual mean=-0.000004 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.114959 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 72 components and 0.114959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072804Jy sigma=0.000677 ! Fit after self-cal, rms=0.072805Jy sigma=0.000677 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 = 5.26107e-05 Jy ! Component: 100 - total flux cleaned = 6.86477e-05 Jy ! Component: 150 - total flux cleaned = 9.83787e-05 Jy ! Component: 200 - total flux cleaned = 0.000112084 Jy ! Total flux subtracted in 200 components = 0.000112084 Jy ! Clean residual min=-0.001290 max=0.001275 Jy/beam ! Clean residual mean=-0.000004 rms=0.000300 Jy/beam ! Combined flux in latest and established models = 0.115071 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.115071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072799Jy sigma=0.000677 ! Fit after self-cal, rms=0.072799Jy 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.072799Jy sigma=0.000677 ! Fit after self-cal, rms=0.072898Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.115 mas, bmaj=8.693 mas, bpa=10.21 degrees ! Estimated noise=641.558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000576188 Jy ! Component: 100 - total flux cleaned = 0.000630593 Jy ! Component: 150 - total flux cleaned = 0.000620195 Jy ! Component: 200 - total flux cleaned = 0.000620059 Jy ! Total flux subtracted in 200 components = 0.000620059 Jy ! Clean residual min=-0.001371 max=0.001465 Jy/beam ! Clean residual mean=-0.000007 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.115691 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 84 components and 0.115691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072898Jy sigma=0.000677 ! Fit after self-cal, rms=0.072897Jy sigma=0.000677 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.57038e-05 Jy ! Component: 100 - total flux cleaned = 3.85728e-05 Jy ! Component: 150 - total flux cleaned = 3.84702e-05 Jy ! Component: 200 - total flux cleaned = 2.58722e-05 Jy ! Total flux subtracted in 200 components = 2.58722e-05 Jy ! Clean residual min=-0.001387 max=0.001457 Jy/beam ! Clean residual mean=-0.000007 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.115717 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.115717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072898Jy sigma=0.000677 ! Fit after self-cal, rms=0.072897Jy sigma=0.000677 ! 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.794 mas, bmaj=4.872 mas, bpa=-1.687 degrees ! Estimated noise=508.067 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.794 x 4.872 at -1.687 degrees (North through East) ! Clean map min=-0.001198 max=0.09727 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.061 mas, bmaj=4.03 mas, bpa=-4.794 degrees ! Estimated noise=852.045 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0735331 Jy ! Component: 100 - total flux cleaned = 0.0927177 Jy ! Component: 150 - total flux cleaned = 0.101482 Jy ! Component: 200 - total flux cleaned = 0.106462 Jy ! Total flux subtracted in 200 components = 0.106462 Jy ! Clean residual min=-0.002666 max=0.003116 Jy/beam ! Clean residual mean=-0.000007 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.106462 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.106462 Jy ! Inverting map and beam ! Estimated beam: bmin=3.794 mas, bmaj=4.872 mas, bpa=-1.687 degrees ! Estimated noise=508.067 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.00373197 Jy ! Component: 100 - total flux cleaned = 0.00590131 Jy ! Component: 150 - total flux cleaned = 0.00718718 Jy ! Component: 200 - total flux cleaned = 0.00779246 Jy ! Total flux subtracted in 200 components = 0.00779246 Jy ! Clean residual min=-0.001274 max=0.001419 Jy/beam ! Clean residual mean=-0.000005 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.114254 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 44 components and 0.114254 Jy ! Inverting map ! Added new window around map position (-5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000621292 Jy ! Component: 100 - total flux cleaned = 0.000942298 Jy ! Component: 150 - total flux cleaned = 0.00100098 Jy ! Component: 200 - total flux cleaned = 0.00102748 Jy ! Total flux subtracted in 200 components = 0.00102748 Jy ! Clean residual min=-0.001241 max=0.001331 Jy/beam ! Clean residual mean=-0.000004 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.115282 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 59 components and 0.115281 Jy ! Inverting map ! Added new window around map position (-95.5, -100). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000800507 Jy ! Component: 100 - total flux cleaned = 0.000773567 Jy ! Component: 150 - total flux cleaned = 0.00077363 Jy ! Component: 200 - total flux cleaned = 0.000749958 Jy ! Total flux subtracted in 200 components = 0.000749958 Jy ! Clean residual min=-0.001195 max=0.001219 Jy/beam ! Clean residual mean=-0.000006 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.116031 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 73 components and 0.116031 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.115 mas, bmaj=8.693 mas, bpa=10.21 degrees ! Estimated noise=641.558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000369289 Jy ! Component: 100 - total flux cleaned = -0.000419284 Jy ! Component: 150 - total flux cleaned = -0.000480227 Jy ! Component: 200 - total flux cleaned = -0.000532369 Jy ! Total flux subtracted in 200 components = -0.000532369 Jy ! Clean residual min=-0.001356 max=0.001351 Jy/beam ! Clean residual mean=-0.000008 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.115499 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 = -1.17908e-05 Jy ! Component: 100 - total flux cleaned = -2.22298e-05 Jy ! Component: 150 - total flux cleaned = -4.88772e-06 Jy ! Component: 200 - total flux cleaned = -4.9846e-06 Jy ! Total flux subtracted in 200 components = -4.9846e-06 Jy ! Clean residual min=-0.001345 max=0.001357 Jy/beam ! Clean residual mean=-0.000008 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.115494 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 107 components and 0.115494 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.794 mas, bmaj=4.872 mas, bpa=-1.687 degrees ! Estimated noise=508.067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.71893e-05 Jy ! Component: 100 - total flux cleaned = -2.72091e-05 Jy ! Component: 150 - total flux cleaned = 1.25693e-05 Jy ! Component: 200 - total flux cleaned = 1.15682e-05 Jy ! Total flux subtracted in 200 components = 1.15682e-05 Jy ! Clean residual min=-0.001186 max=0.001239 Jy/beam ! Clean residual mean=-0.000004 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.115506 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 120 components and 0.115506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072872Jy sigma=0.000677 ! Fit after self-cal, rms=0.072861Jy sigma=0.000677 wmodel J0339+6008_S_2017_06_10_pus_map.mod ! Writing 120 model components to file: J0339+6008_S_2017_06_10_pus_map.mod wobs J0339+6008_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0339+6008_S_2017_06_10_pus_uvs.fits wwins J0339+6008_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J0339+6008_S_2017_06_10_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.000159374 Jy ! Component: 100 - total flux cleaned = 0.000325997 Jy ! Component: 150 - total flux cleaned = 0.00042516 Jy ! Component: 200 - total flux cleaned = 0.000501564 Jy ! Component: 250 - total flux cleaned = 0.00055703 Jy ! Component: 300 - total flux cleaned = 0.000557216 Jy ! Component: 350 - total flux cleaned = 0.000557389 Jy ! Component: 400 - total flux cleaned = 0.00053976 Jy ! Component: 450 - total flux cleaned = 0.000470821 Jy ! Component: 500 - total flux cleaned = 0.000453886 Jy ! Component: 550 - total flux cleaned = 0.000453549 Jy ! Component: 600 - total flux cleaned = 0.000387571 Jy ! Component: 650 - total flux cleaned = 0.000371541 Jy ! Component: 700 - total flux cleaned = 0.000387614 Jy ! Component: 750 - total flux cleaned = 0.000387489 Jy ! Component: 800 - total flux cleaned = 0.000387354 Jy ! Component: 850 - total flux cleaned = 0.00035651 Jy ! Component: 900 - total flux cleaned = 0.000341574 Jy ! Component: 950 - total flux cleaned = 0.000401994 Jy ! Component: 1000 - total flux cleaned = 0.000402135 Jy ! Component: 1050 - total flux cleaned = 0.000461472 Jy ! Component: 1100 - total flux cleaned = 0.000490709 Jy ! Component: 1150 - total flux cleaned = 0.000519679 Jy ! Component: 1200 - total flux cleaned = 0.000533895 Jy ! Component: 1250 - total flux cleaned = 0.000562264 Jy ! Component: 1300 - total flux cleaned = 0.000590286 Jy ! Component: 1350 - total flux cleaned = 0.000576541 Jy ! Component: 1400 - total flux cleaned = 0.000645882 Jy ! Component: 1450 - total flux cleaned = 0.000700563 Jy ! Component: 1500 - total flux cleaned = 0.000700567 Jy ! Component: 1550 - total flux cleaned = 0.000781349 Jy ! Component: 1600 - total flux cleaned = 0.000848277 Jy ! Component: 1650 - total flux cleaned = 0.000914405 Jy ! Component: 1700 - total flux cleaned = 0.000914338 Jy ! Component: 1750 - total flux cleaned = 0.000953415 Jy ! Component: 1800 - total flux cleaned = 0.000940612 Jy ! Component: 1850 - total flux cleaned = 0.00103053 Jy ! Component: 1900 - total flux cleaned = 0.00105594 Jy ! Component: 1950 - total flux cleaned = 0.00108125 Jy ! Component: 2000 - total flux cleaned = 0.00114414 Jy ! Component: 2050 - total flux cleaned = 0.00119393 Jy ! Component: 2100 - total flux cleaned = 0.00121866 Jy ! Component: 2150 - total flux cleaned = 0.00123094 Jy ! Component: 2200 - total flux cleaned = 0.00126768 Jy ! Component: 2250 - total flux cleaned = 0.00130403 Jy ! Component: 2300 - total flux cleaned = 0.00131615 Jy ! Component: 2350 - total flux cleaned = 0.00135204 Jy ! Component: 2400 - total flux cleaned = 0.00139965 Jy ! Component: 2450 - total flux cleaned = 0.00148244 Jy ! Component: 2500 - total flux cleaned = 0.00150587 Jy ! Component: 2550 - total flux cleaned = 0.00151749 Jy ! Component: 2600 - total flux cleaned = 0.00150575 Jy ! Component: 2650 - total flux cleaned = 0.00154036 Jy ! Component: 2700 - total flux cleaned = 0.00156334 Jy ! Component: 2750 - total flux cleaned = 0.00160897 Jy ! Component: 2800 - total flux cleaned = 0.00164291 Jy ! Component: 2850 - total flux cleaned = 0.00166548 Jy ! Component: 2900 - total flux cleaned = 0.00173253 Jy ! Component: 2950 - total flux cleaned = 0.00169926 Jy ! Component: 3000 - total flux cleaned = 0.00177667 Jy ! Component: 3050 - total flux cleaned = 0.00176569 Jy ! Component: 3100 - total flux cleaned = 0.00179857 Jy ! Component: 3150 - total flux cleaned = 0.00183132 Jy ! Component: 3200 - total flux cleaned = 0.00183133 Jy ! Component: 3250 - total flux cleaned = 0.00188533 Jy ! Component: 3300 - total flux cleaned = 0.00190683 Jy ! Component: 3350 - total flux cleaned = 0.00196012 Jy ! Component: 3400 - total flux cleaned = 0.00199186 Jy ! Component: 3450 - total flux cleaned = 0.00205512 Jy ! Component: 3500 - total flux cleaned = 0.00204463 Jy ! Component: 3550 - total flux cleaned = 0.00207598 Jy ! Component: 3600 - total flux cleaned = 0.00214877 Jy ! Component: 3650 - total flux cleaned = 0.00212803 Jy ! Component: 3700 - total flux cleaned = 0.00216922 Jy ! Component: 3750 - total flux cleaned = 0.00216923 Jy ! Component: 3800 - total flux cleaned = 0.00223032 Jy ! Component: 3850 - total flux cleaned = 0.00226064 Jy ! Component: 3900 - total flux cleaned = 0.00226066 Jy ! Component: 3950 - total flux cleaned = 0.00228071 Jy ! Component: 4000 - total flux cleaned = 0.00230056 Jy ! Component: 4050 - total flux cleaned = 0.00232046 Jy ! Total flux subtracted in 4096 components = 0.00231059 Jy ! Clean residual min=-0.000582 max=0.000656 Jy/beam ! Clean residual mean=-0.000002 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.117816 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 419 components and 0.117816 Jy ![Exited script file: muppet] wmap "J0339+6008_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.794 x 4.872 at -1.687 degrees (North through East) ! Clean map min=-0.00098603 max=0.09727 Jy/beam ! Writing clean map to FITS file: J0339+6008_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0972703 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175664 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.541781 0.541781 1.08356 2.16713 4.33425 8.6685 17.337 34.674 69.348 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.097 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.794 x 4.872 at -1.687 degrees (North through East) ! Clean map min=-0.00098603 max=0.09727 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 J0339+6008_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:44:28 2019