! Started logfile: J0302+5331_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:44:08 2016 obs J0302+5331_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0302+5331_S_2014_05_31_pus_uva.fits ! AN table 1: 102 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.890196 visibilities/baseline/integration-bin. ! Found source: J0302+5331 ! ! 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 336 lines of history. ! ! Reading 16344 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 J0302+5331_S_2014_05_31_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.775222Jy sigma=0.009207 ! Fit after self-cal, rms=0.724117Jy sigma=0.008611 ! 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.592 mas, bmaj=5.701 mas, bpa=44.1 degrees ! Estimated noise=684.053 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.215882 Jy ! Component: 100 - total flux cleaned = 0.262967 Jy ! Total flux subtracted in 100 components = 0.262967 Jy ! Clean residual min=-0.006127 max=0.013200 Jy/beam ! Clean residual mean=0.000013 rms=0.001642 Jy/beam ! Combined flux in latest and established models = 0.262967 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.262967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076758Jy sigma=0.000854 ! Fit after self-cal, rms=0.076755Jy sigma=0.000854 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127288 Jy ! Component: 100 - total flux cleaned = 0.0184044 Jy ! Total flux subtracted in 100 components = 0.0184044 Jy ! Clean residual min=-0.005454 max=0.004869 Jy/beam ! Clean residual mean=0.000009 rms=0.001251 Jy/beam ! Combined flux in latest and established models = 0.281371 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 19 components and 0.281371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074338Jy sigma=0.000831 ! Fit after self-cal, rms=0.074324Jy sigma=0.000831 ! 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.326 mas, bmaj=6.311 mas, bpa=41.92 degrees ! Estimated noise=473.195 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.00428649 Jy ! Component: 100 - total flux cleaned = 0.00666026 Jy ! Component: 150 - total flux cleaned = 0.00817911 Jy ! Component: 200 - total flux cleaned = 0.00916043 Jy ! Total flux subtracted in 200 components = 0.00916043 Jy ! Clean residual min=-0.003779 max=0.004337 Jy/beam ! Clean residual mean=0.000023 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.290532 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 32 components and 0.290532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073958Jy sigma=0.000829 ! Fit after self-cal, rms=0.073954Jy sigma=0.000829 ! 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.99 FD 0.84 HN 0.98 KP 1.04 ! LA 1.19 MK 1.02 NL 0.95 OV 0.97 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 1.02 KP 1.02 ! LA 1.13 MK 1.04 NL 1.02 OV 1.00 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.14 HN 1.01 KP 0.92 ! LA 0.91 MK 1.03 NL 1.00 OV 0.93 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.04 HN 1.01 KP 0.89 ! LA 0.87 MK 1.05 NL 1.07 OV 1.00 ! PT 1.03 SC 0.95 ! ! ! Fit before self-cal, rms=0.073954Jy sigma=0.000829 ! Fit after self-cal, rms=0.067722Jy sigma=0.000768 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.331 mas, bmaj=6.289 mas, bpa=41.75 degrees ! Estimated noise=472.911 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.000222889 Jy ! Component: 100 - total flux cleaned = 3.29529e-05 Jy ! Component: 150 - total flux cleaned = 1.23065e-05 Jy ! Component: 200 - total flux cleaned = -4.02355e-05 Jy ! Total flux subtracted in 200 components = -4.02355e-05 Jy ! Clean residual min=-0.001827 max=0.001930 Jy/beam ! Clean residual mean=-0.000012 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.290491 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.290491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067698Jy sigma=0.000768 ! Fit after self-cal, rms=0.067689Jy sigma=0.000768 ! 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.067689Jy sigma=0.000768 ! Fit after self-cal, rms=0.067677Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.328 mas, bmaj=6.295 mas, bpa=41.73 degrees ! Estimated noise=473.098 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000182899 Jy ! Component: 100 - total flux cleaned = 0.000154871 Jy ! Component: 150 - total flux cleaned = 0.000119188 Jy ! Component: 200 - total flux cleaned = 8.65521e-05 Jy ! Total flux subtracted in 200 components = 8.65521e-05 Jy ! Clean residual min=-0.001545 max=0.001677 Jy/beam ! Clean residual mean=-0.000008 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.290578 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.290578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067671Jy sigma=0.000767 ! Fit after self-cal, rms=0.067672Jy sigma=0.000767 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.68693e-05 Jy ! Component: 100 - total flux cleaned = -8.87202e-05 Jy ! Component: 150 - total flux cleaned = -0.000106977 Jy ! Component: 200 - total flux cleaned = -0.000131931 Jy ! Total flux subtracted in 200 components = -0.000131931 Jy ! Clean residual min=-0.001553 max=0.001665 Jy/beam ! Clean residual mean=-0.000008 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.290446 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.290446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067669Jy sigma=0.000767 ! Fit after self-cal, rms=0.067669Jy sigma=0.000767 ! 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.067669Jy sigma=0.000767 ! Fit after self-cal, rms=0.067688Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.327 mas, bmaj=6.296 mas, bpa=41.72 degrees ! Estimated noise=473.247 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122777 Jy ! Component: 100 - total flux cleaned = 0.000105109 Jy ! Component: 150 - total flux cleaned = 9.75173e-05 Jy ! Component: 200 - total flux cleaned = 8.21952e-05 Jy ! Total flux subtracted in 200 components = 8.21952e-05 Jy ! Clean residual min=-0.001544 max=0.001655 Jy/beam ! Clean residual mean=-0.000008 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.290528 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.290528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067686Jy sigma=0.000767 ! Fit after self-cal, rms=0.067686Jy sigma=0.000767 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.30509e-05 Jy ! Component: 100 - total flux cleaned = -3.98424e-05 Jy ! Component: 150 - total flux cleaned = -5.28323e-05 Jy ! Component: 200 - total flux cleaned = -6.50484e-05 Jy ! Total flux subtracted in 200 components = -6.50484e-05 Jy ! Clean residual min=-0.001546 max=0.001651 Jy/beam ! Clean residual mean=-0.000008 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.290463 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 54 components and 0.290463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067685Jy sigma=0.000767 ! Fit after self-cal, rms=0.067685Jy sigma=0.000767 ! 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.067685Jy sigma=0.000767 ! Fit after self-cal, rms=0.067707Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.029 mas, bmaj=8.947 mas, bpa=35.69 degrees ! Estimated noise=551.767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000169748 Jy ! Component: 100 - total flux cleaned = 0.000208563 Jy ! Component: 150 - total flux cleaned = 0.00024542 Jy ! Component: 200 - total flux cleaned = 0.000258203 Jy ! Total flux subtracted in 200 components = 0.000258203 Jy ! Clean residual min=-0.001928 max=0.002033 Jy/beam ! Clean residual mean=-0.000015 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.290721 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 60 components and 0.290721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067708Jy sigma=0.000767 ! Fit after self-cal, rms=0.067708Jy sigma=0.000767 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.74183e-07 Jy ! Component: 100 - total flux cleaned = 1.87034e-05 Jy ! Component: 150 - total flux cleaned = 2.45908e-05 Jy ! Component: 200 - total flux cleaned = 2.99942e-05 Jy ! Total flux subtracted in 200 components = 2.99942e-05 Jy ! Clean residual min=-0.001923 max=0.002013 Jy/beam ! Clean residual mean=-0.000015 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.290751 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 0.290751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067709Jy sigma=0.000767 ! Fit after self-cal, rms=0.067709Jy sigma=0.000767 ! 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.326 mas, bmaj=6.297 mas, bpa=41.72 degrees ! Estimated noise=473.407 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.326 x 6.297 at 41.72 degrees (North through East) ! Clean map min=-0.0015039 max=0.27665 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.589 mas, bmaj=5.692 mas, bpa=43.74 degrees ! Estimated noise=681.799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.21514 Jy ! Component: 100 - total flux cleaned = 0.26214 Jy ! Component: 150 - total flux cleaned = 0.275977 Jy ! Component: 200 - total flux cleaned = 0.282226 Jy ! Total flux subtracted in 200 components = 0.282226 Jy ! Clean residual min=-0.002246 max=0.002852 Jy/beam ! Clean residual mean=-0.000000 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.282226 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.282226 Jy ! Inverting map and beam ! Estimated beam: bmin=4.326 mas, bmaj=6.297 mas, bpa=41.72 degrees ! Estimated noise=473.407 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.00386287 Jy ! Component: 100 - total flux cleaned = 0.00589035 Jy ! Component: 150 - total flux cleaned = 0.00703942 Jy ! Component: 200 - total flux cleaned = 0.00769924 Jy ! Total flux subtracted in 200 components = 0.00769924 Jy ! Clean residual min=-0.001593 max=0.001748 Jy/beam ! Clean residual mean=-0.000008 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.289926 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.289926 Jy ! Inverting map ! Added new window around map position (8, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153635 Jy ! Component: 100 - total flux cleaned = 0.00193384 Jy ! Component: 150 - total flux cleaned = 0.00208125 Jy ! Component: 200 - total flux cleaned = 0.00206006 Jy ! Total flux subtracted in 200 components = 0.00206006 Jy ! Clean residual min=-0.001628 max=0.001513 Jy/beam ! Clean residual mean=-0.000005 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.291986 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 63 components and 0.291986 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.029 mas, bmaj=8.947 mas, bpa=35.69 degrees ! Estimated noise=551.767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.44265e-05 Jy ! Component: 100 - total flux cleaned = 5.98897e-05 Jy ! Component: 150 - total flux cleaned = 0.000127845 Jy ! Component: 200 - total flux cleaned = 0.000175276 Jy ! Total flux subtracted in 200 components = 0.000175276 Jy ! Clean residual min=-0.001776 max=0.001746 Jy/beam ! Clean residual mean=-0.000009 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.292161 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 = 3.12305e-05 Jy ! Component: 100 - total flux cleaned = 5.05911e-05 Jy ! Component: 150 - total flux cleaned = 5.97822e-05 Jy ! Component: 200 - total flux cleaned = 7.75896e-05 Jy ! Total flux subtracted in 200 components = 7.75896e-05 Jy ! Clean residual min=-0.001764 max=0.001723 Jy/beam ! Clean residual mean=-0.000009 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.292238 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 95 components and 0.292238 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.326 mas, bmaj=6.297 mas, bpa=41.72 degrees ! Estimated noise=473.407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.92501e-05 Jy ! Component: 100 - total flux cleaned = 9.81004e-06 Jy ! Component: 150 - total flux cleaned = -1.49461e-05 Jy ! Component: 200 - total flux cleaned = -4.86348e-05 Jy ! Total flux subtracted in 200 components = -4.86348e-05 Jy ! Clean residual min=-0.001569 max=0.001441 Jy/beam ! Clean residual mean=-0.000005 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.29219 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 113 components and 0.29219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067670Jy sigma=0.000766 ! Fit after self-cal, rms=0.067663Jy sigma=0.000766 wmodel J0302+5331_S_2014_05_31_pus_map.mod ! Writing 113 model components to file: J0302+5331_S_2014_05_31_pus_map.mod wobs J0302+5331_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0302+5331_S_2014_05_31_pus_uvs.fits wwins J0302+5331_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0302+5331_S_2014_05_31_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 = -1.17531e-05 Jy ! Component: 100 - total flux cleaned = -1.27371e-05 Jy ! Component: 150 - total flux cleaned = 3.45857e-05 Jy ! Component: 200 - total flux cleaned = 0.000103447 Jy ! Component: 250 - total flux cleaned = 0.000147309 Jy ! Component: 300 - total flux cleaned = 0.000147365 Jy ! Component: 350 - total flux cleaned = 0.000147172 Jy ! Component: 400 - total flux cleaned = 0.00012725 Jy ! Component: 450 - total flux cleaned = 0.000166278 Jy ! Component: 500 - total flux cleaned = 0.000185392 Jy ! Component: 550 - total flux cleaned = 0.000258747 Jy ! Component: 600 - total flux cleaned = 0.000259206 Jy ! Component: 650 - total flux cleaned = 0.00032981 Jy ! Component: 700 - total flux cleaned = 0.000398584 Jy ! Component: 750 - total flux cleaned = 0.000398575 Jy ! Component: 800 - total flux cleaned = 0.000431721 Jy ! Component: 850 - total flux cleaned = 0.000463796 Jy ! Component: 900 - total flux cleaned = 0.000400205 Jy ! Component: 950 - total flux cleaned = 0.000431885 Jy ! Component: 1000 - total flux cleaned = 0.000385478 Jy ! Component: 1050 - total flux cleaned = 0.000385606 Jy ! Component: 1100 - total flux cleaned = 0.000310903 Jy ! Component: 1150 - total flux cleaned = 0.000296332 Jy ! Component: 1200 - total flux cleaned = 0.000310911 Jy ! Component: 1250 - total flux cleaned = 0.000296776 Jy ! Component: 1300 - total flux cleaned = 0.00029655 Jy ! Component: 1350 - total flux cleaned = 0.000268853 Jy ! Component: 1400 - total flux cleaned = 0.00028263 Jy ! Component: 1450 - total flux cleaned = 0.000268963 Jy ! Component: 1500 - total flux cleaned = 0.000309525 Jy ! Component: 1550 - total flux cleaned = 0.000309345 Jy ! Component: 1600 - total flux cleaned = 0.000296217 Jy ! Component: 1650 - total flux cleaned = 0.000309105 Jy ! Component: 1700 - total flux cleaned = 0.000283534 Jy ! Component: 1750 - total flux cleaned = 0.000321596 Jy ! Component: 1800 - total flux cleaned = 0.00030886 Jy ! Component: 1850 - total flux cleaned = 0.000321394 Jy ! Component: 1900 - total flux cleaned = 0.000346046 Jy ! Component: 1950 - total flux cleaned = 0.000358251 Jy ! Component: 2000 - total flux cleaned = 0.000334072 Jy ! Component: 2050 - total flux cleaned = 0.000358059 Jy ! Component: 2100 - total flux cleaned = 0.000357979 Jy ! Component: 2150 - total flux cleaned = 0.000322474 Jy ! Component: 2200 - total flux cleaned = 0.000322507 Jy ! Component: 2250 - total flux cleaned = 0.000287923 Jy ! Component: 2300 - total flux cleaned = 0.000288108 Jy ! Component: 2350 - total flux cleaned = 0.000288048 Jy ! Component: 2400 - total flux cleaned = 0.000254256 Jy ! Component: 2450 - total flux cleaned = 0.000265488 Jy ! Component: 2500 - total flux cleaned = 0.000287808 Jy ! Component: 2550 - total flux cleaned = 0.000276714 Jy ! Component: 2600 - total flux cleaned = 0.000265753 Jy ! Component: 2650 - total flux cleaned = 0.00025507 Jy ! Component: 2700 - total flux cleaned = 0.000287231 Jy ! Component: 2750 - total flux cleaned = 0.00022354 Jy ! Component: 2800 - total flux cleaned = 0.000276449 Jy ! Component: 2850 - total flux cleaned = 0.000297441 Jy ! Component: 2900 - total flux cleaned = 0.00028691 Jy ! Component: 2950 - total flux cleaned = 0.000297083 Jy ! Component: 3000 - total flux cleaned = 0.000307365 Jy ! Component: 3050 - total flux cleaned = 0.000317597 Jy ! Component: 3100 - total flux cleaned = 0.000317655 Jy ! Component: 3150 - total flux cleaned = 0.000327819 Jy ! Component: 3200 - total flux cleaned = 0.000367739 Jy ! Component: 3250 - total flux cleaned = 0.000377598 Jy ! Component: 3300 - total flux cleaned = 0.000377608 Jy ! Component: 3350 - total flux cleaned = 0.000387328 Jy ! Component: 3400 - total flux cleaned = 0.000387333 Jy ! Component: 3450 - total flux cleaned = 0.000387371 Jy ! Component: 3500 - total flux cleaned = 0.000425748 Jy ! Component: 3550 - total flux cleaned = 0.00042574 Jy ! Component: 3600 - total flux cleaned = 0.000435302 Jy ! Component: 3650 - total flux cleaned = 0.000472983 Jy ! Component: 3700 - total flux cleaned = 0.00048228 Jy ! Component: 3750 - total flux cleaned = 0.000500848 Jy ! Component: 3800 - total flux cleaned = 0.000491655 Jy ! Component: 3850 - total flux cleaned = 0.000528497 Jy ! Component: 3900 - total flux cleaned = 0.000528476 Jy ! Component: 3950 - total flux cleaned = 0.000510283 Jy ! Component: 4000 - total flux cleaned = 0.000546571 Jy ! Component: 4050 - total flux cleaned = 0.000591498 Jy ! Total flux subtracted in 4096 components = 0.000582473 Jy ! Clean residual min=-0.000567 max=0.000575 Jy/beam ! Clean residual mean=-0.000001 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.292772 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 398 components and 0.292772 Jy ![Exited script file: muppet] wmap "J0302+5331_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.326 x 6.297 at 41.72 degrees (North through East) ! Clean map min=-0.001323 max=0.27676 Jy/beam ! Writing clean map to FITS file: J0302+5331_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.276763 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163058 device "J0302+5331_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0302+5331_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.176748 0.176748 0.353496 0.706992 1.41398 2.82797 5.65593 11.3119 22.6237 45.2475 90.495 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.276 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.326 x 6.297 at 41.72 degrees (North through East) ! Clean map min=-0.001323 max=0.27676 Jy/beam quit ! Quitting program ! Log file J0302+5331_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:44:13 2016