! Started logfile: J1411+3705_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:29:45 2016 obs J1411+3705_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1411+3705_S_2014_08_05_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.673713 visibilities/baseline/integration-bin. ! Found source: J1411+3705 ! ! 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 9944 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 J1411+3705_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 149 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 149 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 149 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 149 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.830786Jy sigma=0.009638 ! Fit after self-cal, rms=0.815631Jy sigma=0.009486 ! 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.959 mas, bmaj=7.358 mas, bpa=27.17 degrees ! Estimated noise=958.501 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.14121 Jy ! Component: 100 - total flux cleaned = 0.179787 Jy ! Total flux subtracted in 100 components = 0.179787 Jy ! Clean residual min=-0.006991 max=0.015330 Jy/beam ! Clean residual mean=0.000001 rms=0.002026 Jy/beam ! Combined flux in latest and established models = 0.179787 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.179787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080094Jy sigma=0.000856 ! Fit after self-cal, rms=0.080084Jy sigma=0.000856 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158359 Jy ! Component: 100 - total flux cleaned = 0.0234955 Jy ! Total flux subtracted in 100 components = 0.0234955 Jy ! Clean residual min=-0.005294 max=0.007872 Jy/beam ! Clean residual mean=0.000014 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.203283 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.203283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076402Jy sigma=0.000815 ! Fit after self-cal, rms=0.076333Jy sigma=0.000815 ! 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.988 mas, bmaj=8.001 mas, bpa=28.48 degrees ! Estimated noise=620.006 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 (-3, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0077841 Jy ! Component: 100 - total flux cleaned = 0.0118462 Jy ! Component: 150 - total flux cleaned = 0.0143883 Jy ! Component: 200 - total flux cleaned = 0.0161739 Jy ! Total flux subtracted in 200 components = 0.0161739 Jy ! Clean residual min=-0.003954 max=0.003777 Jy/beam ! Clean residual mean=0.000031 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.219457 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 62 components and 0.219457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075399Jy sigma=0.000806 ! Fit after self-cal, rms=0.075352Jy sigma=0.000805 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.89 HN 0.97 KP 1.06 ! LA 1.12 MK 1.00* NL 0.95 OV 0.97 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.02 KP 1.02 ! LA 1.10 MK 1.00* NL 1.02 OV 1.01 ! PT 1.01 SC 1.09 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.19 HN 0.99 KP 0.89 ! LA 0.88 MK 1.00* NL 1.00 OV 0.96 ! PT 0.99 SC 1.09 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 1.00 KP 0.85 ! LA 0.83 MK 1.00* NL 1.07 OV 1.00 ! PT 1.02 SC 1.00 ! ! ! Fit before self-cal, rms=0.075352Jy sigma=0.000805 ! Fit after self-cal, rms=0.071566Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.042 mas, bmaj=7.982 mas, bpa=28.07 degrees ! Estimated noise=618.981 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.00232693 Jy ! Component: 100 - total flux cleaned = 0.0028825 Jy ! Component: 150 - total flux cleaned = 0.00292189 Jy ! Component: 200 - total flux cleaned = 0.00295572 Jy ! Total flux subtracted in 200 components = 0.00295572 Jy ! Clean residual min=-0.002557 max=0.002338 Jy/beam ! Clean residual mean=0.000014 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.222412 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.222412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071479Jy sigma=0.000772 ! Fit after self-cal, rms=0.071474Jy sigma=0.000772 ! 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.071474Jy sigma=0.000772 ! Fit after self-cal, rms=0.071522Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.053 mas, bmaj=7.976 mas, bpa=28.19 degrees ! Estimated noise=619.291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000918637 Jy ! Component: 100 - total flux cleaned = 0.0010372 Jy ! Component: 150 - total flux cleaned = 0.00103587 Jy ! Component: 200 - total flux cleaned = 0.00103493 Jy ! Total flux subtracted in 200 components = 0.00103493 Jy ! Clean residual min=-0.002446 max=0.001988 Jy/beam ! Clean residual mean=0.000005 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.223447 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 102 components and 0.223447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071481Jy sigma=0.000770 ! Fit after self-cal, rms=0.071484Jy 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.000501852 Jy ! Component: 100 - total flux cleaned = 0.000529554 Jy ! Component: 150 - total flux cleaned = 0.000554607 Jy ! Component: 200 - total flux cleaned = 0.000553635 Jy ! Total flux subtracted in 200 components = 0.000553635 Jy ! Clean residual min=-0.002399 max=0.001921 Jy/beam ! Clean residual mean=0.000003 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.224001 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 111 components and 0.224001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071462Jy sigma=0.000770 ! Fit after self-cal, rms=0.071462Jy 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.071462Jy sigma=0.000770 ! Fit after self-cal, rms=0.071535Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.062 mas, bmaj=7.976 mas, bpa=28.22 degrees ! Estimated noise=619.367 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468293 Jy ! Component: 100 - total flux cleaned = 0.000604014 Jy ! Component: 150 - total flux cleaned = 0.000627498 Jy ! Component: 200 - total flux cleaned = 0.00062845 Jy ! Total flux subtracted in 200 components = 0.00062845 Jy ! Clean residual min=-0.002362 max=0.001882 Jy/beam ! Clean residual mean=0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.224629 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 123 components and 0.224629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071516Jy sigma=0.000769 ! Fit after self-cal, rms=0.071516Jy 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.000334829 Jy ! Component: 100 - total flux cleaned = 0.000334703 Jy ! Component: 150 - total flux cleaned = 0.000335038 Jy ! Component: 200 - total flux cleaned = 0.000352178 Jy ! Total flux subtracted in 200 components = 0.000352178 Jy ! Clean residual min=-0.002313 max=0.001839 Jy/beam ! Clean residual mean=0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.224982 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 131 components and 0.224982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071505Jy sigma=0.000769 ! Fit after self-cal, rms=0.071505Jy 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.071505Jy sigma=0.000769 ! Fit after self-cal, rms=0.071571Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9 mas, bmaj=9.985 mas, bpa=50.85 degrees ! Estimated noise=685.878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000490558 Jy ! Component: 100 - total flux cleaned = 0.000604808 Jy ! Component: 150 - total flux cleaned = 0.000675122 Jy ! Component: 200 - total flux cleaned = 0.000692591 Jy ! Total flux subtracted in 200 components = 0.000692591 Jy ! Clean residual min=-0.001652 max=0.001874 Jy/beam ! Clean residual mean=-0.000000 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.225674 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 145 components and 0.225674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071566Jy sigma=0.000769 ! Fit after self-cal, rms=0.071565Jy 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.000225824 Jy ! Component: 100 - total flux cleaned = 0.000297502 Jy ! Component: 150 - total flux cleaned = 0.000304778 Jy ! Component: 200 - total flux cleaned = 0.000311253 Jy ! Total flux subtracted in 200 components = 0.000311253 Jy ! Clean residual min=-0.001642 max=0.001850 Jy/beam ! Clean residual mean=-0.000001 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.225985 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 164 components and 0.225985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071564Jy sigma=0.000769 ! Fit after self-cal, rms=0.071564Jy 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=5.069 mas, bmaj=7.976 mas, bpa=28.25 degrees ! Estimated noise=619.481 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.069 x 7.976 at 28.25 degrees (North through East) ! Clean map min=-0.0021862 max=0.18348 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.038 mas, bmaj=7.317 mas, bpa=26.82 degrees ! Estimated noise=964.625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.141888 Jy ! Component: 100 - total flux cleaned = 0.179423 Jy ! Component: 150 - total flux cleaned = 0.195822 Jy ! Component: 200 - total flux cleaned = 0.204744 Jy ! Total flux subtracted in 200 components = 0.204744 Jy ! Clean residual min=-0.003290 max=0.004454 Jy/beam ! Clean residual mean=0.000004 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.204744 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.204744 Jy ! Inverting map and beam ! Estimated beam: bmin=5.069 mas, bmaj=7.976 mas, bpa=28.25 degrees ! Estimated noise=619.481 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.00667899 Jy ! Component: 100 - total flux cleaned = 0.0109377 Jy ! Component: 150 - total flux cleaned = 0.0139358 Jy ! Component: 200 - total flux cleaned = 0.0161643 Jy ! Total flux subtracted in 200 components = 0.0161643 Jy ! Clean residual min=-0.002365 max=0.001834 Jy/beam ! Clean residual mean=0.000002 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.220908 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 78 components and 0.220908 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 mas, bmaj=9.985 mas, bpa=50.85 degrees ! Estimated noise=685.878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224201 Jy ! Component: 100 - total flux cleaned = 0.00363425 Jy ! Component: 150 - total flux cleaned = 0.00455476 Jy ! Component: 200 - total flux cleaned = 0.00485385 Jy ! Total flux subtracted in 200 components = 0.00485385 Jy ! Clean residual min=-0.001780 max=0.001939 Jy/beam ! Clean residual mean=-0.000000 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.225762 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.000109659 Jy ! Component: 100 - total flux cleaned = 0.00020341 Jy ! Component: 150 - total flux cleaned = 0.000284285 Jy ! Component: 200 - total flux cleaned = 0.000341217 Jy ! Total flux subtracted in 200 components = 0.000341217 Jy ! Clean residual min=-0.001738 max=0.001913 Jy/beam ! Clean residual mean=-0.000001 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.226103 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 146 components and 0.226103 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.069 mas, bmaj=7.976 mas, bpa=28.25 degrees ! Estimated noise=619.481 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.44669e-05 Jy ! Component: 100 - total flux cleaned = 0.000154975 Jy ! Component: 150 - total flux cleaned = 0.000156291 Jy ! Component: 200 - total flux cleaned = 0.000199456 Jy ! Total flux subtracted in 200 components = 0.000199456 Jy ! Clean residual min=-0.002258 max=0.001890 Jy/beam ! Clean residual mean=0.000000 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.226303 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 159 components and 0.226303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071599Jy sigma=0.000769 ! Fit after self-cal, rms=0.071594Jy sigma=0.000769 wmodel J1411+3705_S_2014_08_05_pus_map.mod ! Writing 159 model components to file: J1411+3705_S_2014_08_05_pus_map.mod wobs J1411+3705_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1411+3705_S_2014_08_05_pus_uvs.fits wwins J1411+3705_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1411+3705_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.000432485 Jy ! Component: 100 - total flux cleaned = -0.000766424 Jy ! Component: 150 - total flux cleaned = -0.000989819 Jy ! Component: 200 - total flux cleaned = -0.00123062 Jy ! Component: 250 - total flux cleaned = -0.00140969 Jy ! Component: 300 - total flux cleaned = -0.00150818 Jy ! Component: 350 - total flux cleaned = -0.00157972 Jy ! Component: 400 - total flux cleaned = -0.00160227 Jy ! Component: 450 - total flux cleaned = -0.00160201 Jy ! Component: 500 - total flux cleaned = -0.00164597 Jy ! Component: 550 - total flux cleaned = -0.00162399 Jy ! Component: 600 - total flux cleaned = -0.00164451 Jy ! Component: 650 - total flux cleaned = -0.00160294 Jy ! Component: 700 - total flux cleaned = -0.00156292 Jy ! Component: 750 - total flux cleaned = -0.00154315 Jy ! Component: 800 - total flux cleaned = -0.00148535 Jy ! Component: 850 - total flux cleaned = -0.00144737 Jy ! Component: 900 - total flux cleaned = -0.00141061 Jy ! Component: 950 - total flux cleaned = -0.00133812 Jy ! Component: 1000 - total flux cleaned = -0.00126639 Jy ! Component: 1050 - total flux cleaned = -0.00119624 Jy ! Component: 1100 - total flux cleaned = -0.00114411 Jy ! Component: 1150 - total flux cleaned = -0.00105928 Jy ! Component: 1200 - total flux cleaned = -0.000975814 Jy ! Component: 1250 - total flux cleaned = -0.0008776 Jy ! Component: 1300 - total flux cleaned = -0.000796811 Jy ! Component: 1350 - total flux cleaned = -0.000749101 Jy ! Component: 1400 - total flux cleaned = -0.000686371 Jy ! Component: 1450 - total flux cleaned = -0.000609271 Jy ! Component: 1500 - total flux cleaned = -0.000609051 Jy ! Component: 1550 - total flux cleaned = -0.000534305 Jy ! Component: 1600 - total flux cleaned = -0.000460323 Jy ! Component: 1650 - total flux cleaned = -0.000387552 Jy ! Component: 1700 - total flux cleaned = -0.000315827 Jy ! Component: 1750 - total flux cleaned = -0.000258983 Jy ! Component: 1800 - total flux cleaned = -0.000188906 Jy ! Component: 1850 - total flux cleaned = -0.000147552 Jy ! Component: 1900 - total flux cleaned = -9.28025e-05 Jy ! Component: 1950 - total flux cleaned = -5.2544e-05 Jy ! Component: 2000 - total flux cleaned = 2.74946e-05 Jy ! Component: 2050 - total flux cleaned = 0.000106449 Jy ! Component: 2100 - total flux cleaned = 0.000132415 Jy ! Component: 2150 - total flux cleaned = 0.000235696 Jy ! Component: 2200 - total flux cleaned = 0.000324894 Jy ! Component: 2250 - total flux cleaned = 0.000387854 Jy ! Component: 2300 - total flux cleaned = 0.000437697 Jy ! Component: 2350 - total flux cleaned = 0.000561406 Jy ! Component: 2400 - total flux cleaned = 0.000622576 Jy ! Component: 2450 - total flux cleaned = 0.000719787 Jy ! Component: 2500 - total flux cleaned = 0.000804008 Jy ! Component: 2550 - total flux cleaned = 0.000899317 Jy ! Component: 2600 - total flux cleaned = 0.00101737 Jy ! Component: 2650 - total flux cleaned = 0.00106413 Jy ! Component: 2700 - total flux cleaned = 0.00114551 Jy ! Component: 2750 - total flux cleaned = 0.00126046 Jy ! Component: 2800 - total flux cleaned = 0.00136285 Jy ! Component: 2850 - total flux cleaned = 0.00134023 Jy ! Component: 2900 - total flux cleaned = 0.00144106 Jy ! Component: 2950 - total flux cleaned = 0.00148551 Jy ! Component: 3000 - total flux cleaned = 0.00152962 Jy ! Component: 3050 - total flux cleaned = 0.00159524 Jy ! Component: 3100 - total flux cleaned = 0.00170349 Jy ! Component: 3150 - total flux cleaned = 0.00169278 Jy ! Component: 3200 - total flux cleaned = 0.00176743 Jy ! Component: 3250 - total flux cleaned = 0.00179919 Jy ! Component: 3300 - total flux cleaned = 0.00182012 Jy ! Component: 3350 - total flux cleaned = 0.0018724 Jy ! Component: 3400 - total flux cleaned = 0.0019448 Jy ! Component: 3450 - total flux cleaned = 0.00202687 Jy ! Component: 3500 - total flux cleaned = 0.00205739 Jy ! Component: 3550 - total flux cleaned = 0.00213828 Jy ! Component: 3600 - total flux cleaned = 0.00216843 Jy ! Component: 3650 - total flux cleaned = 0.00218835 Jy ! Component: 3700 - total flux cleaned = 0.00224778 Jy ! Component: 3750 - total flux cleaned = 0.00226756 Jy ! Component: 3800 - total flux cleaned = 0.00231635 Jy ! Component: 3850 - total flux cleaned = 0.00235526 Jy ! Component: 3900 - total flux cleaned = 0.00239389 Jy ! Component: 3950 - total flux cleaned = 0.00244181 Jy ! Component: 4000 - total flux cleaned = 0.00249892 Jy ! Component: 4050 - total flux cleaned = 0.00250838 Jy ! Total flux subtracted in 4096 components = 0.00254593 Jy ! Clean residual min=-0.000574 max=0.000516 Jy/beam ! Clean residual mean=0.000001 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.228849 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 455 components and 0.228849 Jy ![Exited script file: muppet] wmap "J1411+3705_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.069 x 7.976 at 28.25 degrees (North through East) ! Clean map min=-0.001756 max=0.18372 Jy/beam ! Writing clean map to FITS file: J1411+3705_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.183722 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000173397 device "J1411+3705_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1411+3705_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.28314 0.28314 0.56628 1.13256 2.26512 4.53024 9.06048 18.121 36.2419 72.4839 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.183 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.069 x 7.976 at 28.25 degrees (North through East) ! Clean map min=-0.001756 max=0.18372 Jy/beam quit ! Quitting program ! Log file J1411+3705_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:29:50 2016