! Started logfile: J0535+1942_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:06:22 2017 obs J0535+1942_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0535+1942_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.781933 visibilities/baseline/integration-bin. ! Found source: J0535+1942 ! ! 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 338 lines of history. ! ! Reading 17312 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 J0535+1942_S_2015_01_23_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 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.957200Jy sigma=0.012406 ! Fit after self-cal, rms=0.937117Jy sigma=0.012148 ! 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.56 mas, bmaj=6.13 mas, bpa=-4.212 degrees ! Estimated noise=593.514 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.0472977 Jy ! Component: 100 - total flux cleaned = 0.0611498 Jy ! Total flux subtracted in 100 components = 0.0611498 Jy ! Clean residual min=-0.003523 max=0.006416 Jy/beam ! Clean residual mean=0.000008 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.0611498 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0611498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064846Jy sigma=0.000787 ! Fit after self-cal, rms=0.064818Jy sigma=0.000786 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00754551 Jy ! Component: 100 - total flux cleaned = 0.0117567 Jy ! Total flux subtracted in 100 components = 0.0117567 Jy ! Clean residual min=-0.002887 max=0.003756 Jy/beam ! Clean residual mean=0.000004 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.0729065 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.0729065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063697Jy sigma=0.000774 ! Fit after self-cal, rms=0.063681Jy sigma=0.000773 ! 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.072 mas, bmaj=6.976 mas, bpa=-2.797 degrees ! Estimated noise=420.517 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.00318648 Jy ! Component: 100 - total flux cleaned = 0.00471707 Jy ! Component: 150 - total flux cleaned = 0.00561848 Jy ! Component: 200 - total flux cleaned = 0.0061783 Jy ! Total flux subtracted in 200 components = 0.0061783 Jy ! Clean residual min=-0.002458 max=0.003308 Jy/beam ! Clean residual mean=0.000006 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.0790848 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 29 components and 0.0790848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063472Jy sigma=0.000772 ! Fit after self-cal, rms=0.063473Jy sigma=0.000772 ! 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.99 FD 1.00* HN 0.94 KP 1.08 ! LA 0.99 MK 1.00 NL 1.05 OV 1.03 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* HN 0.98 KP 0.98 ! LA 0.95 MK 1.04 NL 1.24 OV 1.03 ! PT 0.98 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 1.00 KP 0.85 ! LA 0.79 MK 1.06 NL 1.64 OV 0.90 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* HN 0.96 KP 0.79 ! LA 0.82 MK 0.99 NL 1.06 OV 0.99 ! PT 1.03 SC 0.94 ! ! ! Fit before self-cal, rms=0.063473Jy sigma=0.000772 ! Fit after self-cal, rms=0.062096Jy sigma=0.000760 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=7.018 mas, bpa=-2.647 degrees ! Estimated noise=421.528 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.000271413 Jy ! Component: 100 - total flux cleaned = -0.000285171 Jy ! Component: 150 - total flux cleaned = -0.000271534 Jy ! Component: 200 - total flux cleaned = -0.000259205 Jy ! Total flux subtracted in 200 components = -0.000259205 Jy ! Clean residual min=-0.001948 max=0.001529 Jy/beam ! Clean residual mean=-0.000000 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0788256 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.0788256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062089Jy sigma=0.000760 ! Fit after self-cal, rms=0.062132Jy sigma=0.000759 ! 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.062132Jy sigma=0.000759 ! Fit after self-cal, rms=0.061724Jy sigma=0.000756 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.093 mas, bmaj=7.029 mas, bpa=-2.601 degrees ! Estimated noise=421.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000260236 Jy ! Component: 100 - total flux cleaned = -0.000284908 Jy ! Component: 150 - total flux cleaned = -0.000273278 Jy ! Component: 200 - total flux cleaned = -0.000273619 Jy ! Total flux subtracted in 200 components = -0.000273619 Jy ! Clean residual min=-0.001288 max=0.001281 Jy/beam ! Clean residual mean=-0.000000 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.078552 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 38 components and 0.078552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061719Jy sigma=0.000755 ! Fit after self-cal, rms=0.061743Jy sigma=0.000755 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 (-18.5, 58). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000838732 Jy ! Component: 100 - total flux cleaned = 0.000809136 Jy ! Component: 150 - total flux cleaned = 0.000880121 Jy ! Component: 200 - total flux cleaned = 0.000879996 Jy ! Total flux subtracted in 200 components = 0.000879996 Jy ! Clean residual min=-0.001219 max=0.001103 Jy/beam ! Clean residual mean=-0.000000 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.079432 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 55 components and 0.079432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061715Jy sigma=0.000755 ! Fit after self-cal, rms=0.061716Jy sigma=0.000755 ! 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.061716Jy sigma=0.000755 ! Fit after self-cal, rms=0.061691Jy sigma=0.000755 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=7.036 mas, bpa=-2.556 degrees ! Estimated noise=420.657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000229689 Jy ! Component: 100 - total flux cleaned = 0.000151148 Jy ! Component: 150 - total flux cleaned = 7.87068e-05 Jy ! Component: 200 - total flux cleaned = -3.3093e-06 Jy ! Total flux subtracted in 200 components = -3.3093e-06 Jy ! Clean residual min=-0.001210 max=0.001068 Jy/beam ! Clean residual mean=-0.000000 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.0794287 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 60 components and 0.0794287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061681Jy sigma=0.000755 ! Fit after self-cal, rms=0.061682Jy sigma=0.000755 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.92036e-06 Jy ! Component: 100 - total flux cleaned = -5.76857e-05 Jy ! Component: 150 - total flux cleaned = -0.000127614 Jy ! Component: 200 - total flux cleaned = -0.000192417 Jy ! Total flux subtracted in 200 components = -0.000192417 Jy ! Clean residual min=-0.001202 max=0.001056 Jy/beam ! Clean residual mean=-0.000000 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.0792363 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 64 components and 0.0792363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061676Jy sigma=0.000755 ! Fit after self-cal, rms=0.061676Jy sigma=0.000755 ! 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.061676Jy sigma=0.000755 ! Fit after self-cal, rms=0.061723Jy sigma=0.000755 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.832 mas, bmaj=10.41 mas, bpa=-5.32 degrees ! Estimated noise=537.153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.64395e-05 Jy ! Component: 100 - total flux cleaned = -4.43896e-06 Jy ! Component: 150 - total flux cleaned = -4.76195e-05 Jy ! Component: 200 - total flux cleaned = -7.00728e-05 Jy ! Total flux subtracted in 200 components = -7.00728e-05 Jy ! Clean residual min=-0.001210 max=0.001352 Jy/beam ! Clean residual mean=0.000000 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0791662 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 75 components and 0.0791662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061723Jy sigma=0.000755 ! Fit after self-cal, rms=0.061723Jy sigma=0.000755 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.69642e-05 Jy ! Component: 100 - total flux cleaned = 3.2924e-05 Jy ! Component: 150 - total flux cleaned = 2.04484e-05 Jy ! Component: 200 - total flux cleaned = 9.5002e-06 Jy ! Total flux subtracted in 200 components = 9.5002e-06 Jy ! Clean residual min=-0.001193 max=0.001351 Jy/beam ! Clean residual mean=0.000000 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.0791757 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 80 components and 0.0791757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061723Jy sigma=0.000755 ! Fit after self-cal, rms=0.061723Jy sigma=0.000755 ! 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.099 mas, bmaj=7.05 mas, bpa=-2.577 degrees ! Estimated noise=420.925 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.099 x 7.05 at -2.577 degrees (North through East) ! Clean map min=-0.0011301 max=0.063527 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.58 mas, bmaj=6.172 mas, bpa=-4.029 degrees ! Estimated noise=592.054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0467335 Jy ! Component: 100 - total flux cleaned = 0.061291 Jy ! Component: 150 - total flux cleaned = 0.0687368 Jy ! Component: 200 - total flux cleaned = 0.0727402 Jy ! Total flux subtracted in 200 components = 0.0727402 Jy ! Clean residual min=-0.002203 max=0.002617 Jy/beam ! Clean residual mean=0.000002 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0727402 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0727402 Jy ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=7.05 mas, bpa=-2.577 degrees ! Estimated noise=420.925 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.00293062 Jy ! Component: 100 - total flux cleaned = 0.00451259 Jy ! Component: 150 - total flux cleaned = 0.00497176 Jy ! Component: 200 - total flux cleaned = 0.00534207 Jy ! Total flux subtracted in 200 components = 0.00534207 Jy ! Clean residual min=-0.001298 max=0.001127 Jy/beam ! Clean residual mean=0.000001 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.0780823 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 40 components and 0.0780823 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=6.832 mas, bmaj=10.41 mas, bpa=-5.32 degrees ! Estimated noise=537.153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000784727 Jy ! Component: 100 - total flux cleaned = 0.0009269 Jy ! Component: 150 - total flux cleaned = 0.000943272 Jy ! Component: 200 - total flux cleaned = 0.000957387 Jy ! Total flux subtracted in 200 components = 0.000957387 Jy ! Clean residual min=-0.001270 max=0.001381 Jy/beam ! Clean residual mean=0.000001 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.0790396 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 = 2.4055e-05 Jy ! Component: 100 - total flux cleaned = 3.48008e-05 Jy ! Component: 150 - total flux cleaned = 3.47076e-05 Jy ! Component: 200 - total flux cleaned = 4.35824e-05 Jy ! Total flux subtracted in 200 components = 4.35824e-05 Jy ! Clean residual min=-0.001244 max=0.001392 Jy/beam ! Clean residual mean=0.000001 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0790832 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 66 components and 0.0790832 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=7.05 mas, bpa=-2.577 degrees ! Estimated noise=420.925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.4046e-05 Jy ! Component: 100 - total flux cleaned = 4.56769e-05 Jy ! Component: 150 - total flux cleaned = 2.43442e-05 Jy ! Component: 200 - total flux cleaned = 4.99384e-06 Jy ! Total flux subtracted in 200 components = 4.99384e-06 Jy ! Clean residual min=-0.001230 max=0.001086 Jy/beam ! Clean residual mean=0.000000 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0790882 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 78 components and 0.0790882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061737Jy sigma=0.000755 ! Fit after self-cal, rms=0.061731Jy sigma=0.000755 wmodel J0535+1942_S_2015_01_23_pus_map.mod ! Writing 78 model components to file: J0535+1942_S_2015_01_23_pus_map.mod wobs J0535+1942_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0535+1942_S_2015_01_23_pus_uvs.fits wwins J0535+1942_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0535+1942_S_2015_01_23_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.000259624 Jy ! Component: 100 - total flux cleaned = -0.000279859 Jy ! Component: 150 - total flux cleaned = -0.000208311 Jy ! Component: 200 - total flux cleaned = -0.00020828 Jy ! Component: 250 - total flux cleaned = -0.000258279 Jy ! Component: 300 - total flux cleaned = -0.000258452 Jy ! Component: 350 - total flux cleaned = -0.000258285 Jy ! Component: 400 - total flux cleaned = -0.000288657 Jy ! Component: 450 - total flux cleaned = -0.000333328 Jy ! Component: 500 - total flux cleaned = -0.000318816 Jy ! Component: 550 - total flux cleaned = -0.000332841 Jy ! Component: 600 - total flux cleaned = -0.000262954 Jy ! Component: 650 - total flux cleaned = -0.000221718 Jy ! Component: 700 - total flux cleaned = -0.000154247 Jy ! Component: 750 - total flux cleaned = -0.000114323 Jy ! Component: 800 - total flux cleaned = -7.56191e-05 Jy ! Component: 850 - total flux cleaned = -0.000101191 Jy ! Component: 900 - total flux cleaned = -3.78612e-05 Jy ! Component: 950 - total flux cleaned = -1.28726e-05 Jy ! Component: 1000 - total flux cleaned = -6.01579e-07 Jy ! Component: 1050 - total flux cleaned = 3.60821e-05 Jy ! Component: 1100 - total flux cleaned = 9.60618e-05 Jy ! Component: 1150 - total flux cleaned = 0.000131615 Jy ! Component: 1200 - total flux cleaned = 0.000155033 Jy ! Component: 1250 - total flux cleaned = 0.000189671 Jy ! Component: 1300 - total flux cleaned = 0.000223968 Jy ! Component: 1350 - total flux cleaned = 0.000246765 Jy ! Component: 1400 - total flux cleaned = 0.00026915 Jy ! Component: 1450 - total flux cleaned = 0.000302131 Jy ! Component: 1500 - total flux cleaned = 0.000356353 Jy ! Component: 1550 - total flux cleaned = 0.000356458 Jy ! Component: 1600 - total flux cleaned = 0.000388373 Jy ! Component: 1650 - total flux cleaned = 0.000472354 Jy ! Component: 1700 - total flux cleaned = 0.000472278 Jy ! Component: 1750 - total flux cleaned = 0.000523732 Jy ! Component: 1800 - total flux cleaned = 0.000605143 Jy ! Component: 1850 - total flux cleaned = 0.000595052 Jy ! Component: 1900 - total flux cleaned = 0.000694743 Jy ! Component: 1950 - total flux cleaned = 0.000694717 Jy ! Component: 2000 - total flux cleaned = 0.000743632 Jy ! Component: 2050 - total flux cleaned = 0.00079192 Jy ! Component: 2100 - total flux cleaned = 0.000791957 Jy ! Component: 2150 - total flux cleaned = 0.000848977 Jy ! Component: 2200 - total flux cleaned = 0.000886654 Jy ! Component: 2250 - total flux cleaned = 0.000905286 Jy ! Component: 2300 - total flux cleaned = 0.000969854 Jy ! Component: 2350 - total flux cleaned = 0.00102456 Jy ! Component: 2400 - total flux cleaned = 0.00106078 Jy ! Component: 2450 - total flux cleaned = 0.00113246 Jy ! Component: 2500 - total flux cleaned = 0.00115911 Jy ! Component: 2550 - total flux cleaned = 0.00122958 Jy ! Component: 2600 - total flux cleaned = 0.00126449 Jy ! Component: 2650 - total flux cleaned = 0.00134234 Jy ! Component: 2700 - total flux cleaned = 0.00135085 Jy ! Component: 2750 - total flux cleaned = 0.00137634 Jy ! Component: 2800 - total flux cleaned = 0.0014354 Jy ! Component: 2850 - total flux cleaned = 0.00150239 Jy ! Component: 2900 - total flux cleaned = 0.00153556 Jy ! Component: 2950 - total flux cleaned = 0.00160152 Jy ! Component: 3000 - total flux cleaned = 0.00165045 Jy ! Component: 3050 - total flux cleaned = 0.00170717 Jy ! Component: 3100 - total flux cleaned = 0.0017635 Jy ! Component: 3150 - total flux cleaned = 0.00178746 Jy ! Component: 3200 - total flux cleaned = 0.00183503 Jy ! Component: 3250 - total flux cleaned = 0.00189794 Jy ! Component: 3300 - total flux cleaned = 0.00196037 Jy ! Component: 3350 - total flux cleaned = 0.00198368 Jy ! Component: 3400 - total flux cleaned = 0.0020453 Jy ! Component: 3450 - total flux cleaned = 0.00210636 Jy ! Component: 3500 - total flux cleaned = 0.00215183 Jy ! Component: 3550 - total flux cleaned = 0.00220455 Jy ! Component: 3600 - total flux cleaned = 0.00225699 Jy ! Component: 3650 - total flux cleaned = 0.00230903 Jy ! Component: 3700 - total flux cleaned = 0.00236811 Jy ! Component: 3750 - total flux cleaned = 0.00241953 Jy ! Component: 3800 - total flux cleaned = 0.00248517 Jy ! Component: 3850 - total flux cleaned = 0.0025577 Jy ! Component: 3900 - total flux cleaned = 0.00257928 Jy ! Component: 3950 - total flux cleaned = 0.00265806 Jy ! Component: 4000 - total flux cleaned = 0.00267947 Jy ! Component: 4050 - total flux cleaned = 0.00272194 Jy ! Total flux subtracted in 4096 components = 0.00274309 Jy ! Clean residual min=-0.000570 max=0.000442 Jy/beam ! Clean residual mean=0.000000 rms=0.000128 Jy/beam ! Combined flux in latest and established models = 0.0818313 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 384 components and 0.0818313 Jy ![Exited script file: muppet] wmap "J0535+1942_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.099 x 7.05 at -2.577 degrees (North through East) ! Clean map min=-0.00068694 max=0.063517 Jy/beam ! Writing clean map to FITS file: J0535+1942_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0635165 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000126988 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.599788 0.599788 1.19958 2.39915 4.7983 9.5966 19.1932 38.3864 76.7728 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.063 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.099 x 7.05 at -2.577 degrees (North through East) ! Clean map min=-0.00068694 max=0.063517 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 J0535+1942_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:06:28 2017