! Started logfile: J1319-2724_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:59:24 2016 obs J1319-2724_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1319-2724_S_2015_03_17_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.890358 visibilities/baseline/integration-bin. ! Found source: J1319-2724 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 330 lines of history. ! ! Reading 19392 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 J1319-2724_S_2015_03_17_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.996916Jy sigma=0.009182 ! Fit after self-cal, rms=0.958904Jy sigma=0.008837 ! 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.341 mas, bmaj=6.039 mas, bpa=-7.045 degrees ! Estimated noise=876.534 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.0321163 Jy ! Component: 100 - total flux cleaned = 0.0397913 Jy ! Total flux subtracted in 100 components = 0.0397913 Jy ! Clean residual min=-0.003048 max=0.003128 Jy/beam ! Clean residual mean=-0.000017 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.0397913 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0397913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087393Jy sigma=0.000761 ! Fit after self-cal, rms=0.086075Jy sigma=0.000748 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00546474 Jy ! Component: 100 - total flux cleaned = 0.00802261 Jy ! Total flux subtracted in 100 components = 0.00802261 Jy ! Clean residual min=-0.002753 max=0.002703 Jy/beam ! Clean residual mean=-0.000010 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.0478139 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.0478139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085540Jy sigma=0.000744 ! Fit after self-cal, rms=0.085480Jy sigma=0.000744 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.977 mas, bmaj=7.387 mas, bpa=-5.576 degrees ! Estimated noise=559.072 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.0033638 Jy ! Component: 100 - total flux cleaned = 0.00506205 Jy ! Component: 150 - total flux cleaned = 0.00597882 Jy ! Component: 200 - total flux cleaned = 0.00647891 Jy ! Total flux subtracted in 200 components = 0.00647891 Jy ! Clean residual min=-0.002279 max=0.003121 Jy/beam ! Clean residual mean=-0.000022 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.0542928 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 39 components and 0.0542928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085334Jy sigma=0.000743 ! Fit after self-cal, rms=0.085263Jy sigma=0.000742 ! 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.98 FD 0.87 HN 0.95 KP 1.16 ! LA 1.00 MK 1.02 NL 1.02 OV 1.00 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.87 HN 1.00 KP 1.09 ! LA 1.01 MK 0.99 NL 1.02 OV 1.04 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.92 HN 1.08 KP 0.96 ! LA 0.84 MK 1.13 NL 1.16 OV 0.90 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.94 HN 0.79 KP 0.98 ! LA 0.90 MK 1.09 NL 1.00 OV 1.05 ! PT 1.01 SC 1.05 ! ! ! Fit before self-cal, rms=0.085263Jy sigma=0.000742 ! Fit after self-cal, rms=0.083645Jy sigma=0.000741 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=7.505 mas, bpa=-5.427 degrees ! Estimated noise=560.936 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 (9, 20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260295 Jy ! Component: 100 - total flux cleaned = 0.00379734 Jy ! Component: 150 - total flux cleaned = 0.00411791 Jy ! Component: 200 - total flux cleaned = 0.0042221 Jy ! Total flux subtracted in 200 components = 0.0042221 Jy ! Clean residual min=-0.002326 max=0.002339 Jy/beam ! Clean residual mean=-0.000016 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0585149 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 66 components and 0.0585149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083565Jy sigma=0.000740 ! Fit after self-cal, rms=0.083458Jy sigma=0.000739 ! 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.083458Jy sigma=0.000739 ! Fit after self-cal, rms=0.083509Jy sigma=0.000739 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.027 mas, bmaj=7.505 mas, bpa=-5.208 degrees ! Estimated noise=559.282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176974 Jy ! Component: 100 - total flux cleaned = 0.00235214 Jy ! Component: 150 - total flux cleaned = 0.0024911 Jy ! Component: 200 - total flux cleaned = 0.00253824 Jy ! Total flux subtracted in 200 components = 0.00253824 Jy ! Clean residual min=-0.002341 max=0.001916 Jy/beam ! Clean residual mean=-0.000011 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0610531 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 78 components and 0.0610531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083469Jy sigma=0.000738 ! Fit after self-cal, rms=0.083474Jy sigma=0.000738 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 = 0.00130064 Jy ! Component: 100 - total flux cleaned = 0.00152019 Jy ! Component: 150 - total flux cleaned = 0.0015447 Jy ! Component: 200 - total flux cleaned = 0.0015892 Jy ! Total flux subtracted in 200 components = 0.0015892 Jy ! Clean residual min=-0.002239 max=0.001771 Jy/beam ! Clean residual mean=-0.000010 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0626423 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 87 components and 0.0626423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083449Jy sigma=0.000738 ! Fit after self-cal, rms=0.083446Jy sigma=0.000738 ! 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.083446Jy sigma=0.000738 ! Fit after self-cal, rms=0.083351Jy sigma=0.000737 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.012 mas, bmaj=7.508 mas, bpa=-4.988 degrees ! Estimated noise=557.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112801 Jy ! Component: 100 - total flux cleaned = 0.00128355 Jy ! Component: 150 - total flux cleaned = 0.00135168 Jy ! Component: 200 - total flux cleaned = 0.00141171 Jy ! Total flux subtracted in 200 components = 0.00141171 Jy ! Clean residual min=-0.002262 max=0.001637 Jy/beam ! Clean residual mean=-0.000010 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.064054 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 96 components and 0.064054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083332Jy sigma=0.000737 ! Fit after self-cal, rms=0.083333Jy sigma=0.000737 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 = 0.000684203 Jy ! Component: 100 - total flux cleaned = 0.00070771 Jy ! Component: 150 - total flux cleaned = 0.000750228 Jy ! Component: 200 - total flux cleaned = 0.000769595 Jy ! Total flux subtracted in 200 components = 0.000769595 Jy ! Clean residual min=-0.002266 max=0.001632 Jy/beam ! Clean residual mean=-0.000009 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0648236 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.0648236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083320Jy sigma=0.000737 ! Fit after self-cal, rms=0.083320Jy sigma=0.000737 ! 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.083320Jy sigma=0.000737 ! Fit after self-cal, rms=0.083439Jy sigma=0.000737 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.881 mas, bmaj=18.34 mas, bpa=0.2497 degrees ! Estimated noise=741.819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109457 Jy ! Component: 100 - total flux cleaned = 0.0015053 Jy ! Component: 150 - total flux cleaned = 0.00153415 Jy ! Component: 200 - total flux cleaned = 0.00155938 Jy ! Total flux subtracted in 200 components = 0.00155938 Jy ! Clean residual min=-0.002160 max=0.002064 Jy/beam ! Clean residual mean=-0.000020 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.066383 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 116 components and 0.066383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083436Jy sigma=0.000737 ! Fit after self-cal, rms=0.083440Jy sigma=0.000737 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 = 0.000552584 Jy ! Component: 100 - total flux cleaned = 0.000614848 Jy ! Component: 150 - total flux cleaned = 0.000626538 Jy ! Component: 200 - total flux cleaned = 0.000638062 Jy ! Total flux subtracted in 200 components = 0.000638062 Jy ! Clean residual min=-0.002086 max=0.001892 Jy/beam ! Clean residual mean=-0.000019 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0670211 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 121 components and 0.0670211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083440Jy sigma=0.000737 ! Fit after self-cal, rms=0.083433Jy sigma=0.000737 ! 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.003 mas, bmaj=7.519 mas, bpa=-4.866 degrees ! Estimated noise=557.088 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.003 x 7.519 at -4.866 degrees (North through East) ! Clean map min=-0.0020103 max=0.043765 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.357 mas, bmaj=6.125 mas, bpa=-6.395 degrees ! Estimated noise=881.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0338099 Jy ! Component: 100 - total flux cleaned = 0.0431534 Jy ! Component: 150 - total flux cleaned = 0.0490043 Jy ! Component: 200 - total flux cleaned = 0.0531241 Jy ! Total flux subtracted in 200 components = 0.0531241 Jy ! Clean residual min=-0.003060 max=0.003027 Jy/beam ! Clean residual mean=-0.000008 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0531241 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0531241 Jy ! Inverting map and beam ! Estimated beam: bmin=3.003 mas, bmaj=7.519 mas, bpa=-4.866 degrees ! Estimated noise=557.088 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.00443948 Jy ! Component: 100 - total flux cleaned = 0.00735137 Jy ! Component: 150 - total flux cleaned = 0.00940818 Jy ! Component: 200 - total flux cleaned = 0.0103066 Jy ! Total flux subtracted in 200 components = 0.0103066 Jy ! Clean residual min=-0.002292 max=0.001697 Jy/beam ! Clean residual mean=-0.000014 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0634307 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 46 components and 0.0634307 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.881 mas, bmaj=18.34 mas, bpa=0.2497 degrees ! Estimated noise=741.819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200928 Jy ! Component: 100 - total flux cleaned = 0.00301134 Jy ! Component: 150 - total flux cleaned = 0.00330624 Jy ! Component: 200 - total flux cleaned = 0.00340275 Jy ! Total flux subtracted in 200 components = 0.00340275 Jy ! Clean residual min=-0.002072 max=0.001828 Jy/beam ! Clean residual mean=-0.000022 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.0668334 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 = 8.4163e-05 Jy ! Component: 100 - total flux cleaned = 0.000157905 Jy ! Component: 150 - total flux cleaned = 0.00021113 Jy ! Component: 200 - total flux cleaned = 0.000259444 Jy ! Total flux subtracted in 200 components = 0.000259444 Jy ! Clean residual min=-0.002048 max=0.001819 Jy/beam ! Clean residual mean=-0.000021 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.0670929 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 68 components and 0.0670929 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.003 mas, bmaj=7.519 mas, bpa=-4.866 degrees ! Estimated noise=557.088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.14129e-06 Jy ! Component: 100 - total flux cleaned = -4.39649e-05 Jy ! Component: 150 - total flux cleaned = -1.25413e-05 Jy ! Component: 200 - total flux cleaned = 1.51909e-05 Jy ! Total flux subtracted in 200 components = 1.51909e-05 Jy ! Clean residual min=-0.002185 max=0.001621 Jy/beam ! Clean residual mean=-0.000009 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.0671081 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 84 components and 0.0671081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083439Jy sigma=0.000737 ! Fit after self-cal, rms=0.083426Jy sigma=0.000737 wmodel J1319-2724_S_2015_03_17_pus_map.mod ! Writing 84 model components to file: J1319-2724_S_2015_03_17_pus_map.mod wobs J1319-2724_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1319-2724_S_2015_03_17_pus_uvs.fits wwins J1319-2724_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1319-2724_S_2015_03_17_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000833442 Jy ! Component: 100 - total flux cleaned = -0.00136705 Jy ! Component: 150 - total flux cleaned = -0.00169714 Jy ! Component: 200 - total flux cleaned = -0.00193041 Jy ! Component: 250 - total flux cleaned = -0.00212829 Jy ! Component: 300 - total flux cleaned = -0.00227122 Jy ! Component: 350 - total flux cleaned = -0.00247869 Jy ! Component: 400 - total flux cleaned = -0.00263566 Jy ! Component: 450 - total flux cleaned = -0.00270213 Jy ! Component: 500 - total flux cleaned = -0.00278796 Jy ! Component: 550 - total flux cleaned = -0.00283006 Jy ! Component: 600 - total flux cleaned = -0.00287081 Jy ! Component: 650 - total flux cleaned = -0.00289032 Jy ! Component: 700 - total flux cleaned = -0.00292997 Jy ! Component: 750 - total flux cleaned = -0.00294919 Jy ! Component: 800 - total flux cleaned = -0.00294931 Jy ! Component: 850 - total flux cleaned = -0.00291224 Jy ! Component: 900 - total flux cleaned = -0.0028938 Jy ! Component: 950 - total flux cleaned = -0.00287564 Jy ! Component: 1000 - total flux cleaned = -0.00283999 Jy ! Component: 1050 - total flux cleaned = -0.002875 Jy ! Component: 1100 - total flux cleaned = -0.00289222 Jy ! Component: 1150 - total flux cleaned = -0.00287497 Jy ! Component: 1200 - total flux cleaned = -0.00285814 Jy ! Component: 1250 - total flux cleaned = -0.00287455 Jy ! Component: 1300 - total flux cleaned = -0.00287412 Jy ! Component: 1350 - total flux cleaned = -0.00285789 Jy ! Component: 1400 - total flux cleaned = -0.00279428 Jy ! Component: 1450 - total flux cleaned = -0.00276291 Jy ! Component: 1500 - total flux cleaned = -0.00276287 Jy ! Component: 1550 - total flux cleaned = -0.00267083 Jy ! Component: 1600 - total flux cleaned = -0.00265585 Jy ! Component: 1650 - total flux cleaned = -0.00262608 Jy ! Component: 1700 - total flux cleaned = -0.00259658 Jy ! Component: 1750 - total flux cleaned = -0.00252356 Jy ! Component: 1800 - total flux cleaned = -0.00256681 Jy ! Component: 1850 - total flux cleaned = -0.00252384 Jy ! Component: 1900 - total flux cleaned = -0.00253783 Jy ! Component: 1950 - total flux cleaned = -0.00245355 Jy ! Component: 2000 - total flux cleaned = -0.0024398 Jy ! Component: 2050 - total flux cleaned = -0.00241221 Jy ! Component: 2100 - total flux cleaned = -0.00237159 Jy ! Component: 2150 - total flux cleaned = -0.00238505 Jy ! Component: 2200 - total flux cleaned = -0.00237181 Jy ! Component: 2250 - total flux cleaned = -0.00239807 Jy ! Component: 2300 - total flux cleaned = -0.00234582 Jy ! Component: 2350 - total flux cleaned = -0.00233283 Jy ! Component: 2400 - total flux cleaned = -0.00233271 Jy ! Component: 2450 - total flux cleaned = -0.00232005 Jy ! Component: 2500 - total flux cleaned = -0.00228224 Jy ! Component: 2550 - total flux cleaned = -0.00230737 Jy ! Component: 2600 - total flux cleaned = -0.0023198 Jy ! Component: 2650 - total flux cleaned = -0.00229532 Jy ! Component: 2700 - total flux cleaned = -0.00231969 Jy ! Component: 2750 - total flux cleaned = -0.00234385 Jy ! Component: 2800 - total flux cleaned = -0.00234372 Jy ! Component: 2850 - total flux cleaned = -0.00234361 Jy ! Component: 2900 - total flux cleaned = -0.00234363 Jy ! Component: 2950 - total flux cleaned = -0.00235531 Jy ! Component: 3000 - total flux cleaned = -0.00234363 Jy ! Component: 3050 - total flux cleaned = -0.00234372 Jy ! Component: 3100 - total flux cleaned = -0.00237775 Jy ! Component: 3150 - total flux cleaned = -0.002389 Jy ! Component: 3200 - total flux cleaned = -0.00229959 Jy ! Component: 3250 - total flux cleaned = -0.00232182 Jy ! Component: 3300 - total flux cleaned = -0.00237699 Jy ! Component: 3350 - total flux cleaned = -0.0023443 Jy ! Component: 3400 - total flux cleaned = -0.00236591 Jy ! Component: 3450 - total flux cleaned = -0.00231209 Jy ! Component: 3500 - total flux cleaned = -0.00233338 Jy ! Component: 3550 - total flux cleaned = -0.00233331 Jy ! Component: 3600 - total flux cleaned = -0.00228072 Jy ! Component: 3650 - total flux cleaned = -0.0022703 Jy ! Component: 3700 - total flux cleaned = -0.00228061 Jy ! Component: 3750 - total flux cleaned = -0.00223933 Jy ! Component: 3800 - total flux cleaned = -0.00223925 Jy ! Component: 3850 - total flux cleaned = -0.00218842 Jy ! Component: 3900 - total flux cleaned = -0.00215825 Jy ! Component: 3950 - total flux cleaned = -0.00215834 Jy ! Component: 4000 - total flux cleaned = -0.00216823 Jy ! Component: 4050 - total flux cleaned = -0.00212872 Jy ! Total flux subtracted in 4096 components = -0.00210908 Jy ! Clean residual min=-0.000582 max=0.000610 Jy/beam ! Clean residual mean=-0.000000 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.064999 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 353 components and 0.064999 Jy ![Exited script file: muppet] wmap "J1319-2724_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.003 x 7.519 at -4.866 degrees (North through East) ! Clean map min=-0.0015747 max=0.043254 Jy/beam ! Writing clean map to FITS file: J1319-2724_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0432536 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000176459 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.22389 1.22389 2.44778 4.89557 9.79113 19.5823 39.1645 78.329 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.043 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.003 x 7.519 at -4.866 degrees (North through East) ! Clean map min=-0.0015747 max=0.043254 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 J1319-2724_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:59:29 2016