! Started logfile: J0429+3319_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:16:47 2017 obs J0429+3319_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0429+3319_S_2014_01_04_pus_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0429+3319 ! ! 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 6300 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 J0429+3319_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.650041Jy sigma=0.009514 ! Fit after self-cal, rms=0.617493Jy sigma=0.009272 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.338 mas, bmaj=4.304 mas, bpa=-8.398 degrees ! Estimated noise=1116.15 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.299812 Jy ! Component: 100 - total flux cleaned = 0.376786 Jy ! Total flux subtracted in 100 components = 0.376786 Jy ! Clean residual min=-0.038157 max=0.109878 Jy/beam ! Clean residual mean=-0.000085 rms=0.011838 Jy/beam ! Combined flux in latest and established models = 0.376786 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.376786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176693Jy sigma=0.002293 ! Fit after self-cal, rms=0.176462Jy sigma=0.002287 ! Inverting map ! Added new window around map position (-5, 4.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0901683 Jy ! Component: 100 - total flux cleaned = 0.130955 Jy ! Total flux subtracted in 100 components = 0.130955 Jy ! Clean residual min=-0.021665 max=0.031267 Jy/beam ! Clean residual mean=-0.000038 rms=0.006283 Jy/beam ! Combined flux in latest and established models = 0.507741 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.507741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114137Jy sigma=0.001474 ! Fit after self-cal, rms=0.107415Jy sigma=0.001352 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.063 mas, bmaj=5.192 mas, bpa=0.2161 degrees ! Estimated noise=635.104 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.0375964 Jy ! Component: 100 - total flux cleaned = 0.0586009 Jy ! Component: 150 - total flux cleaned = 0.0732514 Jy ! Component: 200 - total flux cleaned = 0.0839119 Jy ! Total flux subtracted in 200 components = 0.0839119 Jy ! Clean residual min=-0.012372 max=0.017911 Jy/beam ! Clean residual mean=0.000002 rms=0.003477 Jy/beam ! Combined flux in latest and established models = 0.591653 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.591653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088344Jy sigma=0.001161 ! Fit after self-cal, rms=0.087712Jy sigma=0.001151 ! 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.06 FD 1.00* KP 1.00* LA 1.01 ! MK 1.00 NL 0.94 OV 0.97 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00* KP 1.00* LA 0.98 ! MK 1.01 NL 1.01 OV 1.00 PT 0.98 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* KP 1.00* LA 0.82 ! MK 1.03 NL 0.97 OV 0.93 PT 0.96 ! SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 1.00* KP 1.00* LA 0.88 ! MK 1.04 NL 1.07 OV 1.01 PT 1.00 ! SC 0.92 ! ! ! Fit before self-cal, rms=0.087712Jy sigma=0.001151 ! Fit after self-cal, rms=0.072244Jy sigma=0.000942 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.044 mas, bmaj=5.222 mas, bpa=1.853 degrees ! Estimated noise=632.675 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.00145545 Jy ! Component: 100 - total flux cleaned = -0.00228123 Jy ! Component: 150 - total flux cleaned = -0.00243144 Jy ! Component: 200 - total flux cleaned = -0.00270092 Jy ! Total flux subtracted in 200 components = -0.00270092 Jy ! Clean residual min=-0.004983 max=0.004940 Jy/beam ! Clean residual mean=-0.000003 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.588952 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.588952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071212Jy sigma=0.000928 ! Fit after self-cal, rms=0.070995Jy sigma=0.000927 ! 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.070995Jy sigma=0.000927 ! Fit after self-cal, rms=0.070732Jy sigma=0.000916 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.054 mas, bmaj=5.22 mas, bpa=-0.292 degrees ! Estimated noise=634.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00197455 Jy ! Component: 100 - total flux cleaned = -0.00185401 Jy ! Component: 150 - total flux cleaned = -0.0019439 Jy ! Component: 200 - total flux cleaned = -0.00219562 Jy ! Total flux subtracted in 200 components = -0.00219562 Jy ! Clean residual min=-0.003722 max=0.003366 Jy/beam ! Clean residual mean=0.000006 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.586756 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.586756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070303Jy sigma=0.000913 ! Fit after self-cal, rms=0.070307Jy sigma=0.000913 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.41117e-05 Jy ! Component: 100 - total flux cleaned = -0.000214962 Jy ! Component: 150 - total flux cleaned = -0.000409402 Jy ! Component: 200 - total flux cleaned = -0.000582501 Jy ! Total flux subtracted in 200 components = -0.000582501 Jy ! Clean residual min=-0.003532 max=0.003247 Jy/beam ! Clean residual mean=0.000006 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.586174 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.586174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070139Jy sigma=0.000912 ! Fit after self-cal, rms=0.070136Jy sigma=0.000912 ! 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.070136Jy sigma=0.000912 ! Fit after self-cal, rms=0.070022Jy sigma=0.000911 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.049 mas, bmaj=5.218 mas, bpa=-0.6994 degrees ! Estimated noise=633.907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0008876 Jy ! Component: 100 - total flux cleaned = -0.0010726 Jy ! Component: 150 - total flux cleaned = -0.00124147 Jy ! Component: 200 - total flux cleaned = -0.00145012 Jy ! Total flux subtracted in 200 components = -0.00145012 Jy ! Clean residual min=-0.003118 max=0.002891 Jy/beam ! Clean residual mean=0.000004 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.584723 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.584723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069884Jy sigma=0.000910 ! Fit after self-cal, rms=0.069866Jy sigma=0.000910 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 = -0.000184554 Jy ! Component: 100 - total flux cleaned = -0.000275917 Jy ! Component: 150 - total flux cleaned = -0.000451432 Jy ! Component: 200 - total flux cleaned = -0.000536097 Jy ! Total flux subtracted in 200 components = -0.000536097 Jy ! Clean residual min=-0.002999 max=0.002835 Jy/beam ! Clean residual mean=0.000004 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.584187 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.584187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069785Jy sigma=0.000909 ! Fit after self-cal, rms=0.069784Jy sigma=0.000909 ! 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.069784Jy sigma=0.000909 ! Fit after self-cal, rms=0.069777Jy sigma=0.000909 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.569 mas, bmaj=9.797 mas, bpa=7.524 degrees ! Estimated noise=724.657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000664738 Jy ! Component: 100 - total flux cleaned = -0.000869115 Jy ! Component: 150 - total flux cleaned = -0.000907408 Jy ! Component: 200 - total flux cleaned = -0.000938 Jy ! Total flux subtracted in 200 components = -0.000938 Jy ! Clean residual min=-0.002731 max=0.002501 Jy/beam ! Clean residual mean=0.000007 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.583249 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.583249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069766Jy sigma=0.000909 ! Fit after self-cal, rms=0.069748Jy sigma=0.000909 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.60035e-05 Jy ! Component: 100 - total flux cleaned = 6.76781e-05 Jy ! Component: 150 - total flux cleaned = 8.09512e-05 Jy ! Component: 200 - total flux cleaned = 8.10894e-05 Jy ! Total flux subtracted in 200 components = 8.10894e-05 Jy ! Clean residual min=-0.002726 max=0.002463 Jy/beam ! Clean residual mean=0.000007 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.58333 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 72 components and 0.58333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069748Jy sigma=0.000909 ! Fit after self-cal, rms=0.069734Jy sigma=0.000909 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.047 mas, bmaj=5.215 mas, bpa=-0.8452 degrees ! Estimated noise=633.89 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.047 x 5.215 at -0.8452 degrees (North through East) ! Clean map min=-0.0026942 max=0.3908 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.307 mas, bmaj=4.32 mas, bpa=-9.027 degrees ! Estimated noise=1125.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.305005 Jy ! Component: 100 - total flux cleaned = 0.421737 Jy ! Component: 150 - total flux cleaned = 0.481124 Jy ! Component: 200 - total flux cleaned = 0.513845 Jy ! Total flux subtracted in 200 components = 0.513845 Jy ! Clean residual min=-0.010090 max=0.016562 Jy/beam ! Clean residual mean=-0.000025 rms=0.002896 Jy/beam ! Combined flux in latest and established models = 0.513845 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.513845 Jy ! Inverting map and beam ! Estimated beam: bmin=4.047 mas, bmaj=5.215 mas, bpa=-0.8452 degrees ! Estimated noise=633.89 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.0254815 Jy ! Component: 100 - total flux cleaned = 0.0397572 Jy ! Component: 150 - total flux cleaned = 0.0483247 Jy ! Component: 200 - total flux cleaned = 0.0539334 Jy ! Total flux subtracted in 200 components = 0.0539334 Jy ! Clean residual min=-0.003569 max=0.004215 Jy/beam ! Clean residual mean=-0.000003 rms=0.000985 Jy/beam ! Combined flux in latest and established models = 0.567778 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 41 components and 0.567778 Jy ! Inverting map ! Added new window around map position (3.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00447018 Jy ! Component: 100 - total flux cleaned = 0.00745894 Jy ! Component: 150 - total flux cleaned = 0.00929841 Jy ! Component: 200 - total flux cleaned = 0.0107361 Jy ! Total flux subtracted in 200 components = 0.0107361 Jy ! Clean residual min=-0.002668 max=0.002943 Jy/beam ! Clean residual mean=0.000001 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.578514 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 59 components and 0.578514 Jy ! Inverting map ! Added new window around map position (-82.5, 43). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222106 Jy ! Component: 100 - total flux cleaned = 0.00308096 Jy ! Component: 150 - total flux cleaned = 0.00378198 Jy ! Component: 200 - total flux cleaned = 0.00451462 Jy ! Total flux subtracted in 200 components = 0.00451462 Jy ! Clean residual min=-0.002388 max=0.002408 Jy/beam ! Clean residual mean=0.000001 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.583029 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 78 components and 0.583029 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.569 mas, bmaj=9.797 mas, bpa=7.524 degrees ! Estimated noise=724.657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156765 Jy ! Component: 100 - total flux cleaned = 0.00273718 Jy ! Component: 150 - total flux cleaned = 0.00367529 Jy ! Component: 200 - total flux cleaned = 0.00441246 Jy ! Total flux subtracted in 200 components = 0.00441246 Jy ! Clean residual min=-0.002512 max=0.002245 Jy/beam ! Clean residual mean=0.000002 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.587441 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.000390117 Jy ! Component: 100 - total flux cleaned = 0.000752288 Jy ! Component: 150 - total flux cleaned = 0.00107381 Jy ! Component: 200 - total flux cleaned = 0.00125533 Jy ! Total flux subtracted in 200 components = 0.00125533 Jy ! Clean residual min=-0.002336 max=0.002185 Jy/beam ! Clean residual mean=0.000002 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.588697 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 124 components and 0.588697 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.047 mas, bmaj=5.215 mas, bpa=-0.8452 degrees ! Estimated noise=633.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000344728 Jy ! Component: 100 - total flux cleaned = -0.000274051 Jy ! Component: 150 - total flux cleaned = -0.000213325 Jy ! Component: 200 - total flux cleaned = -0.000155217 Jy ! Total flux subtracted in 200 components = -0.000155217 Jy ! Clean residual min=-0.002064 max=0.002259 Jy/beam ! Clean residual mean=0.000000 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.588542 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 146 components and 0.588542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069380Jy sigma=0.000905 ! Fit after self-cal, rms=0.069390Jy sigma=0.000905 wmodel J0429+3319_S_2014_01_04_pus_map.mod ! Writing 146 model components to file: J0429+3319_S_2014_01_04_pus_map.mod wobs J0429+3319_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0429+3319_S_2014_01_04_pus_uvs.fits wwins J0429+3319_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J0429+3319_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.000174547 Jy ! Component: 100 - total flux cleaned = -0.000105193 Jy ! Component: 150 - total flux cleaned = -0.000106959 Jy ! Component: 200 - total flux cleaned = 4.57173e-05 Jy ! Component: 250 - total flux cleaned = 0.000103436 Jy ! Component: 300 - total flux cleaned = 0.000214859 Jy ! Component: 350 - total flux cleaned = 0.000187153 Jy ! Component: 400 - total flux cleaned = 0.000109081 Jy ! Component: 450 - total flux cleaned = 8.44373e-05 Jy ! Component: 500 - total flux cleaned = 0.000133279 Jy ! Component: 550 - total flux cleaned = 0.000132649 Jy ! Component: 600 - total flux cleaned = 8.6362e-05 Jy ! Component: 650 - total flux cleaned = 0.000109159 Jy ! Component: 700 - total flux cleaned = 0.000109294 Jy ! Component: 750 - total flux cleaned = 8.76825e-05 Jy ! Component: 800 - total flux cleaned = 6.69031e-05 Jy ! Component: 850 - total flux cleaned = 8.75834e-05 Jy ! Component: 900 - total flux cleaned = 4.80037e-05 Jy ! Component: 950 - total flux cleaned = 8.73519e-05 Jy ! Component: 1000 - total flux cleaned = 8.72254e-05 Jy ! Component: 1050 - total flux cleaned = 6.86984e-05 Jy ! Component: 1100 - total flux cleaned = 8.74852e-05 Jy ! Component: 1150 - total flux cleaned = 0.000141785 Jy ! Component: 1200 - total flux cleaned = 0.000177145 Jy ! Component: 1250 - total flux cleaned = 0.000228937 Jy ! Component: 1300 - total flux cleaned = 0.000280161 Jy ! Component: 1350 - total flux cleaned = 0.000363469 Jy ! Component: 1400 - total flux cleaned = 0.000428974 Jy ! Component: 1450 - total flux cleaned = 0.000525762 Jy ! Component: 1500 - total flux cleaned = 0.000573141 Jy ! Component: 1550 - total flux cleaned = 0.000588813 Jy ! Component: 1600 - total flux cleaned = 0.000635199 Jy ! Component: 1650 - total flux cleaned = 0.000695892 Jy ! Component: 1700 - total flux cleaned = 0.000770663 Jy ! Component: 1750 - total flux cleaned = 0.000829623 Jy ! Component: 1800 - total flux cleaned = 0.000873057 Jy ! Component: 1850 - total flux cleaned = 0.000958693 Jy ! Component: 1900 - total flux cleaned = 0.000986918 Jy ! Component: 1950 - total flux cleaned = 0.00108431 Jy ! Component: 2000 - total flux cleaned = 0.00118018 Jy ! Component: 2050 - total flux cleaned = 0.00120707 Jy ! Component: 2100 - total flux cleaned = 0.0012875 Jy ! Component: 2150 - total flux cleaned = 0.00136672 Jy ! Component: 2200 - total flux cleaned = 0.00144539 Jy ! Component: 2250 - total flux cleaned = 0.00154896 Jy ! Component: 2300 - total flux cleaned = 0.00162582 Jy ! Component: 2350 - total flux cleaned = 0.00176526 Jy ! Component: 2400 - total flux cleaned = 0.00184085 Jy ! Component: 2450 - total flux cleaned = 0.00195278 Jy ! Component: 2500 - total flux cleaned = 0.00203888 Jy ! Component: 2550 - total flux cleaned = 0.00212426 Jy ! Component: 2600 - total flux cleaned = 0.00228102 Jy ! Component: 2650 - total flux cleaned = 0.00235278 Jy ! Component: 2700 - total flux cleaned = 0.00242375 Jy ! Component: 2750 - total flux cleaned = 0.0024709 Jy ! Component: 2800 - total flux cleaned = 0.00256408 Jy ! Component: 2850 - total flux cleaned = 0.00265652 Jy ! Component: 2900 - total flux cleaned = 0.00269092 Jy ! Component: 2950 - total flux cleaned = 0.00275915 Jy ! Component: 3000 - total flux cleaned = 0.00282686 Jy ! Component: 3050 - total flux cleaned = 0.00288271 Jy ! Component: 3100 - total flux cleaned = 0.00294923 Jy ! Component: 3150 - total flux cleaned = 0.00300428 Jy ! Component: 3200 - total flux cleaned = 0.00304803 Jy ! Component: 3250 - total flux cleaned = 0.00310214 Jy ! Component: 3300 - total flux cleaned = 0.00315588 Jy ! Component: 3350 - total flux cleaned = 0.00319853 Jy ! Component: 3400 - total flux cleaned = 0.00323031 Jy ! Component: 3450 - total flux cleaned = 0.00331432 Jy ! Component: 3500 - total flux cleaned = 0.00332476 Jy ! Component: 3550 - total flux cleaned = 0.0033868 Jy ! Component: 3600 - total flux cleaned = 0.00344842 Jy ! Component: 3650 - total flux cleaned = 0.00347911 Jy ! Component: 3700 - total flux cleaned = 0.00355003 Jy ! Component: 3750 - total flux cleaned = 0.00358018 Jy ! Component: 3800 - total flux cleaned = 0.00362016 Jy ! Component: 3850 - total flux cleaned = 0.00365987 Jy ! Component: 3900 - total flux cleaned = 0.00369924 Jy ! Component: 3950 - total flux cleaned = 0.00370902 Jy ! Component: 4000 - total flux cleaned = 0.00377707 Jy ! Component: 4050 - total flux cleaned = 0.00375763 Jy ! Total flux subtracted in 4096 components = 0.00379603 Jy ! Clean residual min=-0.000580 max=0.000659 Jy/beam ! Clean residual mean=-0.000000 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.592338 Jy keep ! Adding 239 model components to the UV plane model. ! The established model now contains 385 components and 0.592338 Jy ![Exited script file: muppet] wmap "J0429+3319_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.047 x 5.215 at -0.8452 degrees (North through East) ! Clean map min=-0.0013322 max=0.39432 Jy/beam ! Writing clean map to FITS file: J0429+3319_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.394322 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000158377 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.120493 0.120493 0.240986 0.481972 0.963945 1.92789 3.85578 7.71156 15.4231 30.8462 61.6925 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.394 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.047 x 5.215 at -0.8452 degrees (North through East) ! Clean map min=-0.0013322 max=0.39432 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 J0429+3319_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:16:52 2017