! Started logfile: J0945+4636_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:23:20 2016 obs J0945+4636_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0945+4636_S_2014_08_05_pus_uva.fits ! AN table 1: 91 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.77851 visibilities/baseline/integration-bin. ! Found source: J0945+4636 ! ! 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 360 lines of history. ! ! Reading 12752 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 J0945+4636_S_2014_08_05_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.697674Jy sigma=0.007858 ! Fit after self-cal, rms=0.625420Jy sigma=0.007145 ! 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.982 mas, bmaj=6.486 mas, bpa=34.97 degrees ! Estimated noise=994.227 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.287985 Jy ! Component: 100 - total flux cleaned = 0.350898 Jy ! Total flux subtracted in 100 components = 0.350898 Jy ! Clean residual min=-0.008651 max=0.018728 Jy/beam ! Clean residual mean=-0.000013 rms=0.002707 Jy/beam ! Combined flux in latest and established models = 0.350898 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.350898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095809Jy sigma=0.000987 ! Fit after self-cal, rms=0.095804Jy sigma=0.000987 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0208273 Jy ! Component: 100 - total flux cleaned = 0.0334743 Jy ! Total flux subtracted in 100 components = 0.0334743 Jy ! Clean residual min=-0.008136 max=0.007561 Jy/beam ! Clean residual mean=-0.000000 rms=0.001858 Jy/beam ! Combined flux in latest and established models = 0.384373 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.384373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088467Jy sigma=0.000911 ! Fit after self-cal, rms=0.088445Jy sigma=0.000910 ! 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=4.946 mas, bmaj=6.999 mas, bpa=37.43 degrees ! Estimated noise=560.474 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.0127328 Jy ! Component: 100 - total flux cleaned = 0.0198836 Jy ! Component: 150 - total flux cleaned = 0.0243038 Jy ! Component: 200 - total flux cleaned = 0.0271196 Jy ! Total flux subtracted in 200 components = 0.0271196 Jy ! Clean residual min=-0.007820 max=0.006049 Jy/beam ! Clean residual mean=0.000031 rms=0.001502 Jy/beam ! Combined flux in latest and established models = 0.411492 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 59 components and 0.411492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086021Jy sigma=0.000893 ! Fit after self-cal, rms=0.085999Jy sigma=0.000893 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.87 HN 0.98 KP 1.04 ! LA 1.12 MK 1.00* NL 0.93 OV 0.99 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.02 KP 1.00 ! LA 1.07 MK 1.00* NL 1.01 OV 1.04 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.19 HN 1.03 KP 0.90 ! LA 0.85 MK 1.00* NL 0.99 OV 0.96 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.06 HN 1.01 KP 0.87 ! LA 0.82 MK 1.00* NL 1.08 OV 1.02 ! PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.085999Jy sigma=0.000893 ! Fit after self-cal, rms=0.073561Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.971 mas, bmaj=7.012 mas, bpa=37.39 degrees ! Estimated noise=559.446 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.00100435 Jy ! Component: 100 - total flux cleaned = -0.00133154 Jy ! Component: 150 - total flux cleaned = -0.00143127 Jy ! Component: 200 - total flux cleaned = -0.00152048 Jy ! Total flux subtracted in 200 components = -0.00152048 Jy ! Clean residual min=-0.002536 max=0.002804 Jy/beam ! Clean residual mean=0.000003 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.409972 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 67 components and 0.409972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073500Jy sigma=0.000781 ! Fit after self-cal, rms=0.073487Jy sigma=0.000781 ! 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.073487Jy sigma=0.000781 ! Fit after self-cal, rms=0.073450Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.95 mas, bmaj=7.035 mas, bpa=37.38 degrees ! Estimated noise=559.033 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00059237 Jy ! Component: 100 - total flux cleaned = -0.000817019 Jy ! Component: 150 - total flux cleaned = -0.000939735 Jy ! Component: 200 - total flux cleaned = -0.000963256 Jy ! Total flux subtracted in 200 components = -0.000963256 Jy ! Clean residual min=-0.002024 max=0.002458 Jy/beam ! Clean residual mean=0.000001 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.409008 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 79 components and 0.409008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073404Jy sigma=0.000777 ! Fit after self-cal, rms=0.073404Jy sigma=0.000777 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 (-17.5, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00258728 Jy ! Component: 100 - total flux cleaned = 0.00412524 Jy ! Component: 150 - total flux cleaned = 0.00525884 Jy ! Component: 200 - total flux cleaned = 0.00605196 Jy ! Total flux subtracted in 200 components = 0.00605196 Jy ! Clean residual min=-0.001755 max=0.001530 Jy/beam ! Clean residual mean=-0.000001 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.41506 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 119 components and 0.41506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073301Jy sigma=0.000776 ! Fit after self-cal, rms=0.073295Jy sigma=0.000776 ! 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.073295Jy sigma=0.000776 ! Fit after self-cal, rms=0.073331Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.95 mas, bmaj=7.04 mas, bpa=37.33 degrees ! Estimated noise=558.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00046105 Jy ! Component: 100 - total flux cleaned = 0.000855587 Jy ! Component: 150 - total flux cleaned = 0.00121162 Jy ! Component: 200 - total flux cleaned = 0.00138655 Jy ! Total flux subtracted in 200 components = 0.00138655 Jy ! Clean residual min=-0.001605 max=0.001514 Jy/beam ! Clean residual mean=-0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.416447 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 142 components and 0.416447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073310Jy sigma=0.000775 ! Fit after self-cal, rms=0.073310Jy sigma=0.000775 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.0002679 Jy ! Component: 100 - total flux cleaned = 0.000438365 Jy ! Component: 150 - total flux cleaned = 0.00053911 Jy ! Component: 200 - total flux cleaned = 0.000630742 Jy ! Total flux subtracted in 200 components = 0.000630742 Jy ! Clean residual min=-0.001565 max=0.001507 Jy/beam ! Clean residual mean=-0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.417078 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 155 components and 0.417078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073302Jy sigma=0.000775 ! Fit after self-cal, rms=0.073301Jy sigma=0.000775 ! 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.073301Jy sigma=0.000775 ! Fit after self-cal, rms=0.073339Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.743 mas, bmaj=9.141 mas, bpa=89.86 degrees ! Estimated noise=633.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.20888e-05 Jy ! Component: 100 - total flux cleaned = 0.000237323 Jy ! Component: 150 - total flux cleaned = 0.000325619 Jy ! Component: 200 - total flux cleaned = 0.000396217 Jy ! Total flux subtracted in 200 components = 0.000396217 Jy ! Clean residual min=-0.001709 max=0.001599 Jy/beam ! Clean residual mean=-0.000009 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.417474 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 164 components and 0.417474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073335Jy sigma=0.000775 ! Fit after self-cal, rms=0.073334Jy sigma=0.000775 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.10634e-05 Jy ! Component: 100 - total flux cleaned = 0.000109542 Jy ! Component: 150 - total flux cleaned = 0.000155361 Jy ! Component: 200 - total flux cleaned = 0.000194568 Jy ! Total flux subtracted in 200 components = 0.000194568 Jy ! Clean residual min=-0.001662 max=0.001553 Jy/beam ! Clean residual mean=-0.000009 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.417669 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 172 components and 0.417668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073334Jy sigma=0.000775 ! Fit after self-cal, rms=0.073334Jy sigma=0.000775 ! 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=4.951 mas, bmaj=7.042 mas, bpa=37.3 degrees ! Estimated noise=558.95 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.951 x 7.042 at 37.3 degrees (North through East) ! Clean map min=-0.0013932 max=0.37424 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.972 mas, bmaj=6.523 mas, bpa=34.88 degrees ! Estimated noise=997.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.288926 Jy ! Component: 100 - total flux cleaned = 0.352288 Jy ! Component: 150 - total flux cleaned = 0.372396 Jy ! Component: 200 - total flux cleaned = 0.384221 Jy ! Total flux subtracted in 200 components = 0.384221 Jy ! Clean residual min=-0.004163 max=0.006180 Jy/beam ! Clean residual mean=-0.000008 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.384221 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.384221 Jy ! Inverting map and beam ! Estimated beam: bmin=4.951 mas, bmaj=7.042 mas, bpa=37.3 degrees ! Estimated noise=558.95 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.0100515 Jy ! Component: 100 - total flux cleaned = 0.0158252 Jy ! Component: 150 - total flux cleaned = 0.0196247 Jy ! Component: 200 - total flux cleaned = 0.0223941 Jy ! Total flux subtracted in 200 components = 0.0223941 Jy ! Clean residual min=-0.001807 max=0.002385 Jy/beam ! Clean residual mean=-0.000007 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.406615 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 61 components and 0.406615 Jy ! Inverting map ! Added new window around map position (-2.5, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024956 Jy ! Component: 100 - total flux cleaned = 0.0043377 Jy ! Component: 150 - total flux cleaned = 0.0058238 Jy ! Component: 200 - total flux cleaned = 0.00705422 Jy ! Total flux subtracted in 200 components = 0.00705422 Jy ! Clean residual min=-0.001659 max=0.001638 Jy/beam ! Clean residual mean=-0.000004 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.413669 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 100 components and 0.413669 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.743 mas, bmaj=9.141 mas, bpa=89.86 degrees ! Estimated noise=633.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129391 Jy ! Component: 100 - total flux cleaned = 0.00223752 Jy ! Component: 150 - total flux cleaned = 0.00287812 Jy ! Component: 200 - total flux cleaned = 0.00326604 Jy ! Total flux subtracted in 200 components = 0.00326604 Jy ! Clean residual min=-0.001819 max=0.001684 Jy/beam ! Clean residual mean=-0.000008 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.416935 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.000250618 Jy ! Component: 100 - total flux cleaned = 0.000374955 Jy ! Component: 150 - total flux cleaned = 0.000452382 Jy ! Component: 200 - total flux cleaned = 0.000526207 Jy ! Total flux subtracted in 200 components = 0.000526207 Jy ! Clean residual min=-0.001779 max=0.001657 Jy/beam ! Clean residual mean=-0.000009 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.417462 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 152 components and 0.417462 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.951 mas, bmaj=7.042 mas, bpa=37.3 degrees ! Estimated noise=558.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000188212 Jy ! Component: 100 - total flux cleaned = -5.54781e-05 Jy ! Component: 150 - total flux cleaned = 8.46564e-05 Jy ! Component: 200 - total flux cleaned = 0.000247316 Jy ! Total flux subtracted in 200 components = 0.000247316 Jy ! Clean residual min=-0.001412 max=0.001509 Jy/beam ! Clean residual mean=-0.000004 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.417709 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 177 components and 0.417709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073331Jy sigma=0.000775 ! Fit after self-cal, rms=0.073330Jy sigma=0.000775 wmodel J0945+4636_S_2014_08_05_pus_map.mod ! Writing 177 model components to file: J0945+4636_S_2014_08_05_pus_map.mod wobs J0945+4636_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0945+4636_S_2014_08_05_pus_uvs.fits wwins J0945+4636_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J0945+4636_S_2014_08_05_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000277864 Jy ! Component: 100 - total flux cleaned = 0.000555643 Jy ! Component: 150 - total flux cleaned = 0.000746853 Jy ! Component: 200 - total flux cleaned = 0.000837963 Jy ! Component: 250 - total flux cleaned = 0.000903542 Jy ! Component: 300 - total flux cleaned = 0.000882546 Jy ! Component: 350 - total flux cleaned = 0.000862092 Jy ! Component: 400 - total flux cleaned = 0.000822223 Jy ! Component: 450 - total flux cleaned = 0.000764034 Jy ! Component: 500 - total flux cleaned = 0.000745217 Jy ! Component: 550 - total flux cleaned = 0.000689326 Jy ! Component: 600 - total flux cleaned = 0.000652487 Jy ! Component: 650 - total flux cleaned = 0.000562698 Jy ! Component: 700 - total flux cleaned = 0.00054521 Jy ! Component: 750 - total flux cleaned = 0.000527901 Jy ! Component: 800 - total flux cleaned = 0.000494225 Jy ! Component: 850 - total flux cleaned = 0.000461047 Jy ! Component: 900 - total flux cleaned = 0.000428269 Jy ! Component: 950 - total flux cleaned = 0.000412063 Jy ! Component: 1000 - total flux cleaned = 0.000395829 Jy ! Component: 1050 - total flux cleaned = 0.00031747 Jy ! Component: 1100 - total flux cleaned = 0.000271433 Jy ! Component: 1150 - total flux cleaned = 0.000226122 Jy ! Component: 1200 - total flux cleaned = 0.0002113 Jy ! Component: 1250 - total flux cleaned = 0.000211192 Jy ! Component: 1300 - total flux cleaned = 0.000167931 Jy ! Component: 1350 - total flux cleaned = 0.000168028 Jy ! Component: 1400 - total flux cleaned = 0.00015392 Jy ! Component: 1450 - total flux cleaned = 0.000112279 Jy ! Component: 1500 - total flux cleaned = 5.75285e-05 Jy ! Component: 1550 - total flux cleaned = 3.04382e-05 Jy ! Component: 1600 - total flux cleaned = -2.2956e-05 Jy ! Component: 1650 - total flux cleaned = -3.60067e-05 Jy ! Component: 1700 - total flux cleaned = -4.89916e-05 Jy ! Component: 1750 - total flux cleaned = -7.47112e-05 Jy ! Component: 1800 - total flux cleaned = -7.48572e-05 Jy ! Component: 1850 - total flux cleaned = -8.74462e-05 Jy ! Component: 1900 - total flux cleaned = -7.51172e-05 Jy ! Component: 1950 - total flux cleaned = -0.00012423 Jy ! Component: 2000 - total flux cleaned = -0.000123996 Jy ! Component: 2050 - total flux cleaned = -0.000111901 Jy ! Component: 2100 - total flux cleaned = -0.000111887 Jy ! Component: 2150 - total flux cleaned = -0.000135391 Jy ! Component: 2200 - total flux cleaned = -0.000170091 Jy ! Component: 2250 - total flux cleaned = -0.00018165 Jy ! Component: 2300 - total flux cleaned = -0.000204408 Jy ! Component: 2350 - total flux cleaned = -0.000226555 Jy ! Component: 2400 - total flux cleaned = -0.000193201 Jy ! Component: 2450 - total flux cleaned = -0.000193315 Jy ! Component: 2500 - total flux cleaned = -0.000160764 Jy ! Component: 2550 - total flux cleaned = -0.000182255 Jy ! Component: 2600 - total flux cleaned = -0.00012887 Jy ! Component: 2650 - total flux cleaned = -0.000128755 Jy ! Component: 2700 - total flux cleaned = -0.000118242 Jy ! Component: 2750 - total flux cleaned = -8.71082e-05 Jy ! Component: 2800 - total flux cleaned = -7.67903e-05 Jy ! Component: 2850 - total flux cleaned = -4.62351e-05 Jy ! Component: 2900 - total flux cleaned = -6.62538e-05 Jy ! Component: 2950 - total flux cleaned = -4.63213e-05 Jy ! Component: 3000 - total flux cleaned = -1.65434e-05 Jy ! Component: 3050 - total flux cleaned = 4.24461e-05 Jy ! Component: 3100 - total flux cleaned = 4.24162e-05 Jy ! Component: 3150 - total flux cleaned = 5.21285e-05 Jy ! Component: 3200 - total flux cleaned = 7.13315e-05 Jy ! Component: 3250 - total flux cleaned = 9.99217e-05 Jy ! Component: 3300 - total flux cleaned = 7.13967e-05 Jy ! Component: 3350 - total flux cleaned = 7.13824e-05 Jy ! Component: 3400 - total flux cleaned = 7.13684e-05 Jy ! Component: 3450 - total flux cleaned = 7.14397e-05 Jy ! Component: 3500 - total flux cleaned = 8.05937e-05 Jy ! Component: 3550 - total flux cleaned = 0.000108056 Jy ! Component: 3600 - total flux cleaned = 0.000126121 Jy ! Component: 3650 - total flux cleaned = 9.90155e-05 Jy ! Component: 3700 - total flux cleaned = 9.90656e-05 Jy ! Component: 3750 - total flux cleaned = 9.01963e-05 Jy ! Component: 3800 - total flux cleaned = 9.90816e-05 Jy ! Component: 3850 - total flux cleaned = 9.91001e-05 Jy ! Component: 3900 - total flux cleaned = 8.1676e-05 Jy ! Component: 3950 - total flux cleaned = 0.000116288 Jy ! Component: 4000 - total flux cleaned = 0.000133534 Jy ! Component: 4050 - total flux cleaned = 0.000116409 Jy ! Total flux subtracted in 4096 components = 0.000150453 Jy ! Clean residual min=-0.000518 max=0.000532 Jy/beam ! Clean residual mean=-0.000001 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.41786 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 453 components and 0.41786 Jy ![Exited script file: muppet] wmap "J0945+4636_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.951 x 7.042 at 37.3 degrees (North through East) ! Clean map min=-0.0011134 max=0.37498 Jy/beam ! Writing clean map to FITS file: J0945+4636_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.374979 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000156169 device "J0945+4636_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0945+4636_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.124943 0.124943 0.249885 0.49977 0.99954 1.99908 3.99816 7.99632 15.9926 31.9853 63.9706 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.374 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.951 x 7.042 at 37.3 degrees (North through East) ! Clean map min=-0.0011134 max=0.37498 Jy/beam quit ! Quitting program ! Log file J0945+4636_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:23:25 2016