! Started logfile: J1411+0036_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:38:19 2016 obs J1411+0036_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1411+0036_S_2014_12_20_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.983971 visibilities/baseline/integration-bin. ! Found source: J1411+0036 ! ! 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 344 lines of history. ! ! Reading 21608 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 J1411+0036_S_2014_12_20_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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.990066Jy sigma=0.010423 ! Fit after self-cal, rms=0.955072Jy sigma=0.010082 ! 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.589 mas, bmaj=6.741 mas, bpa=-2.713 degrees ! Estimated noise=611.565 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.0362672 Jy ! Component: 100 - total flux cleaned = 0.0455837 Jy ! Total flux subtracted in 100 components = 0.0455837 Jy ! Clean residual min=-0.002559 max=0.003745 Jy/beam ! Clean residual mean=0.000002 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.0455837 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0455837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081565Jy sigma=0.000785 ! Fit after self-cal, rms=0.080873Jy sigma=0.000779 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00464546 Jy ! Component: 100 - total flux cleaned = 0.00666519 Jy ! Total flux subtracted in 100 components = 0.00666519 Jy ! Clean residual min=-0.002012 max=0.002571 Jy/beam ! Clean residual mean=0.000001 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0522489 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.0522489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080571Jy sigma=0.000776 ! Fit after self-cal, rms=0.080581Jy sigma=0.000776 ! 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.12 mas, bmaj=7.729 mas, bpa=-3.653 degrees ! Estimated noise=465.32 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.00145456 Jy ! Component: 100 - total flux cleaned = 0.00224856 Jy ! Component: 150 - total flux cleaned = 0.00244303 Jy ! Component: 200 - total flux cleaned = 0.00249255 Jy ! Total flux subtracted in 200 components = 0.00249255 Jy ! Clean residual min=-0.001871 max=0.002218 Jy/beam ! Clean residual mean=0.000002 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0547415 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 39 components and 0.0547415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080539Jy sigma=0.000776 ! Fit after self-cal, rms=0.080537Jy sigma=0.000776 ! 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.10 FD 0.88 HN 0.96 KP 1.05 ! LA 0.96 MK 1.06 NL 0.86 OV 1.05 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.03 HN 1.00 KP 1.01 ! LA 0.95 MK 0.97 NL 0.87 OV 1.11 ! PT 1.09 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.11 HN 1.03 KP 0.96 ! LA 0.79 MK 1.10 NL 1.21 OV 1.00 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.01 HN 0.96 KP 0.93 ! LA 0.82 MK 0.98 NL 0.98 OV 1.05 ! PT 1.03 SC 0.92 ! ! ! Fit before self-cal, rms=0.080537Jy sigma=0.000776 ! Fit after self-cal, rms=0.077924Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.125 mas, bmaj=7.74 mas, bpa=-3.321 degrees ! Estimated noise=465.551 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.000178214 Jy ! Component: 100 - total flux cleaned = -0.000222485 Jy ! Component: 150 - total flux cleaned = -0.000232453 Jy ! Component: 200 - total flux cleaned = -0.000247725 Jy ! Total flux subtracted in 200 components = -0.000247725 Jy ! Clean residual min=-0.001626 max=0.001788 Jy/beam ! Clean residual mean=0.000001 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.0544938 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.0544938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077920Jy sigma=0.000773 ! Fit after self-cal, rms=0.077847Jy sigma=0.000773 ! 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.077847Jy sigma=0.000773 ! Fit after self-cal, rms=0.077492Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.134 mas, bmaj=7.733 mas, bpa=-3.156 degrees ! Estimated noise=465.059 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.20113e-05 Jy ! Component: 100 - total flux cleaned = -5.37128e-05 Jy ! Component: 150 - total flux cleaned = -5.35424e-05 Jy ! Component: 200 - total flux cleaned = -6.03843e-05 Jy ! Total flux subtracted in 200 components = -6.03843e-05 Jy ! Clean residual min=-0.001473 max=0.001636 Jy/beam ! Clean residual mean=0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.0544334 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 49 components and 0.0544334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077489Jy sigma=0.000772 ! Fit after self-cal, rms=0.077475Jy sigma=0.000772 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.12073e-05 Jy ! Component: 100 - total flux cleaned = -4.28839e-05 Jy ! Component: 150 - total flux cleaned = -6.34992e-05 Jy ! Component: 200 - total flux cleaned = -7.60334e-05 Jy ! Total flux subtracted in 200 components = -7.60334e-05 Jy ! Clean residual min=-0.001482 max=0.001627 Jy/beam ! Clean residual mean=0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.0543573 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.0543573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077474Jy sigma=0.000772 ! Fit after self-cal, rms=0.077473Jy sigma=0.000772 ! 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.077473Jy sigma=0.000772 ! Fit after self-cal, rms=0.077320Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=7.71 mas, bpa=-2.937 degrees ! Estimated noise=464.097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.26667e-05 Jy ! Component: 100 - total flux cleaned = 6.39872e-05 Jy ! Component: 150 - total flux cleaned = 5.72149e-05 Jy ! Component: 200 - total flux cleaned = 4.02595e-05 Jy ! Total flux subtracted in 200 components = 4.02595e-05 Jy ! Clean residual min=-0.001454 max=0.001587 Jy/beam ! Clean residual mean=0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0543976 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.0543976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077319Jy sigma=0.000772 ! Fit after self-cal, rms=0.077312Jy sigma=0.000772 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.02678e-06 Jy ! Component: 100 - total flux cleaned = -1.55883e-05 Jy ! Component: 150 - total flux cleaned = -2.67665e-05 Jy ! Component: 200 - total flux cleaned = -3.71519e-05 Jy ! Total flux subtracted in 200 components = -3.71519e-05 Jy ! Clean residual min=-0.001387 max=0.001560 Jy/beam ! Clean residual mean=0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0543604 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.0543604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077311Jy sigma=0.000772 ! Fit after self-cal, rms=0.077308Jy sigma=0.000772 ! 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.077308Jy sigma=0.000772 ! Fit after self-cal, rms=0.077100Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.433 mas, bmaj=12.39 mas, bpa=2.358 degrees ! Estimated noise=585.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.3806e-06 Jy ! Component: 100 - total flux cleaned = -3.53335e-05 Jy ! Component: 150 - total flux cleaned = -4.90981e-05 Jy ! Component: 200 - total flux cleaned = -5.49016e-05 Jy ! Total flux subtracted in 200 components = -5.49016e-05 Jy ! Clean residual min=-0.001682 max=0.001827 Jy/beam ! Clean residual mean=0.000002 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.0543055 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 64 components and 0.0543055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077100Jy sigma=0.000772 ! Fit after self-cal, rms=0.077099Jy sigma=0.000772 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 = -3.83398e-05 Jy ! Component: 100 - total flux cleaned = -5.74629e-05 Jy ! Component: 150 - total flux cleaned = -7.11919e-05 Jy ! Component: 200 - total flux cleaned = -7.9545e-05 Jy ! Total flux subtracted in 200 components = -7.9545e-05 Jy ! Clean residual min=-0.001681 max=0.001825 Jy/beam ! Clean residual mean=0.000002 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.054226 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 64 components and 0.054226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077099Jy sigma=0.000772 ! Fit after self-cal, rms=0.077099Jy sigma=0.000772 ! 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.129 mas, bmaj=7.688 mas, bpa=-2.737 degrees ! Estimated noise=463.217 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.129 x 7.688 at -2.737 degrees (North through East) ! Clean map min=-0.0013632 max=0.047448 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.598 mas, bmaj=6.697 mas, bpa=-1.931 degrees ! Estimated noise=607.289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0368711 Jy ! Component: 100 - total flux cleaned = 0.0472419 Jy ! Component: 150 - total flux cleaned = 0.0514733 Jy ! Component: 200 - total flux cleaned = 0.0533849 Jy ! Total flux subtracted in 200 components = 0.0533849 Jy ! Clean residual min=-0.001755 max=0.001865 Jy/beam ! Clean residual mean=0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0533849 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.0533849 Jy ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=7.688 mas, bpa=-2.737 degrees ! Estimated noise=463.217 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.000458853 Jy ! Component: 100 - total flux cleaned = 0.000489573 Jy ! Component: 150 - total flux cleaned = 0.000516496 Jy ! Component: 200 - total flux cleaned = 0.000559862 Jy ! Total flux subtracted in 200 components = 0.000559862 Jy ! Clean residual min=-0.001502 max=0.001562 Jy/beam ! Clean residual mean=0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0539448 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.0539448 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.433 mas, bmaj=12.39 mas, bpa=2.358 degrees ! Estimated noise=585.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000280001 Jy ! Component: 100 - total flux cleaned = 0.000266937 Jy ! Component: 150 - total flux cleaned = 0.000244951 Jy ! Component: 200 - total flux cleaned = 0.000235778 Jy ! Total flux subtracted in 200 components = 0.000235778 Jy ! Clean residual min=-0.001633 max=0.001836 Jy/beam ! Clean residual mean=0.000002 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.0541805 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 = -1.58514e-05 Jy ! Component: 100 - total flux cleaned = -2.99167e-05 Jy ! Component: 150 - total flux cleaned = -4.83942e-05 Jy ! Component: 200 - total flux cleaned = -5.37368e-05 Jy ! Total flux subtracted in 200 components = -5.37368e-05 Jy ! Clean residual min=-0.001637 max=0.001828 Jy/beam ! Clean residual mean=0.000002 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0541268 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.0541268 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=7.688 mas, bpa=-2.737 degrees ! Estimated noise=463.217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.27034e-05 Jy ! Component: 100 - total flux cleaned = 2.45939e-05 Jy ! Component: 150 - total flux cleaned = 4.80824e-05 Jy ! Component: 200 - total flux cleaned = 4.92727e-05 Jy ! Total flux subtracted in 200 components = 4.92727e-05 Jy ! Clean residual min=-0.001394 max=0.001520 Jy/beam ! Clean residual mean=0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0541761 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.0541761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077099Jy sigma=0.000772 ! Fit after self-cal, rms=0.077095Jy sigma=0.000772 wmodel J1411+0036_S_2014_12_20_pus_map.mod ! Writing 44 model components to file: J1411+0036_S_2014_12_20_pus_map.mod wobs J1411+0036_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1411+0036_S_2014_12_20_pus_uvs.fits wwins J1411+0036_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J1411+0036_S_2014_12_20_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.000649077 Jy ! Component: 100 - total flux cleaned = 0.000958807 Jy ! Component: 150 - total flux cleaned = 0.00122914 Jy ! Component: 200 - total flux cleaned = 0.00144051 Jy ! Component: 250 - total flux cleaned = 0.00168986 Jy ! Component: 300 - total flux cleaned = 0.00182171 Jy ! Component: 350 - total flux cleaned = 0.00201326 Jy ! Component: 400 - total flux cleaned = 0.00215827 Jy ! Component: 450 - total flux cleaned = 0.00229959 Jy ! Component: 500 - total flux cleaned = 0.00243726 Jy ! Component: 550 - total flux cleaned = 0.00251367 Jy ! Component: 600 - total flux cleaned = 0.0025513 Jy ! Component: 650 - total flux cleaned = 0.00262498 Jy ! Component: 700 - total flux cleaned = 0.00262503 Jy ! Component: 750 - total flux cleaned = 0.00262548 Jy ! Component: 800 - total flux cleaned = 0.00264292 Jy ! Component: 850 - total flux cleaned = 0.00265963 Jy ! Component: 900 - total flux cleaned = 0.00264242 Jy ! Component: 950 - total flux cleaned = 0.00254365 Jy ! Component: 1000 - total flux cleaned = 0.00256018 Jy ! Component: 1050 - total flux cleaned = 0.00252844 Jy ! Component: 1100 - total flux cleaned = 0.0024654 Jy ! Component: 1150 - total flux cleaned = 0.00243437 Jy ! Component: 1200 - total flux cleaned = 0.00243429 Jy ! Component: 1250 - total flux cleaned = 0.00241885 Jy ! Component: 1300 - total flux cleaned = 0.00235904 Jy ! Component: 1350 - total flux cleaned = 0.00231485 Jy ! Component: 1400 - total flux cleaned = 0.00230044 Jy ! Component: 1450 - total flux cleaned = 0.0022574 Jy ! Component: 1500 - total flux cleaned = 0.00224326 Jy ! Component: 1550 - total flux cleaned = 0.00222908 Jy ! Component: 1600 - total flux cleaned = 0.00221501 Jy ! Component: 1650 - total flux cleaned = 0.00218779 Jy ! Component: 1700 - total flux cleaned = 0.00217426 Jy ! Component: 1750 - total flux cleaned = 0.00210751 Jy ! Component: 1800 - total flux cleaned = 0.00212079 Jy ! Component: 1850 - total flux cleaned = 0.00216005 Jy ! Component: 1900 - total flux cleaned = 0.00217313 Jy ! Component: 1950 - total flux cleaned = 0.0021988 Jy ! Component: 2000 - total flux cleaned = 0.00226197 Jy ! Component: 2050 - total flux cleaned = 0.00231197 Jy ! Component: 2100 - total flux cleaned = 0.00231176 Jy ! Component: 2150 - total flux cleaned = 0.00232387 Jy ! Component: 2200 - total flux cleaned = 0.002324 Jy ! Component: 2250 - total flux cleaned = 0.00239616 Jy ! Component: 2300 - total flux cleaned = 0.00239609 Jy ! Component: 2350 - total flux cleaned = 0.00243137 Jy ! Component: 2400 - total flux cleaned = 0.0023962 Jy ! Component: 2450 - total flux cleaned = 0.00244247 Jy ! Component: 2500 - total flux cleaned = 0.00245383 Jy ! Component: 2550 - total flux cleaned = 0.00245365 Jy ! Component: 2600 - total flux cleaned = 0.00246506 Jy ! Component: 2650 - total flux cleaned = 0.00250969 Jy ! Component: 2700 - total flux cleaned = 0.0025209 Jy ! Component: 2750 - total flux cleaned = 0.00253178 Jy ! Component: 2800 - total flux cleaned = 0.00250988 Jy ! Component: 2850 - total flux cleaned = 0.00246665 Jy ! Component: 2900 - total flux cleaned = 0.00246665 Jy ! Component: 2950 - total flux cleaned = 0.00247728 Jy ! Component: 3000 - total flux cleaned = 0.00246666 Jy ! Component: 3050 - total flux cleaned = 0.00246675 Jy ! Component: 3100 - total flux cleaned = 0.00246675 Jy ! Component: 3150 - total flux cleaned = 0.00244629 Jy ! Component: 3200 - total flux cleaned = 0.00243604 Jy ! Component: 3250 - total flux cleaned = 0.00243612 Jy ! Component: 3300 - total flux cleaned = 0.00245608 Jy ! Component: 3350 - total flux cleaned = 0.00241628 Jy ! Component: 3400 - total flux cleaned = 0.0024065 Jy ! Component: 3450 - total flux cleaned = 0.00239671 Jy ! Component: 3500 - total flux cleaned = 0.00240642 Jy ! Component: 3550 - total flux cleaned = 0.00239671 Jy ! Component: 3600 - total flux cleaned = 0.00240633 Jy ! Component: 3650 - total flux cleaned = 0.00242538 Jy ! Component: 3700 - total flux cleaned = 0.002416 Jy ! Component: 3750 - total flux cleaned = 0.00238785 Jy ! Component: 3800 - total flux cleaned = 0.00237853 Jy ! Component: 3850 - total flux cleaned = 0.0023138 Jy ! Component: 3900 - total flux cleaned = 0.0023322 Jy ! Component: 3950 - total flux cleaned = 0.00235957 Jy ! Component: 4000 - total flux cleaned = 0.00227789 Jy ! Component: 4050 - total flux cleaned = 0.00231384 Jy ! Total flux subtracted in 4096 components = 0.00228696 Jy ! Clean residual min=-0.000671 max=0.000537 Jy/beam ! Clean residual mean=0.000001 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.056463 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 352 components and 0.056463 Jy ![Exited script file: muppet] wmap "J1411+0036_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.129 x 7.688 at -2.737 degrees (North through East) ! Clean map min=-0.00092055 max=0.047446 Jy/beam ! Writing clean map to FITS file: J1411+0036_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0474458 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167248 device "J1411+0036_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1411+0036_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05751 1.05751 2.11501 4.23003 8.46006 16.9201 33.8402 67.6805 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.047 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.129 x 7.688 at -2.737 degrees (North through East) ! Clean map min=-0.00092055 max=0.047446 Jy/beam quit ! Quitting program ! Log file J1411+0036_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:38:25 2016