! Started logfile: J0559+3749_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:07:28 2017 obs J0559+3749_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0559+3749_S_2015_01_23_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.863014 visibilities/baseline/integration-bin. ! Found source: J0559+3749 ! ! 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 338 lines of history. ! ! Reading 11340 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 J0559+3749_S_2015_01_23_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 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.834564Jy sigma=0.009990 ! Fit after self-cal, rms=0.822066Jy sigma=0.009871 ! 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=2.977 mas, bmaj=4.6 mas, bpa=-6.843 degrees ! Estimated noise=891.929 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.138254 Jy ! Component: 100 - total flux cleaned = 0.174686 Jy ! Total flux subtracted in 100 components = 0.174686 Jy ! Clean residual min=-0.006821 max=0.014031 Jy/beam ! Clean residual mean=0.000015 rms=0.001830 Jy/beam ! Combined flux in latest and established models = 0.174686 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.174686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117087Jy sigma=0.000887 ! Fit after self-cal, rms=0.117074Jy sigma=0.000887 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141266 Jy ! Component: 100 - total flux cleaned = 0.0209328 Jy ! Total flux subtracted in 100 components = 0.0209328 Jy ! Clean residual min=-0.005352 max=0.006506 Jy/beam ! Clean residual mean=0.000009 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.195619 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 21 components and 0.195619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114658Jy sigma=0.000861 ! Fit after self-cal, rms=0.114655Jy sigma=0.000861 ! 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=3.611 mas, bmaj=5.406 mas, bpa=-4.936 degrees ! Estimated noise=581.253 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.00562125 Jy ! Component: 100 - total flux cleaned = 0.00872449 Jy ! Component: 150 - total flux cleaned = 0.0106648 Jy ! Component: 200 - total flux cleaned = 0.0119851 Jy ! Total flux subtracted in 200 components = 0.0119851 Jy ! Clean residual min=-0.005672 max=0.005581 Jy/beam ! Clean residual mean=0.000010 rms=0.001441 Jy/beam ! Combined flux in latest and established models = 0.207604 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 36 components and 0.207604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114105Jy sigma=0.000860 ! Fit after self-cal, rms=0.114105Jy sigma=0.000859 ! 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.00 FD 0.82 HN 0.96 KP 1.12 ! LA 0.98 MK 0.99 NL 0.94 OV 0.97 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.00 KP 1.02 ! LA 0.94 MK 1.01 NL 1.28 OV 1.03 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.12 HN 0.98 KP 0.88 ! LA 0.78 MK 1.05 NL 1.46 OV 0.95 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 0.97 KP 0.83 ! LA 0.82 MK 1.01 NL 1.06 OV 0.94 ! PT 1.04 SC 1.03 ! ! ! Fit before self-cal, rms=0.114105Jy sigma=0.000859 ! Fit after self-cal, rms=0.107734Jy sigma=0.000796 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=5.456 mas, bpa=-5.078 degrees ! Estimated noise=584.813 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.000208988 Jy ! Component: 100 - total flux cleaned = -0.000210326 Jy ! Component: 150 - total flux cleaned = -0.000258503 Jy ! Component: 200 - total flux cleaned = -0.000299138 Jy ! Total flux subtracted in 200 components = -0.000299138 Jy ! Clean residual min=-0.002717 max=0.002326 Jy/beam ! Clean residual mean=-0.000002 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.207305 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.207305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107721Jy sigma=0.000796 ! Fit after self-cal, rms=0.107726Jy sigma=0.000795 ! 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.107726Jy sigma=0.000795 ! Fit after self-cal, rms=0.106414Jy sigma=0.000784 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.639 mas, bmaj=5.44 mas, bpa=-4.715 degrees ! Estimated noise=584.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000200678 Jy ! Component: 100 - total flux cleaned = -0.00026228 Jy ! Component: 150 - total flux cleaned = -0.000315539 Jy ! Component: 200 - total flux cleaned = -0.000360819 Jy ! Total flux subtracted in 200 components = -0.000360819 Jy ! Clean residual min=-0.001872 max=0.001812 Jy/beam ! Clean residual mean=-0.000004 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.206944 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.206944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106408Jy sigma=0.000784 ! Fit after self-cal, rms=0.106403Jy sigma=0.000784 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.72127e-05 Jy ! Component: 100 - total flux cleaned = -3.12811e-05 Jy ! Component: 150 - total flux cleaned = -6.95033e-05 Jy ! Component: 200 - total flux cleaned = -9.25476e-05 Jy ! Total flux subtracted in 200 components = -9.25476e-05 Jy ! Clean residual min=-0.001876 max=0.001801 Jy/beam ! Clean residual mean=-0.000004 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.206851 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.206851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106399Jy sigma=0.000784 ! Fit after self-cal, rms=0.106397Jy sigma=0.000784 ! 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.106397Jy sigma=0.000784 ! Fit after self-cal, rms=0.106510Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.642 mas, bmaj=5.441 mas, bpa=-4.735 degrees ! Estimated noise=585.541 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.03988e-05 Jy ! Component: 100 - total flux cleaned = -3.9069e-05 Jy ! Component: 150 - total flux cleaned = -8.98488e-05 Jy ! Component: 200 - total flux cleaned = -0.00011248 Jy ! Total flux subtracted in 200 components = -0.00011248 Jy ! Clean residual min=-0.001900 max=0.001778 Jy/beam ! Clean residual mean=-0.000004 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.206739 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.206739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106507Jy sigma=0.000783 ! Fit after self-cal, rms=0.106505Jy sigma=0.000783 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.59112e-06 Jy ! Component: 100 - total flux cleaned = -1.99883e-05 Jy ! Component: 150 - total flux cleaned = -4.09265e-05 Jy ! Component: 200 - total flux cleaned = -5.02282e-05 Jy ! Total flux subtracted in 200 components = -5.02282e-05 Jy ! Clean residual min=-0.001913 max=0.001765 Jy/beam ! Clean residual mean=-0.000004 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.206689 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.206689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106503Jy sigma=0.000783 ! Fit after self-cal, rms=0.106502Jy sigma=0.000783 ! 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.106502Jy sigma=0.000783 ! Fit after self-cal, rms=0.106604Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.307 mas, bmaj=9.142 mas, bpa=-3.172 degrees ! Estimated noise=738.128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00030952 Jy ! Component: 100 - total flux cleaned = 0.000279232 Jy ! Component: 150 - total flux cleaned = 0.000226697 Jy ! Component: 200 - total flux cleaned = 0.000186538 Jy ! Total flux subtracted in 200 components = 0.000186538 Jy ! Clean residual min=-0.001957 max=0.001605 Jy/beam ! Clean residual mean=-0.000009 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.206875 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 61 components and 0.206875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106596Jy sigma=0.000784 ! Fit after self-cal, rms=0.106597Jy sigma=0.000783 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 = 7.69468e-05 Jy ! Component: 100 - total flux cleaned = 5.16653e-05 Jy ! Component: 150 - total flux cleaned = 4.16223e-05 Jy ! Component: 200 - total flux cleaned = 4.10128e-05 Jy ! Total flux subtracted in 200 components = 4.10128e-05 Jy ! Clean residual min=-0.001945 max=0.001607 Jy/beam ! Clean residual mean=-0.000009 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.206916 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.206916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106596Jy sigma=0.000784 ! Fit after self-cal, rms=0.106595Jy sigma=0.000784 ! 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=3.644 mas, bmaj=5.443 mas, bpa=-4.727 degrees ! Estimated noise=586.264 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.644 x 5.443 at -4.727 degrees (North through East) ! Clean map min=-0.0019842 max=0.17983 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.002 mas, bmaj=4.627 mas, bpa=-6.225 degrees ! Estimated noise=901.148 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139483 Jy ! Component: 100 - total flux cleaned = 0.17697 Jy ! Component: 150 - total flux cleaned = 0.191367 Jy ! Component: 200 - total flux cleaned = 0.197649 Jy ! Total flux subtracted in 200 components = 0.197649 Jy ! Clean residual min=-0.003192 max=0.003445 Jy/beam ! Clean residual mean=0.000002 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.197649 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.197649 Jy ! Inverting map and beam ! Estimated beam: bmin=3.644 mas, bmaj=5.443 mas, bpa=-4.727 degrees ! Estimated noise=586.264 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) ! Added new window around map position (3, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00410155 Jy ! Component: 100 - total flux cleaned = 0.00634128 Jy ! Component: 150 - total flux cleaned = 0.00733537 Jy ! Component: 200 - total flux cleaned = 0.00793191 Jy ! Total flux subtracted in 200 components = 0.00793191 Jy ! Clean residual min=-0.001832 max=0.001627 Jy/beam ! Clean residual mean=-0.000004 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.205581 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.205581 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=7.307 mas, bmaj=9.142 mas, bpa=-3.172 degrees ! Estimated noise=738.128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106073 Jy ! Component: 100 - total flux cleaned = 0.00130069 Jy ! Component: 150 - total flux cleaned = 0.00140042 Jy ! Component: 200 - total flux cleaned = 0.00141366 Jy ! Total flux subtracted in 200 components = 0.00141366 Jy ! Clean residual min=-0.001909 max=0.001575 Jy/beam ! Clean residual mean=-0.000009 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.206995 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 = 2.17378e-05 Jy ! Component: 100 - total flux cleaned = 3.1499e-05 Jy ! Component: 150 - total flux cleaned = 4.92401e-05 Jy ! Component: 200 - total flux cleaned = 5.73729e-05 Jy ! Total flux subtracted in 200 components = 5.73729e-05 Jy ! Clean residual min=-0.001883 max=0.001593 Jy/beam ! Clean residual mean=-0.000009 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.207052 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 62 components and 0.207052 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.644 mas, bmaj=5.443 mas, bpa=-4.727 degrees ! Estimated noise=586.264 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000170816 Jy ! Component: 100 - total flux cleaned = 0.00026932 Jy ! Component: 150 - total flux cleaned = 0.000302942 Jy ! Component: 200 - total flux cleaned = 0.000332588 Jy ! Total flux subtracted in 200 components = 0.000332588 Jy ! Clean residual min=-0.001861 max=0.001631 Jy/beam ! Clean residual mean=-0.000004 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.207385 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 76 components and 0.207385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106578Jy sigma=0.000783 ! Fit after self-cal, rms=0.106562Jy sigma=0.000783 wmodel J0559+3749_S_2015_01_23_pus_map.mod ! Writing 76 model components to file: J0559+3749_S_2015_01_23_pus_map.mod wobs J0559+3749_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0559+3749_S_2015_01_23_pus_uvs.fits wwins J0559+3749_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0559+3749_S_2015_01_23_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.000817931 Jy ! Component: 100 - total flux cleaned = -0.0013119 Jy ! Component: 150 - total flux cleaned = -0.00165948 Jy ! Component: 200 - total flux cleaned = -0.00185376 Jy ! Component: 250 - total flux cleaned = -0.00198697 Jy ! Component: 300 - total flux cleaned = -0.00203863 Jy ! Component: 350 - total flux cleaned = -0.00206334 Jy ! Component: 400 - total flux cleaned = -0.00206305 Jy ! Component: 450 - total flux cleaned = -0.00206331 Jy ! Component: 500 - total flux cleaned = -0.00206316 Jy ! Component: 550 - total flux cleaned = -0.00201856 Jy ! Component: 600 - total flux cleaned = -0.00204046 Jy ! Component: 650 - total flux cleaned = -0.00193297 Jy ! Component: 700 - total flux cleaned = -0.00193301 Jy ! Component: 750 - total flux cleaned = -0.00193332 Jy ! Component: 800 - total flux cleaned = -0.0018927 Jy ! Component: 850 - total flux cleaned = -0.00185313 Jy ! Component: 900 - total flux cleaned = -0.00183362 Jy ! Component: 950 - total flux cleaned = -0.0017765 Jy ! Component: 1000 - total flux cleaned = -0.0018143 Jy ! Component: 1050 - total flux cleaned = -0.00172118 Jy ! Component: 1100 - total flux cleaned = -0.00168435 Jy ! Component: 1150 - total flux cleaned = -0.00163027 Jy ! Component: 1200 - total flux cleaned = -0.00159455 Jy ! Component: 1250 - total flux cleaned = -0.00150652 Jy ! Component: 1300 - total flux cleaned = -0.00152394 Jy ! Component: 1350 - total flux cleaned = -0.00154115 Jy ! Component: 1400 - total flux cleaned = -0.00150725 Jy ! Component: 1450 - total flux cleaned = -0.00152429 Jy ! Component: 1500 - total flux cleaned = -0.00155731 Jy ! Component: 1550 - total flux cleaned = -0.0015407 Jy ! Component: 1600 - total flux cleaned = -0.00149226 Jy ! Component: 1650 - total flux cleaned = -0.00150849 Jy ! Component: 1700 - total flux cleaned = -0.00146069 Jy ! Component: 1750 - total flux cleaned = -0.0014923 Jy ! Component: 1800 - total flux cleaned = -0.00147665 Jy ! Component: 1850 - total flux cleaned = -0.00147656 Jy ! Component: 1900 - total flux cleaned = -0.00144598 Jy ! Component: 1950 - total flux cleaned = -0.00146129 Jy ! Component: 2000 - total flux cleaned = -0.00140146 Jy ! Component: 2050 - total flux cleaned = -0.00140131 Jy ! Component: 2100 - total flux cleaned = -0.00138646 Jy ! Component: 2150 - total flux cleaned = -0.00128419 Jy ! Component: 2200 - total flux cleaned = -0.00132773 Jy ! Component: 2250 - total flux cleaned = -0.00128483 Jy ! Component: 2300 - total flux cleaned = -0.00128504 Jy ! Component: 2350 - total flux cleaned = -0.001271 Jy ! Component: 2400 - total flux cleaned = -0.00127105 Jy ! Component: 2450 - total flux cleaned = -0.00127089 Jy ! Component: 2500 - total flux cleaned = -0.00129816 Jy ! Component: 2550 - total flux cleaned = -0.00127102 Jy ! Component: 2600 - total flux cleaned = -0.00131148 Jy ! Component: 2650 - total flux cleaned = -0.0012714 Jy ! Component: 2700 - total flux cleaned = -0.00127132 Jy ! Component: 2750 - total flux cleaned = -0.00124494 Jy ! Component: 2800 - total flux cleaned = -0.00123185 Jy ! Component: 2850 - total flux cleaned = -0.00119293 Jy ! Component: 2900 - total flux cleaned = -0.00119277 Jy ! Component: 2950 - total flux cleaned = -0.00114183 Jy ! Component: 3000 - total flux cleaned = -0.00114171 Jy ! Component: 3050 - total flux cleaned = -0.00106628 Jy ! Component: 3100 - total flux cleaned = -0.00105383 Jy ! Component: 3150 - total flux cleaned = -0.000991994 Jy ! Component: 3200 - total flux cleaned = -0.000930434 Jy ! Component: 3250 - total flux cleaned = -0.000881602 Jy ! Component: 3300 - total flux cleaned = -0.000845173 Jy ! Component: 3350 - total flux cleaned = -0.000785012 Jy ! Component: 3400 - total flux cleaned = -0.000725146 Jy ! Component: 3450 - total flux cleaned = -0.000713411 Jy ! Component: 3500 - total flux cleaned = -0.000654486 Jy ! Component: 3550 - total flux cleaned = -0.000607515 Jy ! Component: 3600 - total flux cleaned = -0.000526146 Jy ! Component: 3650 - total flux cleaned = -0.00049136 Jy ! Component: 3700 - total flux cleaned = -0.000376716 Jy ! Component: 3750 - total flux cleaned = -0.000376784 Jy ! Component: 3800 - total flux cleaned = -0.000274828 Jy ! Component: 3850 - total flux cleaned = -0.000263506 Jy ! Component: 3900 - total flux cleaned = -0.000185093 Jy ! Component: 3950 - total flux cleaned = -0.000185141 Jy ! Component: 4000 - total flux cleaned = -0.000129744 Jy ! Component: 4050 - total flux cleaned = -7.48426e-05 Jy ! Total flux subtracted in 4096 components = -2.0075e-05 Jy ! Clean residual min=-0.000688 max=0.000727 Jy/beam ! Clean residual mean=-0.000002 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.207365 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 356 components and 0.207365 Jy ![Exited script file: muppet] wmap "J0559+3749_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.644 x 5.443 at -4.727 degrees (North through East) ! Clean map min=-0.0014127 max=0.18 Jy/beam ! Writing clean map to FITS file: J0559+3749_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.180001 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019958 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.332632 0.332632 0.665264 1.33053 2.66106 5.32211 10.6442 21.2885 42.5769 85.1538 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.18 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.644 x 5.443 at -4.727 degrees (North through East) ! Clean map min=-0.0014127 max=0.18 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0559+3749_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:07:33 2017