! Started logfile: J1248+4839_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:25:27 2017 obs J1248+4839_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1248+4839_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.783017 visibilities/baseline/integration-bin. ! Found source: J1248+4839 ! ! 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 338 lines of history. ! ! Reading 17336 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 J1248+4839_S_2015_01_23_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 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941120Jy sigma=0.011648 ! Fit after self-cal, rms=0.928122Jy sigma=0.011496 ! 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.041 mas, bmaj=3.705 mas, bpa=-18.07 degrees ! Estimated noise=814.226 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.0539302 Jy ! Component: 100 - total flux cleaned = 0.0679618 Jy ! Total flux subtracted in 100 components = 0.0679618 Jy ! Clean residual min=-0.003529 max=0.006001 Jy/beam ! Clean residual mean=0.000001 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.0679618 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0679618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068993Jy sigma=0.000795 ! Fit after self-cal, rms=0.068976Jy sigma=0.000795 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0069471 Jy ! Component: 100 - total flux cleaned = 0.0107085 Jy ! Total flux subtracted in 100 components = 0.0107085 Jy ! Clean residual min=-0.003084 max=0.002761 Jy/beam ! Clean residual mean=0.000001 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.0786703 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 13 components and 0.0786703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068009Jy sigma=0.000784 ! Fit after self-cal, rms=0.067999Jy sigma=0.000784 ! 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.855 mas, bmaj=4.596 mas, bpa=-7.814 degrees ! Estimated noise=440.406 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.00334246 Jy ! Component: 100 - total flux cleaned = 0.00525282 Jy ! Component: 150 - total flux cleaned = 0.00642185 Jy ! Component: 200 - total flux cleaned = 0.00716742 Jy ! Total flux subtracted in 200 components = 0.00716742 Jy ! Clean residual min=-0.002560 max=0.002689 Jy/beam ! Clean residual mean=0.000000 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.0858377 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.0858377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067774Jy sigma=0.000783 ! Fit after self-cal, rms=0.067771Jy sigma=0.000782 ! 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 0.97 FD 1.00* HN 0.96 KP 1.11 ! LA 0.99 MK 1.02 NL 1.03 OV 0.99 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 1.03 KP 1.00 ! LA 0.94 MK 1.02 NL 1.03 OV 1.02 ! PT 1.03 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00* HN 1.04 KP 0.89 ! LA 0.75 MK 0.99 NL 1.25 OV 0.97 ! PT 1.06 SC 1.09 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.00* HN 1.00 KP 0.81 ! LA 0.81 MK 1.03 NL 1.09 OV 0.96 ! PT 1.03 SC 1.04 ! ! ! Fit before self-cal, rms=0.067771Jy sigma=0.000782 ! Fit after self-cal, rms=0.066680Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.896 mas, bmaj=4.66 mas, bpa=-8.705 degrees ! Estimated noise=443.495 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.000347984 Jy ! Component: 100 - total flux cleaned = -0.000405976 Jy ! Component: 150 - total flux cleaned = -0.000456525 Jy ! Component: 200 - total flux cleaned = -0.00050194 Jy ! Total flux subtracted in 200 components = -0.00050194 Jy ! Clean residual min=-0.001729 max=0.001557 Jy/beam ! Clean residual mean=0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0853358 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0853358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066674Jy sigma=0.000774 ! Fit after self-cal, rms=0.066675Jy sigma=0.000774 ! 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.066675Jy sigma=0.000774 ! Fit after self-cal, rms=0.066890Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.894 mas, bmaj=4.664 mas, bpa=-9.932 degrees ! Estimated noise=442.953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000251242 Jy ! Component: 100 - total flux cleaned = -0.000313009 Jy ! Component: 150 - total flux cleaned = -0.000345519 Jy ! Component: 200 - total flux cleaned = -0.000375668 Jy ! Total flux subtracted in 200 components = -0.000375668 Jy ! Clean residual min=-0.001592 max=0.001379 Jy/beam ! Clean residual mean=-0.000000 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.0849601 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.0849601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066886Jy sigma=0.000773 ! Fit after self-cal, rms=0.066900Jy 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 = -3.00816e-05 Jy ! Component: 100 - total flux cleaned = -4.86382e-05 Jy ! Component: 150 - total flux cleaned = -5.7102e-05 Jy ! Component: 200 - total flux cleaned = -5.67732e-05 Jy ! Total flux subtracted in 200 components = -5.67732e-05 Jy ! Clean residual min=-0.001585 max=0.001388 Jy/beam ! Clean residual mean=-0.000000 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.0849034 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 41 components and 0.0849034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066898Jy sigma=0.000773 ! Fit after self-cal, rms=0.066897Jy sigma=0.000773 ! 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.066897Jy sigma=0.000773 ! Fit after self-cal, rms=0.066956Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.897 mas, bmaj=4.672 mas, bpa=-10.51 degrees ! Estimated noise=442.914 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000183865 Jy ! Component: 100 - total flux cleaned = -0.000224137 Jy ! Component: 150 - total flux cleaned = -0.000251436 Jy ! Component: 200 - total flux cleaned = -0.00027596 Jy ! Total flux subtracted in 200 components = -0.00027596 Jy ! Clean residual min=-0.001551 max=0.001357 Jy/beam ! Clean residual mean=-0.000000 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.0846274 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.0846274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066953Jy sigma=0.000773 ! Fit after self-cal, rms=0.066954Jy 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 = -1.33402e-05 Jy ! Component: 100 - total flux cleaned = -1.35164e-05 Jy ! Component: 150 - total flux cleaned = -1.33358e-05 Jy ! Component: 200 - total flux cleaned = -1.29882e-05 Jy ! Total flux subtracted in 200 components = -1.29882e-05 Jy ! Clean residual min=-0.001548 max=0.001352 Jy/beam ! Clean residual mean=-0.000000 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0846144 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.0846144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066952Jy sigma=0.000773 ! Fit after self-cal, rms=0.066952Jy sigma=0.000773 ! 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.066952Jy sigma=0.000773 ! Fit after self-cal, rms=0.066980Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.724 mas, bmaj=8.455 mas, bpa=4.977 degrees ! Estimated noise=543.077 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000206007 Jy ! Component: 100 - total flux cleaned = 0.000223794 Jy ! Component: 150 - total flux cleaned = 0.000237571 Jy ! Component: 200 - total flux cleaned = 0.000238918 Jy ! Total flux subtracted in 200 components = 0.000238918 Jy ! Clean residual min=-0.001543 max=0.001636 Jy/beam ! Clean residual mean=-0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0848533 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.0848533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066983Jy sigma=0.000773 ! Fit after self-cal, rms=0.066978Jy 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 = 1.75104e-05 Jy ! Component: 100 - total flux cleaned = 3.35299e-05 Jy ! Component: 150 - total flux cleaned = 4.5018e-05 Jy ! Component: 200 - total flux cleaned = 4.50712e-05 Jy ! Total flux subtracted in 200 components = 4.50712e-05 Jy ! Clean residual min=-0.001546 max=0.001642 Jy/beam ! Clean residual mean=-0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0848984 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.0848984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066981Jy sigma=0.000773 ! Fit after self-cal, rms=0.066977Jy sigma=0.000773 ! 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.899 mas, bmaj=4.679 mas, bpa=-11.01 degrees ! Estimated noise=442.878 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.899 x 4.679 at -11.01 degrees (North through East) ! Clean map min=-0.0014153 max=0.07242 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.057 mas, bmaj=3.764 mas, bpa=-20.73 degrees ! Estimated noise=829.105 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0545605 Jy ! Component: 100 - total flux cleaned = 0.0689961 Jy ! Component: 150 - total flux cleaned = 0.0755425 Jy ! Component: 200 - total flux cleaned = 0.0790424 Jy ! Total flux subtracted in 200 components = 0.0790424 Jy ! Clean residual min=-0.002488 max=0.002488 Jy/beam ! Clean residual mean=0.000000 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.0790424 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.0790424 Jy ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=4.679 mas, bpa=-11.01 degrees ! Estimated noise=442.878 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) ! Added new window around map position (4, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00302217 Jy ! Component: 100 - total flux cleaned = 0.00458112 Jy ! Component: 150 - total flux cleaned = 0.00563305 Jy ! Component: 200 - total flux cleaned = 0.00604128 Jy ! Total flux subtracted in 200 components = 0.00604128 Jy ! Clean residual min=-0.001420 max=0.001285 Jy/beam ! Clean residual mean=-0.000000 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0850837 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 42 components and 0.0850837 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.724 mas, bmaj=8.455 mas, bpa=4.977 degrees ! Estimated noise=543.077 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000798015 Jy ! Component: 100 - total flux cleaned = 0.00105302 Jy ! Component: 150 - total flux cleaned = 0.00114804 Jy ! Component: 200 - total flux cleaned = 0.00118569 Jy ! Total flux subtracted in 200 components = 0.00118569 Jy ! Clean residual min=-0.001486 max=0.001378 Jy/beam ! Clean residual mean=-0.000001 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.0862694 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 = 1.55159e-05 Jy ! Component: 100 - total flux cleaned = 2.9018e-05 Jy ! Component: 150 - total flux cleaned = 3.53143e-05 Jy ! Component: 200 - total flux cleaned = 4.62459e-05 Jy ! Total flux subtracted in 200 components = 4.62459e-05 Jy ! Clean residual min=-0.001480 max=0.001368 Jy/beam ! Clean residual mean=-0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0863156 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 78 components and 0.0863157 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=4.679 mas, bpa=-11.01 degrees ! Estimated noise=442.878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000109885 Jy ! Component: 100 - total flux cleaned = -0.000215252 Jy ! Component: 150 - total flux cleaned = -0.000290908 Jy ! Component: 200 - total flux cleaned = -0.000330515 Jy ! Total flux subtracted in 200 components = -0.000330515 Jy ! Clean residual min=-0.001403 max=0.001275 Jy/beam ! Clean residual mean=-0.000000 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0859851 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 89 components and 0.0859851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066954Jy sigma=0.000772 ! Fit after self-cal, rms=0.066953Jy sigma=0.000772 wmodel J1248+4839_S_2015_01_23_pus_map.mod ! Writing 89 model components to file: J1248+4839_S_2015_01_23_pus_map.mod wobs J1248+4839_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1248+4839_S_2015_01_23_pus_uvs.fits wwins J1248+4839_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1248+4839_S_2015_01_23_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.000601756 Jy ! Component: 100 - total flux cleaned = -0.0010783 Jy ! Component: 150 - total flux cleaned = -0.00139272 Jy ! Component: 200 - total flux cleaned = -0.00164734 Jy ! Component: 250 - total flux cleaned = -0.00178886 Jy ! Component: 300 - total flux cleaned = -0.00198424 Jy ! Component: 350 - total flux cleaned = -0.00217233 Jy ! Component: 400 - total flux cleaned = -0.00235454 Jy ! Component: 450 - total flux cleaned = -0.00251444 Jy ! Component: 500 - total flux cleaned = -0.00268752 Jy ! Component: 550 - total flux cleaned = -0.00282282 Jy ! Component: 600 - total flux cleaned = -0.00293856 Jy ! Component: 650 - total flux cleaned = -0.00301978 Jy ! Component: 700 - total flux cleaned = -0.00311521 Jy ! Component: 750 - total flux cleaned = -0.00320857 Jy ! Component: 800 - total flux cleaned = -0.00325425 Jy ! Component: 850 - total flux cleaned = -0.00328403 Jy ! Component: 900 - total flux cleaned = -0.00335815 Jy ! Component: 950 - total flux cleaned = -0.00340167 Jy ! Component: 1000 - total flux cleaned = -0.00345898 Jy ! Component: 1050 - total flux cleaned = -0.00348719 Jy ! Component: 1100 - total flux cleaned = -0.00352891 Jy ! Component: 1150 - total flux cleaned = -0.00355649 Jy ! Component: 1200 - total flux cleaned = -0.00358364 Jy ! Component: 1250 - total flux cleaned = -0.0036104 Jy ! Component: 1300 - total flux cleaned = -0.00362348 Jy ! Component: 1350 - total flux cleaned = -0.00363678 Jy ! Component: 1400 - total flux cleaned = -0.00366245 Jy ! Component: 1450 - total flux cleaned = -0.00366242 Jy ! Component: 1500 - total flux cleaned = -0.00368735 Jy ! Component: 1550 - total flux cleaned = -0.00369947 Jy ! Component: 1600 - total flux cleaned = -0.00367485 Jy ! Component: 1650 - total flux cleaned = -0.00369912 Jy ! Component: 1700 - total flux cleaned = -0.00367526 Jy ! Component: 1750 - total flux cleaned = -0.00368703 Jy ! Component: 1800 - total flux cleaned = -0.00371038 Jy ! Component: 1850 - total flux cleaned = -0.00372178 Jy ! Component: 1900 - total flux cleaned = -0.00369885 Jy ! Component: 1950 - total flux cleaned = -0.00367615 Jy ! Component: 2000 - total flux cleaned = -0.00370992 Jy ! Component: 2050 - total flux cleaned = -0.00366554 Jy ! Component: 2100 - total flux cleaned = -0.00370957 Jy ! Component: 2150 - total flux cleaned = -0.00369856 Jy ! Component: 2200 - total flux cleaned = -0.00362304 Jy ! Component: 2250 - total flux cleaned = -0.00363365 Jy ! Component: 2300 - total flux cleaned = -0.00358081 Jy ! Component: 2350 - total flux cleaned = -0.00354939 Jy ! Component: 2400 - total flux cleaned = -0.00357022 Jy ! Component: 2450 - total flux cleaned = -0.00350843 Jy ! Component: 2500 - total flux cleaned = -0.00350846 Jy ! Component: 2550 - total flux cleaned = -0.00347829 Jy ! Component: 2600 - total flux cleaned = -0.00351823 Jy ! Component: 2650 - total flux cleaned = -0.00349834 Jy ! Component: 2700 - total flux cleaned = -0.00349829 Jy ! Component: 2750 - total flux cleaned = -0.00346898 Jy ! Component: 2800 - total flux cleaned = -0.00346893 Jy ! Component: 2850 - total flux cleaned = -0.00345926 Jy ! Component: 2900 - total flux cleaned = -0.00342119 Jy ! Component: 2950 - total flux cleaned = -0.00344947 Jy ! Component: 3000 - total flux cleaned = -0.00342131 Jy ! Component: 3050 - total flux cleaned = -0.00341205 Jy ! Component: 3100 - total flux cleaned = -0.0034028 Jy ! Component: 3150 - total flux cleaned = -0.00338447 Jy ! Component: 3200 - total flux cleaned = -0.00335733 Jy ! Component: 3250 - total flux cleaned = -0.0033573 Jy ! Component: 3300 - total flux cleaned = -0.00332157 Jy ! Component: 3350 - total flux cleaned = -0.00333936 Jy ! Component: 3400 - total flux cleaned = -0.00335698 Jy ! Component: 3450 - total flux cleaned = -0.00333947 Jy ! Component: 3500 - total flux cleaned = -0.00331347 Jy ! Component: 3550 - total flux cleaned = -0.00336523 Jy ! Component: 3600 - total flux cleaned = -0.00334818 Jy ! Component: 3650 - total flux cleaned = -0.00332272 Jy ! Component: 3700 - total flux cleaned = -0.00334806 Jy ! Component: 3750 - total flux cleaned = -0.00333964 Jy ! Component: 3800 - total flux cleaned = -0.00331461 Jy ! Component: 3850 - total flux cleaned = -0.00331469 Jy ! Component: 3900 - total flux cleaned = -0.00333941 Jy ! Component: 3950 - total flux cleaned = -0.00336389 Jy ! Component: 4000 - total flux cleaned = -0.00336391 Jy ! Component: 4050 - total flux cleaned = -0.00336396 Jy ! Total flux subtracted in 4096 components = -0.00338007 Jy ! Clean residual min=-0.000450 max=0.000504 Jy/beam ! Clean residual mean=0.000003 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.0826051 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 350 components and 0.0826051 Jy ![Exited script file: muppet] wmap "J1248+4839_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.899 x 4.679 at -11.01 degrees (North through East) ! Clean map min=-0.0012948 max=0.072919 Jy/beam ! Writing clean map to FITS file: J1248+4839_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0729189 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000138602 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.570232 0.570232 1.14046 2.28093 4.56186 9.12371 18.2474 36.4948 72.9897 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.072 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.899 x 4.679 at -11.01 degrees (North through East) ! Clean map min=-0.0012948 max=0.072919 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 J1248+4839_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:25:32 2017