! Started logfile: J2003+3034_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:38:57 2016 obs J2003+3034_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J2003+3034_S_2014_08_05_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.688889 visibilities/baseline/integration-bin. ! Found source: J2003+3034 ! ! 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 6944 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 J2003+3034_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 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.898815Jy sigma=0.010819 ! Fit after self-cal, rms=0.893000Jy sigma=0.010749 ! 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=4.255 mas, bmaj=7.264 mas, bpa=25.33 degrees ! Estimated noise=1063.72 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.0791736 Jy ! Component: 100 - total flux cleaned = 0.102488 Jy ! Total flux subtracted in 100 components = 0.102488 Jy ! Clean residual min=-0.006015 max=0.009866 Jy/beam ! Clean residual mean=-0.000013 rms=0.001773 Jy/beam ! Combined flux in latest and established models = 0.102488 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.102488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076172Jy sigma=0.000849 ! Fit after self-cal, rms=0.076094Jy sigma=0.000848 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117195 Jy ! Component: 100 - total flux cleaned = 0.0187114 Jy ! Total flux subtracted in 100 components = 0.0187114 Jy ! Clean residual min=-0.004708 max=0.005606 Jy/beam ! Clean residual mean=-0.000005 rms=0.001319 Jy/beam ! Combined flux in latest and established models = 0.1212 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.1212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073823Jy sigma=0.000825 ! Fit after self-cal, rms=0.073771Jy sigma=0.000824 ! 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=5.526 mas, bmaj=8.112 mas, bpa=19.92 degrees ! Estimated noise=740.91 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.00514691 Jy ! Component: 100 - total flux cleaned = 0.00811653 Jy ! Component: 150 - total flux cleaned = 0.0099273 Jy ! Component: 200 - total flux cleaned = 0.0110387 Jy ! Total flux subtracted in 200 components = 0.0110387 Jy ! Clean residual min=-0.003870 max=0.004343 Jy/beam ! Clean residual mean=0.000007 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.132238 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 57 components and 0.132238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073263Jy sigma=0.000821 ! Fit after self-cal, rms=0.073263Jy sigma=0.000821 ! 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 1.10 FD 0.91 HN 1.03 KP 1.09 ! LA 1.18 MK 1.00* NL 1.01 OV 1.02 ! PT 1.05 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.01 KP 1.00 ! LA 1.00 MK 1.00* NL 1.02 OV 0.97 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.24 HN 1.01 KP 1.19 ! LA 0.80 MK 1.00* NL 0.98 OV 0.94 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 0.99 KP 0.85 ! LA 0.80 MK 1.00* NL 1.04 OV 0.95 ! PT 1.03 SC 0.96 ! ! ! Fit before self-cal, rms=0.073263Jy sigma=0.000821 ! Fit after self-cal, rms=0.071942Jy sigma=0.000804 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.492 mas, bmaj=8.141 mas, bpa=20.02 degrees ! Estimated noise=742.525 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.000684206 Jy ! Component: 100 - total flux cleaned = 0.000777108 Jy ! Component: 150 - total flux cleaned = 0.000839672 Jy ! Component: 200 - total flux cleaned = 0.000882769 Jy ! Total flux subtracted in 200 components = 0.000882769 Jy ! Clean residual min=-0.003622 max=0.003678 Jy/beam ! Clean residual mean=-0.000001 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.133121 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 73 components and 0.133121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071926Jy sigma=0.000804 ! Fit after self-cal, rms=0.071953Jy sigma=0.000803 ! 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.071953Jy sigma=0.000803 ! Fit after self-cal, rms=0.072126Jy sigma=0.000791 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.501 mas, bmaj=8.147 mas, bpa=20.47 degrees ! Estimated noise=743.278 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000216751 Jy ! Component: 100 - total flux cleaned = -0.000254965 Jy ! Component: 150 - total flux cleaned = -0.000286339 Jy ! Component: 200 - total flux cleaned = -0.000312467 Jy ! Total flux subtracted in 200 components = -0.000312467 Jy ! Clean residual min=-0.001942 max=0.002903 Jy/beam ! Clean residual mean=0.000007 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.132809 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 82 components and 0.132809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072119Jy sigma=0.000791 ! Fit after self-cal, rms=0.072194Jy sigma=0.000791 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 (87.5, -22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00242178 Jy ! Component: 100 - total flux cleaned = 0.00305983 Jy ! Component: 150 - total flux cleaned = 0.00313601 Jy ! Component: 200 - total flux cleaned = 0.00316793 Jy ! Total flux subtracted in 200 components = 0.00316793 Jy ! Clean residual min=-0.001775 max=0.002080 Jy/beam ! Clean residual mean=0.000007 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.135977 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 102 components and 0.135977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072092Jy sigma=0.000790 ! Fit after self-cal, rms=0.072097Jy sigma=0.000790 ! Inverting map ! Added new window around map position (-13.5, -28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149758 Jy ! Component: 100 - total flux cleaned = 0.00145478 Jy ! Component: 150 - total flux cleaned = 0.0014587 Jy ! Component: 200 - total flux cleaned = 0.00155308 Jy ! Total flux subtracted in 200 components = 0.00155308 Jy ! Clean residual min=-0.001852 max=0.001783 Jy/beam ! Clean residual mean=0.000005 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.13753 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 119 components and 0.13753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072030Jy sigma=0.000789 ! Fit after self-cal, rms=0.072024Jy sigma=0.000789 ! 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.072024Jy sigma=0.000789 ! Fit after self-cal, rms=0.071932Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.481 mas, bmaj=8.157 mas, bpa=20.88 degrees ! Estimated noise=741.924 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000585066 Jy ! Component: 100 - total flux cleaned = 0.000642604 Jy ! Component: 150 - total flux cleaned = 0.000668936 Jy ! Component: 200 - total flux cleaned = 0.000693117 Jy ! Total flux subtracted in 200 components = 0.000693117 Jy ! Clean residual min=-0.001963 max=0.001825 Jy/beam ! Clean residual mean=0.000005 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.138223 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 142 components and 0.138223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071909Jy sigma=0.000789 ! Fit after self-cal, rms=0.071911Jy sigma=0.000789 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.000157365 Jy ! Component: 100 - total flux cleaned = 0.000180452 Jy ! Component: 150 - total flux cleaned = 0.00017986 Jy ! Component: 200 - total flux cleaned = 0.000179512 Jy ! Total flux subtracted in 200 components = 0.000179512 Jy ! Clean residual min=-0.001953 max=0.001804 Jy/beam ! Clean residual mean=0.000005 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.138402 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 158 components and 0.138402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071897Jy sigma=0.000789 ! Fit after self-cal, rms=0.071896Jy 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.071896Jy sigma=0.000789 ! Fit after self-cal, rms=0.071947Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.579 mas, bmaj=9.928 mas, bpa=37.99 degrees ! Estimated noise=819.087 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000324129 Jy ! Component: 100 - total flux cleaned = 0.000310668 Jy ! Component: 150 - total flux cleaned = 0.000283276 Jy ! Component: 200 - total flux cleaned = 0.000269843 Jy ! Total flux subtracted in 200 components = 0.000269843 Jy ! Clean residual min=-0.002107 max=0.001706 Jy/beam ! Clean residual mean=0.000006 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.138672 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 179 components and 0.138672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071941Jy sigma=0.000789 ! Fit after self-cal, rms=0.071941Jy sigma=0.000789 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 = 3.07893e-05 Jy ! Component: 100 - total flux cleaned = 3.08298e-05 Jy ! Component: 150 - total flux cleaned = 4.16663e-05 Jy ! Component: 200 - total flux cleaned = 3.10634e-05 Jy ! Total flux subtracted in 200 components = 3.10634e-05 Jy ! Clean residual min=-0.002122 max=0.001689 Jy/beam ! Clean residual mean=0.000006 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.138703 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 185 components and 0.138703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071937Jy sigma=0.000789 ! Fit after self-cal, rms=0.071936Jy sigma=0.000789 ! 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=5.477 mas, bmaj=8.158 mas, bpa=20.95 degrees ! Estimated noise=742.278 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.477 x 8.158 at 20.95 degrees (North through East) ! Clean map min=-0.0020062 max=0.10491 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=4.206 mas, bmaj=7.302 mas, bpa=25.88 degrees ! Estimated noise=1058.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0788483 Jy ! Component: 100 - total flux cleaned = 0.102598 Jy ! Component: 150 - total flux cleaned = 0.113904 Jy ! Component: 200 - total flux cleaned = 0.120707 Jy ! Total flux subtracted in 200 components = 0.120707 Jy ! Clean residual min=-0.004253 max=0.004446 Jy/beam ! Clean residual mean=-0.000002 rms=0.001101 Jy/beam ! Combined flux in latest and established models = 0.120707 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.120707 Jy ! Inverting map and beam ! Estimated beam: bmin=5.477 mas, bmaj=8.158 mas, bpa=20.95 degrees ! Estimated noise=742.278 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.00558927 Jy ! Component: 100 - total flux cleaned = 0.00888796 Jy ! Component: 150 - total flux cleaned = 0.0113379 Jy ! Component: 200 - total flux cleaned = 0.0130476 Jy ! Total flux subtracted in 200 components = 0.0130476 Jy ! Clean residual min=-0.002031 max=0.002083 Jy/beam ! Clean residual mean=0.000003 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.133754 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 80 components and 0.133754 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=9.579 mas, bmaj=9.928 mas, bpa=37.99 degrees ! Estimated noise=819.087 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162113 Jy ! Component: 100 - total flux cleaned = 0.00238705 Jy ! Component: 150 - total flux cleaned = 0.00271561 Jy ! Component: 200 - total flux cleaned = 0.00292757 Jy ! Total flux subtracted in 200 components = 0.00292757 Jy ! Clean residual min=-0.002062 max=0.001603 Jy/beam ! Clean residual mean=0.000005 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.136682 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.000126131 Jy ! Component: 100 - total flux cleaned = 0.000296018 Jy ! Component: 150 - total flux cleaned = 0.000422765 Jy ! Component: 200 - total flux cleaned = 0.000537715 Jy ! Total flux subtracted in 200 components = 0.000537715 Jy ! Clean residual min=-0.002082 max=0.001550 Jy/beam ! Clean residual mean=0.000005 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.13722 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 136 components and 0.13722 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.477 mas, bmaj=8.158 mas, bpa=20.95 degrees ! Estimated noise=742.278 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00027457 Jy ! Component: 100 - total flux cleaned = 0.000418792 Jy ! Component: 150 - total flux cleaned = 0.000419343 Jy ! Component: 200 - total flux cleaned = 0.000478362 Jy ! Total flux subtracted in 200 components = 0.000478362 Jy ! Clean residual min=-0.001966 max=0.001749 Jy/beam ! Clean residual mean=0.000004 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.137698 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 155 components and 0.137698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071968Jy sigma=0.000789 ! Fit after self-cal, rms=0.071965Jy sigma=0.000789 wmodel J2003+3034_S_2014_08_05_pus_map.mod ! Writing 155 model components to file: J2003+3034_S_2014_08_05_pus_map.mod wobs J2003+3034_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J2003+3034_S_2014_08_05_pus_uvs.fits wwins J2003+3034_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J2003+3034_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.000332252 Jy ! Component: 100 - total flux cleaned = -0.000269881 Jy ! Component: 150 - total flux cleaned = -0.000153614 Jy ! Component: 200 - total flux cleaned = -4.22211e-05 Jy ! Component: 250 - total flux cleaned = 0.000172035 Jy ! Component: 300 - total flux cleaned = 0.000352784 Jy ! Component: 350 - total flux cleaned = 0.000503327 Jy ! Component: 400 - total flux cleaned = 0.000600582 Jy ! Component: 450 - total flux cleaned = 0.000671772 Jy ! Component: 500 - total flux cleaned = 0.000788361 Jy ! Component: 550 - total flux cleaned = 0.000879599 Jy ! Component: 600 - total flux cleaned = 0.000968893 Jy ! Component: 650 - total flux cleaned = 0.00109992 Jy ! Component: 700 - total flux cleaned = 0.0011642 Jy ! Component: 750 - total flux cleaned = 0.00128972 Jy ! Component: 800 - total flux cleaned = 0.00137153 Jy ! Component: 850 - total flux cleaned = 0.00143202 Jy ! Component: 900 - total flux cleaned = 0.00151118 Jy ! Component: 950 - total flux cleaned = 0.00158898 Jy ! Component: 1000 - total flux cleaned = 0.00162705 Jy ! Component: 1050 - total flux cleaned = 0.00166483 Jy ! Component: 1100 - total flux cleaned = 0.00175758 Jy ! Component: 1150 - total flux cleaned = 0.00177565 Jy ! Component: 1200 - total flux cleaned = 0.00186601 Jy ! Component: 1250 - total flux cleaned = 0.00184792 Jy ! Component: 1300 - total flux cleaned = 0.00193618 Jy ! Component: 1350 - total flux cleaned = 0.00197072 Jy ! Component: 1400 - total flux cleaned = 0.00200475 Jy ! Component: 1450 - total flux cleaned = 0.00205547 Jy ! Component: 1500 - total flux cleaned = 0.0020719 Jy ! Component: 1550 - total flux cleaned = 0.00212133 Jy ! Component: 1600 - total flux cleaned = 0.00217015 Jy ! Component: 1650 - total flux cleaned = 0.00215403 Jy ! Component: 1700 - total flux cleaned = 0.0021543 Jy ! Component: 1750 - total flux cleaned = 0.0021703 Jy ! Component: 1800 - total flux cleaned = 0.00218618 Jy ! Component: 1850 - total flux cleaned = 0.00220158 Jy ! Component: 1900 - total flux cleaned = 0.00224733 Jy ! Component: 1950 - total flux cleaned = 0.00224726 Jy ! Component: 2000 - total flux cleaned = 0.0022622 Jy ! Component: 2050 - total flux cleaned = 0.0023066 Jy ! Component: 2100 - total flux cleaned = 0.00232113 Jy ! Component: 2150 - total flux cleaned = 0.00233563 Jy ! Component: 2200 - total flux cleaned = 0.00237875 Jy ! Component: 2250 - total flux cleaned = 0.00236463 Jy ! Component: 2300 - total flux cleaned = 0.00242134 Jy ! Component: 2350 - total flux cleaned = 0.00247719 Jy ! Component: 2400 - total flux cleaned = 0.00246337 Jy ! Component: 2450 - total flux cleaned = 0.00251832 Jy ! Component: 2500 - total flux cleaned = 0.0024912 Jy ! Component: 2550 - total flux cleaned = 0.00251822 Jy ! Component: 2600 - total flux cleaned = 0.00258545 Jy ! Component: 2650 - total flux cleaned = 0.00262536 Jy ! Component: 2700 - total flux cleaned = 0.00267819 Jy ! Component: 2750 - total flux cleaned = 0.00273063 Jy ! Component: 2800 - total flux cleaned = 0.00274364 Jy ! Component: 2850 - total flux cleaned = 0.00274375 Jy ! Component: 2900 - total flux cleaned = 0.00280785 Jy ! Component: 2950 - total flux cleaned = 0.00288429 Jy ! Component: 3000 - total flux cleaned = 0.00292225 Jy ! Component: 3050 - total flux cleaned = 0.00293492 Jy ! Component: 3100 - total flux cleaned = 0.00297222 Jy ! Component: 3150 - total flux cleaned = 0.00300947 Jy ! Component: 3200 - total flux cleaned = 0.00304645 Jy ! Component: 3250 - total flux cleaned = 0.00315667 Jy ! Component: 3300 - total flux cleaned = 0.00318094 Jy ! Component: 3350 - total flux cleaned = 0.00321724 Jy ! Component: 3400 - total flux cleaned = 0.0032774 Jy ! Component: 3450 - total flux cleaned = 0.00336095 Jy ! Component: 3500 - total flux cleaned = 0.00338463 Jy ! Component: 3550 - total flux cleaned = 0.00339645 Jy ! Component: 3600 - total flux cleaned = 0.00346694 Jy ! Component: 3650 - total flux cleaned = 0.00352532 Jy ! Component: 3700 - total flux cleaned = 0.00356011 Jy ! Component: 3750 - total flux cleaned = 0.00360627 Jy ! Component: 3800 - total flux cleaned = 0.00369816 Jy ! Component: 3850 - total flux cleaned = 0.00375529 Jy ! Component: 3900 - total flux cleaned = 0.00381205 Jy ! Component: 3950 - total flux cleaned = 0.0038685 Jy ! Component: 4000 - total flux cleaned = 0.00387973 Jy ! Component: 4050 - total flux cleaned = 0.00398046 Jy ! Total flux subtracted in 4096 components = 0.00401387 Jy ! Clean residual min=-0.000796 max=0.000751 Jy/beam ! Clean residual mean=0.000001 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.141712 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 420 components and 0.141712 Jy ![Exited script file: muppet] wmap "J2003+3034_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.477 x 8.158 at 20.95 degrees (North through East) ! Clean map min=-0.0014286 max=0.10569 Jy/beam ! Writing clean map to FITS file: J2003+3034_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.105688 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209963 device "J2003+3034_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J2003+3034_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.595989 0.595989 1.19198 2.38396 4.76791 9.53582 19.0716 38.1433 76.2866 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.105 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.477 x 8.158 at 20.95 degrees (North through East) ! Clean map min=-0.0014286 max=0.10569 Jy/beam quit ! Quitting program ! Log file J2003+3034_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:39:01 2016