! Started logfile: J0024-0412_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:12:10 2017 obs J0024-0412_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0024-0412_S_2014_01_04_pus_uva.fits ! AN table 1: 76 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0024-0412 ! ! 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 6384 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 J0024-0412_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 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.881338Jy sigma=0.010809 ! Fit after self-cal, rms=0.865542Jy sigma=0.010588 ! 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.595 mas, bmaj=5.738 mas, bpa=3.532 degrees ! Estimated noise=1242.3 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.101537 Jy ! Component: 100 - total flux cleaned = 0.126726 Jy ! Total flux subtracted in 100 components = 0.126726 Jy ! Clean residual min=-0.012031 max=0.012666 Jy/beam ! Clean residual mean=0.000003 rms=0.002552 Jy/beam ! Combined flux in latest and established models = 0.126726 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.126726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101785Jy sigma=0.001021 ! Fit after self-cal, rms=0.101831Jy sigma=0.001020 ! 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.139 mas, bmaj=6.511 mas, bpa=1.395 degrees ! Estimated noise=771.752 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.0197375 Jy ! Component: 100 - total flux cleaned = 0.0293809 Jy ! Component: 150 - total flux cleaned = 0.0351235 Jy ! Component: 200 - total flux cleaned = 0.03869 Jy ! Total flux subtracted in 200 components = 0.03869 Jy ! Clean residual min=-0.007116 max=0.013167 Jy/beam ! Clean residual mean=-0.000008 rms=0.002260 Jy/beam ! Combined flux in latest and established models = 0.165416 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 36 components and 0.165416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097978Jy sigma=0.000971 ! Fit after self-cal, rms=0.098066Jy sigma=0.000971 ! Inverting map ! Added new window around map position (7.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129056 Jy ! Component: 100 - total flux cleaned = 0.0194332 Jy ! Component: 150 - total flux cleaned = 0.0236745 Jy ! Component: 200 - total flux cleaned = 0.0262828 Jy ! Total flux subtracted in 200 components = 0.0262828 Jy ! Clean residual min=-0.004857 max=0.006581 Jy/beam ! Clean residual mean=-0.000001 rms=0.001330 Jy/beam ! Combined flux in latest and established models = 0.191698 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 80 components and 0.191698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096449Jy sigma=0.000945 ! Fit after self-cal, rms=0.096071Jy sigma=0.000941 ! 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 1.00 ! MK 1.03 NL 1.03 OV 0.98 PT 1.00 ! SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* KP 1.00* LA 1.00 ! MK 0.95 NL 1.06 OV 1.00 PT 0.94 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00* KP 1.00* LA 0.84 ! MK 1.05 NL 1.02 OV 0.89 PT 1.00 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.00* KP 1.00* LA 0.92 ! MK 0.99 NL 1.12 OV 1.02 PT 1.01 ! SC 0.93 ! ! ! Fit before self-cal, rms=0.096071Jy sigma=0.000941 ! Fit after self-cal, rms=0.092618Jy sigma=0.000925 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=6.531 mas, bpa=1.855 degrees ! Estimated noise=769.32 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.00287143 Jy ! Component: 100 - total flux cleaned = 0.00377383 Jy ! Component: 150 - total flux cleaned = 0.00371316 Jy ! Component: 200 - total flux cleaned = 0.00349208 Jy ! Total flux subtracted in 200 components = 0.00349208 Jy ! Clean residual min=-0.004033 max=0.003946 Jy/beam ! Clean residual mean=0.000001 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.19519 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.19519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092463Jy sigma=0.000923 ! Fit after self-cal, rms=0.092333Jy sigma=0.000922 ! 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.092333Jy sigma=0.000922 ! Fit after self-cal, rms=0.090787Jy sigma=0.000917 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.124 mas, bmaj=6.515 mas, bpa=1.687 degrees ! Estimated noise=766.412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000734286 Jy ! Component: 100 - total flux cleaned = 0.00083157 Jy ! Component: 150 - total flux cleaned = 0.000721694 Jy ! Component: 200 - total flux cleaned = 0.000590064 Jy ! Total flux subtracted in 200 components = 0.000590064 Jy ! Clean residual min=-0.003717 max=0.002884 Jy/beam ! Clean residual mean=-0.000001 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.195781 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 113 components and 0.195781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090744Jy sigma=0.000917 ! Fit after self-cal, rms=0.090709Jy sigma=0.000917 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.58456e-05 Jy ! Component: 100 - total flux cleaned = -2.01616e-05 Jy ! Component: 150 - total flux cleaned = -0.000125028 Jy ! Component: 200 - total flux cleaned = -0.000195681 Jy ! Total flux subtracted in 200 components = -0.000195681 Jy ! Clean residual min=-0.003644 max=0.002858 Jy/beam ! Clean residual mean=-0.000001 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.195585 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 121 components and 0.195585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090691Jy sigma=0.000916 ! Fit after self-cal, rms=0.090694Jy sigma=0.000916 ! 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.090694Jy sigma=0.000916 ! Fit after self-cal, rms=0.090318Jy sigma=0.000916 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=6.514 mas, bpa=1.738 degrees ! Estimated noise=764.069 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015868 Jy ! Component: 100 - total flux cleaned = 0.000130146 Jy ! Component: 150 - total flux cleaned = 5.89978e-06 Jy ! Component: 200 - total flux cleaned = -8.67137e-05 Jy ! Total flux subtracted in 200 components = -8.67137e-05 Jy ! Clean residual min=-0.003535 max=0.002746 Jy/beam ! Clean residual mean=-0.000001 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.195498 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 128 components and 0.195498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090301Jy sigma=0.000916 ! Fit after self-cal, rms=0.090289Jy sigma=0.000916 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.76933e-05 Jy ! Component: 100 - total flux cleaned = -0.000135502 Jy ! Component: 150 - total flux cleaned = -0.000235875 Jy ! Component: 200 - total flux cleaned = -0.000348495 Jy ! Total flux subtracted in 200 components = -0.000348495 Jy ! Clean residual min=-0.003506 max=0.002723 Jy/beam ! Clean residual mean=-0.000001 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.19515 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 129 components and 0.19515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090278Jy sigma=0.000916 ! Fit after self-cal, rms=0.090283Jy sigma=0.000916 ! 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.090283Jy sigma=0.000916 ! Fit after self-cal, rms=0.089979Jy sigma=0.000916 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.363 mas, bmaj=12.57 mas, bpa=11.57 degrees ! Estimated noise=939.552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000989032 Jy ! Component: 100 - total flux cleaned = -0.00113334 Jy ! Component: 150 - total flux cleaned = -0.00115249 Jy ! Component: 200 - total flux cleaned = -0.00116518 Jy ! Total flux subtracted in 200 components = -0.00116518 Jy ! Clean residual min=-0.003348 max=0.002879 Jy/beam ! Clean residual mean=-0.000004 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.193984 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 137 components and 0.193984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089978Jy sigma=0.000916 ! Fit after self-cal, rms=0.089961Jy sigma=0.000916 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 = -9.64233e-05 Jy ! Component: 100 - total flux cleaned = -0.00015659 Jy ! Component: 150 - total flux cleaned = -0.000177514 Jy ! Component: 200 - total flux cleaned = -0.000196401 Jy ! Total flux subtracted in 200 components = -0.000196401 Jy ! Clean residual min=-0.003306 max=0.002855 Jy/beam ! Clean residual mean=-0.000004 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.193788 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 145 components and 0.193788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089961Jy sigma=0.000916 ! Fit after self-cal, rms=0.089960Jy sigma=0.000916 ! 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.118 mas, bmaj=6.516 mas, bpa=1.76 degrees ! Estimated noise=761.942 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.118 x 6.516 at 1.76 degrees (North through East) ! Clean map min=-0.0031784 max=0.13541 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.573 mas, bmaj=5.755 mas, bpa=4.017 degrees ! Estimated noise=1227.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.100115 Jy ! Component: 100 - total flux cleaned = 0.126059 Jy ! Component: 150 - total flux cleaned = 0.140924 Jy ! Component: 200 - total flux cleaned = 0.150806 Jy ! Total flux subtracted in 200 components = 0.150806 Jy ! Clean residual min=-0.006222 max=0.006049 Jy/beam ! Clean residual mean=-0.000001 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.150806 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.150806 Jy ! Inverting map and beam ! Estimated beam: bmin=3.118 mas, bmaj=6.516 mas, bpa=1.76 degrees ! Estimated noise=761.942 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.0119753 Jy ! Component: 100 - total flux cleaned = 0.0197472 Jy ! Component: 150 - total flux cleaned = 0.0252282 Jy ! Component: 200 - total flux cleaned = 0.0293389 Jy ! Total flux subtracted in 200 components = 0.0293389 Jy ! Clean residual min=-0.004333 max=0.003698 Jy/beam ! Clean residual mean=-0.000005 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.180145 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 63 components and 0.180145 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.363 mas, bmaj=12.57 mas, bpa=11.57 degrees ! Estimated noise=939.552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00540106 Jy ! Component: 100 - total flux cleaned = 0.00849064 Jy ! Component: 150 - total flux cleaned = 0.0101008 Jy ! Component: 200 - total flux cleaned = 0.010882 Jy ! Total flux subtracted in 200 components = 0.010882 Jy ! Clean residual min=-0.003698 max=0.002937 Jy/beam ! Clean residual mean=-0.000006 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.191027 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.000668684 Jy ! Component: 100 - total flux cleaned = 0.00116475 Jy ! Component: 150 - total flux cleaned = 0.00156683 Jy ! Component: 200 - total flux cleaned = 0.00189425 Jy ! Total flux subtracted in 200 components = 0.00189425 Jy ! Clean residual min=-0.003278 max=0.003092 Jy/beam ! Clean residual mean=-0.000005 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.192921 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 120 components and 0.192921 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.118 mas, bmaj=6.516 mas, bpa=1.76 degrees ! Estimated noise=761.942 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.75236e-05 Jy ! Component: 100 - total flux cleaned = 0.000209962 Jy ! Component: 150 - total flux cleaned = 0.000347816 Jy ! Component: 200 - total flux cleaned = 0.000385939 Jy ! Total flux subtracted in 200 components = 0.000385939 Jy ! Clean residual min=-0.003213 max=0.002931 Jy/beam ! Clean residual mean=-0.000002 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.193307 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 138 components and 0.193307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090005Jy sigma=0.000917 ! Fit after self-cal, rms=0.090007Jy sigma=0.000917 wmodel J0024-0412_S_2014_01_04_pus_map.mod ! Writing 138 model components to file: J0024-0412_S_2014_01_04_pus_map.mod wobs J0024-0412_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0024-0412_S_2014_01_04_pus_uvs.fits wwins J0024-0412_S_2014_01_04_pus_map.win ! wwins: Wrote 2 windows to J0024-0412_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.000474761 Jy ! Component: 100 - total flux cleaned = -0.000711282 Jy ! Component: 150 - total flux cleaned = -0.000838861 Jy ! Component: 200 - total flux cleaned = -0.000837442 Jy ! Component: 250 - total flux cleaned = -0.0010996 Jy ! Component: 300 - total flux cleaned = -0.00124209 Jy ! Component: 350 - total flux cleaned = -0.00134554 Jy ! Component: 400 - total flux cleaned = -0.00137903 Jy ! Component: 450 - total flux cleaned = -0.00147617 Jy ! Component: 500 - total flux cleaned = -0.00144497 Jy ! Component: 550 - total flux cleaned = -0.0013843 Jy ! Component: 600 - total flux cleaned = -0.00135523 Jy ! Component: 650 - total flux cleaned = -0.00135503 Jy ! Component: 700 - total flux cleaned = -0.00129785 Jy ! Component: 750 - total flux cleaned = -0.00121476 Jy ! Component: 800 - total flux cleaned = -0.00118816 Jy ! Component: 850 - total flux cleaned = -0.00129443 Jy ! Component: 900 - total flux cleaned = -0.00134671 Jy ! Component: 950 - total flux cleaned = -0.00139779 Jy ! Component: 1000 - total flux cleaned = -0.00154667 Jy ! Component: 1050 - total flux cleaned = -0.00152241 Jy ! Component: 1100 - total flux cleaned = -0.00161836 Jy ! Component: 1150 - total flux cleaned = -0.0016179 Jy ! Component: 1200 - total flux cleaned = -0.00164087 Jy ! Component: 1250 - total flux cleaned = -0.00166355 Jy ! Component: 1300 - total flux cleaned = -0.0016858 Jy ! Component: 1350 - total flux cleaned = -0.00159849 Jy ! Component: 1400 - total flux cleaned = -0.00153416 Jy ! Component: 1450 - total flux cleaned = -0.00151362 Jy ! Component: 1500 - total flux cleaned = -0.00145096 Jy ! Component: 1550 - total flux cleaned = -0.00130692 Jy ! Component: 1600 - total flux cleaned = -0.00122611 Jy ! Component: 1650 - total flux cleaned = -0.0011262 Jy ! Component: 1700 - total flux cleaned = -0.000968412 Jy ! Component: 1750 - total flux cleaned = -0.00092927 Jy ! Component: 1800 - total flux cleaned = -0.000775929 Jy ! Component: 1850 - total flux cleaned = -0.000681094 Jy ! Component: 1900 - total flux cleaned = -0.000532036 Jy ! Component: 1950 - total flux cleaned = -0.00044048 Jy ! Component: 2000 - total flux cleaned = -0.000367724 Jy ! Component: 2050 - total flux cleaned = -0.000277732 Jy ! Component: 2100 - total flux cleaned = -0.00011822 Jy ! Component: 2150 - total flux cleaned = -6.58145e-05 Jy ! Component: 2200 - total flux cleaned = -1.36273e-05 Jy ! Component: 2250 - total flux cleaned = 7.18208e-05 Jy ! Component: 2300 - total flux cleaned = 0.000105627 Jy ! Component: 2350 - total flux cleaned = 0.000155856 Jy ! Component: 2400 - total flux cleaned = 0.000139382 Jy ! Component: 2450 - total flux cleaned = 0.00015582 Jy ! Component: 2500 - total flux cleaned = 0.000220345 Jy ! Component: 2550 - total flux cleaned = 0.00023613 Jy ! Component: 2600 - total flux cleaned = 0.000204246 Jy ! Component: 2650 - total flux cleaned = 0.000172956 Jy ! Component: 2700 - total flux cleaned = 0.000219673 Jy ! Component: 2750 - total flux cleaned = 0.000219478 Jy ! Component: 2800 - total flux cleaned = 0.00023472 Jy ! Component: 2850 - total flux cleaned = 0.00021957 Jy ! Component: 2900 - total flux cleaned = 0.000219581 Jy ! Component: 2950 - total flux cleaned = 0.00014585 Jy ! Component: 3000 - total flux cleaned = 0.00017527 Jy ! Component: 3050 - total flux cleaned = 0.000131776 Jy ! Component: 3100 - total flux cleaned = 0.000102846 Jy ! Component: 3150 - total flux cleaned = 1.72579e-05 Jy ! Component: 3200 - total flux cleaned = -3.91835e-05 Jy ! Component: 3250 - total flux cleaned = -3.91169e-05 Jy ! Component: 3300 - total flux cleaned = -0.000122643 Jy ! Component: 3350 - total flux cleaned = -0.000150221 Jy ! Component: 3400 - total flux cleaned = -0.000177525 Jy ! Component: 3450 - total flux cleaned = -0.000245368 Jy ! Component: 3500 - total flux cleaned = -0.000245445 Jy ! Component: 3550 - total flux cleaned = -0.000272278 Jy ! Component: 3600 - total flux cleaned = -0.00031206 Jy ! Component: 3650 - total flux cleaned = -0.000364657 Jy ! Component: 3700 - total flux cleaned = -0.000416714 Jy ! Component: 3750 - total flux cleaned = -0.000403708 Jy ! Component: 3800 - total flux cleaned = -0.000390765 Jy ! Component: 3850 - total flux cleaned = -0.000416461 Jy ! Component: 3900 - total flux cleaned = -0.000429108 Jy ! Component: 3950 - total flux cleaned = -0.000441968 Jy ! Component: 4000 - total flux cleaned = -0.000467027 Jy ! Component: 4050 - total flux cleaned = -0.000528966 Jy ! Total flux subtracted in 4096 components = -0.000541203 Jy ! Clean residual min=-0.000685 max=0.000735 Jy/beam ! Clean residual mean=-0.000000 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.192766 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 399 components and 0.192766 Jy ![Exited script file: muppet] wmap "J0024-0412_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.118 x 6.516 at 1.76 degrees (North through East) ! Clean map min=-0.0022203 max=0.13661 Jy/beam ! Writing clean map to FITS file: J0024-0412_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.136608 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000213108 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.467999 0.467999 0.935999 1.872 3.744 7.48799 14.976 29.952 59.9039 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.136 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.118 x 6.516 at 1.76 degrees (North through East) ! Clean map min=-0.0022203 max=0.13661 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 J0024-0412_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:12:14 2017