! Started logfile: J2039-0317_S_2017_02_24_pus_uvs.log on Sat May 4 11:34:59 2019 obs J2039-0317_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2039-0317_S_2017_02_24_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966372 visibilities/baseline/integration-bin. ! Found source: J2039-0317 ! ! 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 823 lines of history. ! ! Reading 19656 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 J2039-0317_S_2017_02_24_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 362 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.925254Jy sigma=0.007434 ! Fit after self-cal, rms=0.912825Jy sigma=0.007342 ! 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.721 mas, bmaj=6.954 mas, bpa=-4.487 degrees ! Estimated noise=917.797 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.0696408 Jy ! Component: 100 - total flux cleaned = 0.0863044 Jy ! Total flux subtracted in 100 components = 0.0863044 Jy ! Clean residual min=-0.003130 max=0.006479 Jy/beam ! Clean residual mean=0.000005 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.0863043 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0863043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090161Jy sigma=0.000673 ! Fit after self-cal, rms=0.090133Jy sigma=0.000673 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0066733 Jy ! Component: 100 - total flux cleaned = 0.00786113 Jy ! Total flux subtracted in 100 components = 0.00786113 Jy ! Clean residual min=-0.002836 max=0.003133 Jy/beam ! Clean residual mean=0.000002 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.0941655 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 14 components and 0.0941655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089631Jy sigma=0.000670 ! Fit after self-cal, rms=0.089634Jy sigma=0.000670 ! 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.262 mas, bmaj=7.925 mas, bpa=-3.637 degrees ! Estimated noise=683.603 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.00205746 Jy ! Component: 100 - total flux cleaned = 0.0022083 Jy ! Component: 150 - total flux cleaned = 0.00235653 Jy ! Component: 200 - total flux cleaned = 0.00243949 Jy ! Total flux subtracted in 200 components = 0.00243949 Jy ! Clean residual min=-0.002829 max=0.002448 Jy/beam ! Clean residual mean=0.000004 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.096605 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.096605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089558Jy sigma=0.000669 ! Fit after self-cal, rms=0.089556Jy sigma=0.000669 ! 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.90 FD 1.01 HN 1.01 KP 1.00 ! LA 0.95 MK 0.99 NL 1.03 OV 1.06 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.93 HN 1.06 KP 0.95 ! LA 0.92 MK 1.03 NL 1.02 OV 1.07 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.00 KP 1.02 ! LA 1.02 MK 0.99 NL 1.12 OV 0.98 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.99 HN 0.95 KP 1.00* ! LA 0.87 MK 0.95 NL 1.00* OV 1.01 ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.089556Jy sigma=0.000669 ! Fit after self-cal, rms=0.087919Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.912 mas, bpa=-3.551 degrees ! Estimated noise=683.189 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.000342083 Jy ! Component: 100 - total flux cleaned = 0.000308127 Jy ! Component: 150 - total flux cleaned = 0.000276858 Jy ! Component: 200 - total flux cleaned = 0.000248377 Jy ! Total flux subtracted in 200 components = 0.000248377 Jy ! Clean residual min=-0.002118 max=0.001778 Jy/beam ! Clean residual mean=0.000001 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.0968533 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 31 components and 0.0968533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087910Jy sigma=0.000667 ! Fit after self-cal, rms=0.087901Jy 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.087901Jy sigma=0.000667 ! Fit after self-cal, rms=0.087426Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=7.904 mas, bpa=-3.542 degrees ! Estimated noise=684.329 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000452701 Jy ! Component: 100 - total flux cleaned = 0.000468684 Jy ! Component: 150 - total flux cleaned = 0.000458153 Jy ! Component: 200 - total flux cleaned = 0.000448346 Jy ! Total flux subtracted in 200 components = 0.000448346 Jy ! Clean residual min=-0.001801 max=0.001740 Jy/beam ! Clean residual mean=0.000003 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0973017 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 33 components and 0.0973017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087421Jy sigma=0.000666 ! Fit after self-cal, rms=0.087396Jy sigma=0.000666 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.39328e-06 Jy ! Component: 100 - total flux cleaned = -2.90698e-05 Jy ! Component: 150 - total flux cleaned = -5.75946e-05 Jy ! Component: 200 - total flux cleaned = -6.61755e-05 Jy ! Total flux subtracted in 200 components = -6.61755e-05 Jy ! Clean residual min=-0.001824 max=0.001737 Jy/beam ! Clean residual mean=0.000003 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0972355 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.0972355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087393Jy sigma=0.000666 ! Fit after self-cal, rms=0.087395Jy sigma=0.000666 ! 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.087395Jy sigma=0.000666 ! Fit after self-cal, rms=0.087122Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.25 mas, bmaj=7.904 mas, bpa=-3.582 degrees ! Estimated noise=684.021 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.83184e-05 Jy ! Component: 100 - total flux cleaned = 8.72541e-06 Jy ! Component: 150 - total flux cleaned = -1.72205e-05 Jy ! Component: 200 - total flux cleaned = -3.28256e-05 Jy ! Total flux subtracted in 200 components = -3.28256e-05 Jy ! Clean residual min=-0.001799 max=0.001690 Jy/beam ! Clean residual mean=0.000003 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0972027 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 35 components and 0.0972027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087120Jy sigma=0.000665 ! Fit after self-cal, rms=0.087116Jy sigma=0.000665 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.63217e-06 Jy ! Component: 100 - total flux cleaned = -3.20033e-05 Jy ! Component: 150 - total flux cleaned = -5.3431e-05 Jy ! Component: 200 - total flux cleaned = -6.64657e-05 Jy ! Total flux subtracted in 200 components = -6.64657e-05 Jy ! Clean residual min=-0.001798 max=0.001683 Jy/beam ! Clean residual mean=0.000003 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0971362 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.0971362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087115Jy sigma=0.000665 ! Fit after self-cal, rms=0.087115Jy sigma=0.000665 ! 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.087115Jy sigma=0.000665 ! Fit after self-cal, rms=0.087083Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.482 mas, bmaj=12.69 mas, bpa=0.4369 degrees ! Estimated noise=854.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.55791e-05 Jy ! Component: 100 - total flux cleaned = 9.33227e-05 Jy ! Component: 150 - total flux cleaned = 9.25855e-05 Jy ! Component: 200 - total flux cleaned = 0.000100835 Jy ! Total flux subtracted in 200 components = 0.000100835 Jy ! Clean residual min=-0.001862 max=0.001958 Jy/beam ! Clean residual mean=0.000005 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.097237 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 42 components and 0.097237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087085Jy sigma=0.000665 ! Fit after self-cal, rms=0.087081Jy sigma=0.000665 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.86669e-05 Jy ! Component: 100 - total flux cleaned = 3.82962e-05 Jy ! Component: 150 - total flux cleaned = 2.43949e-05 Jy ! Component: 200 - total flux cleaned = 1.29793e-05 Jy ! Total flux subtracted in 200 components = 1.29793e-05 Jy ! Clean residual min=-0.001854 max=0.001979 Jy/beam ! Clean residual mean=0.000005 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.09725 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 46 components and 0.09725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087083Jy sigma=0.000665 ! Fit after self-cal, rms=0.087082Jy sigma=0.000665 ! 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.248 mas, bmaj=7.905 mas, bpa=-3.628 degrees ! Estimated noise=683.99 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.248 x 7.905 at -3.628 degrees (North through East) ! Clean map min=-0.001752 max=0.089932 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.704 mas, bmaj=6.942 mas, bpa=-4.444 degrees ! Estimated noise=919.569 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0695904 Jy ! Component: 100 - total flux cleaned = 0.0869468 Jy ! Component: 150 - total flux cleaned = 0.0939468 Jy ! Component: 200 - total flux cleaned = 0.0958011 Jy ! Total flux subtracted in 200 components = 0.0958011 Jy ! Clean residual min=-0.002643 max=0.002409 Jy/beam ! Clean residual mean=0.000002 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.095801 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.095801 Jy ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=7.905 mas, bpa=-3.628 degrees ! Estimated noise=683.99 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, -52.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186262 Jy ! Component: 100 - total flux cleaned = 0.0024871 Jy ! Component: 150 - total flux cleaned = 0.00281415 Jy ! Component: 200 - total flux cleaned = 0.00309299 Jy ! Total flux subtracted in 200 components = 0.00309299 Jy ! Clean residual min=-0.001739 max=0.001483 Jy/beam ! Clean residual mean=0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.098894 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 30 components and 0.098894 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.482 mas, bmaj=12.69 mas, bpa=0.4369 degrees ! Estimated noise=854.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000287738 Jy ! Component: 100 - total flux cleaned = 0.000491581 Jy ! Component: 150 - total flux cleaned = 0.000698284 Jy ! Component: 200 - total flux cleaned = 0.000845236 Jy ! Total flux subtracted in 200 components = 0.000845236 Jy ! Clean residual min=-0.001720 max=0.001656 Jy/beam ! Clean residual mean=0.000002 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.0997393 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.00012215 Jy ! Component: 100 - total flux cleaned = 0.000200381 Jy ! Component: 150 - total flux cleaned = 0.000244235 Jy ! Component: 200 - total flux cleaned = 0.000233715 Jy ! Total flux subtracted in 200 components = 0.000233715 Jy ! Clean residual min=-0.001723 max=0.001650 Jy/beam ! Clean residual mean=0.000002 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.099973 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 58 components and 0.099973 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=7.905 mas, bpa=-3.628 degrees ! Estimated noise=683.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000178515 Jy ! Component: 100 - total flux cleaned = -6.33702e-05 Jy ! Component: 150 - total flux cleaned = -1.54923e-05 Jy ! Component: 200 - total flux cleaned = -3.68359e-05 Jy ! Total flux subtracted in 200 components = -3.68359e-05 Jy ! Clean residual min=-0.001782 max=0.001581 Jy/beam ! Clean residual mean=0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.0999362 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.0999362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087059Jy sigma=0.000665 ! Fit after self-cal, rms=0.087050Jy sigma=0.000665 wmodel J2039-0317_S_2017_02_24_pus_map.mod ! Writing 70 model components to file: J2039-0317_S_2017_02_24_pus_map.mod wobs J2039-0317_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2039-0317_S_2017_02_24_pus_uvs.fits wwins J2039-0317_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J2039-0317_S_2017_02_24_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.00063324 Jy ! Component: 100 - total flux cleaned = -0.00113577 Jy ! Component: 150 - total flux cleaned = -0.0014541 Jy ! Component: 200 - total flux cleaned = -0.00170642 Jy ! Component: 250 - total flux cleaned = -0.00190127 Jy ! Component: 300 - total flux cleaned = -0.00197207 Jy ! Component: 350 - total flux cleaned = -0.00197187 Jy ! Component: 400 - total flux cleaned = -0.00197195 Jy ! Component: 450 - total flux cleaned = -0.00199411 Jy ! Component: 500 - total flux cleaned = -0.00195003 Jy ! Component: 550 - total flux cleaned = -0.00190701 Jy ! Component: 600 - total flux cleaned = -0.00188556 Jy ! Component: 650 - total flux cleaned = -0.0018644 Jy ! Component: 700 - total flux cleaned = -0.00178221 Jy ! Component: 750 - total flux cleaned = -0.00172169 Jy ! Component: 800 - total flux cleaned = -0.00164215 Jy ! Component: 850 - total flux cleaned = -0.00160291 Jy ! Component: 900 - total flux cleaned = -0.00150598 Jy ! Component: 950 - total flux cleaned = -0.00144842 Jy ! Component: 1000 - total flux cleaned = -0.00142972 Jy ! Component: 1050 - total flux cleaned = -0.00129859 Jy ! Component: 1100 - total flux cleaned = -0.00128024 Jy ! Component: 1150 - total flux cleaned = -0.0012619 Jy ! Component: 1200 - total flux cleaned = -0.00118948 Jy ! Component: 1250 - total flux cleaned = -0.00109989 Jy ! Component: 1300 - total flux cleaned = -0.0010821 Jy ! Component: 1350 - total flux cleaned = -0.00104695 Jy ! Component: 1400 - total flux cleaned = -0.000959899 Jy ! Component: 1450 - total flux cleaned = -0.000908394 Jy ! Component: 1500 - total flux cleaned = -0.000789347 Jy ! Component: 1550 - total flux cleaned = -0.000739028 Jy ! Component: 1600 - total flux cleaned = -0.000689019 Jy ! Component: 1650 - total flux cleaned = -0.000639689 Jy ! Component: 1700 - total flux cleaned = -0.00065602 Jy ! Component: 1750 - total flux cleaned = -0.000591034 Jy ! Component: 1800 - total flux cleaned = -0.000590967 Jy ! Component: 1850 - total flux cleaned = -0.000606933 Jy ! Component: 1900 - total flux cleaned = -0.000575109 Jy ! Component: 1950 - total flux cleaned = -0.000543805 Jy ! Component: 2000 - total flux cleaned = -0.000590446 Jy ! Component: 2050 - total flux cleaned = -0.000544025 Jy ! Component: 2100 - total flux cleaned = -0.000589807 Jy ! Component: 2150 - total flux cleaned = -0.000574587 Jy ! Component: 2200 - total flux cleaned = -0.000634795 Jy ! Component: 2250 - total flux cleaned = -0.000634747 Jy ! Component: 2300 - total flux cleaned = -0.000634726 Jy ! Component: 2350 - total flux cleaned = -0.000634719 Jy ! Component: 2400 - total flux cleaned = -0.000678669 Jy ! Component: 2450 - total flux cleaned = -0.000693186 Jy ! Component: 2500 - total flux cleaned = -0.00070756 Jy ! Component: 2550 - total flux cleaned = -0.000736323 Jy ! Component: 2600 - total flux cleaned = -0.000778989 Jy ! Component: 2650 - total flux cleaned = -0.000779045 Jy ! Component: 2700 - total flux cleaned = -0.000807226 Jy ! Component: 2750 - total flux cleaned = -0.000849011 Jy ! Component: 2800 - total flux cleaned = -0.000849142 Jy ! Component: 2850 - total flux cleaned = -0.000835338 Jy ! Component: 2900 - total flux cleaned = -0.000849143 Jy ! Component: 2950 - total flux cleaned = -0.000889915 Jy ! Component: 3000 - total flux cleaned = -0.00093031 Jy ! Component: 3050 - total flux cleaned = -0.000916831 Jy ! Component: 3100 - total flux cleaned = -0.000943395 Jy ! Component: 3150 - total flux cleaned = -0.00095648 Jy ! Component: 3200 - total flux cleaned = -0.00095634 Jy ! Component: 3250 - total flux cleaned = -0.000956254 Jy ! Component: 3300 - total flux cleaned = -0.000969314 Jy ! Component: 3350 - total flux cleaned = -0.00095639 Jy ! Component: 3400 - total flux cleaned = -0.000981971 Jy ! Component: 3450 - total flux cleaned = -0.000969432 Jy ! Component: 3500 - total flux cleaned = -0.00102006 Jy ! Component: 3550 - total flux cleaned = -0.00100755 Jy ! Component: 3600 - total flux cleaned = -0.0010325 Jy ! Component: 3650 - total flux cleaned = -0.00103251 Jy ! Component: 3700 - total flux cleaned = -0.00103249 Jy ! Component: 3750 - total flux cleaned = -0.00106927 Jy ! Component: 3800 - total flux cleaned = -0.00104485 Jy ! Component: 3850 - total flux cleaned = -0.0010206 Jy ! Component: 3900 - total flux cleaned = -0.00104461 Jy ! Component: 3950 - total flux cleaned = -0.00105658 Jy ! Component: 4000 - total flux cleaned = -0.00102082 Jy ! Component: 4050 - total flux cleaned = -0.00105638 Jy ! Total flux subtracted in 4096 components = -0.000962161 Jy ! Clean residual min=-0.000651 max=0.000677 Jy/beam ! Clean residual mean=-0.000000 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.098974 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 349 components and 0.098974 Jy ![Exited script file: muppet] wmap "J2039-0317_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.248 x 7.905 at -3.628 degrees (North through East) ! Clean map min=-0.0014639 max=0.089883 Jy/beam ! Writing clean map to FITS file: J2039-0317_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0898835 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220816 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.737008 0.737008 1.47402 2.94803 5.89606 11.7921 23.5843 47.1685 94.337 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.089 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.248 x 7.905 at -3.628 degrees (North through East) ! Clean map min=-0.0014639 max=0.089883 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 J2039-0317_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:35:04 2019