! Started logfile: J1914+0124_S_2017_03_23_pus_uvs.log on Mon May 13 10:07:34 2019 obs J1914+0124_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1914+0124_S_2017_03_23_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.903497 visibilities/baseline/integration-bin. ! Found source: J1914+0124 ! ! 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 481 lines of history. ! ! Reading 23256 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 J1914+0124_S_2017_03_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 640 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.925704Jy sigma=0.007257 ! Fit after self-cal, rms=0.914381Jy sigma=0.007174 ! 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.99 mas, bmaj=7.012 mas, bpa=-2.41 degrees ! Estimated noise=962.468 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.0637137 Jy ! Component: 100 - total flux cleaned = 0.0847775 Jy ! Total flux subtracted in 100 components = 0.0847775 Jy ! Clean residual min=-0.004128 max=0.009780 Jy/beam ! Clean residual mean=-0.000013 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.0847775 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0847775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099353Jy sigma=0.000694 ! Fit after self-cal, rms=0.099283Jy sigma=0.000693 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118136 Jy ! Component: 100 - total flux cleaned = 0.0180107 Jy ! Total flux subtracted in 100 components = 0.0180107 Jy ! Clean residual min=-0.003065 max=0.003319 Jy/beam ! Clean residual mean=-0.000007 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.102788 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 13 components and 0.102788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097308Jy sigma=0.000676 ! Fit after self-cal, rms=0.097272Jy sigma=0.000676 ! 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.619 mas, bmaj=7.996 mas, bpa=-1.438 degrees ! Estimated noise=678.105 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.00648944 Jy ! Component: 100 - total flux cleaned = 0.00990038 Jy ! Component: 150 - total flux cleaned = 0.0119489 Jy ! Component: 200 - total flux cleaned = 0.0132568 Jy ! Total flux subtracted in 200 components = 0.0132568 Jy ! Clean residual min=-0.003745 max=0.002634 Jy/beam ! Clean residual mean=-0.000007 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.116045 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 41 components and 0.116045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096815Jy sigma=0.000673 ! Fit after self-cal, rms=0.096831Jy sigma=0.000673 ! 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 HN 1.03 KP 1.01 ! LA 0.99 MK 1.02 NL 0.88 OV 1.03 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.09 KP 1.00 ! LA 0.93 MK 1.06 NL 1.08 OV 1.06 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.02 HN 0.98 KP 0.88 ! LA 0.78 MK 1.06 NL 1.18 OV 0.96 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.08 HN 0.91 KP 1.00* ! LA 0.77 MK 0.94 NL 1.00* OV 1.15 ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.096831Jy sigma=0.000673 ! Fit after self-cal, rms=0.094080Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.627 mas, bmaj=8.026 mas, bpa=-0.8969 degrees ! Estimated noise=675.571 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.000457561 Jy ! Component: 100 - total flux cleaned = -0.000458423 Jy ! Component: 150 - total flux cleaned = -0.000458756 Jy ! Component: 200 - total flux cleaned = -0.000489008 Jy ! Total flux subtracted in 200 components = -0.000489008 Jy ! Clean residual min=-0.002462 max=0.002178 Jy/beam ! Clean residual mean=-0.000004 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.115556 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.115556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094071Jy sigma=0.000667 ! Fit after self-cal, rms=0.094027Jy sigma=0.000667 ! 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.094027Jy sigma=0.000667 ! Fit after self-cal, rms=0.098033Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.627 mas, bmaj=8.038 mas, bpa=-0.8593 degrees ! Estimated noise=675.656 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000303608 Jy ! Component: 100 - total flux cleaned = 0.000320976 Jy ! Component: 150 - total flux cleaned = 0.000305738 Jy ! Component: 200 - total flux cleaned = 0.000306526 Jy ! Total flux subtracted in 200 components = 0.000306526 Jy ! Clean residual min=-0.002150 max=0.001636 Jy/beam ! Clean residual mean=-0.000003 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.115863 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 57 components and 0.115863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098026Jy sigma=0.000664 ! Fit after self-cal, rms=0.098160Jy sigma=0.000664 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.29087e-05 Jy ! Component: 100 - total flux cleaned = -7.29673e-05 Jy ! Component: 150 - total flux cleaned = -6.26866e-05 Jy ! Component: 200 - total flux cleaned = -5.28922e-05 Jy ! Total flux subtracted in 200 components = -5.28922e-05 Jy ! Clean residual min=-0.002142 max=0.001692 Jy/beam ! Clean residual mean=-0.000004 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.11581 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 59 components and 0.11581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098157Jy sigma=0.000664 ! Fit after self-cal, rms=0.098155Jy sigma=0.000664 ! 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.098155Jy sigma=0.000664 ! Fit after self-cal, rms=0.098758Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.619 mas, bmaj=8.035 mas, bpa=-0.9475 degrees ! Estimated noise=674.868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122285 Jy ! Component: 100 - total flux cleaned = 0.000144678 Jy ! Component: 150 - total flux cleaned = 0.00015492 Jy ! Component: 200 - total flux cleaned = 0.000173412 Jy ! Total flux subtracted in 200 components = 0.000173412 Jy ! Clean residual min=-0.002123 max=0.001654 Jy/beam ! Clean residual mean=-0.000002 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.115983 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.115983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098755Jy sigma=0.000664 ! Fit after self-cal, rms=0.098771Jy sigma=0.000664 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.34134e-05 Jy ! Component: 100 - total flux cleaned = -1.46879e-05 Jy ! Component: 150 - total flux cleaned = -6.98909e-06 Jy ! Component: 200 - total flux cleaned = -6.937e-06 Jy ! Total flux subtracted in 200 components = -6.937e-06 Jy ! Clean residual min=-0.002127 max=0.001667 Jy/beam ! Clean residual mean=-0.000002 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.115976 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 64 components and 0.115976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098769Jy sigma=0.000664 ! Fit after self-cal, rms=0.098768Jy sigma=0.000664 ! 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.098768Jy sigma=0.000664 ! Fit after self-cal, rms=0.098807Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.655 mas, bmaj=12.14 mas, bpa=-0.322 degrees ! Estimated noise=818.986 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000178197 Jy ! Component: 100 - total flux cleaned = 0.000187948 Jy ! Component: 150 - total flux cleaned = 0.000196505 Jy ! Component: 200 - total flux cleaned = 0.000203873 Jy ! Total flux subtracted in 200 components = 0.000203873 Jy ! Clean residual min=-0.001848 max=0.001980 Jy/beam ! Clean residual mean=-0.000004 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.11618 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 71 components and 0.11618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098807Jy sigma=0.000664 ! Fit after self-cal, rms=0.098811Jy sigma=0.000664 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.05749e-06 Jy ! Component: 100 - total flux cleaned = 2.33054e-05 Jy ! Component: 150 - total flux cleaned = 3.61182e-05 Jy ! Component: 200 - total flux cleaned = 4.82214e-05 Jy ! Total flux subtracted in 200 components = 4.82214e-05 Jy ! Clean residual min=-0.001841 max=0.001981 Jy/beam ! Clean residual mean=-0.000004 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.116228 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 73 components and 0.116228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098812Jy sigma=0.000664 ! Fit after self-cal, rms=0.098813Jy sigma=0.000664 ! 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.613 mas, bmaj=8.034 mas, bpa=-1.059 degrees ! Estimated noise=674.414 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.613 x 8.034 at -1.059 degrees (North through East) ! Clean map min=-0.0020192 max=0.087377 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.986 mas, bmaj=7.039 mas, bpa=-1.961 degrees ! Estimated noise=960.114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0630487 Jy ! Component: 100 - total flux cleaned = 0.0859344 Jy ! Component: 150 - total flux cleaned = 0.097858 Jy ! Component: 200 - total flux cleaned = 0.104201 Jy ! Total flux subtracted in 200 components = 0.104201 Jy ! Clean residual min=-0.003181 max=0.003043 Jy/beam ! Clean residual mean=-0.000005 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.104201 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.104201 Jy ! Inverting map and beam ! Estimated beam: bmin=3.613 mas, bmaj=8.034 mas, bpa=-1.059 degrees ! Estimated noise=674.414 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.00543327 Jy ! Component: 100 - total flux cleaned = 0.00811721 Jy ! Component: 150 - total flux cleaned = 0.00959061 Jy ! Component: 200 - total flux cleaned = 0.0104535 Jy ! Total flux subtracted in 200 components = 0.0104535 Jy ! Clean residual min=-0.002220 max=0.001620 Jy/beam ! Clean residual mean=-0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.114655 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 41 components and 0.114655 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.655 mas, bmaj=12.14 mas, bpa=-0.322 degrees ! Estimated noise=818.986 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000779437 Jy ! Component: 100 - total flux cleaned = 0.00114512 Jy ! Component: 150 - total flux cleaned = 0.00119229 Jy ! Component: 200 - total flux cleaned = 0.00123444 Jy ! Total flux subtracted in 200 components = 0.00123444 Jy ! Clean residual min=-0.001808 max=0.001961 Jy/beam ! Clean residual mean=-0.000004 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.115889 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 = 3.74522e-05 Jy ! Component: 100 - total flux cleaned = 7.06952e-05 Jy ! Component: 150 - total flux cleaned = 9.47263e-05 Jy ! Component: 200 - total flux cleaned = 0.00012189 Jy ! Total flux subtracted in 200 components = 0.00012189 Jy ! Clean residual min=-0.001800 max=0.001969 Jy/beam ! Clean residual mean=-0.000004 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.116011 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.116011 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.613 mas, bmaj=8.034 mas, bpa=-1.059 degrees ! Estimated noise=674.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.78885e-05 Jy ! Component: 100 - total flux cleaned = -0.000117891 Jy ! Component: 150 - total flux cleaned = -0.000129301 Jy ! Component: 200 - total flux cleaned = -0.000129627 Jy ! Total flux subtracted in 200 components = -0.000129627 Jy ! Clean residual min=-0.002160 max=0.001672 Jy/beam ! Clean residual mean=-0.000002 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.115881 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.115881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098814Jy sigma=0.000664 ! Fit after self-cal, rms=0.098813Jy sigma=0.000664 wmodel J1914+0124_S_2017_03_23_pus_map.mod ! Writing 65 model components to file: J1914+0124_S_2017_03_23_pus_map.mod wobs J1914+0124_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1914+0124_S_2017_03_23_pus_uvs.fits wwins J1914+0124_S_2017_03_23_pus_map.win ! wwins: Wrote 1 windows to J1914+0124_S_2017_03_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.000767207 Jy ! Component: 100 - total flux cleaned = -0.0007387 Jy ! Component: 150 - total flux cleaned = -0.000765739 Jy ! Component: 200 - total flux cleaned = -0.000818625 Jy ! Component: 250 - total flux cleaned = -0.000793306 Jy ! Component: 300 - total flux cleaned = -0.00074446 Jy ! Component: 350 - total flux cleaned = -0.000768414 Jy ! Component: 400 - total flux cleaned = -0.00074481 Jy ! Component: 450 - total flux cleaned = -0.000790319 Jy ! Component: 500 - total flux cleaned = -0.000789668 Jy ! Component: 550 - total flux cleaned = -0.000877805 Jy ! Component: 600 - total flux cleaned = -0.000920767 Jy ! Component: 650 - total flux cleaned = -0.000920625 Jy ! Component: 700 - total flux cleaned = -0.00102617 Jy ! Component: 750 - total flux cleaned = -0.00104696 Jy ! Component: 800 - total flux cleaned = -0.00112884 Jy ! Component: 850 - total flux cleaned = -0.00120923 Jy ! Component: 900 - total flux cleaned = -0.00126871 Jy ! Component: 950 - total flux cleaned = -0.00134679 Jy ! Component: 1000 - total flux cleaned = -0.0013661 Jy ! Component: 1050 - total flux cleaned = -0.00153806 Jy ! Component: 1100 - total flux cleaned = -0.00155718 Jy ! Component: 1150 - total flux cleaned = -0.00168755 Jy ! Component: 1200 - total flux cleaned = -0.00177961 Jy ! Component: 1250 - total flux cleaned = -0.00179758 Jy ! Component: 1300 - total flux cleaned = -0.00186972 Jy ! Component: 1350 - total flux cleaned = -0.00190512 Jy ! Component: 1400 - total flux cleaned = -0.00188742 Jy ! Component: 1450 - total flux cleaned = -0.00190541 Jy ! Component: 1500 - total flux cleaned = -0.00195744 Jy ! Component: 1550 - total flux cleaned = -0.00197447 Jy ! Component: 1600 - total flux cleaned = -0.00197427 Jy ! Component: 1650 - total flux cleaned = -0.0018905 Jy ! Component: 1700 - total flux cleaned = -0.00190713 Jy ! Component: 1750 - total flux cleaned = -0.00187402 Jy ! Component: 1800 - total flux cleaned = -0.0018414 Jy ! Component: 1850 - total flux cleaned = -0.00184185 Jy ! Component: 1900 - total flux cleaned = -0.00189002 Jy ! Component: 1950 - total flux cleaned = -0.00184227 Jy ! Component: 2000 - total flux cleaned = -0.00181072 Jy ! Component: 2050 - total flux cleaned = -0.0017951 Jy ! Component: 2100 - total flux cleaned = -0.00184139 Jy ! Component: 2150 - total flux cleaned = -0.00179514 Jy ! Component: 2200 - total flux cleaned = -0.00182571 Jy ! Component: 2250 - total flux cleaned = -0.00185607 Jy ! Component: 2300 - total flux cleaned = -0.00184114 Jy ! Component: 2350 - total flux cleaned = -0.00184121 Jy ! Component: 2400 - total flux cleaned = -0.00182644 Jy ! Component: 2450 - total flux cleaned = -0.00187051 Jy ! Component: 2500 - total flux cleaned = -0.00175371 Jy ! Component: 2550 - total flux cleaned = -0.00181173 Jy ! Component: 2600 - total flux cleaned = -0.00171113 Jy ! Component: 2650 - total flux cleaned = -0.00173972 Jy ! Component: 2700 - total flux cleaned = -0.00172547 Jy ! Component: 2750 - total flux cleaned = -0.00168324 Jy ! Component: 2800 - total flux cleaned = -0.00158522 Jy ! Component: 2850 - total flux cleaned = -0.00159917 Jy ! Component: 2900 - total flux cleaned = -0.00153031 Jy ! Component: 2950 - total flux cleaned = -0.00150293 Jy ! Component: 3000 - total flux cleaned = -0.00143496 Jy ! Component: 3050 - total flux cleaned = -0.00134049 Jy ! Component: 3100 - total flux cleaned = -0.00130041 Jy ! Component: 3150 - total flux cleaned = -0.00128723 Jy ! Component: 3200 - total flux cleaned = -0.00127396 Jy ! Component: 3250 - total flux cleaned = -0.00124768 Jy ! Component: 3300 - total flux cleaned = -0.00123449 Jy ! Component: 3350 - total flux cleaned = -0.00111756 Jy ! Component: 3400 - total flux cleaned = -0.00111749 Jy ! Component: 3450 - total flux cleaned = -0.00109188 Jy ! Component: 3500 - total flux cleaned = -0.0010792 Jy ! Component: 3550 - total flux cleaned = -0.00104119 Jy ! Component: 3600 - total flux cleaned = -0.00105382 Jy ! Component: 3650 - total flux cleaned = -0.00100387 Jy ! Component: 3700 - total flux cleaned = -0.00095435 Jy ! Component: 3750 - total flux cleaned = -0.000929668 Jy ! Component: 3800 - total flux cleaned = -0.00086834 Jy ! Component: 3850 - total flux cleaned = -0.000892763 Jy ! Component: 3900 - total flux cleaned = -0.000832002 Jy ! Component: 3950 - total flux cleaned = -0.00074764 Jy ! Component: 4000 - total flux cleaned = -0.000687711 Jy ! Component: 4050 - total flux cleaned = -0.000663871 Jy ! Total flux subtracted in 4096 components = -0.000652008 Jy ! Clean residual min=-0.000702 max=0.000630 Jy/beam ! Clean residual mean=0.000000 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 0.115229 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 333 components and 0.115229 Jy ![Exited script file: muppet] wmap "J1914+0124_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.613 x 8.034 at -1.059 degrees (North through East) ! Clean map min=-0.0018726 max=0.087141 Jy/beam ! Writing clean map to FITS file: J1914+0124_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0871405 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217714 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.749526 0.749526 1.49905 2.9981 5.99621 11.9924 23.9848 47.9696 95.9393 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.087 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.613 x 8.034 at -1.059 degrees (North through East) ! Clean map min=-0.0018726 max=0.087141 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 J1914+0124_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:07:39 2019