! Started logfile: J0921+7136_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:53:47 2016 obs J0921+7136_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0921+7136_S_2015_03_17_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.877507 visibilities/baseline/integration-bin. ! Found source: J0921+7136 ! ! 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 330 lines of history. ! ! Reading 12952 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 J0921+7136_S_2015_03_17_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.828258Jy sigma=0.009174 ! Fit after self-cal, rms=0.803923Jy sigma=0.008900 ! 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.525 mas, bmaj=9.35 mas, bpa=82.79 degrees ! Estimated noise=898.605 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.144543 Jy ! Component: 100 - total flux cleaned = 0.182108 Jy ! Total flux subtracted in 100 components = 0.182108 Jy ! Clean residual min=-0.010428 max=0.038876 Jy/beam ! Clean residual mean=0.000003 rms=0.003196 Jy/beam ! Combined flux in latest and established models = 0.182108 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.182108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101282Jy sigma=0.001025 ! Fit after self-cal, rms=0.101255Jy sigma=0.001025 ! Inverting map ! Added new window around map position (18.5, -12). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0324085 Jy ! Component: 100 - total flux cleaned = 0.0482919 Jy ! Total flux subtracted in 100 components = 0.0482919 Jy ! Clean residual min=-0.006687 max=0.009466 Jy/beam ! Clean residual mean=0.000003 rms=0.001852 Jy/beam ! Combined flux in latest and established models = 0.2304 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.2304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086937Jy sigma=0.000873 ! Fit after self-cal, rms=0.086423Jy sigma=0.000867 ! 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.12 mas, bmaj=10.48 mas, bpa=83.38 degrees ! Estimated noise=573.868 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.0186088 Jy ! Component: 100 - total flux cleaned = 0.0308157 Jy ! Component: 150 - total flux cleaned = 0.0394981 Jy ! Component: 200 - total flux cleaned = 0.0459926 Jy ! Total flux subtracted in 200 components = 0.0459926 Jy ! Clean residual min=-0.006399 max=0.006640 Jy/beam ! Clean residual mean=0.000007 rms=0.001441 Jy/beam ! Combined flux in latest and established models = 0.276392 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 68 components and 0.276392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080755Jy sigma=0.000817 ! Fit after self-cal, rms=0.080579Jy sigma=0.000815 ! 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 0.89 HN 0.98 KP 1.10 ! LA 1.00 MK 1.01 NL 0.90 OV 1.00 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.89 HN 1.05 KP 1.07 ! LA 0.94 MK 1.06 NL 1.01 OV 1.02 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.91 HN 1.06 KP 0.94 ! LA 0.77 MK 1.11 NL 1.12 OV 0.95 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.90 HN 0.98 KP 0.91 ! LA 0.84 MK 1.08 NL 1.00 OV 1.02 ! PT 1.03 SC 0.99 ! ! ! Fit before self-cal, rms=0.080579Jy sigma=0.000815 ! Fit after self-cal, rms=0.073652Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=10.52 mas, bpa=83.21 degrees ! Estimated noise=566.696 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 (36, -14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00418773 Jy ! Component: 100 - total flux cleaned = 0.0054569 Jy ! Component: 150 - total flux cleaned = 0.00660394 Jy ! Component: 200 - total flux cleaned = 0.0073758 Jy ! Total flux subtracted in 200 components = 0.0073758 Jy ! Clean residual min=-0.003004 max=0.003317 Jy/beam ! Clean residual mean=0.000001 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.283768 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 96 components and 0.283768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073277Jy sigma=0.000776 ! Fit after self-cal, rms=0.073203Jy sigma=0.000775 ! 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.073203Jy sigma=0.000775 ! Fit after self-cal, rms=0.073631Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.195 mas, bmaj=10.47 mas, bpa=83.26 degrees ! Estimated noise=566.996 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104556 Jy ! Component: 100 - total flux cleaned = 0.00147644 Jy ! Component: 150 - total flux cleaned = 0.00176996 Jy ! Component: 200 - total flux cleaned = 0.00210973 Jy ! Total flux subtracted in 200 components = 0.00210973 Jy ! Clean residual min=-0.002727 max=0.002089 Jy/beam ! Clean residual mean=0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.285878 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 118 components and 0.285878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073550Jy sigma=0.000771 ! Fit after self-cal, rms=0.073559Jy sigma=0.000770 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.000726592 Jy ! Component: 100 - total flux cleaned = 0.00103298 Jy ! Component: 150 - total flux cleaned = 0.00116833 Jy ! Component: 200 - total flux cleaned = 0.00129302 Jy ! Total flux subtracted in 200 components = 0.00129302 Jy ! Clean residual min=-0.002679 max=0.002006 Jy/beam ! Clean residual mean=0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.287171 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 130 components and 0.287171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073526Jy sigma=0.000770 ! Fit after self-cal, rms=0.073525Jy sigma=0.000770 ! 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.073525Jy sigma=0.000770 ! Fit after self-cal, rms=0.073593Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.205 mas, bmaj=10.48 mas, bpa=83.2 degrees ! Estimated noise=566.858 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000233316 Jy ! Component: 100 - total flux cleaned = 1.91178e-05 Jy ! Component: 150 - total flux cleaned = 0.000244514 Jy ! Component: 200 - total flux cleaned = 0.00039036 Jy ! Total flux subtracted in 200 components = 0.00039036 Jy ! Clean residual min=-0.002637 max=0.001991 Jy/beam ! Clean residual mean=0.000000 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.287561 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 136 components and 0.287561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073559Jy sigma=0.000770 ! Fit after self-cal, rms=0.073559Jy sigma=0.000770 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.000337764 Jy ! Component: 100 - total flux cleaned = 0.000390776 Jy ! Component: 150 - total flux cleaned = 0.000439174 Jy ! Component: 200 - total flux cleaned = 0.000461495 Jy ! Total flux subtracted in 200 components = 0.000461495 Jy ! Clean residual min=-0.002588 max=0.001995 Jy/beam ! Clean residual mean=0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.288023 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 147 components and 0.288023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073543Jy sigma=0.000769 ! Fit after self-cal, rms=0.073543Jy sigma=0.000769 ! 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.073543Jy sigma=0.000769 ! Fit after self-cal, rms=0.073657Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.461 mas, bmaj=13.28 mas, bpa=79.12 degrees ! Estimated noise=699.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000363687 Jy ! Component: 100 - total flux cleaned = 0.000453597 Jy ! Component: 150 - total flux cleaned = 0.00043644 Jy ! Component: 200 - total flux cleaned = 0.000419913 Jy ! Total flux subtracted in 200 components = 0.000419913 Jy ! Clean residual min=-0.002342 max=0.002179 Jy/beam ! Clean residual mean=-0.000001 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.288442 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 172 components and 0.288442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073652Jy sigma=0.000769 ! Fit after self-cal, rms=0.073654Jy sigma=0.000769 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.000106385 Jy ! Component: 100 - total flux cleaned = 0.000139602 Jy ! Component: 150 - total flux cleaned = 0.0001258 Jy ! Component: 200 - total flux cleaned = 0.000113793 Jy ! Total flux subtracted in 200 components = 0.000113793 Jy ! Clean residual min=-0.002340 max=0.002168 Jy/beam ! Clean residual mean=-0.000001 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.288556 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 195 components and 0.288556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073655Jy sigma=0.000769 ! Fit after self-cal, rms=0.073655Jy sigma=0.000769 ! 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.215 mas, bmaj=10.48 mas, bpa=83.15 degrees ! Estimated noise=566.995 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.215 x 10.48 at 83.15 degrees (North through East) ! Clean map min=-0.0025242 max=0.19279 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.583 mas, bmaj=9.293 mas, bpa=82.58 degrees ! Estimated noise=902.987 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.14501 Jy ! Component: 100 - total flux cleaned = 0.189192 Jy ! Component: 150 - total flux cleaned = 0.212445 Jy ! Component: 200 - total flux cleaned = 0.227095 Jy ! Total flux subtracted in 200 components = 0.227095 Jy ! Clean residual min=-0.004559 max=0.007993 Jy/beam ! Clean residual mean=0.000004 rms=0.001373 Jy/beam ! Combined flux in latest and established models = 0.227095 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.227095 Jy ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=10.48 mas, bpa=83.15 degrees ! Estimated noise=566.995 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.0156447 Jy ! Component: 100 - total flux cleaned = 0.0260412 Jy ! Component: 150 - total flux cleaned = 0.0333637 Jy ! Component: 200 - total flux cleaned = 0.0386273 Jy ! Total flux subtracted in 200 components = 0.0386273 Jy ! Clean residual min=-0.002527 max=0.004096 Jy/beam ! Clean residual mean=-0.000002 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.265723 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 75 components and 0.265723 Jy ! Inverting map ! Added new window around map position (5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00425721 Jy ! Component: 100 - total flux cleaned = 0.00732854 Jy ! Component: 150 - total flux cleaned = 0.00978045 Jy ! Component: 200 - total flux cleaned = 0.0118144 Jy ! Total flux subtracted in 200 components = 0.0118144 Jy ! Clean residual min=-0.002222 max=0.002086 Jy/beam ! Clean residual mean=-0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.277537 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 125 components and 0.277537 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.461 mas, bmaj=13.28 mas, bpa=79.12 degrees ! Estimated noise=699.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00273911 Jy ! Component: 100 - total flux cleaned = 0.00458112 Jy ! Component: 150 - total flux cleaned = 0.00597287 Jy ! Component: 200 - total flux cleaned = 0.00677272 Jy ! Total flux subtracted in 200 components = 0.00677272 Jy ! Clean residual min=-0.002225 max=0.002010 Jy/beam ! Clean residual mean=-0.000002 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.28431 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.000585776 Jy ! Component: 100 - total flux cleaned = 0.00104715 Jy ! Component: 150 - total flux cleaned = 0.00143818 Jy ! Component: 200 - total flux cleaned = 0.00170769 Jy ! Total flux subtracted in 200 components = 0.00170769 Jy ! Clean residual min=-0.002236 max=0.001956 Jy/beam ! Clean residual mean=-0.000002 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.286017 Jy ! Adding 109 model components to the UV plane model. ! The established model now contains 219 components and 0.286017 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=10.48 mas, bpa=83.15 degrees ! Estimated noise=566.995 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000439765 Jy ! Component: 100 - total flux cleaned = 0.000697443 Jy ! Component: 150 - total flux cleaned = 0.000901588 Jy ! Component: 200 - total flux cleaned = 0.00104201 Jy ! Total flux subtracted in 200 components = 0.00104201 Jy ! Clean residual min=-0.001986 max=0.001924 Jy/beam ! Clean residual mean=-0.000000 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.287059 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 238 components and 0.287059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073573Jy sigma=0.000769 ! Fit after self-cal, rms=0.073563Jy sigma=0.000769 wmodel J0921+7136_S_2015_03_17_pus_map.mod ! Writing 238 model components to file: J0921+7136_S_2015_03_17_pus_map.mod wobs J0921+7136_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0921+7136_S_2015_03_17_pus_uvs.fits wwins J0921+7136_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J0921+7136_S_2015_03_17_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.000400658 Jy ! Component: 100 - total flux cleaned = -0.000647625 Jy ! Component: 150 - total flux cleaned = -0.000591738 Jy ! Component: 200 - total flux cleaned = -0.000617804 Jy ! Component: 250 - total flux cleaned = -0.000591738 Jy ! Component: 300 - total flux cleaned = -0.000591882 Jy ! Component: 350 - total flux cleaned = -0.000544421 Jy ! Component: 400 - total flux cleaned = -0.000545071 Jy ! Component: 450 - total flux cleaned = -0.000567633 Jy ! Component: 500 - total flux cleaned = -0.000567338 Jy ! Component: 550 - total flux cleaned = -0.000567944 Jy ! Component: 600 - total flux cleaned = -0.000610876 Jy ! Component: 650 - total flux cleaned = -0.000652501 Jy ! Component: 700 - total flux cleaned = -0.000652832 Jy ! Component: 750 - total flux cleaned = -0.000712959 Jy ! Component: 800 - total flux cleaned = -0.000673818 Jy ! Component: 850 - total flux cleaned = -0.000808828 Jy ! Component: 900 - total flux cleaned = -0.000884538 Jy ! Component: 950 - total flux cleaned = -0.000903067 Jy ! Component: 1000 - total flux cleaned = -0.0010137 Jy ! Component: 1050 - total flux cleaned = -0.0010858 Jy ! Component: 1100 - total flux cleaned = -0.00105012 Jy ! Component: 1150 - total flux cleaned = -0.00108583 Jy ! Component: 1200 - total flux cleaned = -0.00115597 Jy ! Component: 1250 - total flux cleaned = -0.00113877 Jy ! Component: 1300 - total flux cleaned = -0.00115628 Jy ! Component: 1350 - total flux cleaned = -0.001207 Jy ! Component: 1400 - total flux cleaned = -0.00120715 Jy ! Component: 1450 - total flux cleaned = -0.00124008 Jy ! Component: 1500 - total flux cleaned = -0.00125638 Jy ! Component: 1550 - total flux cleaned = -0.00132043 Jy ! Component: 1600 - total flux cleaned = -0.00127266 Jy ! Component: 1650 - total flux cleaned = -0.00125673 Jy ! Component: 1700 - total flux cleaned = -0.00127227 Jy ! Component: 1750 - total flux cleaned = -0.001257 Jy ! Component: 1800 - total flux cleaned = -0.00121133 Jy ! Component: 1850 - total flux cleaned = -0.00119622 Jy ! Component: 1900 - total flux cleaned = -0.00125589 Jy ! Component: 1950 - total flux cleaned = -0.00119637 Jy ! Component: 2000 - total flux cleaned = -0.00115228 Jy ! Component: 2050 - total flux cleaned = -0.00113785 Jy ! Component: 2100 - total flux cleaned = -0.00112377 Jy ! Component: 2150 - total flux cleaned = -0.00108127 Jy ! Component: 2200 - total flux cleaned = -0.00112349 Jy ! Component: 2250 - total flux cleaned = -0.00106719 Jy ! Component: 2300 - total flux cleaned = -0.001081 Jy ! Component: 2350 - total flux cleaned = -0.00108093 Jy ! Component: 2400 - total flux cleaned = -0.00109439 Jy ! Component: 2450 - total flux cleaned = -0.00106745 Jy ! Component: 2500 - total flux cleaned = -0.00106739 Jy ! Component: 2550 - total flux cleaned = -0.00104085 Jy ! Component: 2600 - total flux cleaned = -0.00105392 Jy ! Component: 2650 - total flux cleaned = -0.0010668 Jy ! Component: 2700 - total flux cleaned = -0.00100216 Jy ! Component: 2750 - total flux cleaned = -0.00101487 Jy ! Component: 2800 - total flux cleaned = -0.00098948 Jy ! Component: 2850 - total flux cleaned = -0.000939285 Jy ! Component: 2900 - total flux cleaned = -0.000914464 Jy ! Component: 2950 - total flux cleaned = -0.000914539 Jy ! Component: 3000 - total flux cleaned = -0.00087773 Jy ! Component: 3050 - total flux cleaned = -0.000841058 Jy ! Component: 3100 - total flux cleaned = -0.000816858 Jy ! Component: 3150 - total flux cleaned = -0.000769166 Jy ! Component: 3200 - total flux cleaned = -0.000828566 Jy ! Component: 3250 - total flux cleaned = -0.000710371 Jy ! Component: 3300 - total flux cleaned = -0.000698717 Jy ! Component: 3350 - total flux cleaned = -0.000675468 Jy ! Component: 3400 - total flux cleaned = -0.000652377 Jy ! Component: 3450 - total flux cleaned = -0.000640722 Jy ! Component: 3500 - total flux cleaned = -0.000617875 Jy ! Component: 3550 - total flux cleaned = -0.00060644 Jy ! Component: 3600 - total flux cleaned = -0.000595125 Jy ! Component: 3650 - total flux cleaned = -0.000483267 Jy ! Component: 3700 - total flux cleaned = -0.0005056 Jy ! Component: 3750 - total flux cleaned = -0.000428207 Jy ! Component: 3800 - total flux cleaned = -0.00042826 Jy ! Component: 3850 - total flux cleaned = -0.000395528 Jy ! Component: 3900 - total flux cleaned = -0.000384632 Jy ! Component: 3950 - total flux cleaned = -0.000341358 Jy ! Component: 4000 - total flux cleaned = -0.000298626 Jy ! Component: 4050 - total flux cleaned = -0.000319852 Jy ! Total flux subtracted in 4096 components = -0.000288083 Jy ! Clean residual min=-0.000646 max=0.000649 Jy/beam ! Clean residual mean=0.000001 rms=0.000203 Jy/beam ! Combined flux in latest and established models = 0.286771 Jy keep ! Adding 337 model components to the UV plane model. ! The established model now contains 575 components and 0.286771 Jy ![Exited script file: muppet] wmap "J0921+7136_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.215 x 10.48 at 83.15 degrees (North through East) ! Clean map min=-0.0012296 max=0.19318 Jy/beam ! Writing clean map to FITS file: J0921+7136_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.193181 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000201826 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.313425 0.313425 0.626851 1.2537 2.5074 5.01481 10.0296 20.0592 40.1185 80.2369 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.193 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.215 x 10.48 at 83.15 degrees (North through East) ! Clean map min=-0.0012296 max=0.19318 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 J0921+7136_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:53:53 2016