! Started logfile: J0551-1909_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:48:55 2016 obs J0551-1909_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0551-1909_S_2015_03_17_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.863593 visibilities/baseline/integration-bin. ! Found source: J0551-1909 ! ! 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 330 lines of history. ! ! Reading 14612 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 J0551-1909_S_2015_03_17_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 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.882898Jy sigma=0.008792 ! Fit after self-cal, rms=0.865251Jy sigma=0.008622 ! 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.586 mas, bmaj=7.47 mas, bpa=0.7212 degrees ! Estimated noise=865.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.0998577 Jy ! Component: 100 - total flux cleaned = 0.128542 Jy ! Total flux subtracted in 100 components = 0.128542 Jy ! Clean residual min=-0.005109 max=0.011262 Jy/beam ! Clean residual mean=-0.000027 rms=0.001330 Jy/beam ! Combined flux in latest and established models = 0.128542 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.128542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087184Jy sigma=0.000806 ! Fit after self-cal, rms=0.087125Jy sigma=0.000805 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123861 Jy ! Component: 100 - total flux cleaned = 0.0190336 Jy ! Total flux subtracted in 100 components = 0.0190336 Jy ! Clean residual min=-0.004349 max=0.003558 Jy/beam ! Clean residual mean=-0.000008 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.147576 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.147576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084557Jy sigma=0.000786 ! Fit after self-cal, rms=0.084541Jy sigma=0.000786 ! 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.199 mas, bmaj=8.781 mas, bpa=-0.1044 degrees ! Estimated noise=598.808 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.00522371 Jy ! Component: 100 - total flux cleaned = 0.00777476 Jy ! Component: 150 - total flux cleaned = 0.00912713 Jy ! Component: 200 - total flux cleaned = 0.00988051 Jy ! Total flux subtracted in 200 components = 0.00988051 Jy ! Clean residual min=-0.003911 max=0.003675 Jy/beam ! Clean residual mean=-0.000009 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.157456 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 62 components and 0.157456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084077Jy sigma=0.000784 ! Fit after self-cal, rms=0.084076Jy sigma=0.000784 ! 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.03 FD 0.85 HN 0.99 KP 1.10 ! LA 0.98 MK 1.02 NL 0.91 OV 1.01 ! PT 1.08 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.86 HN 1.06 KP 1.10 ! LA 0.98 MK 1.04 NL 1.00 OV 1.06 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.89 HN 1.05 KP 0.96 ! LA 0.83 MK 1.02 NL 1.12 OV 0.96 ! PT 1.07 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.94 HN 1.02 KP 0.96 ! LA 0.85 MK 1.07 NL 1.01 OV 1.02 ! PT 1.10 SC 0.99 ! ! ! Fit before self-cal, rms=0.084076Jy sigma=0.000784 ! Fit after self-cal, rms=0.080734Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=8.858 mas, bpa=0.1138 degrees ! Estimated noise=602.787 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.000574586 Jy ! Component: 100 - total flux cleaned = -0.000675156 Jy ! Component: 150 - total flux cleaned = -0.000757037 Jy ! Component: 200 - total flux cleaned = -0.00082539 Jy ! Total flux subtracted in 200 components = -0.00082539 Jy ! Clean residual min=-0.002554 max=0.002080 Jy/beam ! Clean residual mean=0.000003 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.156631 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 0.156631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080725Jy sigma=0.000771 ! Fit after self-cal, rms=0.080672Jy sigma=0.000771 ! 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.080672Jy sigma=0.000771 ! Fit after self-cal, rms=0.080558Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=8.874 mas, bpa=0.2402 degrees ! Estimated noise=603.007 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00036115 Jy ! Component: 100 - total flux cleaned = -0.00042 Jy ! Component: 150 - total flux cleaned = -0.000466355 Jy ! Component: 200 - total flux cleaned = -0.000484912 Jy ! Total flux subtracted in 200 components = -0.000484912 Jy ! Clean residual min=-0.002052 max=0.001852 Jy/beam ! Clean residual mean=0.000000 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.156146 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 77 components and 0.156146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080553Jy sigma=0.000770 ! Fit after self-cal, rms=0.080555Jy 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 = -3.23095e-05 Jy ! Component: 100 - total flux cleaned = -3.89583e-05 Jy ! Component: 150 - total flux cleaned = -3.88691e-05 Jy ! Component: 200 - total flux cleaned = -4.46333e-05 Jy ! Total flux subtracted in 200 components = -4.46333e-05 Jy ! Clean residual min=-0.002050 max=0.001860 Jy/beam ! Clean residual mean=0.000000 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.156101 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.156101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080554Jy sigma=0.000770 ! Fit after self-cal, rms=0.080554Jy 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.080554Jy sigma=0.000770 ! Fit after self-cal, rms=0.080613Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.25 mas, bmaj=8.894 mas, bpa=0.3729 degrees ! Estimated noise=603.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000314665 Jy ! Component: 100 - total flux cleaned = -0.000362189 Jy ! Component: 150 - total flux cleaned = -0.000399247 Jy ! Component: 200 - total flux cleaned = -0.000421923 Jy ! Total flux subtracted in 200 components = -0.000421923 Jy ! Clean residual min=-0.001992 max=0.001818 Jy/beam ! Clean residual mean=-0.000000 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.15568 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 83 components and 0.15568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080609Jy sigma=0.000770 ! Fit after self-cal, rms=0.080610Jy 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 = -2.09011e-05 Jy ! Component: 100 - total flux cleaned = -3.95047e-05 Jy ! Component: 150 - total flux cleaned = -5.63905e-05 Jy ! Component: 200 - total flux cleaned = -7.15032e-05 Jy ! Total flux subtracted in 200 components = -7.15032e-05 Jy ! Clean residual min=-0.001989 max=0.001819 Jy/beam ! Clean residual mean=-0.000000 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.155608 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 87 components and 0.155608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080609Jy sigma=0.000770 ! Fit after self-cal, rms=0.080609Jy sigma=0.000770 ! 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.080609Jy sigma=0.000770 ! Fit after self-cal, rms=0.080660Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.61 mas, bmaj=16.24 mas, bpa=0.2469 degrees ! Estimated noise=761.159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000537432 Jy ! Component: 100 - total flux cleaned = -0.000697249 Jy ! Component: 150 - total flux cleaned = -0.000721942 Jy ! Component: 200 - total flux cleaned = -0.000738573 Jy ! Total flux subtracted in 200 components = -0.000738573 Jy ! Clean residual min=-0.002086 max=0.002040 Jy/beam ! Clean residual mean=-0.000000 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.154869 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 93 components and 0.154869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080659Jy sigma=0.000770 ! Fit after self-cal, rms=0.080659Jy 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 = -1.16742e-05 Jy ! Component: 100 - total flux cleaned = -2.1519e-05 Jy ! Component: 150 - total flux cleaned = -3.07573e-05 Jy ! Component: 200 - total flux cleaned = -3.93836e-05 Jy ! Total flux subtracted in 200 components = -3.93836e-05 Jy ! Clean residual min=-0.002090 max=0.002043 Jy/beam ! Clean residual mean=-0.000000 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.15483 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 95 components and 0.15483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080660Jy sigma=0.000770 ! Fit after self-cal, rms=0.080660Jy sigma=0.000770 ! 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.258 mas, bmaj=8.91 mas, bpa=0.4825 degrees ! Estimated noise=604.241 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.258 x 8.91 at 0.4825 degrees (North through East) ! Clean map min=-0.0018726 max=0.13433 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=2.624 mas, bmaj=7.558 mas, bpa=1.365 degrees ! Estimated noise=883.718 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101607 Jy ! Component: 100 - total flux cleaned = 0.129382 Jy ! Component: 150 - total flux cleaned = 0.141228 Jy ! Component: 200 - total flux cleaned = 0.147531 Jy ! Total flux subtracted in 200 components = 0.147531 Jy ! Clean residual min=-0.002991 max=0.003217 Jy/beam ! Clean residual mean=-0.000008 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.147531 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.147531 Jy ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=8.91 mas, bpa=0.4825 degrees ! Estimated noise=604.241 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.00417043 Jy ! Component: 100 - total flux cleaned = 0.00613627 Jy ! Component: 150 - total flux cleaned = 0.00710829 Jy ! Component: 200 - total flux cleaned = 0.00759981 Jy ! Total flux subtracted in 200 components = 0.00759981 Jy ! Clean residual min=-0.001991 max=0.001794 Jy/beam ! Clean residual mean=-0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.155131 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 61 components and 0.155131 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.61 mas, bmaj=16.24 mas, bpa=0.2469 degrees ! Estimated noise=761.159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000125613 Jy ! Component: 100 - total flux cleaned = -0.000144495 Jy ! Component: 150 - total flux cleaned = -0.000161251 Jy ! Component: 200 - total flux cleaned = -0.000168516 Jy ! Total flux subtracted in 200 components = -0.000168516 Jy ! Clean residual min=-0.002083 max=0.002049 Jy/beam ! Clean residual mean=-0.000000 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.154962 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 = -6.93654e-06 Jy ! Component: 100 - total flux cleaned = -1.32663e-05 Jy ! Component: 150 - total flux cleaned = -1.91279e-05 Jy ! Component: 200 - total flux cleaned = -2.4663e-05 Jy ! Total flux subtracted in 200 components = -2.4663e-05 Jy ! Clean residual min=-0.002085 max=0.002050 Jy/beam ! Clean residual mean=-0.000000 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.154937 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 0.154937 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=8.91 mas, bpa=0.4825 degrees ! Estimated noise=604.241 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000358507 Jy ! Component: 100 - total flux cleaned = 0.000389344 Jy ! Component: 150 - total flux cleaned = 0.000414881 Jy ! Component: 200 - total flux cleaned = 0.000435246 Jy ! Total flux subtracted in 200 components = 0.000435246 Jy ! Clean residual min=-0.001987 max=0.001827 Jy/beam ! Clean residual mean=-0.000000 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.155373 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 80 components and 0.155373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080662Jy sigma=0.000770 ! Fit after self-cal, rms=0.080661Jy sigma=0.000770 wmodel J0551-1909_S_2015_03_17_pus_map.mod ! Writing 80 model components to file: J0551-1909_S_2015_03_17_pus_map.mod wobs J0551-1909_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0551-1909_S_2015_03_17_pus_uvs.fits wwins J0551-1909_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0551-1909_S_2015_03_17_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.000571943 Jy ! Component: 100 - total flux cleaned = -0.000735381 Jy ! Component: 150 - total flux cleaned = -0.000765994 Jy ! Component: 200 - total flux cleaned = -0.000679172 Jy ! Component: 250 - total flux cleaned = -0.000761862 Jy ! Component: 300 - total flux cleaned = -0.000734579 Jy ! Component: 350 - total flux cleaned = -0.000683038 Jy ! Component: 400 - total flux cleaned = -0.000708173 Jy ! Component: 450 - total flux cleaned = -0.00061036 Jy ! Component: 500 - total flux cleaned = -0.000658707 Jy ! Component: 550 - total flux cleaned = -0.000612151 Jy ! Component: 600 - total flux cleaned = -0.000635089 Jy ! Component: 650 - total flux cleaned = -0.000612482 Jy ! Component: 700 - total flux cleaned = -0.000590115 Jy ! Component: 750 - total flux cleaned = -0.000632364 Jy ! Component: 800 - total flux cleaned = -0.000652988 Jy ! Component: 850 - total flux cleaned = -0.000673456 Jy ! Component: 900 - total flux cleaned = -0.000633129 Jy ! Component: 950 - total flux cleaned = -0.000732657 Jy ! Component: 1000 - total flux cleaned = -0.000751812 Jy ! Component: 1050 - total flux cleaned = -0.000751525 Jy ! Component: 1100 - total flux cleaned = -0.000808429 Jy ! Component: 1150 - total flux cleaned = -0.000789413 Jy ! Component: 1200 - total flux cleaned = -0.000826376 Jy ! Component: 1250 - total flux cleaned = -0.000862413 Jy ! Component: 1300 - total flux cleaned = -0.000934051 Jy ! Component: 1350 - total flux cleaned = -0.000898871 Jy ! Component: 1400 - total flux cleaned = -0.000933498 Jy ! Component: 1450 - total flux cleaned = -0.000967424 Jy ! Component: 1500 - total flux cleaned = -0.000983988 Jy ! Component: 1550 - total flux cleaned = -0.00103421 Jy ! Component: 1600 - total flux cleaned = -0.0011327 Jy ! Component: 1650 - total flux cleaned = -0.00108424 Jy ! Component: 1700 - total flux cleaned = -0.00116458 Jy ! Component: 1750 - total flux cleaned = -0.00118036 Jy ! Component: 1800 - total flux cleaned = -0.00119615 Jy ! Component: 1850 - total flux cleaned = -0.00121172 Jy ! Component: 1900 - total flux cleaned = -0.00122727 Jy ! Component: 1950 - total flux cleaned = -0.00127273 Jy ! Component: 2000 - total flux cleaned = -0.00131728 Jy ! Component: 2050 - total flux cleaned = -0.00136133 Jy ! Component: 2100 - total flux cleaned = -0.00143359 Jy ! Component: 2150 - total flux cleaned = -0.00140483 Jy ! Component: 2200 - total flux cleaned = -0.00146148 Jy ! Component: 2250 - total flux cleaned = -0.00146163 Jy ! Component: 2300 - total flux cleaned = -0.00154508 Jy ! Component: 2350 - total flux cleaned = -0.00159996 Jy ! Component: 2400 - total flux cleaned = -0.00169522 Jy ! Component: 2450 - total flux cleaned = -0.00178942 Jy ! Component: 2500 - total flux cleaned = -0.00185628 Jy ! Component: 2550 - total flux cleaned = -0.0019751 Jy ! Component: 2600 - total flux cleaned = -0.00200125 Jy ! Component: 2650 - total flux cleaned = -0.00201417 Jy ! Component: 2700 - total flux cleaned = -0.00205253 Jy ! Component: 2750 - total flux cleaned = -0.00209058 Jy ! Component: 2800 - total flux cleaned = -0.00214101 Jy ! Component: 2850 - total flux cleaned = -0.00214097 Jy ! Component: 2900 - total flux cleaned = -0.00214118 Jy ! Component: 2950 - total flux cleaned = -0.00220283 Jy ! Component: 3000 - total flux cleaned = -0.00226389 Jy ! Component: 3050 - total flux cleaned = -0.00227598 Jy ! Component: 3100 - total flux cleaned = -0.00229998 Jy ! Component: 3150 - total flux cleaned = -0.00234767 Jy ! Component: 3200 - total flux cleaned = -0.00238319 Jy ! Component: 3250 - total flux cleaned = -0.00243 Jy ! Component: 3300 - total flux cleaned = -0.00247653 Jy ! Component: 3350 - total flux cleaned = -0.00249963 Jy ! Component: 3400 - total flux cleaned = -0.00252257 Jy ! Component: 3450 - total flux cleaned = -0.00255671 Jy ! Component: 3500 - total flux cleaned = -0.00260194 Jy ! Component: 3550 - total flux cleaned = -0.00264676 Jy ! Component: 3600 - total flux cleaned = -0.00269119 Jy ! Component: 3650 - total flux cleaned = -0.0027243 Jy ! Component: 3700 - total flux cleaned = -0.00273529 Jy ! Component: 3750 - total flux cleaned = -0.00277884 Jy ! Component: 3800 - total flux cleaned = -0.00281126 Jy ! Component: 3850 - total flux cleaned = -0.00288641 Jy ! Component: 3900 - total flux cleaned = -0.00288645 Jy ! Component: 3950 - total flux cleaned = -0.00294992 Jy ! Component: 4000 - total flux cleaned = -0.0029604 Jy ! Component: 4050 - total flux cleaned = -0.00300213 Jy ! Total flux subtracted in 4096 components = -0.00298126 Jy ! Clean residual min=-0.000648 max=0.000739 Jy/beam ! Clean residual mean=-0.000000 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.152391 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 394 components and 0.152391 Jy ![Exited script file: muppet] wmap "J0551-1909_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.258 x 8.91 at 0.4825 degrees (North through East) ! Clean map min=-0.0012713 max=0.13431 Jy/beam ! Writing clean map to FITS file: J0551-1909_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.13431 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000197702 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.441596 0.441596 0.883191 1.76638 3.53276 7.06553 14.1311 28.2621 56.5242 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.134 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.258 x 8.91 at 0.4825 degrees (North through East) ! Clean map min=-0.0012713 max=0.13431 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 J0551-1909_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:49:00 2016