! Started logfile: J1624+0543_S_2017_04_28_pus_uvs.log on Thu May 2 16:29:31 2019 obs J1624+0543_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J1624+0543_S_2017_04_28_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.839418 visibilities/baseline/integration-bin. ! Found source: J1624+0543 ! ! 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 671 lines of history. ! ! Reading 12692 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 J1624+0543_S_2017_04_28_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 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 408 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.945932Jy sigma=0.008167 ! Fit after self-cal, rms=0.926801Jy sigma=0.008052 ! 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.003 mas, bmaj=6.995 mas, bpa=-6.425 degrees ! Estimated noise=1107.09 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.0586888 Jy ! Component: 100 - total flux cleaned = 0.0746038 Jy ! Total flux subtracted in 100 components = 0.0746038 Jy ! Clean residual min=-0.003951 max=0.006720 Jy/beam ! Clean residual mean=-0.000005 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.0746038 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0746038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089707Jy sigma=0.000672 ! Fit after self-cal, rms=0.089670Jy sigma=0.000671 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00775521 Jy ! Component: 100 - total flux cleaned = 0.0120832 Jy ! Total flux subtracted in 100 components = 0.0120832 Jy ! Clean residual min=-0.003186 max=0.003245 Jy/beam ! Clean residual mean=-0.000004 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.086687 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.086687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088832Jy sigma=0.000664 ! Fit after self-cal, rms=0.088833Jy sigma=0.000664 ! 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.564 mas, bmaj=7.805 mas, bpa=-5.208 degrees ! Estimated noise=812.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00377497 Jy ! Component: 100 - total flux cleaned = 0.00589142 Jy ! Component: 150 - total flux cleaned = 0.00716244 Jy ! Component: 200 - total flux cleaned = 0.0077714 Jy ! Total flux subtracted in 200 components = 0.0077714 Jy ! Clean residual min=-0.002838 max=0.002491 Jy/beam ! Clean residual mean=-0.000014 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.0944584 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 49 components and 0.0944583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088596Jy sigma=0.000663 ! Fit after self-cal, rms=0.088594Jy sigma=0.000663 ! 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.08 FD 1.02 HN 1.00 KP 1.04 ! LA 0.96 MK 1.06 NL 0.90 OV 1.03 ! PT 1.09 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.95 HN 1.06 KP 0.94 ! LA 0.96 MK 1.03 NL 1.11 OV 1.05 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.51 FD 1.01 HN 0.98 KP 1.00 ! LA 0.98 MK 0.97 NL 1.00 OV 0.98 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.01 HN 0.93 KP 1.00* ! LA 0.66 MK 1.41 NL 1.00* OV 1.00* ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.088594Jy sigma=0.000663 ! Fit after self-cal, rms=0.087230Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=7.854 mas, bpa=-4.512 degrees ! Estimated noise=821.489 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.000371011 Jy ! Component: 100 - total flux cleaned = 0.00049578 Jy ! Component: 150 - total flux cleaned = 0.000532468 Jy ! Component: 200 - total flux cleaned = 0.00053336 Jy ! Total flux subtracted in 200 components = 0.00053336 Jy ! Clean residual min=-0.002281 max=0.002282 Jy/beam ! Clean residual mean=-0.000006 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.0949917 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.0949917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087218Jy sigma=0.000658 ! Fit after self-cal, rms=0.087229Jy sigma=0.000658 ! 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.087229Jy sigma=0.000658 ! Fit after self-cal, rms=0.088660Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=7.837 mas, bpa=-4.176 degrees ! Estimated noise=822.945 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000323202 Jy ! Component: 100 - total flux cleaned = 0.000381195 Jy ! Component: 150 - total flux cleaned = 0.00036372 Jy ! Component: 200 - total flux cleaned = 0.000364768 Jy ! Total flux subtracted in 200 components = 0.000364768 Jy ! Clean residual min=-0.002077 max=0.002160 Jy/beam ! Clean residual mean=-0.000003 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.0953565 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.0953565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088650Jy sigma=0.000656 ! Fit after self-cal, rms=0.088680Jy sigma=0.000656 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 = -8.68233e-05 Jy ! Component: 100 - total flux cleaned = -5.41143e-05 Jy ! Component: 150 - total flux cleaned = -5.34545e-05 Jy ! Component: 200 - total flux cleaned = -6.82189e-05 Jy ! Total flux subtracted in 200 components = -6.82189e-05 Jy ! Clean residual min=-0.002089 max=0.002180 Jy/beam ! Clean residual mean=-0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0952883 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.0952883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088673Jy sigma=0.000656 ! Fit after self-cal, rms=0.088672Jy sigma=0.000656 ! 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.088672Jy sigma=0.000656 ! Fit after self-cal, rms=0.092768Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=7.832 mas, bpa=-4.058 degrees ! Estimated noise=822.899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.36005e-05 Jy ! Component: 100 - total flux cleaned = -4.2346e-05 Jy ! Component: 150 - total flux cleaned = -5.74511e-05 Jy ! Component: 200 - total flux cleaned = -7.14574e-05 Jy ! Total flux subtracted in 200 components = -7.14574e-05 Jy ! Clean residual min=-0.001978 max=0.001879 Jy/beam ! Clean residual mean=-0.000002 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.0952168 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 66 components and 0.0952168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092759Jy sigma=0.000652 ! Fit after self-cal, rms=0.092847Jy sigma=0.000652 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.9782e-05 Jy ! Component: 100 - total flux cleaned = -3.59638e-05 Jy ! Component: 150 - total flux cleaned = -3.6253e-05 Jy ! Component: 200 - total flux cleaned = -4.81064e-05 Jy ! Total flux subtracted in 200 components = -4.81064e-05 Jy ! Clean residual min=-0.001942 max=0.001888 Jy/beam ! Clean residual mean=-0.000002 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.0951687 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.0951687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092841Jy sigma=0.000652 ! Fit after self-cal, rms=0.092840Jy sigma=0.000652 ! 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.092840Jy sigma=0.000652 ! Fit after self-cal, rms=0.093513Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.73 mas, bmaj=11.52 mas, bpa=3.069 degrees ! Estimated noise=974.866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.76397e-05 Jy ! Component: 100 - total flux cleaned = 2.05445e-05 Jy ! Component: 150 - total flux cleaned = 5.05152e-05 Jy ! Component: 200 - total flux cleaned = 6.93659e-05 Jy ! Total flux subtracted in 200 components = 6.93659e-05 Jy ! Clean residual min=-0.001760 max=0.002211 Jy/beam ! Clean residual mean=-0.000004 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0952381 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 74 components and 0.0952381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093512Jy sigma=0.000652 ! Fit after self-cal, rms=0.093520Jy sigma=0.000652 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) ! Added new window around map position (-76.5, -128). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131221 Jy ! Component: 100 - total flux cleaned = 0.00148409 Jy ! Component: 150 - total flux cleaned = 0.00167404 Jy ! Component: 200 - total flux cleaned = 0.00172054 Jy ! Total flux subtracted in 200 components = 0.00172054 Jy ! Clean residual min=-0.001589 max=0.001650 Jy/beam ! Clean residual mean=-0.000001 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0969586 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 108 components and 0.0969586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093468Jy sigma=0.000651 ! Fit after self-cal, rms=0.093468Jy sigma=0.000651 ! 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.574 mas, bmaj=7.82 mas, bpa=-3.863 degrees ! Estimated noise=823.035 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.574 x 7.82 at -3.863 degrees (North through East) ! Clean map min=-0.001838 max=0.076346 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.013 mas, bmaj=6.988 mas, bpa=-5.041 degrees ! Estimated noise=1121.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0593 Jy ! Component: 100 - total flux cleaned = 0.0766988 Jy ! Component: 150 - total flux cleaned = 0.0844301 Jy ! Component: 200 - total flux cleaned = 0.0879444 Jy ! Total flux subtracted in 200 components = 0.0879444 Jy ! Clean residual min=-0.002731 max=0.002992 Jy/beam ! Clean residual mean=-0.000001 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.0879444 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0879444 Jy ! Inverting map and beam ! Estimated beam: bmin=3.574 mas, bmaj=7.82 mas, bpa=-3.863 degrees ! Estimated noise=823.035 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.00316791 Jy ! Component: 100 - total flux cleaned = 0.00454011 Jy ! Component: 150 - total flux cleaned = 0.00550647 Jy ! Component: 200 - total flux cleaned = 0.00639068 Jy ! Total flux subtracted in 200 components = 0.00639068 Jy ! Clean residual min=-0.001961 max=0.001850 Jy/beam ! Clean residual mean=-0.000003 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0943351 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 48 components and 0.0943351 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.73 mas, bmaj=11.52 mas, bpa=3.069 degrees ! Estimated noise=974.866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158066 Jy ! Component: 100 - total flux cleaned = 0.00256698 Jy ! Component: 150 - total flux cleaned = 0.00286282 Jy ! Component: 200 - total flux cleaned = 0.00307978 Jy ! Total flux subtracted in 200 components = 0.00307978 Jy ! Clean residual min=-0.001658 max=0.001591 Jy/beam ! Clean residual mean=-0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0974149 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.0001023 Jy ! Component: 100 - total flux cleaned = 0.000139147 Jy ! Component: 150 - total flux cleaned = 0.00017384 Jy ! Component: 200 - total flux cleaned = 0.000205814 Jy ! Total flux subtracted in 200 components = 0.000205814 Jy ! Clean residual min=-0.001653 max=0.001553 Jy/beam ! Clean residual mean=-0.000002 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0976207 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 92 components and 0.0976207 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.574 mas, bmaj=7.82 mas, bpa=-3.863 degrees ! Estimated noise=823.035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000206512 Jy ! Component: 100 - total flux cleaned = -0.00017089 Jy ! Component: 150 - total flux cleaned = -3.60056e-05 Jy ! Component: 200 - total flux cleaned = -4.53717e-06 Jy ! Total flux subtracted in 200 components = -4.53717e-06 Jy ! Clean residual min=-0.001805 max=0.001761 Jy/beam ! Clean residual mean=-0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0976161 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 112 components and 0.0976162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093424Jy sigma=0.000651 ! Fit after self-cal, rms=0.093406Jy sigma=0.000651 wmodel J1624+0543_S_2017_04_28_pus_map.mod ! Writing 112 model components to file: J1624+0543_S_2017_04_28_pus_map.mod wobs J1624+0543_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J1624+0543_S_2017_04_28_pus_uvs.fits wwins J1624+0543_S_2017_04_28_pus_map.win ! wwins: Wrote 2 windows to J1624+0543_S_2017_04_28_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 = 5.9969e-05 Jy ! Component: 100 - total flux cleaned = 0.000451394 Jy ! Component: 150 - total flux cleaned = 0.000708047 Jy ! Component: 200 - total flux cleaned = 0.000817519 Jy ! Component: 250 - total flux cleaned = 0.000844239 Jy ! Component: 300 - total flux cleaned = 0.000896618 Jy ! Component: 350 - total flux cleaned = 0.000921649 Jy ! Component: 400 - total flux cleaned = 0.000921897 Jy ! Component: 450 - total flux cleaned = 0.000969832 Jy ! Component: 500 - total flux cleaned = 0.00101621 Jy ! Component: 550 - total flux cleaned = 0.000993047 Jy ! Component: 600 - total flux cleaned = 0.000970407 Jy ! Component: 650 - total flux cleaned = 0.000948733 Jy ! Component: 700 - total flux cleaned = 0.00097089 Jy ! Component: 750 - total flux cleaned = 0.00101438 Jy ! Component: 800 - total flux cleaned = 0.000950064 Jy ! Component: 850 - total flux cleaned = 0.000970992 Jy ! Component: 900 - total flux cleaned = 0.000950015 Jy ! Component: 950 - total flux cleaned = 0.000929232 Jy ! Component: 1000 - total flux cleaned = 0.000868177 Jy ! Component: 1050 - total flux cleaned = 0.000848009 Jy ! Component: 1100 - total flux cleaned = 0.000848036 Jy ! Component: 1150 - total flux cleaned = 0.000808575 Jy ! Component: 1200 - total flux cleaned = 0.000827927 Jy ! Component: 1250 - total flux cleaned = 0.000866248 Jy ! Component: 1300 - total flux cleaned = 0.000828201 Jy ! Component: 1350 - total flux cleaned = 0.000846933 Jy ! Component: 1400 - total flux cleaned = 0.000902606 Jy ! Component: 1450 - total flux cleaned = 0.000810463 Jy ! Component: 1500 - total flux cleaned = 0.000865049 Jy ! Component: 1550 - total flux cleaned = 0.000865031 Jy ! Component: 1600 - total flux cleaned = 0.000864901 Jy ! Component: 1650 - total flux cleaned = 0.00082931 Jy ! Component: 1700 - total flux cleaned = 0.000758735 Jy ! Component: 1750 - total flux cleaned = 0.000758421 Jy ! Component: 1800 - total flux cleaned = 0.00072391 Jy ! Component: 1850 - total flux cleaned = 0.000672443 Jy ! Component: 1900 - total flux cleaned = 0.000706551 Jy ! Component: 1950 - total flux cleaned = 0.000723338 Jy ! Component: 2000 - total flux cleaned = 0.000673275 Jy ! Component: 2050 - total flux cleaned = 0.000673146 Jy ! Component: 2100 - total flux cleaned = 0.000640305 Jy ! Component: 2150 - total flux cleaned = 0.0006894 Jy ! Component: 2200 - total flux cleaned = 0.000656866 Jy ! Component: 2250 - total flux cleaned = 0.000640732 Jy ! Component: 2300 - total flux cleaned = 0.000592904 Jy ! Component: 2350 - total flux cleaned = 0.000513789 Jy ! Component: 2400 - total flux cleaned = 0.000466799 Jy ! Component: 2450 - total flux cleaned = 0.000451198 Jy ! Component: 2500 - total flux cleaned = 0.000420301 Jy ! Component: 2550 - total flux cleaned = 0.00035863 Jy ! Component: 2600 - total flux cleaned = 0.00037389 Jy ! Component: 2650 - total flux cleaned = 0.000252319 Jy ! Component: 2700 - total flux cleaned = 0.000252263 Jy ! Component: 2750 - total flux cleaned = 0.000222212 Jy ! Component: 2800 - total flux cleaned = 0.000192492 Jy ! Component: 2850 - total flux cleaned = 0.000207203 Jy ! Component: 2900 - total flux cleaned = 0.000118923 Jy ! Component: 2950 - total flux cleaned = 7.49878e-05 Jy ! Component: 3000 - total flux cleaned = 6.04088e-05 Jy ! Component: 3050 - total flux cleaned = -1.17019e-05 Jy ! Component: 3100 - total flux cleaned = -4.03702e-05 Jy ! Component: 3150 - total flux cleaned = -5.47751e-05 Jy ! Component: 3200 - total flux cleaned = -0.000125745 Jy ! Component: 3250 - total flux cleaned = -0.000182204 Jy ! Component: 3300 - total flux cleaned = -0.000196228 Jy ! Component: 3350 - total flux cleaned = -0.000224243 Jy ! Component: 3400 - total flux cleaned = -0.000224364 Jy ! Component: 3450 - total flux cleaned = -0.000348586 Jy ! Component: 3500 - total flux cleaned = -0.000376054 Jy ! Component: 3550 - total flux cleaned = -0.000362174 Jy ! Component: 3600 - total flux cleaned = -0.000375898 Jy ! Component: 3650 - total flux cleaned = -0.000429916 Jy ! Component: 3700 - total flux cleaned = -0.000510601 Jy ! Component: 3750 - total flux cleaned = -0.000550511 Jy ! Component: 3800 - total flux cleaned = -0.000577129 Jy ! Component: 3850 - total flux cleaned = -0.000616762 Jy ! Component: 3900 - total flux cleaned = -0.000629965 Jy ! Component: 3950 - total flux cleaned = -0.000669302 Jy ! Component: 4000 - total flux cleaned = -0.000721437 Jy ! Component: 4050 - total flux cleaned = -0.000799298 Jy ! Total flux subtracted in 4096 components = -0.000786411 Jy ! Clean residual min=-0.000724 max=0.000899 Jy/beam ! Clean residual mean=0.000001 rms=0.000236 Jy/beam ! Combined flux in latest and established models = 0.0968297 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 391 components and 0.0968298 Jy ![Exited script file: muppet] wmap "J1624+0543_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.574 x 7.82 at -3.863 degrees (North through East) ! Clean map min=-0.0014103 max=0.076047 Jy/beam ! Writing clean map to FITS file: J1624+0543_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0760474 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000233713 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.921978 0.921978 1.84396 3.68791 7.37583 14.7517 29.5033 59.0066 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.076 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.574 x 7.82 at -3.863 degrees (North through East) ! Clean map min=-0.0014103 max=0.076047 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 J1624+0543_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:29:36 2019