! Started logfile: J1239+0730_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:27:20 2016 obs J1239+0730_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1239+0730_S_2014_08_05_pus_uva.fits ! AN table 1: 34 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.698039 visibilities/baseline/integration-bin. ! Found source: J1239+0730 ! ! 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 4272 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 J1239+0730_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 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.528622Jy sigma=0.005582 ! Fit after self-cal, rms=0.509536Jy sigma=0.005371 ! 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.552 mas, bmaj=8.82 mas, bpa=18.18 degrees ! Estimated noise=1378.15 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.378212 Jy ! Component: 100 - total flux cleaned = 0.469936 Jy ! Total flux subtracted in 100 components = 0.469936 Jy ! Clean residual min=-0.018183 max=0.036291 Jy/beam ! Clean residual mean=-0.000172 rms=0.005126 Jy/beam ! Combined flux in latest and established models = 0.469935 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.469935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144313Jy sigma=0.001251 ! Fit after self-cal, rms=0.144022Jy sigma=0.001248 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0409045 Jy ! Component: 100 - total flux cleaned = 0.0638042 Jy ! Total flux subtracted in 100 components = 0.0638042 Jy ! Clean residual min=-0.016867 max=0.016242 Jy/beam ! Clean residual mean=-0.000091 rms=0.003549 Jy/beam ! Combined flux in latest and established models = 0.53374 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 30 components and 0.53374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125378Jy sigma=0.001070 ! Fit after self-cal, rms=0.125162Jy sigma=0.001068 ! 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.432 mas, bmaj=9.936 mas, bpa=17.81 degrees ! Estimated noise=1056.88 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 (-4, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.021013 Jy ! Component: 100 - total flux cleaned = 0.0332561 Jy ! Component: 150 - total flux cleaned = 0.0383143 Jy ! Component: 200 - total flux cleaned = 0.0416675 Jy ! Total flux subtracted in 200 components = 0.0416675 Jy ! Clean residual min=-0.015049 max=0.010527 Jy/beam ! Clean residual mean=-0.000040 rms=0.002938 Jy/beam ! Combined flux in latest and established models = 0.575407 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 79 components and 0.575407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119573Jy sigma=0.001035 ! Fit after self-cal, rms=0.119371Jy sigma=0.001033 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.83 HN 1.00 KP 1.10 ! LA 1.11 MK 1.00* NL 0.97 OV 1.01 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.04 KP 1.04 ! LA 1.07 MK 1.00* NL 1.01 OV 1.03 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.13 HN 1.06 KP 0.92 ! LA 0.84 MK 1.00* NL 0.97 OV 0.96 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.94 HN 1.03 KP 0.88 ! LA 0.80 MK 1.00* NL 1.06 OV 1.02 ! PT 1.03 SC 0.99 ! ! ! Fit before self-cal, rms=0.119371Jy sigma=0.001033 ! Fit after self-cal, rms=0.096681Jy sigma=0.000867 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.442 mas, bmaj=9.944 mas, bpa=17.84 degrees ! Estimated noise=1059.73 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.00149822 Jy ! Component: 100 - total flux cleaned = -0.00087725 Jy ! Component: 150 - total flux cleaned = -0.000474346 Jy ! Component: 200 - total flux cleaned = -0.000359919 Jy ! Total flux subtracted in 200 components = -0.000359919 Jy ! Clean residual min=-0.010430 max=0.008670 Jy/beam ! Clean residual mean=-0.000006 rms=0.002399 Jy/beam ! Combined flux in latest and established models = 0.575047 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 95 components and 0.575047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096220Jy sigma=0.000862 ! Fit after self-cal, rms=0.096155Jy sigma=0.000862 ! 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.096155Jy sigma=0.000862 ! Fit after self-cal, rms=0.087828Jy sigma=0.000802 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.423 mas, bmaj=9.943 mas, bpa=17.73 degrees ! Estimated noise=1060.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00216406 Jy ! Component: 100 - total flux cleaned = 0.00119603 Jy ! Component: 150 - total flux cleaned = 0.000760111 Jy ! Component: 200 - total flux cleaned = 0.000242868 Jy ! Total flux subtracted in 200 components = 0.000242868 Jy ! Clean residual min=-0.004475 max=0.004863 Jy/beam ! Clean residual mean=-0.000009 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.57529 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 109 components and 0.57529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087388Jy sigma=0.000796 ! Fit after self-cal, rms=0.087352Jy sigma=0.000796 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 (-16, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00421276 Jy ! Component: 100 - total flux cleaned = 0.00571409 Jy ! Component: 150 - total flux cleaned = 0.00676567 Jy ! Component: 200 - total flux cleaned = 0.00714662 Jy ! Total flux subtracted in 200 components = 0.00714662 Jy ! Clean residual min=-0.004064 max=0.003358 Jy/beam ! Clean residual mean=0.000004 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.582437 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 137 components and 0.582437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087064Jy sigma=0.000792 ! Fit after self-cal, rms=0.087054Jy sigma=0.000792 ! 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.087054Jy sigma=0.000792 ! Fit after self-cal, rms=0.087211Jy sigma=0.000791 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.422 mas, bmaj=9.95 mas, bpa=17.71 degrees ! Estimated noise=1058.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000465076 Jy ! Component: 100 - total flux cleaned = -0.000370947 Jy ! Component: 150 - total flux cleaned = 5.20593e-05 Jy ! Component: 200 - total flux cleaned = 0.000296684 Jy ! Total flux subtracted in 200 components = 0.000296684 Jy ! Clean residual min=-0.003432 max=0.003120 Jy/beam ! Clean residual mean=0.000002 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.582734 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 156 components and 0.582734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087069Jy sigma=0.000790 ! Fit after self-cal, rms=0.087063Jy sigma=0.000790 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.78035e-05 Jy ! Component: 100 - total flux cleaned = -4.08878e-05 Jy ! Component: 150 - total flux cleaned = 0.000168001 Jy ! Component: 200 - total flux cleaned = 0.000313193 Jy ! Total flux subtracted in 200 components = 0.000313193 Jy ! Clean residual min=-0.003334 max=0.003041 Jy/beam ! Clean residual mean=0.000002 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.583047 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 167 components and 0.583047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086996Jy sigma=0.000789 ! Fit after self-cal, rms=0.086992Jy sigma=0.000789 ! 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.086992Jy sigma=0.000789 ! Fit after self-cal, rms=0.087090Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.339 mas, bmaj=11.83 mas, bpa=13.16 degrees ! Estimated noise=1190.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000774785 Jy ! Component: 100 - total flux cleaned = -0.000720105 Jy ! Component: 150 - total flux cleaned = -0.000644303 Jy ! Component: 200 - total flux cleaned = -0.000539366 Jy ! Total flux subtracted in 200 components = -0.000539366 Jy ! Clean residual min=-0.003025 max=0.003383 Jy/beam ! Clean residual mean=0.000008 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.582508 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 190 components and 0.582508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087048Jy sigma=0.000788 ! Fit after self-cal, rms=0.087042Jy sigma=0.000788 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.0962e-06 Jy ! Component: 100 - total flux cleaned = 9.94552e-05 Jy ! Component: 150 - total flux cleaned = 0.000220821 Jy ! Component: 200 - total flux cleaned = 0.000277191 Jy ! Total flux subtracted in 200 components = 0.000277191 Jy ! Clean residual min=-0.003011 max=0.003292 Jy/beam ! Clean residual mean=0.000008 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.582785 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 206 components and 0.582785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087023Jy sigma=0.000788 ! Fit after self-cal, rms=0.087019Jy sigma=0.000788 ! 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.425 mas, bmaj=9.956 mas, bpa=17.69 degrees ! Estimated noise=1057.72 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.425 x 9.956 at 17.69 degrees (North through East) ! Clean map min=-0.0033383 max=0.48704 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.546 mas, bmaj=8.87 mas, bpa=18.08 degrees ! Estimated noise=1375.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.376635 Jy ! Component: 100 - total flux cleaned = 0.470389 Jy ! Component: 150 - total flux cleaned = 0.509634 Jy ! Component: 200 - total flux cleaned = 0.530764 Jy ! Total flux subtracted in 200 components = 0.530764 Jy ! Clean residual min=-0.005477 max=0.010626 Jy/beam ! Clean residual mean=-0.000064 rms=0.001714 Jy/beam ! Combined flux in latest and established models = 0.530764 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.530764 Jy ! Inverting map and beam ! Estimated beam: bmin=4.425 mas, bmaj=9.956 mas, bpa=17.69 degrees ! Estimated noise=1057.72 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.0160413 Jy ! Component: 100 - total flux cleaned = 0.0248375 Jy ! Component: 150 - total flux cleaned = 0.0309276 Jy ! Component: 200 - total flux cleaned = 0.0355739 Jy ! Total flux subtracted in 200 components = 0.0355739 Jy ! Clean residual min=-0.003537 max=0.003671 Jy/beam ! Clean residual mean=-0.000025 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.566338 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 70 components and 0.566338 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.339 mas, bmaj=11.83 mas, bpa=13.16 degrees ! Estimated noise=1190.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00475145 Jy ! Component: 100 - total flux cleaned = 0.00807999 Jy ! Component: 150 - total flux cleaned = 0.0106325 Jy ! Component: 200 - total flux cleaned = 0.0118881 Jy ! Total flux subtracted in 200 components = 0.0118881 Jy ! Clean residual min=-0.002923 max=0.003694 Jy/beam ! Clean residual mean=-0.000006 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.578227 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.0011411 Jy ! Component: 100 - total flux cleaned = 0.00205504 Jy ! Component: 150 - total flux cleaned = 0.00284152 Jy ! Component: 200 - total flux cleaned = 0.00334679 Jy ! Total flux subtracted in 200 components = 0.00334679 Jy ! Clean residual min=-0.002937 max=0.003590 Jy/beam ! Clean residual mean=0.000004 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.581573 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 145 components and 0.581573 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.425 mas, bmaj=9.956 mas, bpa=17.69 degrees ! Estimated noise=1057.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.52533e-06 Jy ! Component: 100 - total flux cleaned = 0.000307554 Jy ! Component: 150 - total flux cleaned = 0.00058222 Jy ! Component: 200 - total flux cleaned = 0.000872044 Jy ! Total flux subtracted in 200 components = 0.000872044 Jy ! Clean residual min=-0.002983 max=0.003275 Jy/beam ! Clean residual mean=0.000003 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.582445 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 167 components and 0.582445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087009Jy sigma=0.000788 ! Fit after self-cal, rms=0.086995Jy sigma=0.000788 wmodel J1239+0730_S_2014_08_05_pus_map.mod ! Writing 167 model components to file: J1239+0730_S_2014_08_05_pus_map.mod wobs J1239+0730_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1239+0730_S_2014_08_05_pus_uvs.fits wwins J1239+0730_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J1239+0730_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 = 7.85806e-05 Jy ! Component: 100 - total flux cleaned = 0.000180764 Jy ! Component: 150 - total flux cleaned = 0.000614109 Jy ! Component: 200 - total flux cleaned = 0.000616299 Jy ! Component: 250 - total flux cleaned = 0.000617554 Jy ! Component: 300 - total flux cleaned = 0.000788153 Jy ! Component: 350 - total flux cleaned = 0.000993601 Jy ! Component: 400 - total flux cleaned = 0.00111302 Jy ! Component: 450 - total flux cleaned = 0.00130632 Jy ! Component: 500 - total flux cleaned = 0.00130714 Jy ! Component: 550 - total flux cleaned = 0.00149159 Jy ! Component: 600 - total flux cleaned = 0.00138401 Jy ! Component: 650 - total flux cleaned = 0.00142006 Jy ! Component: 700 - total flux cleaned = 0.00135096 Jy ! Component: 750 - total flux cleaned = 0.00131765 Jy ! Component: 800 - total flux cleaned = 0.00138452 Jy ! Component: 850 - total flux cleaned = 0.00148303 Jy ! Component: 900 - total flux cleaned = 0.00157937 Jy ! Component: 950 - total flux cleaned = 0.00173573 Jy ! Component: 1000 - total flux cleaned = 0.00167428 Jy ! Component: 1050 - total flux cleaned = 0.00179625 Jy ! Component: 1100 - total flux cleaned = 0.00182617 Jy ! Component: 1150 - total flux cleaned = 0.00194369 Jy ! Component: 1200 - total flux cleaned = 0.00197258 Jy ! Component: 1250 - total flux cleaned = 0.0020294 Jy ! Component: 1300 - total flux cleaned = 0.0020575 Jy ! Component: 1350 - total flux cleaned = 0.00205731 Jy ! Component: 1400 - total flux cleaned = 0.00211256 Jy ! Component: 1450 - total flux cleaned = 0.00219432 Jy ! Component: 1500 - total flux cleaned = 0.0024086 Jy ! Component: 1550 - total flux cleaned = 0.00246153 Jy ! Component: 1600 - total flux cleaned = 0.00264486 Jy ! Component: 1650 - total flux cleaned = 0.00282594 Jy ! Component: 1700 - total flux cleaned = 0.00300487 Jy ! Component: 1750 - total flux cleaned = 0.00313086 Jy ! Component: 1800 - total flux cleaned = 0.00325553 Jy ! Component: 1850 - total flux cleaned = 0.00340395 Jy ! Component: 1900 - total flux cleaned = 0.0035509 Jy ! Component: 1950 - total flux cleaned = 0.00376862 Jy ! Component: 2000 - total flux cleaned = 0.0038883 Jy ! Component: 2050 - total flux cleaned = 0.00400669 Jy ! Component: 2100 - total flux cleaned = 0.00412413 Jy ! Component: 2150 - total flux cleaned = 0.00426366 Jy ! Component: 2200 - total flux cleaned = 0.00442442 Jy ! Component: 2250 - total flux cleaned = 0.00460631 Jy ! Component: 2300 - total flux cleaned = 0.00462846 Jy ! Component: 2350 - total flux cleaned = 0.00471809 Jy ! Component: 2400 - total flux cleaned = 0.00496105 Jy ! Component: 2450 - total flux cleaned = 0.00509207 Jy ! Component: 2500 - total flux cleaned = 0.00517844 Jy ! Component: 2550 - total flux cleaned = 0.00530744 Jy ! Component: 2600 - total flux cleaned = 0.00551985 Jy ! Component: 2650 - total flux cleaned = 0.00562468 Jy ! Component: 2700 - total flux cleaned = 0.00572894 Jy ! Component: 2750 - total flux cleaned = 0.00589426 Jy ! Component: 2800 - total flux cleaned = 0.00593532 Jy ! Component: 2850 - total flux cleaned = 0.00609828 Jy ! Component: 2900 - total flux cleaned = 0.00621931 Jy ! Component: 2950 - total flux cleaned = 0.00635901 Jy ! Component: 3000 - total flux cleaned = 0.00643809 Jy ! Component: 3050 - total flux cleaned = 0.00651652 Jy ! Component: 3100 - total flux cleaned = 0.00663331 Jy ! Component: 3150 - total flux cleaned = 0.00672971 Jy ! Component: 3200 - total flux cleaned = 0.00678736 Jy ! Component: 3250 - total flux cleaned = 0.00690129 Jy ! Component: 3300 - total flux cleaned = 0.00688233 Jy ! Component: 3350 - total flux cleaned = 0.00695698 Jy ! Component: 3400 - total flux cleaned = 0.00695706 Jy ! Component: 3450 - total flux cleaned = 0.00699411 Jy ! Component: 3500 - total flux cleaned = 0.00699399 Jy ! Component: 3550 - total flux cleaned = 0.00701222 Jy ! Component: 3600 - total flux cleaned = 0.00712022 Jy ! Component: 3650 - total flux cleaned = 0.00712012 Jy ! Component: 3700 - total flux cleaned = 0.00712018 Jy ! Component: 3750 - total flux cleaned = 0.00720841 Jy ! Component: 3800 - total flux cleaned = 0.00720827 Jy ! Component: 3850 - total flux cleaned = 0.00729504 Jy ! Component: 3900 - total flux cleaned = 0.00736404 Jy ! Component: 3950 - total flux cleaned = 0.0073469 Jy ! Component: 4000 - total flux cleaned = 0.0073812 Jy ! Component: 4050 - total flux cleaned = 0.00738126 Jy ! Total flux subtracted in 4096 components = 0.0074653 Jy ! Clean residual min=-0.001000 max=0.000967 Jy/beam ! Clean residual mean=-0.000000 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.589911 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 442 components and 0.589911 Jy ![Exited script file: muppet] wmap "J1239+0730_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.425 x 9.956 at 17.69 degrees (North through East) ! Clean map min=-0.0019112 max=0.48881 Jy/beam ! Writing clean map to FITS file: J1239+0730_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.488813 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000316605 device "J1239+0730_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1239+0730_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.19431 0.19431 0.388621 0.777242 1.55448 3.10897 6.21793 12.4359 24.8717 49.7435 99.4869 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.488 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.425 x 9.956 at 17.69 degrees (North through East) ! Clean map min=-0.0019112 max=0.48881 Jy/beam quit ! Quitting program ! Log file J1239+0730_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:27:25 2016