! Started logfile: J2224-1126_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:37:06 2017 obs J2224-1126_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J2224-1126_S_2014_01_04_pus_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.5 visibilities/baseline/integration-bin. ! Found source: J2224-1126 ! ! 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 370 lines of history. ! ! Reading 4320 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 J2224-1126_S_2014_01_04_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 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.830671Jy sigma=0.010268 ! Fit after self-cal, rms=0.822841Jy sigma=0.010160 ! 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.823 mas, bmaj=7.036 mas, bpa=13.47 degrees ! Estimated noise=1167.71 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.13357 Jy ! Component: 100 - total flux cleaned = 0.175128 Jy ! Total flux subtracted in 100 components = 0.175128 Jy ! Clean residual min=-0.015228 max=0.025321 Jy/beam ! Clean residual mean=0.000034 rms=0.004454 Jy/beam ! Combined flux in latest and established models = 0.175128 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.175128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100730Jy sigma=0.001111 ! Fit after self-cal, rms=0.100660Jy sigma=0.001109 ! Inverting map ! Added new window around map position (-4, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0271276 Jy ! Component: 100 - total flux cleaned = 0.04436 Jy ! Total flux subtracted in 100 components = 0.04436 Jy ! Clean residual min=-0.010371 max=0.010410 Jy/beam ! Clean residual mean=0.000017 rms=0.002542 Jy/beam ! Combined flux in latest and established models = 0.219488 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.219488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090106Jy sigma=0.000973 ! Fit after self-cal, rms=0.089882Jy sigma=0.000970 ! 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.423 mas, bmaj=8.146 mas, bpa=13.57 degrees ! Estimated noise=910.964 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.0164344 Jy ! Component: 100 - total flux cleaned = 0.0267346 Jy ! Component: 150 - total flux cleaned = 0.034028 Jy ! Component: 200 - total flux cleaned = 0.039249 Jy ! Total flux subtracted in 200 components = 0.039249 Jy ! Clean residual min=-0.007408 max=0.006160 Jy/beam ! Clean residual mean=0.000001 rms=0.001789 Jy/beam ! Combined flux in latest and established models = 0.258737 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 53 components and 0.258737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085897Jy sigma=0.000929 ! Fit after self-cal, rms=0.085735Jy sigma=0.000928 ! 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.01 FD 1.00* KP 1.00* LA 0.99 ! MK 0.99 NL 0.97 OV 0.99 PT 0.99 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00* KP 1.00* LA 1.02 ! MK 1.05 NL 1.05 OV 0.98 PT 0.98 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* KP 1.00* LA 0.82 ! MK 1.04 NL 1.02 OV 0.95 PT 0.97 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00* KP 1.00* LA 0.86 ! MK 0.98 NL 1.11 OV 0.97 PT 0.97 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.085735Jy sigma=0.000928 ! Fit after self-cal, rms=0.081822Jy sigma=0.000897 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.433 mas, bmaj=8.235 mas, bpa=13.64 degrees ! Estimated noise=907.53 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.000557476 Jy ! Component: 100 - total flux cleaned = 0.000559505 Jy ! Component: 150 - total flux cleaned = 0.000563025 Jy ! Component: 200 - total flux cleaned = 0.000559335 Jy ! Total flux subtracted in 200 components = 0.000559335 Jy ! Clean residual min=-0.004556 max=0.004033 Jy/beam ! Clean residual mean=-0.000000 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.259296 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 0.259296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081726Jy sigma=0.000896 ! Fit after self-cal, rms=0.081521Jy sigma=0.000896 ! 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.081521Jy sigma=0.000896 ! Fit after self-cal, rms=0.081559Jy sigma=0.000894 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.436 mas, bmaj=8.253 mas, bpa=13.74 degrees ! Estimated noise=906.831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000163978 Jy ! Component: 100 - total flux cleaned = -5.56155e-05 Jy ! Component: 150 - total flux cleaned = 1.13677e-05 Jy ! Component: 200 - total flux cleaned = 7.39273e-05 Jy ! Total flux subtracted in 200 components = 7.39273e-05 Jy ! Clean residual min=-0.004269 max=0.003964 Jy/beam ! Clean residual mean=0.000002 rms=0.001087 Jy/beam ! Combined flux in latest and established models = 0.25937 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.25937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081515Jy sigma=0.000893 ! Fit after self-cal, rms=0.081509Jy sigma=0.000893 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.59619e-05 Jy ! Component: 100 - total flux cleaned = -2.74532e-06 Jy ! Component: 150 - total flux cleaned = 5.55654e-05 Jy ! Component: 200 - total flux cleaned = 8.23632e-05 Jy ! Total flux subtracted in 200 components = 8.23632e-05 Jy ! Clean residual min=-0.004146 max=0.003939 Jy/beam ! Clean residual mean=0.000002 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.259452 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.259452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081480Jy sigma=0.000893 ! Fit after self-cal, rms=0.081477Jy sigma=0.000893 ! 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.081477Jy sigma=0.000893 ! Fit after self-cal, rms=0.081448Jy sigma=0.000893 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.438 mas, bmaj=8.258 mas, bpa=13.78 degrees ! Estimated noise=906.323 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000197348 Jy ! Component: 100 - total flux cleaned = -0.000144338 Jy ! Component: 150 - total flux cleaned = -0.000145221 Jy ! Component: 200 - total flux cleaned = -0.000145897 Jy ! Total flux subtracted in 200 components = -0.000145897 Jy ! Clean residual min=-0.004091 max=0.003923 Jy/beam ! Clean residual mean=0.000002 rms=0.001069 Jy/beam ! Combined flux in latest and established models = 0.259306 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.259306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081425Jy sigma=0.000893 ! Fit after self-cal, rms=0.081422Jy sigma=0.000893 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.75619e-05 Jy ! Component: 100 - total flux cleaned = 1.03538e-05 Jy ! Component: 150 - total flux cleaned = 1.01374e-05 Jy ! Component: 200 - total flux cleaned = 9.54414e-06 Jy ! Total flux subtracted in 200 components = 9.54414e-06 Jy ! Clean residual min=-0.004067 max=0.003908 Jy/beam ! Clean residual mean=0.000002 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.259316 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.259316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081405Jy sigma=0.000892 ! Fit after self-cal, rms=0.081404Jy sigma=0.000892 ! 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.081404Jy sigma=0.000892 ! Fit after self-cal, rms=0.081315Jy sigma=0.000892 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.812 mas, bmaj=15.4 mas, bpa=14.04 degrees ! Estimated noise=1028.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.29929e-05 Jy ! Component: 100 - total flux cleaned = 2.28779e-05 Jy ! Component: 150 - total flux cleaned = 4.35512e-05 Jy ! Component: 200 - total flux cleaned = 5.26234e-05 Jy ! Total flux subtracted in 200 components = 5.26234e-05 Jy ! Clean residual min=-0.005165 max=0.005456 Jy/beam ! Clean residual mean=0.000004 rms=0.001653 Jy/beam ! Combined flux in latest and established models = 0.259368 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 75 components and 0.259368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081315Jy sigma=0.000892 ! Fit after self-cal, rms=0.081302Jy sigma=0.000892 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.59158e-05 Jy ! Component: 100 - total flux cleaned = 3.3697e-06 Jy ! Component: 150 - total flux cleaned = 1.33063e-05 Jy ! Component: 200 - total flux cleaned = 2.21804e-05 Jy ! Total flux subtracted in 200 components = 2.21804e-05 Jy ! Clean residual min=-0.005171 max=0.005462 Jy/beam ! Clean residual mean=0.000004 rms=0.001651 Jy/beam ! Combined flux in latest and established models = 0.259391 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 76 components and 0.259391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081300Jy sigma=0.000892 ! Fit after self-cal, rms=0.081295Jy sigma=0.000892 ! 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.437 mas, bmaj=8.259 mas, bpa=13.79 degrees ! Estimated noise=905.743 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.437 x 8.259 at 13.79 degrees (North through East) ! Clean map min=-0.0039976 max=0.17029 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.828 mas, bmaj=7.104 mas, bpa=13.62 degrees ! Estimated noise=1171.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.133693 Jy ! Component: 100 - total flux cleaned = 0.178229 Jy ! Component: 150 - total flux cleaned = 0.203338 Jy ! Component: 200 - total flux cleaned = 0.219385 Jy ! Total flux subtracted in 200 components = 0.219385 Jy ! Clean residual min=-0.007045 max=0.008869 Jy/beam ! Clean residual mean=0.000015 rms=0.002077 Jy/beam ! Combined flux in latest and established models = 0.219385 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.219385 Jy ! Inverting map and beam ! Estimated beam: bmin=3.437 mas, bmaj=8.259 mas, bpa=13.79 degrees ! Estimated noise=905.743 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.0134006 Jy ! Component: 100 - total flux cleaned = 0.0215937 Jy ! Component: 150 - total flux cleaned = 0.0273266 Jy ! Component: 200 - total flux cleaned = 0.0313989 Jy ! Total flux subtracted in 200 components = 0.0313989 Jy ! Clean residual min=-0.004735 max=0.004670 Jy/beam ! Clean residual mean=0.000006 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.250784 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 46 components and 0.250784 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.812 mas, bmaj=15.4 mas, bpa=14.04 degrees ! Estimated noise=1028.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00381919 Jy ! Component: 100 - total flux cleaned = 0.00570356 Jy ! Component: 150 - total flux cleaned = 0.00671641 Jy ! Component: 200 - total flux cleaned = 0.00731744 Jy ! Total flux subtracted in 200 components = 0.00731744 Jy ! Clean residual min=-0.005211 max=0.005351 Jy/beam ! Clean residual mean=0.000005 rms=0.001640 Jy/beam ! Combined flux in latest and established models = 0.258101 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.000364369 Jy ! Component: 100 - total flux cleaned = 0.000493683 Jy ! Component: 150 - total flux cleaned = 0.000493465 Jy ! Component: 200 - total flux cleaned = 0.000493316 Jy ! Total flux subtracted in 200 components = 0.000493316 Jy ! Clean residual min=-0.005173 max=0.005414 Jy/beam ! Clean residual mean=0.000004 rms=0.001637 Jy/beam ! Combined flux in latest and established models = 0.258595 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 63 components and 0.258595 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.437 mas, bmaj=8.259 mas, bpa=13.79 degrees ! Estimated noise=905.743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00030074 Jy ! Component: 100 - total flux cleaned = -0.000295773 Jy ! Component: 150 - total flux cleaned = -0.000297684 Jy ! Component: 200 - total flux cleaned = -0.000241232 Jy ! Total flux subtracted in 200 components = -0.000241232 Jy ! Clean residual min=-0.004102 max=0.004043 Jy/beam ! Clean residual mean=0.000003 rms=0.001076 Jy/beam ! Combined flux in latest and established models = 0.258353 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 73 components and 0.258353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081406Jy sigma=0.000893 ! Fit after self-cal, rms=0.081400Jy sigma=0.000893 wmodel J2224-1126_S_2014_01_04_pus_map.mod ! Writing 73 model components to file: J2224-1126_S_2014_01_04_pus_map.mod wobs J2224-1126_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J2224-1126_S_2014_01_04_pus_uvs.fits wwins J2224-1126_S_2014_01_04_pus_map.win ! wwins: Wrote 2 windows to J2224-1126_S_2014_01_04_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.000381893 Jy ! Component: 100 - total flux cleaned = -0.000379316 Jy ! Component: 150 - total flux cleaned = -0.000255115 Jy ! Component: 200 - total flux cleaned = 2.51711e-05 Jy ! Component: 250 - total flux cleaned = 0.000233822 Jy ! Component: 300 - total flux cleaned = 0.000232928 Jy ! Component: 350 - total flux cleaned = 4.63177e-05 Jy ! Component: 400 - total flux cleaned = -8.55488e-05 Jy ! Component: 450 - total flux cleaned = -0.000380928 Jy ! Component: 500 - total flux cleaned = -0.000502332 Jy ! Component: 550 - total flux cleaned = -0.000658412 Jy ! Component: 600 - total flux cleaned = -0.000771562 Jy ! Component: 650 - total flux cleaned = -0.00102646 Jy ! Component: 700 - total flux cleaned = -0.00120319 Jy ! Component: 750 - total flux cleaned = -0.00140997 Jy ! Component: 800 - total flux cleaned = -0.0016113 Jy ! Component: 850 - total flux cleaned = -0.00174224 Jy ! Component: 900 - total flux cleaned = -0.0018064 Jy ! Component: 950 - total flux cleaned = -0.00183763 Jy ! Component: 1000 - total flux cleaned = -0.00186855 Jy ! Component: 1050 - total flux cleaned = -0.00186885 Jy ! Component: 1100 - total flux cleaned = -0.00192719 Jy ! Component: 1150 - total flux cleaned = -0.00198451 Jy ! Component: 1200 - total flux cleaned = -0.00206884 Jy ! Component: 1250 - total flux cleaned = -0.00217926 Jy ! Component: 1300 - total flux cleaned = -0.0022878 Jy ! Component: 1350 - total flux cleaned = -0.00234095 Jy ! Component: 1400 - total flux cleaned = -0.00241968 Jy ! Component: 1450 - total flux cleaned = -0.00254913 Jy ! Component: 1500 - total flux cleaned = -0.00262583 Jy ! Component: 1550 - total flux cleaned = -0.00267612 Jy ! Component: 1600 - total flux cleaned = -0.00282497 Jy ! Component: 1650 - total flux cleaned = -0.00292272 Jy ! Component: 1700 - total flux cleaned = -0.00304363 Jy ! Component: 1750 - total flux cleaned = -0.00313874 Jy ! Component: 1800 - total flux cleaned = -0.00316245 Jy ! Component: 1850 - total flux cleaned = -0.00320906 Jy ! Component: 1900 - total flux cleaned = -0.00325509 Jy ! Component: 1950 - total flux cleaned = -0.00332285 Jy ! Component: 2000 - total flux cleaned = -0.00334531 Jy ! Component: 2050 - total flux cleaned = -0.00341218 Jy ! Component: 2100 - total flux cleaned = -0.00343432 Jy ! Component: 2150 - total flux cleaned = -0.00352176 Jy ! Component: 2200 - total flux cleaned = -0.0035433 Jy ! Component: 2250 - total flux cleaned = -0.00358599 Jy ! Component: 2300 - total flux cleaned = -0.00362838 Jy ! Component: 2350 - total flux cleaned = -0.00367024 Jy ! Component: 2400 - total flux cleaned = -0.00371179 Jy ! Component: 2450 - total flux cleaned = -0.00379426 Jy ! Component: 2500 - total flux cleaned = -0.00381482 Jy ! Component: 2550 - total flux cleaned = -0.00385536 Jy ! Component: 2600 - total flux cleaned = -0.00391571 Jy ! Component: 2650 - total flux cleaned = -0.00389577 Jy ! Component: 2700 - total flux cleaned = -0.00397531 Jy ! Component: 2750 - total flux cleaned = -0.00399537 Jy ! Component: 2800 - total flux cleaned = -0.00407372 Jy ! Component: 2850 - total flux cleaned = -0.00407375 Jy ! Component: 2900 - total flux cleaned = -0.00405431 Jy ! Component: 2950 - total flux cleaned = -0.00397716 Jy ! Component: 3000 - total flux cleaned = -0.00395791 Jy ! Component: 3050 - total flux cleaned = -0.00388128 Jy ! Component: 3100 - total flux cleaned = -0.00384308 Jy ! Component: 3150 - total flux cleaned = -0.00378594 Jy ! Component: 3200 - total flux cleaned = -0.00374795 Jy ! Component: 3250 - total flux cleaned = -0.00369111 Jy ! Component: 3300 - total flux cleaned = -0.00365343 Jy ! Component: 3350 - total flux cleaned = -0.00359695 Jy ! Component: 3400 - total flux cleaned = -0.00354057 Jy ! Component: 3450 - total flux cleaned = -0.00344704 Jy ! Component: 3500 - total flux cleaned = -0.00337235 Jy ! Component: 3550 - total flux cleaned = -0.00335371 Jy ! Component: 3600 - total flux cleaned = -0.003391 Jy ! Component: 3650 - total flux cleaned = -0.00337243 Jy ! Component: 3700 - total flux cleaned = -0.00333517 Jy ! Component: 3750 - total flux cleaned = -0.00331651 Jy ! Component: 3800 - total flux cleaned = -0.0033166 Jy ! Component: 3850 - total flux cleaned = -0.00326048 Jy ! Component: 3900 - total flux cleaned = -0.00324172 Jy ! Component: 3950 - total flux cleaned = -0.00322304 Jy ! Component: 4000 - total flux cleaned = -0.00324193 Jy ! Component: 4050 - total flux cleaned = -0.00322295 Jy ! Total flux subtracted in 4096 components = -0.00318536 Jy ! Clean residual min=-0.001118 max=0.001156 Jy/beam ! Clean residual mean=0.000001 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.255168 Jy keep ! Adding 248 model components to the UV plane model. ! The established model now contains 321 components and 0.255168 Jy ![Exited script file: muppet] wmap "J2224-1126_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.437 x 8.259 at 13.79 degrees (North through East) ! Clean map min=-0.0016401 max=0.17246 Jy/beam ! Writing clean map to FITS file: J2224-1126_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.172461 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000355651 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.618662 0.618662 1.23732 2.47465 4.9493 9.8986 19.7972 39.5944 79.1888 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.172 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.437 x 8.259 at 13.79 degrees (North through East) ! Clean map min=-0.0016401 max=0.17246 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 J2224-1126_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:37:10 2017