! Started logfile: J1545+5400_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:02:59 2016 obs J1545+5400_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1545+5400_S_2015_03_17_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774815 visibilities/baseline/integration-bin. ! Found source: J1545+5400 ! ! 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 14644 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 J1545+5400_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 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 122 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917292Jy sigma=0.011069 ! Fit after self-cal, rms=0.860117Jy sigma=0.010413 ! 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.22 mas, bmaj=3.52 mas, bpa=5.3 degrees ! Estimated noise=788.247 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.10289 Jy ! Component: 100 - total flux cleaned = 0.127525 Jy ! Total flux subtracted in 100 components = 0.127525 Jy ! Clean residual min=-0.005097 max=0.009856 Jy/beam ! Clean residual mean=-0.000033 rms=0.001383 Jy/beam ! Combined flux in latest and established models = 0.127525 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.127525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076220Jy sigma=0.000821 ! Fit after self-cal, rms=0.076198Jy sigma=0.000821 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107266 Jy ! Component: 100 - total flux cleaned = 0.0164786 Jy ! Total flux subtracted in 100 components = 0.0164786 Jy ! Clean residual min=-0.004894 max=0.006259 Jy/beam ! Clean residual mean=-0.000022 rms=0.001137 Jy/beam ! Combined flux in latest and established models = 0.144003 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.144003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073418Jy sigma=0.000794 ! Fit after self-cal, rms=0.073397Jy sigma=0.000794 ! 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=4.048 mas, bmaj=4.281 mas, bpa=-1.867 degrees ! Estimated noise=495.103 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 (5.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00802773 Jy ! Component: 100 - total flux cleaned = 0.012686 Jy ! Component: 150 - total flux cleaned = 0.0157978 Jy ! Component: 200 - total flux cleaned = 0.0180719 Jy ! Total flux subtracted in 200 components = 0.0180719 Jy ! Clean residual min=-0.003751 max=0.003589 Jy/beam ! Clean residual mean=-0.000007 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.162075 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.162075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072133Jy sigma=0.000785 ! Fit after self-cal, rms=0.072093Jy sigma=0.000784 ! 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.03 FD 0.89 HN 0.97 KP 1.11 ! LA 0.99 MK 0.97 NL 0.88 OV 1.00 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.90 HN 1.09 KP 1.09 ! LA 0.97 MK 1.06 NL 0.99 OV 1.03 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.94 HN 1.04 KP 0.93 ! LA 0.77 MK 1.09 NL 1.14 OV 0.97 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.95 HN 1.02 KP 0.90 ! LA 0.86 MK 1.10 NL 1.00 OV 1.03 ! PT 1.07 SC 0.97 ! ! ! Fit before self-cal, rms=0.072093Jy sigma=0.000784 ! Fit after self-cal, rms=0.067249Jy sigma=0.000762 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.095 mas, bmaj=4.352 mas, bpa=4.395 degrees ! Estimated noise=494.008 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.000281905 Jy ! Component: 100 - total flux cleaned = 0.000197417 Jy ! Component: 150 - total flux cleaned = 0.000195525 Jy ! Component: 200 - total flux cleaned = 0.000223166 Jy ! Total flux subtracted in 200 components = 0.000223166 Jy ! Clean residual min=-0.001763 max=0.001720 Jy/beam ! Clean residual mean=-0.000002 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.162298 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.162298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067195Jy sigma=0.000761 ! Fit after self-cal, rms=0.067125Jy sigma=0.000761 ! 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.067125Jy sigma=0.000761 ! Fit after self-cal, rms=0.066984Jy sigma=0.000759 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.093 mas, bmaj=4.343 mas, bpa=3.391 degrees ! Estimated noise=492.906 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.36968e-05 Jy ! Component: 100 - total flux cleaned = -0.000236834 Jy ! Component: 150 - total flux cleaned = -0.000396465 Jy ! Component: 200 - total flux cleaned = -0.000416184 Jy ! Total flux subtracted in 200 components = -0.000416184 Jy ! Clean residual min=-0.001516 max=0.001467 Jy/beam ! Clean residual mean=0.000005 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.161882 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.161882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066955Jy sigma=0.000758 ! Fit after self-cal, rms=0.066960Jy sigma=0.000758 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 = -6.52665e-05 Jy ! Component: 100 - total flux cleaned = -4.98057e-05 Jy ! Component: 150 - total flux cleaned = -4.97457e-05 Jy ! Component: 200 - total flux cleaned = -4.99012e-05 Jy ! Total flux subtracted in 200 components = -4.99012e-05 Jy ! Clean residual min=-0.001445 max=0.001467 Jy/beam ! Clean residual mean=0.000005 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.161832 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.161832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066953Jy sigma=0.000758 ! Fit after self-cal, rms=0.066952Jy sigma=0.000758 ! 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.066952Jy sigma=0.000758 ! Fit after self-cal, rms=0.066964Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.094 mas, bmaj=4.351 mas, bpa=4.03 degrees ! Estimated noise=492.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000131326 Jy ! Component: 100 - total flux cleaned = -0.000352444 Jy ! Component: 150 - total flux cleaned = -0.000424106 Jy ! Component: 200 - total flux cleaned = -0.00046168 Jy ! Total flux subtracted in 200 components = -0.00046168 Jy ! Clean residual min=-0.001434 max=0.001433 Jy/beam ! Clean residual mean=0.000005 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.161371 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 86 components and 0.161371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066954Jy sigma=0.000758 ! Fit after self-cal, rms=0.066956Jy sigma=0.000758 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.12206e-05 Jy ! Component: 100 - total flux cleaned = -1.07252e-05 Jy ! Component: 150 - total flux cleaned = -3.24024e-05 Jy ! Component: 200 - total flux cleaned = -3.24061e-05 Jy ! Total flux subtracted in 200 components = -3.24061e-05 Jy ! Clean residual min=-0.001382 max=0.001429 Jy/beam ! Clean residual mean=0.000005 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.161338 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 89 components and 0.161338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066952Jy sigma=0.000758 ! Fit after self-cal, rms=0.066952Jy sigma=0.000758 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066952Jy sigma=0.000758 ! Fit after self-cal, rms=0.066938Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.211 mas, bmaj=9.147 mas, bpa=61.85 degrees ! Estimated noise=615.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000300171 Jy ! Component: 100 - total flux cleaned = -0.000284129 Jy ! Component: 150 - total flux cleaned = -0.000285432 Jy ! Component: 200 - total flux cleaned = -0.000267618 Jy ! Total flux subtracted in 200 components = -0.000267618 Jy ! Clean residual min=-0.001540 max=0.001587 Jy/beam ! Clean residual mean=0.000012 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.161071 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 93 components and 0.161071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066936Jy sigma=0.000758 ! Fit after self-cal, rms=0.066935Jy sigma=0.000758 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 = -9.89472e-05 Jy ! Component: 100 - total flux cleaned = -3.7609e-05 Jy ! Component: 150 - total flux cleaned = -1.12643e-05 Jy ! Component: 200 - total flux cleaned = -3.67078e-06 Jy ! Total flux subtracted in 200 components = -3.67078e-06 Jy ! Clean residual min=-0.001541 max=0.001573 Jy/beam ! Clean residual mean=0.000012 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.161067 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 99 components and 0.161067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066935Jy sigma=0.000758 ! Fit after self-cal, rms=0.066934Jy sigma=0.000758 ! 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=4.096 mas, bmaj=4.356 mas, bpa=4.422 degrees ! Estimated noise=492.148 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.096 x 4.356 at 4.422 degrees (North through East) ! Clean map min=-0.001344 max=0.13523 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.248 mas, bmaj=3.574 mas, bpa=7.964 degrees ! Estimated noise=793.763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.103512 Jy ! Component: 100 - total flux cleaned = 0.12751 Jy ! Component: 150 - total flux cleaned = 0.137789 Jy ! Component: 200 - total flux cleaned = 0.144068 Jy ! Total flux subtracted in 200 components = 0.144068 Jy ! Clean residual min=-0.003112 max=0.003451 Jy/beam ! Clean residual mean=-0.000010 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.144068 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.144068 Jy ! Inverting map and beam ! Estimated beam: bmin=4.096 mas, bmaj=4.356 mas, bpa=4.422 degrees ! Estimated noise=492.148 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.00635743 Jy ! Component: 100 - total flux cleaned = 0.0098194 Jy ! Component: 150 - total flux cleaned = 0.012082 Jy ! Component: 200 - total flux cleaned = 0.0136251 Jy ! Total flux subtracted in 200 components = 0.0136251 Jy ! Clean residual min=-0.001824 max=0.001360 Jy/beam ! Clean residual mean=0.000002 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.157693 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 60 components and 0.157693 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=8.211 mas, bmaj=9.147 mas, bpa=61.85 degrees ! Estimated noise=615.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158398 Jy ! Component: 100 - total flux cleaned = 0.00234784 Jy ! Component: 150 - total flux cleaned = 0.00254017 Jy ! Component: 200 - total flux cleaned = 0.00269601 Jy ! Total flux subtracted in 200 components = 0.00269601 Jy ! Clean residual min=-0.001527 max=0.001560 Jy/beam ! Clean residual mean=0.000010 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.160389 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.000126042 Jy ! Component: 100 - total flux cleaned = 0.000216838 Jy ! Component: 150 - total flux cleaned = 0.000261889 Jy ! Component: 200 - total flux cleaned = 0.000292416 Jy ! Total flux subtracted in 200 components = 0.000292416 Jy ! Clean residual min=-0.001518 max=0.001570 Jy/beam ! Clean residual mean=0.000011 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.160681 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 86 components and 0.160681 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.096 mas, bmaj=4.356 mas, bpa=4.422 degrees ! Estimated noise=492.148 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000412767 Jy ! Component: 100 - total flux cleaned = -0.000416442 Jy ! Component: 150 - total flux cleaned = -0.000393653 Jy ! Component: 200 - total flux cleaned = -0.000352319 Jy ! Total flux subtracted in 200 components = -0.000352319 Jy ! Clean residual min=-0.001534 max=0.001428 Jy/beam ! Clean residual mean=0.000005 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.160329 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 100 components and 0.160329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066940Jy sigma=0.000758 ! Fit after self-cal, rms=0.066942Jy sigma=0.000758 wmodel J1545+5400_S_2015_03_17_pus_map.mod ! Writing 100 model components to file: J1545+5400_S_2015_03_17_pus_map.mod wobs J1545+5400_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1545+5400_S_2015_03_17_pus_uvs.fits wwins J1545+5400_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1545+5400_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.000118127 Jy ! Component: 100 - total flux cleaned = -0.000142703 Jy ! Component: 150 - total flux cleaned = -0.000166323 Jy ! Component: 200 - total flux cleaned = -0.00012289 Jy ! Component: 250 - total flux cleaned = -5.89604e-05 Jy ! Component: 300 - total flux cleaned = -1.68497e-05 Jy ! Component: 350 - total flux cleaned = 8.49568e-05 Jy ! Component: 400 - total flux cleaned = 0.000144155 Jy ! Component: 450 - total flux cleaned = 0.000182739 Jy ! Component: 500 - total flux cleaned = 0.000220699 Jy ! Component: 550 - total flux cleaned = 0.000276391 Jy ! Component: 600 - total flux cleaned = 0.000348442 Jy ! Component: 650 - total flux cleaned = 0.000383481 Jy ! Component: 700 - total flux cleaned = 0.000470102 Jy ! Component: 750 - total flux cleaned = 0.000521259 Jy ! Component: 800 - total flux cleaned = 0.000538095 Jy ! Component: 850 - total flux cleaned = 0.000538183 Jy ! Component: 900 - total flux cleaned = 0.000602475 Jy ! Component: 950 - total flux cleaned = 0.000617856 Jy ! Component: 1000 - total flux cleaned = 0.000602199 Jy ! Component: 1050 - total flux cleaned = 0.000586833 Jy ! Component: 1100 - total flux cleaned = 0.000601547 Jy ! Component: 1150 - total flux cleaned = 0.000586549 Jy ! Component: 1200 - total flux cleaned = 0.000615397 Jy ! Component: 1250 - total flux cleaned = 0.000558668 Jy ! Component: 1300 - total flux cleaned = 0.000600913 Jy ! Component: 1350 - total flux cleaned = 0.000573503 Jy ! Component: 1400 - total flux cleaned = 0.000600776 Jy ! Component: 1450 - total flux cleaned = 0.000573942 Jy ! Component: 1500 - total flux cleaned = 0.000560831 Jy ! Component: 1550 - total flux cleaned = 0.000547902 Jy ! Component: 1600 - total flux cleaned = 0.000509234 Jy ! Component: 1650 - total flux cleaned = 0.000522086 Jy ! Component: 1700 - total flux cleaned = 0.000547074 Jy ! Component: 1750 - total flux cleaned = 0.000522307 Jy ! Component: 1800 - total flux cleaned = 0.000485417 Jy ! Component: 1850 - total flux cleaned = 0.000521739 Jy ! Component: 1900 - total flux cleaned = 0.000509469 Jy ! Component: 1950 - total flux cleaned = 0.000521348 Jy ! Component: 2000 - total flux cleaned = 0.000533098 Jy ! Component: 2050 - total flux cleaned = 0.000544332 Jy ! Component: 2100 - total flux cleaned = 0.000498512 Jy ! Component: 2150 - total flux cleaned = 0.000498567 Jy ! Component: 2200 - total flux cleaned = 0.000532189 Jy ! Component: 2250 - total flux cleaned = 0.000598512 Jy ! Component: 2300 - total flux cleaned = 0.000642315 Jy ! Component: 2350 - total flux cleaned = 0.00059894 Jy ! Component: 2400 - total flux cleaned = 0.000641907 Jy ! Component: 2450 - total flux cleaned = 0.000641885 Jy ! Component: 2500 - total flux cleaned = 0.0006736 Jy ! Component: 2550 - total flux cleaned = 0.000694421 Jy ! Component: 2600 - total flux cleaned = 0.000704765 Jy ! Component: 2650 - total flux cleaned = 0.000735538 Jy ! Component: 2700 - total flux cleaned = 0.000725293 Jy ! Component: 2750 - total flux cleaned = 0.000735318 Jy ! Component: 2800 - total flux cleaned = 0.000765107 Jy ! Component: 2850 - total flux cleaned = 0.000755094 Jy ! Component: 2900 - total flux cleaned = 0.000774666 Jy ! Component: 2950 - total flux cleaned = 0.000784283 Jy ! Component: 3000 - total flux cleaned = 0.000832481 Jy ! Component: 3050 - total flux cleaned = 0.000880125 Jy ! Component: 3100 - total flux cleaned = 0.000927468 Jy ! Component: 3150 - total flux cleaned = 0.00094631 Jy ! Component: 3200 - total flux cleaned = 0.000964985 Jy ! Component: 3250 - total flux cleaned = 0.000983429 Jy ! Component: 3300 - total flux cleaned = 0.00102928 Jy ! Component: 3350 - total flux cleaned = 0.00102934 Jy ! Component: 3400 - total flux cleaned = 0.0010564 Jy ! Component: 3450 - total flux cleaned = 0.00110114 Jy ! Component: 3500 - total flux cleaned = 0.00110115 Jy ! Component: 3550 - total flux cleaned = 0.00112767 Jy ! Component: 3600 - total flux cleaned = 0.00112783 Jy ! Component: 3650 - total flux cleaned = 0.00118876 Jy ! Component: 3700 - total flux cleaned = 0.00122313 Jy ! Component: 3750 - total flux cleaned = 0.0012402 Jy ! Component: 3800 - total flux cleaned = 0.00127424 Jy ! Component: 3850 - total flux cleaned = 0.0013248 Jy ! Component: 3900 - total flux cleaned = 0.00138339 Jy ! Component: 3950 - total flux cleaned = 0.00137511 Jy ! Component: 4000 - total flux cleaned = 0.00139995 Jy ! Component: 4050 - total flux cleaned = 0.00146564 Jy ! Total flux subtracted in 4096 components = 0.00149822 Jy ! Clean residual min=-0.000489 max=0.000424 Jy/beam ! Clean residual mean=0.000002 rms=0.000144 Jy/beam ! Combined flux in latest and established models = 0.161827 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 402 components and 0.161827 Jy ![Exited script file: muppet] wmap "J1545+5400_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.096 x 4.356 at 4.422 degrees (North through East) ! Clean map min=-0.0010206 max=0.1363 Jy/beam ! Writing clean map to FITS file: J1545+5400_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.136303 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000142022 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.312586 0.312586 0.625173 1.25035 2.50069 5.00138 10.0028 20.0055 40.0111 80.0221 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.136 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.096 x 4.356 at 4.422 degrees (North through East) ! Clean map min=-0.0010206 max=0.1363 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 J1545+5400_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:03:03 2016