! Started logfile: J2359+3850_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:13:22 2016 obs J2359+3850_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2359+3850_S_2015_03_17_pus_uva.fits ! AN table 1: 14 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.915873 visibilities/baseline/integration-bin. ! Found source: J2359+3850 ! ! 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 2308 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 J2359+3850_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.592450Jy sigma=0.007623 ! Fit after self-cal, rms=0.576182Jy sigma=0.007402 ! 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.439 mas, bmaj=8.102 mas, bpa=-21.53 degrees ! Estimated noise=1677.43 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.305246 Jy ! Component: 100 - total flux cleaned = 0.398853 Jy ! Total flux subtracted in 100 components = 0.398853 Jy ! Clean residual min=-0.018356 max=0.042031 Jy/beam ! Clean residual mean=0.000064 rms=0.005847 Jy/beam ! Combined flux in latest and established models = 0.398853 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.398853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125642Jy sigma=0.001293 ! Fit after self-cal, rms=0.125577Jy sigma=0.001292 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0456996 Jy ! Component: 100 - total flux cleaned = 0.0686449 Jy ! Total flux subtracted in 100 components = 0.0686449 Jy ! Clean residual min=-0.012873 max=0.014802 Jy/beam ! Clean residual mean=0.000036 rms=0.003592 Jy/beam ! Combined flux in latest and established models = 0.467497 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.467497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098133Jy sigma=0.001008 ! Fit after self-cal, rms=0.098099Jy sigma=0.001007 ! 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=2.952 mas, bmaj=8.583 mas, bpa=-20.89 degrees ! Estimated noise=1226.14 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.0215358 Jy ! Component: 100 - total flux cleaned = 0.0351029 Jy ! Component: 150 - total flux cleaned = 0.044431 Jy ! Component: 200 - total flux cleaned = 0.0509346 Jy ! Total flux subtracted in 200 components = 0.0509346 Jy ! Clean residual min=-0.014263 max=0.011008 Jy/beam ! Clean residual mean=0.000026 rms=0.003087 Jy/beam ! Combined flux in latest and established models = 0.518432 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 54 components and 0.518432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089939Jy sigma=0.000956 ! Fit after self-cal, rms=0.089936Jy sigma=0.000956 ! 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 0.86 HN 0.95 KP 1.11 ! LA 1.00 MK 1.00 NL 0.91 OV 1.00 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.88 HN 1.04 KP 1.06 ! LA 0.95 MK 1.02 NL 1.01 OV 1.05 ! PT 1.05 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.93 HN 1.01 KP 0.96 ! LA 0.79 MK 1.10 NL 1.15 OV 0.91 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.94 HN 0.96 KP 0.93 ! LA 0.85 MK 1.06 NL 1.03 OV 0.99 ! PT 1.07 SC 0.98 ! ! ! Fit before self-cal, rms=0.089936Jy sigma=0.000956 ! Fit after self-cal, rms=0.069982Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.994 mas, bmaj=8.619 mas, bpa=-20.86 degrees ! Estimated noise=1226.19 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.00408478 Jy ! Component: 100 - total flux cleaned = -0.00513795 Jy ! Component: 150 - total flux cleaned = -0.00579784 Jy ! Component: 200 - total flux cleaned = -0.00632888 Jy ! Total flux subtracted in 200 components = -0.00632888 Jy ! Clean residual min=-0.006327 max=0.004868 Jy/beam ! Clean residual mean=0.000007 rms=0.001223 Jy/beam ! Combined flux in latest and established models = 0.512103 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.512103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069683Jy sigma=0.000781 ! Fit after self-cal, rms=0.069606Jy sigma=0.000781 ! 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.069606Jy sigma=0.000781 ! Fit after self-cal, rms=0.069563Jy sigma=0.000779 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.01 mas, bmaj=8.624 mas, bpa=-20.86 degrees ! Estimated noise=1227.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00259088 Jy ! Component: 100 - total flux cleaned = -0.00339119 Jy ! Component: 150 - total flux cleaned = -0.00405288 Jy ! Component: 200 - total flux cleaned = -0.00439399 Jy ! Total flux subtracted in 200 components = -0.00439399 Jy ! Clean residual min=-0.005705 max=0.004610 Jy/beam ! Clean residual mean=0.000007 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.507709 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.507709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069384Jy sigma=0.000777 ! Fit after self-cal, rms=0.069385Jy sigma=0.000777 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 = -5.124e-05 Jy ! Component: 100 - total flux cleaned = -0.00014599 Jy ! Component: 150 - total flux cleaned = -0.000233975 Jy ! Component: 200 - total flux cleaned = -0.000234127 Jy ! Total flux subtracted in 200 components = -0.000234127 Jy ! Clean residual min=-0.005469 max=0.004615 Jy/beam ! Clean residual mean=0.000007 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.507475 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.507475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069333Jy sigma=0.000777 ! Fit after self-cal, rms=0.069333Jy sigma=0.000777 ! 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.069333Jy sigma=0.000777 ! Fit after self-cal, rms=0.069351Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=8.627 mas, bpa=-20.85 degrees ! Estimated noise=1229.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00206275 Jy ! Component: 100 - total flux cleaned = -0.00256212 Jy ! Component: 150 - total flux cleaned = -0.00306016 Jy ! Component: 200 - total flux cleaned = -0.00343536 Jy ! Total flux subtracted in 200 components = -0.00343536 Jy ! Clean residual min=-0.004972 max=0.004383 Jy/beam ! Clean residual mean=0.000007 rms=0.001071 Jy/beam ! Combined flux in latest and established models = 0.50404 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 72 components and 0.50404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069233Jy sigma=0.000775 ! Fit after self-cal, rms=0.069234Jy sigma=0.000775 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.27695e-05 Jy ! Component: 100 - total flux cleaned = -0.000142247 Jy ! Component: 150 - total flux cleaned = -0.000173697 Jy ! Component: 200 - total flux cleaned = -0.000233388 Jy ! Total flux subtracted in 200 components = -0.000233388 Jy ! Clean residual min=-0.004822 max=0.004385 Jy/beam ! Clean residual mean=0.000007 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.503806 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 77 components and 0.503806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069206Jy sigma=0.000774 ! Fit after self-cal, rms=0.069206Jy sigma=0.000774 ! 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.069206Jy sigma=0.000774 ! Fit after self-cal, rms=0.069244Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.202 mas, bmaj=9.797 mas, bpa=-20.73 degrees ! Estimated noise=1583.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00171945 Jy ! Component: 100 - total flux cleaned = -0.00246354 Jy ! Component: 150 - total flux cleaned = -0.00261971 Jy ! Component: 200 - total flux cleaned = -0.00274849 Jy ! Total flux subtracted in 200 components = -0.00274849 Jy ! Clean residual min=-0.004347 max=0.005292 Jy/beam ! Clean residual mean=0.000014 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.501058 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 92 components and 0.501058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069227Jy sigma=0.000773 ! Fit after self-cal, rms=0.069227Jy sigma=0.000773 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.13387e-05 Jy ! Component: 100 - total flux cleaned = -0.000126367 Jy ! Component: 150 - total flux cleaned = -0.000170842 Jy ! Component: 200 - total flux cleaned = -0.000210962 Jy ! Total flux subtracted in 200 components = -0.000210962 Jy ! Clean residual min=-0.004335 max=0.005271 Jy/beam ! Clean residual mean=0.000014 rms=0.001318 Jy/beam ! Combined flux in latest and established models = 0.500847 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 94 components and 0.500847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069238Jy sigma=0.000774 ! Fit after self-cal, rms=0.069237Jy sigma=0.000774 ! 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.038 mas, bmaj=8.629 mas, bpa=-20.85 degrees ! Estimated noise=1230.7 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.038 x 8.629 at -20.85 degrees (North through East) ! Clean map min=-0.0045515 max=0.41992 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.506 mas, bmaj=8.108 mas, bpa=-21.47 degrees ! Estimated noise=1712.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.311242 Jy ! Component: 100 - total flux cleaned = 0.399224 Jy ! Component: 150 - total flux cleaned = 0.440693 Jy ! Component: 200 - total flux cleaned = 0.460983 Jy ! Total flux subtracted in 200 components = 0.460983 Jy ! Clean residual min=-0.008872 max=0.010768 Jy/beam ! Clean residual mean=0.000022 rms=0.002220 Jy/beam ! Combined flux in latest and established models = 0.460983 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.460983 Jy ! Inverting map and beam ! Estimated beam: bmin=3.038 mas, bmaj=8.629 mas, bpa=-20.85 degrees ! Estimated noise=1230.7 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.0160411 Jy ! Component: 100 - total flux cleaned = 0.0249703 Jy ! Component: 150 - total flux cleaned = 0.0308827 Jy ! Component: 200 - total flux cleaned = 0.0339121 Jy ! Total flux subtracted in 200 components = 0.0339121 Jy ! Clean residual min=-0.005250 max=0.004264 Jy/beam ! Clean residual mean=0.000009 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.494895 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 58 components and 0.494895 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.202 mas, bmaj=9.797 mas, bpa=-20.73 degrees ! Estimated noise=1583.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00436672 Jy ! Component: 100 - total flux cleaned = 0.00612227 Jy ! Component: 150 - total flux cleaned = 0.0063632 Jy ! Component: 200 - total flux cleaned = 0.00645628 Jy ! Total flux subtracted in 200 components = 0.00645628 Jy ! Clean residual min=-0.004146 max=0.005268 Jy/beam ! Clean residual mean=0.000015 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.501351 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.4808e-05 Jy ! Component: 100 - total flux cleaned = -4.79854e-05 Jy ! Component: 150 - total flux cleaned = -9.0296e-05 Jy ! Component: 200 - total flux cleaned = -0.000109118 Jy ! Total flux subtracted in 200 components = -0.000109118 Jy ! Clean residual min=-0.004212 max=0.005263 Jy/beam ! Clean residual mean=0.000015 rms=0.001319 Jy/beam ! Combined flux in latest and established models = 0.501242 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 81 components and 0.501242 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.038 mas, bmaj=8.629 mas, bpa=-20.85 degrees ! Estimated noise=1230.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000382983 Jy ! Component: 100 - total flux cleaned = -0.000534842 Jy ! Component: 150 - total flux cleaned = -0.000659856 Jy ! Component: 200 - total flux cleaned = -0.000811404 Jy ! Total flux subtracted in 200 components = -0.000811404 Jy ! Clean residual min=-0.004380 max=0.004314 Jy/beam ! Clean residual mean=0.000007 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.500431 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 91 components and 0.500431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069197Jy sigma=0.000773 ! Fit after self-cal, rms=0.069194Jy sigma=0.000773 wmodel J2359+3850_S_2015_03_17_pus_map.mod ! Writing 91 model components to file: J2359+3850_S_2015_03_17_pus_map.mod wobs J2359+3850_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2359+3850_S_2015_03_17_pus_uvs.fits wwins J2359+3850_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J2359+3850_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 = -8.68327e-05 Jy ! Component: 100 - total flux cleaned = -0.000378614 Jy ! Component: 150 - total flux cleaned = -0.000451035 Jy ! Component: 200 - total flux cleaned = -0.000209134 Jy ! Component: 250 - total flux cleaned = -0.000320277 Jy ! Component: 300 - total flux cleaned = -0.000594354 Jy ! Component: 350 - total flux cleaned = -0.000858897 Jy ! Component: 400 - total flux cleaned = -0.00111385 Jy ! Component: 450 - total flux cleaned = -0.00136241 Jy ! Component: 500 - total flux cleaned = -0.00165105 Jy ! Component: 550 - total flux cleaned = -0.00169856 Jy ! Component: 600 - total flux cleaned = -0.00187951 Jy ! Component: 650 - total flux cleaned = -0.00187855 Jy ! Component: 700 - total flux cleaned = -0.00196399 Jy ! Component: 750 - total flux cleaned = -0.00204811 Jy ! Component: 800 - total flux cleaned = -0.00208919 Jy ! Component: 850 - total flux cleaned = -0.00217124 Jy ! Component: 900 - total flux cleaned = -0.00228769 Jy ! Component: 950 - total flux cleaned = -0.00232576 Jy ! Component: 1000 - total flux cleaned = -0.00240022 Jy ! Component: 1050 - total flux cleaned = -0.00254661 Jy ! Component: 1100 - total flux cleaned = -0.00258221 Jy ! Component: 1150 - total flux cleaned = -0.00268812 Jy ! Component: 1200 - total flux cleaned = -0.00282564 Jy ! Component: 1250 - total flux cleaned = -0.00285868 Jy ! Component: 1300 - total flux cleaned = -0.00289116 Jy ! Component: 1350 - total flux cleaned = -0.00298909 Jy ! Component: 1400 - total flux cleaned = -0.00308618 Jy ! Component: 1450 - total flux cleaned = -0.00327541 Jy ! Component: 1500 - total flux cleaned = -0.00342959 Jy ! Component: 1550 - total flux cleaned = -0.00349043 Jy ! Component: 1600 - total flux cleaned = -0.00355106 Jy ! Component: 1650 - total flux cleaned = -0.00369972 Jy ! Component: 1700 - total flux cleaned = -0.00369952 Jy ! Component: 1750 - total flux cleaned = -0.00372805 Jy ! Component: 1800 - total flux cleaned = -0.00375671 Jy ! Component: 1850 - total flux cleaned = -0.00381281 Jy ! Component: 1900 - total flux cleaned = -0.00378515 Jy ! Component: 1950 - total flux cleaned = -0.00370345 Jy ! Component: 2000 - total flux cleaned = -0.00375751 Jy ! Component: 2050 - total flux cleaned = -0.00370472 Jy ! Component: 2100 - total flux cleaned = -0.00373145 Jy ! Component: 2150 - total flux cleaned = -0.00370573 Jy ! Component: 2200 - total flux cleaned = -0.00368035 Jy ! Component: 2250 - total flux cleaned = -0.00370564 Jy ! Component: 2300 - total flux cleaned = -0.00365599 Jy ! Component: 2350 - total flux cleaned = -0.00373006 Jy ! Component: 2400 - total flux cleaned = -0.0036571 Jy ! Component: 2450 - total flux cleaned = -0.00375409 Jy ! Component: 2500 - total flux cleaned = -0.00377738 Jy ! Component: 2550 - total flux cleaned = -0.00380085 Jy ! Component: 2600 - total flux cleaned = -0.00394081 Jy ! Component: 2650 - total flux cleaned = -0.00394062 Jy ! Component: 2700 - total flux cleaned = -0.00400905 Jy ! Component: 2750 - total flux cleaned = -0.0040543 Jy ! Component: 2800 - total flux cleaned = -0.00407674 Jy ! Component: 2850 - total flux cleaned = -0.00412135 Jy ! Component: 2900 - total flux cleaned = -0.00420946 Jy ! Component: 2950 - total flux cleaned = -0.00431827 Jy ! Component: 3000 - total flux cleaned = -0.00431817 Jy ! Component: 3050 - total flux cleaned = -0.00436099 Jy ! Component: 3100 - total flux cleaned = -0.00442494 Jy ! Component: 3150 - total flux cleaned = -0.00452999 Jy ! Component: 3200 - total flux cleaned = -0.00459241 Jy ! Component: 3250 - total flux cleaned = -0.00465419 Jy ! Component: 3300 - total flux cleaned = -0.00475627 Jy ! Component: 3350 - total flux cleaned = -0.00475613 Jy ! Component: 3400 - total flux cleaned = -0.00481637 Jy ! Component: 3450 - total flux cleaned = -0.00491589 Jy ! Component: 3500 - total flux cleaned = -0.00489595 Jy ! Component: 3550 - total flux cleaned = -0.00503305 Jy ! Component: 3600 - total flux cleaned = -0.00501361 Jy ! Component: 3650 - total flux cleaned = -0.00510993 Jy ! Component: 3700 - total flux cleaned = -0.0050908 Jy ! Component: 3750 - total flux cleaned = -0.0051478 Jy ! Component: 3800 - total flux cleaned = -0.00522312 Jy ! Component: 3850 - total flux cleaned = -0.00531652 Jy ! Component: 3900 - total flux cleaned = -0.00535356 Jy ! Component: 3950 - total flux cleaned = -0.00542706 Jy ! Component: 4000 - total flux cleaned = -0.00551843 Jy ! Component: 4050 - total flux cleaned = -0.00560912 Jy ! Total flux subtracted in 4096 components = -0.00560904 Jy ! Clean residual min=-0.001403 max=0.001050 Jy/beam ! Clean residual mean=0.000003 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.494822 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 358 components and 0.494822 Jy ![Exited script file: muppet] wmap "J2359+3850_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.038 x 8.629 at -20.85 degrees (North through East) ! Clean map min=-0.0029634 max=0.42027 Jy/beam ! Writing clean map to FITS file: J2359+3850_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.420272 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000328053 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.234172 0.234172 0.468344 0.936687 1.87337 3.74675 7.4935 14.987 29.974 59.948 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.42 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.038 x 8.629 at -20.85 degrees (North through East) ! Clean map min=-0.0029634 max=0.42027 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 J2359+3850_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:13:26 2016