! Started logfile: J1219+6344_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:04:49 2016 obs J1219+6344_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1219+6344_S_2014_08_09_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787607 visibilities/baseline/integration-bin. ! Found source: J1219+6344 ! ! 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 342 lines of history. ! ! Reading 14744 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 J1219+6344_S_2014_08_09_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 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.949829Jy sigma=0.010684 ! Fit after self-cal, rms=0.931082Jy sigma=0.010499 ! 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.954 mas, bmaj=5.071 mas, bpa=73.29 degrees ! Estimated noise=953.328 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.054995 Jy ! Component: 100 - total flux cleaned = 0.0680809 Jy ! Total flux subtracted in 100 components = 0.0680809 Jy ! Clean residual min=-0.003091 max=0.005105 Jy/beam ! Clean residual mean=-0.000010 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.068081 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.068081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074008Jy sigma=0.000775 ! Fit after self-cal, rms=0.073988Jy sigma=0.000775 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0053686 Jy ! Component: 100 - total flux cleaned = 0.00772027 Jy ! Total flux subtracted in 100 components = 0.00772027 Jy ! Clean residual min=-0.002821 max=0.002840 Jy/beam ! Clean residual mean=-0.000001 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.0758012 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.0758012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073618Jy sigma=0.000771 ! Fit after self-cal, rms=0.073610Jy sigma=0.000771 ! 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.923 mas, bmaj=6.011 mas, bpa=74.42 degrees ! Estimated noise=525.002 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.00154537 Jy ! Component: 100 - total flux cleaned = 0.00242018 Jy ! Component: 150 - total flux cleaned = 0.00266709 Jy ! Component: 200 - total flux cleaned = 0.00288172 Jy ! Total flux subtracted in 200 components = 0.00288172 Jy ! Clean residual min=-0.001787 max=0.001965 Jy/beam ! Clean residual mean=0.000005 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0786829 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 27 components and 0.078683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073560Jy sigma=0.000771 ! Fit after self-cal, rms=0.073559Jy sigma=0.000771 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.90 HN 1.01 KP 1.05 ! LA 1.07 MK 1.00* NL 1.07 OV 0.99 ! PT 1.01 SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 0.99 KP 1.01 ! LA 1.06 MK 1.00* NL 1.05 OV 1.02 ! PT 1.03 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.13 HN 1.06 KP 0.93 ! LA 0.84 MK 1.00* NL 1.01 OV 0.96 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 0.97 KP 0.87 ! LA 0.81 MK 1.00* NL 1.06 OV 0.99 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.073559Jy sigma=0.000771 ! Fit after self-cal, rms=0.072660Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.94 mas, bmaj=6.028 mas, bpa=74.52 degrees ! Estimated noise=527.806 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.000167889 Jy ! Component: 100 - total flux cleaned = 0.000167283 Jy ! Component: 150 - total flux cleaned = 0.000191555 Jy ! Component: 200 - total flux cleaned = 0.000206009 Jy ! Total flux subtracted in 200 components = 0.000206009 Jy ! Clean residual min=-0.001735 max=0.001753 Jy/beam ! Clean residual mean=0.000008 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.078889 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 38 components and 0.078889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072657Jy sigma=0.000767 ! Fit after self-cal, rms=0.072649Jy sigma=0.000767 ! 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.072649Jy sigma=0.000767 ! Fit after self-cal, rms=0.073074Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.945 mas, bmaj=6.027 mas, bpa=74.13 degrees ! Estimated noise=528.177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000227613 Jy ! Component: 100 - total flux cleaned = 0.000220078 Jy ! Component: 150 - total flux cleaned = 0.000206874 Jy ! Component: 200 - total flux cleaned = 0.000218616 Jy ! Total flux subtracted in 200 components = 0.000218616 Jy ! Clean residual min=-0.001471 max=0.001671 Jy/beam ! Clean residual mean=0.000013 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0791076 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.0791076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073072Jy sigma=0.000766 ! Fit after self-cal, rms=0.073090Jy sigma=0.000766 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 = 6.26959e-05 Jy ! Component: 100 - total flux cleaned = 6.85841e-05 Jy ! Component: 150 - total flux cleaned = 6.85589e-05 Jy ! Component: 200 - total flux cleaned = 7.77102e-05 Jy ! Total flux subtracted in 200 components = 7.77102e-05 Jy ! Clean residual min=-0.001477 max=0.001654 Jy/beam ! Clean residual mean=0.000012 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0791853 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.0791853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073089Jy sigma=0.000766 ! Fit after self-cal, rms=0.073089Jy sigma=0.000766 ! 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.073089Jy sigma=0.000766 ! Fit after self-cal, rms=0.073122Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.946 mas, bmaj=6.022 mas, bpa=74.21 degrees ! Estimated noise=528.006 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000106021 Jy ! Component: 100 - total flux cleaned = 0.00011718 Jy ! Component: 150 - total flux cleaned = 0.000121694 Jy ! Component: 200 - total flux cleaned = 0.000130085 Jy ! Total flux subtracted in 200 components = 0.000130085 Jy ! Clean residual min=-0.001475 max=0.001651 Jy/beam ! Clean residual mean=0.000013 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0793154 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.0793154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073121Jy sigma=0.000766 ! Fit after self-cal, rms=0.073123Jy sigma=0.000766 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.4425e-05 Jy ! Component: 100 - total flux cleaned = 4.42039e-05 Jy ! Component: 150 - total flux cleaned = 4.80754e-05 Jy ! Component: 200 - total flux cleaned = 5.49729e-05 Jy ! Total flux subtracted in 200 components = 5.49729e-05 Jy ! Clean residual min=-0.001479 max=0.001655 Jy/beam ! Clean residual mean=0.000013 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0793703 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.0793703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073122Jy sigma=0.000766 ! Fit after self-cal, rms=0.073123Jy sigma=0.000766 ! 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.073123Jy sigma=0.000766 ! Fit after self-cal, rms=0.073119Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.486 mas, bmaj=9.349 mas, bpa=-79.29 degrees ! Estimated noise=613.384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200001 Jy ! Component: 100 - total flux cleaned = 0.000212193 Jy ! Component: 150 - total flux cleaned = 0.000222628 Jy ! Component: 200 - total flux cleaned = 0.000231698 Jy ! Total flux subtracted in 200 components = 0.000231698 Jy ! Clean residual min=-0.001982 max=0.001805 Jy/beam ! Clean residual mean=0.000024 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.079602 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.079602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073119Jy sigma=0.000766 ! Fit after self-cal, rms=0.073119Jy sigma=0.000766 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 = 1.69454e-05 Jy ! Component: 100 - total flux cleaned = 2.97246e-05 Jy ! Component: 150 - total flux cleaned = 3.76968e-05 Jy ! Component: 200 - total flux cleaned = 4.25173e-05 Jy ! Total flux subtracted in 200 components = 4.25173e-05 Jy ! Clean residual min=-0.001985 max=0.001810 Jy/beam ! Clean residual mean=0.000024 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.0796445 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.0796445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073119Jy sigma=0.000766 ! Fit after self-cal, rms=0.073119Jy sigma=0.000766 ! 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.947 mas, bmaj=6.02 mas, bpa=74.25 degrees ! Estimated noise=527.882 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.947 x 6.02 at 74.25 degrees (North through East) ! Clean map min=-0.0014802 max=0.069872 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.963 mas, bmaj=5.064 mas, bpa=72.69 degrees ! Estimated noise=959.434 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0551019 Jy ! Component: 100 - total flux cleaned = 0.0687769 Jy ! Component: 150 - total flux cleaned = 0.0742918 Jy ! Component: 200 - total flux cleaned = 0.0766204 Jy ! Total flux subtracted in 200 components = 0.0766204 Jy ! Clean residual min=-0.002497 max=0.002467 Jy/beam ! Clean residual mean=0.000002 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.0766204 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 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0766204 Jy ! Inverting map and beam ! Estimated beam: bmin=4.947 mas, bmaj=6.02 mas, bpa=74.25 degrees ! Estimated noise=527.882 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.00107133 Jy ! Component: 100 - total flux cleaned = 0.0016072 Jy ! Component: 150 - total flux cleaned = 0.00176127 Jy ! Component: 200 - total flux cleaned = 0.00191108 Jy ! Total flux subtracted in 200 components = 0.00191108 Jy ! Clean residual min=-0.001484 max=0.001633 Jy/beam ! Clean residual mean=0.000010 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0785315 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.0785315 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.486 mas, bmaj=9.349 mas, bpa=-79.29 degrees ! Estimated noise=613.384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000499398 Jy ! Component: 100 - total flux cleaned = 0.000619514 Jy ! Component: 150 - total flux cleaned = 0.000664125 Jy ! Component: 200 - total flux cleaned = 0.000711273 Jy ! Total flux subtracted in 200 components = 0.000711273 Jy ! Clean residual min=-0.001947 max=0.001780 Jy/beam ! Clean residual mean=0.000023 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.0792427 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 = 4.23123e-05 Jy ! Component: 100 - total flux cleaned = 8.04533e-05 Jy ! Component: 150 - total flux cleaned = 0.000115048 Jy ! Component: 200 - total flux cleaned = 0.000146212 Jy ! Total flux subtracted in 200 components = 0.000146212 Jy ! Clean residual min=-0.001959 max=0.001791 Jy/beam ! Clean residual mean=0.000023 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.0793889 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 20 components and 0.0793889 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.947 mas, bmaj=6.02 mas, bpa=74.25 degrees ! Estimated noise=527.882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.95395e-05 Jy ! Component: 100 - total flux cleaned = -1.94906e-05 Jy ! Component: 150 - total flux cleaned = -1.19333e-05 Jy ! Component: 200 - total flux cleaned = 1.34564e-06 Jy ! Total flux subtracted in 200 components = 1.34564e-06 Jy ! Clean residual min=-0.001473 max=0.001655 Jy/beam ! Clean residual mean=0.000012 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0793903 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 30 components and 0.0793903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073120Jy sigma=0.000766 ! Fit after self-cal, rms=0.073120Jy sigma=0.000766 wmodel J1219+6344_S_2014_08_09_pus_map.mod ! Writing 30 model components to file: J1219+6344_S_2014_08_09_pus_map.mod wobs J1219+6344_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1219+6344_S_2014_08_09_pus_uvs.fits wwins J1219+6344_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J1219+6344_S_2014_08_09_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.000489466 Jy ! Component: 100 - total flux cleaned = 0.000759178 Jy ! Component: 150 - total flux cleaned = 0.00109005 Jy ! Component: 200 - total flux cleaned = 0.00142991 Jy ! Component: 250 - total flux cleaned = 0.0016631 Jy ! Component: 300 - total flux cleaned = 0.00191114 Jy ! Component: 350 - total flux cleaned = 0.00206392 Jy ! Component: 400 - total flux cleaned = 0.0022549 Jy ! Component: 450 - total flux cleaned = 0.00233751 Jy ! Component: 500 - total flux cleaned = 0.00237806 Jy ! Component: 550 - total flux cleaned = 0.00247732 Jy ! Component: 600 - total flux cleaned = 0.00249699 Jy ! Component: 650 - total flux cleaned = 0.00259243 Jy ! Component: 700 - total flux cleaned = 0.00263024 Jy ! Component: 750 - total flux cleaned = 0.00272209 Jy ! Component: 800 - total flux cleaned = 0.00275814 Jy ! Component: 850 - total flux cleaned = 0.00277613 Jy ! Component: 900 - total flux cleaned = 0.00282838 Jy ! Component: 950 - total flux cleaned = 0.00287946 Jy ! Component: 1000 - total flux cleaned = 0.00286232 Jy ! Component: 1050 - total flux cleaned = 0.00282945 Jy ! Component: 1100 - total flux cleaned = 0.00281359 Jy ! Component: 1150 - total flux cleaned = 0.00276606 Jy ! Component: 1200 - total flux cleaned = 0.00276613 Jy ! Component: 1250 - total flux cleaned = 0.0027509 Jy ! Component: 1300 - total flux cleaned = 0.00272049 Jy ! Component: 1350 - total flux cleaned = 0.00270517 Jy ! Component: 1400 - total flux cleaned = 0.0026755 Jy ! Component: 1450 - total flux cleaned = 0.00263178 Jy ! Component: 1500 - total flux cleaned = 0.00263174 Jy ! Component: 1550 - total flux cleaned = 0.00261757 Jy ! Component: 1600 - total flux cleaned = 0.00265947 Jy ! Component: 1650 - total flux cleaned = 0.00264576 Jy ! Component: 1700 - total flux cleaned = 0.00263214 Jy ! Component: 1750 - total flux cleaned = 0.00268607 Jy ! Component: 1800 - total flux cleaned = 0.00265937 Jy ! Component: 1850 - total flux cleaned = 0.00267261 Jy ! Component: 1900 - total flux cleaned = 0.0026335 Jy ! Component: 1950 - total flux cleaned = 0.0026466 Jy ! Component: 2000 - total flux cleaned = 0.00262098 Jy ! Component: 2050 - total flux cleaned = 0.00263349 Jy ! Component: 2100 - total flux cleaned = 0.00258315 Jy ! Component: 2150 - total flux cleaned = 0.00253334 Jy ! Component: 2200 - total flux cleaned = 0.00249639 Jy ! Component: 2250 - total flux cleaned = 0.00245981 Jy ! Component: 2300 - total flux cleaned = 0.00244778 Jy ! Component: 2350 - total flux cleaned = 0.00245958 Jy ! Component: 2400 - total flux cleaned = 0.00237643 Jy ! Component: 2450 - total flux cleaned = 0.00235308 Jy ! Component: 2500 - total flux cleaned = 0.00234136 Jy ! Component: 2550 - total flux cleaned = 0.00229505 Jy ! Component: 2600 - total flux cleaned = 0.00228356 Jy ! Component: 2650 - total flux cleaned = 0.00224954 Jy ! Component: 2700 - total flux cleaned = 0.00224962 Jy ! Component: 2750 - total flux cleaned = 0.00219389 Jy ! Component: 2800 - total flux cleaned = 0.00221606 Jy ! Component: 2850 - total flux cleaned = 0.00217206 Jy ! Component: 2900 - total flux cleaned = 0.00215027 Jy ! Component: 2950 - total flux cleaned = 0.00212871 Jy ! Component: 3000 - total flux cleaned = 0.00209669 Jy ! Component: 3050 - total flux cleaned = 0.00209676 Jy ! Component: 3100 - total flux cleaned = 0.00212851 Jy ! Component: 3150 - total flux cleaned = 0.00210746 Jy ! Component: 3200 - total flux cleaned = 0.00208652 Jy ! Component: 3250 - total flux cleaned = 0.00206599 Jy ! Component: 3300 - total flux cleaned = 0.00201475 Jy ! Component: 3350 - total flux cleaned = 0.002025 Jy ! Component: 3400 - total flux cleaned = 0.00200479 Jy ! Component: 3450 - total flux cleaned = 0.00200484 Jy ! Component: 3500 - total flux cleaned = 0.00200481 Jy ! Component: 3550 - total flux cleaned = 0.001985 Jy ! Component: 3600 - total flux cleaned = 0.00197514 Jy ! Component: 3650 - total flux cleaned = 0.00196543 Jy ! Component: 3700 - total flux cleaned = 0.00199454 Jy ! Component: 3750 - total flux cleaned = 0.00200424 Jy ! Component: 3800 - total flux cleaned = 0.00200426 Jy ! Component: 3850 - total flux cleaned = 0.00200429 Jy ! Component: 3900 - total flux cleaned = 0.0020044 Jy ! Component: 3950 - total flux cleaned = 0.00203258 Jy ! Component: 4000 - total flux cleaned = 0.00202313 Jy ! Component: 4050 - total flux cleaned = 0.00200462 Jy ! Total flux subtracted in 4096 components = 0.00205079 Jy ! Clean residual min=-0.000539 max=0.000559 Jy/beam ! Clean residual mean=0.000007 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.0814411 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 312 components and 0.0814411 Jy ![Exited script file: muppet] wmap "J1219+6344_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.947 x 6.02 at 74.25 degrees (North through East) ! Clean map min=-0.0010746 max=0.070079 Jy/beam ! Writing clean map to FITS file: J1219+6344_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0700794 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166092 device "J1219+6344_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1219+6344_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.711017 0.711017 1.42203 2.84407 5.68814 11.3763 22.7526 45.5051 91.0102 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.07 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.947 x 6.02 at 74.25 degrees (North through East) ! Clean map min=-0.0010746 max=0.070079 Jy/beam quit ! Quitting program ! Log file J1219+6344_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:04:53 2016