! Started logfile: J1629+6757_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:32:01 2016 obs J1629+6757_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1629+6757_S_2014_05_31_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881023 visibilities/baseline/integration-bin. ! Found source: J1629+6757 ! ! 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 17920 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 J1629+6757_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 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.869940Jy sigma=0.010080 ! Fit after self-cal, rms=0.839276Jy sigma=0.009764 ! 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.848 mas, bmaj=6.131 mas, bpa=-76.35 degrees ! Estimated noise=860.308 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.119538 Jy ! Component: 100 - total flux cleaned = 0.179463 Jy ! Total flux subtracted in 100 components = 0.179463 Jy ! Clean residual min=-0.013936 max=0.031718 Jy/beam ! Clean residual mean=-0.000108 rms=0.004201 Jy/beam ! Combined flux in latest and established models = 0.179463 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.179463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117528Jy sigma=0.001331 ! Fit after self-cal, rms=0.116704Jy sigma=0.001323 ! Inverting map ! Added new window around map position (-0.5, 3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0369468 Jy ! Component: 100 - total flux cleaned = 0.0594387 Jy ! Total flux subtracted in 100 components = 0.0594387 Jy ! Clean residual min=-0.009694 max=0.017703 Jy/beam ! Clean residual mean=-0.000104 rms=0.002908 Jy/beam ! Combined flux in latest and established models = 0.238902 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 0.238902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097116Jy sigma=0.001088 ! Fit after self-cal, rms=0.096842Jy sigma=0.001085 ! 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.616 mas, bmaj=6.998 mas, bpa=-79.77 degrees ! Estimated noise=457.834 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.0250045 Jy ! Component: 100 - total flux cleaned = 0.0388415 Jy ! Component: 150 - total flux cleaned = 0.0470957 Jy ! Component: 200 - total flux cleaned = 0.0522931 Jy ! Total flux subtracted in 200 components = 0.0522931 Jy ! Clean residual min=-0.012284 max=0.022578 Jy/beam ! Clean residual mean=-0.000274 rms=0.003957 Jy/beam ! Combined flux in latest and established models = 0.291195 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 67 components and 0.291195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089636Jy sigma=0.001011 ! Fit after self-cal, rms=0.089467Jy sigma=0.001009 ! Inverting map ! Added new window around map position (-3.5, -23.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0214563 Jy ! Component: 100 - total flux cleaned = 0.0328252 Jy ! Component: 150 - total flux cleaned = 0.0405299 Jy ! Component: 200 - total flux cleaned = 0.04654 Jy ! Total flux subtracted in 200 components = 0.04654 Jy ! Clean residual min=-0.011551 max=0.016235 Jy/beam ! Clean residual mean=-0.000241 rms=0.003136 Jy/beam ! Combined flux in latest and established models = 0.337735 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 114 components and 0.337735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084279Jy sigma=0.000940 ! Fit after self-cal, rms=0.084082Jy sigma=0.000937 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.80 HN 0.99 KP 0.99 ! LA 1.13 MK 0.98 NL 1.01 OV 1.06 ! PT 0.96 SC 0.93 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 HN 1.06 KP 0.99 ! LA 1.09 MK 0.98 NL 1.07 OV 1.10 ! PT 0.95 SC 0.97 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.06 HN 1.08 KP 0.88 ! LA 0.87 MK 1.00 NL 1.03 OV 1.04 ! PT 0.94 SC 0.96 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.95 HN 1.06 KP 0.89 ! LA 0.85 MK 1.01 NL 1.13 OV 1.12 ! PT 1.00 SC 0.93 ! ! ! Fit before self-cal, rms=0.084082Jy sigma=0.000937 ! Fit after self-cal, rms=0.076874Jy sigma=0.000893 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.62 mas, bmaj=6.982 mas, bpa=-79.81 degrees ! Estimated noise=449.844 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.00537088 Jy ! Component: 100 - total flux cleaned = 0.00794468 Jy ! Component: 150 - total flux cleaned = 0.0094753 Jy ! Component: 200 - total flux cleaned = 0.0103797 Jy ! Total flux subtracted in 200 components = 0.0103797 Jy ! Clean residual min=-0.010067 max=0.012078 Jy/beam ! Clean residual mean=-0.000225 rms=0.002716 Jy/beam ! Combined flux in latest and established models = 0.348115 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 152 components and 0.348115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076480Jy sigma=0.000886 ! Fit after self-cal, rms=0.076467Jy sigma=0.000886 ! 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.076467Jy sigma=0.000886 ! Fit after self-cal, rms=0.076290Jy sigma=0.000861 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.627 mas, bmaj=7.024 mas, bpa=-79.67 degrees ! Estimated noise=451.368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.20636e-05 Jy ! Component: 100 - total flux cleaned = 0.000110837 Jy ! Component: 150 - total flux cleaned = 0.000249794 Jy ! Component: 200 - total flux cleaned = 0.000374263 Jy ! Total flux subtracted in 200 components = 0.000374263 Jy ! Clean residual min=-0.008071 max=0.010319 Jy/beam ! Clean residual mean=-0.000106 rms=0.002344 Jy/beam ! Combined flux in latest and established models = 0.348489 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 167 components and 0.348489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076163Jy sigma=0.000859 ! Fit after self-cal, rms=0.076199Jy sigma=0.000858 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) ! Added new window around map position (66.5, 46). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101479 Jy ! Component: 100 - total flux cleaned = 0.0154243 Jy ! Component: 150 - total flux cleaned = 0.0189996 Jy ! Component: 200 - total flux cleaned = 0.0217193 Jy ! Total flux subtracted in 200 components = 0.0217193 Jy ! Clean residual min=-0.007224 max=0.007820 Jy/beam ! Clean residual mean=-0.000100 rms=0.002027 Jy/beam ! Combined flux in latest and established models = 0.370208 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 216 components and 0.370208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074923Jy sigma=0.000840 ! Fit after self-cal, rms=0.074815Jy sigma=0.000839 ! 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.074815Jy sigma=0.000839 ! Fit after self-cal, rms=0.074858Jy sigma=0.000838 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.659 mas, bmaj=7.04 mas, bpa=-80.06 degrees ! Estimated noise=450.846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00324649 Jy ! Component: 100 - total flux cleaned = 0.00526907 Jy ! Component: 150 - total flux cleaned = 0.00694403 Jy ! Component: 200 - total flux cleaned = 0.00816798 Jy ! Total flux subtracted in 200 components = 0.00816798 Jy ! Clean residual min=-0.006657 max=0.007563 Jy/beam ! Clean residual mean=-0.000087 rms=0.001939 Jy/beam ! Combined flux in latest and established models = 0.378376 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 239 components and 0.378376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074678Jy sigma=0.000835 ! Fit after self-cal, rms=0.074650Jy sigma=0.000834 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.00133266 Jy ! Component: 100 - total flux cleaned = 0.00220914 Jy ! Component: 150 - total flux cleaned = 0.00278941 Jy ! Component: 200 - total flux cleaned = 0.00323018 Jy ! Total flux subtracted in 200 components = 0.00323018 Jy ! Clean residual min=-0.006521 max=0.007579 Jy/beam ! Clean residual mean=-0.000084 rms=0.001915 Jy/beam ! Combined flux in latest and established models = 0.381607 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 256 components and 0.381607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074583Jy sigma=0.000833 ! Fit after self-cal, rms=0.074569Jy sigma=0.000833 ! 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.074569Jy sigma=0.000833 ! Fit after self-cal, rms=0.074523Jy sigma=0.000833 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.873 mas, bmaj=11.24 mas, bpa=87.34 degrees ! Estimated noise=538.197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182274 Jy ! Component: 100 - total flux cleaned = 0.00338296 Jy ! Component: 150 - total flux cleaned = 0.00428941 Jy ! Component: 200 - total flux cleaned = 0.00511855 Jy ! Total flux subtracted in 200 components = 0.00511855 Jy ! Clean residual min=-0.009667 max=0.011039 Jy/beam ! Clean residual mean=-0.000170 rms=0.003283 Jy/beam ! Combined flux in latest and established models = 0.386725 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 268 components and 0.386725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074519Jy sigma=0.000833 ! Fit after self-cal, rms=0.074479Jy sigma=0.000832 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.000463925 Jy ! Component: 100 - total flux cleaned = 0.00124535 Jy ! Component: 150 - total flux cleaned = 0.00201694 Jy ! Component: 200 - total flux cleaned = 0.00249497 Jy ! Total flux subtracted in 200 components = 0.00249497 Jy ! Clean residual min=-0.009598 max=0.011048 Jy/beam ! Clean residual mean=-0.000165 rms=0.003249 Jy/beam ! Combined flux in latest and established models = 0.38922 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 276 components and 0.38922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074514Jy sigma=0.000833 ! Fit after self-cal, rms=0.074492Jy sigma=0.000833 ! 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.67 mas, bmaj=7.048 mas, bpa=-80.22 degrees ! Estimated noise=450.717 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.67 x 7.048 at -80.22 degrees (North through East) ! Clean map min=-0.0060101 max=0.15662 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.888 mas, bmaj=6.191 mas, bpa=-76.91 degrees ! Estimated noise=828.888 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11957 Jy ! Component: 100 - total flux cleaned = 0.180724 Jy ! Component: 150 - total flux cleaned = 0.215525 Jy ! Component: 200 - total flux cleaned = 0.236836 Jy ! Total flux subtracted in 200 components = 0.236836 Jy ! Clean residual min=-0.009437 max=0.014476 Jy/beam ! Clean residual mean=-0.000074 rms=0.002721 Jy/beam ! Combined flux in latest and established models = 0.236836 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 45 model components to the UV plane model. ! The established model now contains 45 components and 0.236836 Jy ! Inverting map and beam ! Estimated beam: bmin=3.67 mas, bmaj=7.048 mas, bpa=-80.22 degrees ! Estimated noise=450.717 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.0242498 Jy ! Component: 100 - total flux cleaned = 0.0421992 Jy ! Component: 150 - total flux cleaned = 0.0563024 Jy ! Component: 200 - total flux cleaned = 0.0680287 Jy ! Total flux subtracted in 200 components = 0.0680287 Jy ! Clean residual min=-0.010002 max=0.013226 Jy/beam ! Clean residual mean=-0.000149 rms=0.002780 Jy/beam ! Combined flux in latest and established models = 0.304864 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 89 components and 0.304864 Jy ! Inverting map ! Added new window around map position (-3, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122084 Jy ! Component: 100 - total flux cleaned = 0.0207609 Jy ! Component: 150 - total flux cleaned = 0.0281052 Jy ! Component: 200 - total flux cleaned = 0.0345629 Jy ! Total flux subtracted in 200 components = 0.0345629 Jy ! Clean residual min=-0.008027 max=0.008559 Jy/beam ! Clean residual mean=-0.000120 rms=0.002224 Jy/beam ! Combined flux in latest and established models = 0.339427 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 153 components and 0.339427 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.873 mas, bmaj=11.24 mas, bpa=87.34 degrees ! Estimated noise=538.197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108758 Jy ! Component: 100 - total flux cleaned = 0.0191581 Jy ! Component: 150 - total flux cleaned = 0.0258798 Jy ! Component: 200 - total flux cleaned = 0.0314327 Jy ! Total flux subtracted in 200 components = 0.0314327 Jy ! Clean residual min=-0.010514 max=0.011288 Jy/beam ! Clean residual mean=-0.000194 rms=0.003369 Jy/beam ! Combined flux in latest and established models = 0.37086 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.00465531 Jy ! Component: 100 - total flux cleaned = 0.00859074 Jy ! Component: 150 - total flux cleaned = 0.0119266 Jy ! Component: 200 - total flux cleaned = 0.01476 Jy ! Total flux subtracted in 200 components = 0.01476 Jy ! Clean residual min=-0.009542 max=0.010195 Jy/beam ! Clean residual mean=-0.000174 rms=0.003182 Jy/beam ! Combined flux in latest and established models = 0.38562 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 223 components and 0.38562 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.67 mas, bmaj=7.048 mas, bpa=-80.22 degrees ! Estimated noise=450.717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000343397 Jy ! Component: 100 - total flux cleaned = 0.00125232 Jy ! Component: 150 - total flux cleaned = 0.00205854 Jy ! Component: 200 - total flux cleaned = 0.00286462 Jy ! Total flux subtracted in 200 components = 0.00286462 Jy ! Clean residual min=-0.005473 max=0.006407 Jy/beam ! Clean residual mean=-0.000083 rms=0.001791 Jy/beam ! Combined flux in latest and established models = 0.388484 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 245 components and 0.388484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073920Jy sigma=0.000826 ! Fit after self-cal, rms=0.073646Jy sigma=0.000824 wmodel J1629+6757_S_2014_05_31_pus_map.mod ! Writing 245 model components to file: J1629+6757_S_2014_05_31_pus_map.mod wobs J1629+6757_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1629+6757_S_2014_05_31_pus_uvs.fits wwins J1629+6757_S_2014_05_31_pus_map.win ! wwins: Wrote 5 windows to J1629+6757_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 = 0.00208241 Jy ! Component: 100 - total flux cleaned = 0.00310212 Jy ! Component: 150 - total flux cleaned = 0.00358123 Jy ! Component: 200 - total flux cleaned = 0.00431426 Jy ! Component: 250 - total flux cleaned = 0.00492982 Jy ! Component: 300 - total flux cleaned = 0.00543837 Jy ! Component: 350 - total flux cleaned = 0.00617385 Jy ! Component: 400 - total flux cleaned = 0.00688783 Jy ! Component: 450 - total flux cleaned = 0.0076601 Jy ! Component: 500 - total flux cleaned = 0.00826188 Jy ! Component: 550 - total flux cleaned = 0.00892214 Jy ! Component: 600 - total flux cleaned = 0.00949431 Jy ! Component: 650 - total flux cleaned = 0.0102611 Jy ! Component: 700 - total flux cleaned = 0.0108035 Jy ! Component: 750 - total flux cleaned = 0.0115342 Jy ! Component: 800 - total flux cleaned = 0.012119 Jy ! Component: 850 - total flux cleaned = 0.0125624 Jy ! Component: 900 - total flux cleaned = 0.0131215 Jy ! Component: 950 - total flux cleaned = 0.0135464 Jy ! Component: 1000 - total flux cleaned = 0.013903 Jy ! Component: 1050 - total flux cleaned = 0.0143091 Jy ! Component: 1100 - total flux cleaned = 0.0144223 Jy ! Component: 1150 - total flux cleaned = 0.0146458 Jy ! Component: 1200 - total flux cleaned = 0.0148649 Jy ! Component: 1250 - total flux cleaned = 0.0151342 Jy ! Component: 1300 - total flux cleaned = 0.0151878 Jy ! Component: 1350 - total flux cleaned = 0.0153441 Jy ! Component: 1400 - total flux cleaned = 0.0154968 Jy ! Component: 1450 - total flux cleaned = 0.0155967 Jy ! Component: 1500 - total flux cleaned = 0.0155957 Jy ! Component: 1550 - total flux cleaned = 0.0157401 Jy ! Component: 1600 - total flux cleaned = 0.0156924 Jy ! Component: 1650 - total flux cleaned = 0.015645 Jy ! Component: 1700 - total flux cleaned = 0.0156907 Jy ! Component: 1750 - total flux cleaned = 0.0156013 Jy ! Component: 1800 - total flux cleaned = 0.0156453 Jy ! Component: 1850 - total flux cleaned = 0.015645 Jy ! Component: 1900 - total flux cleaned = 0.0156887 Jy ! Component: 1950 - total flux cleaned = 0.0156887 Jy ! Component: 2000 - total flux cleaned = 0.0156884 Jy ! Component: 2050 - total flux cleaned = 0.015811 Jy ! Component: 2100 - total flux cleaned = 0.0156894 Jy ! Component: 2150 - total flux cleaned = 0.0157302 Jy ! Component: 2200 - total flux cleaned = 0.0158468 Jy ! Component: 2250 - total flux cleaned = 0.0157306 Jy ! Component: 2300 - total flux cleaned = 0.0158826 Jy ! Component: 2350 - total flux cleaned = 0.0159195 Jy ! Component: 2400 - total flux cleaned = 0.0159932 Jy ! Component: 2450 - total flux cleaned = 0.0159567 Jy ! Component: 2500 - total flux cleaned = 0.0158849 Jy ! Component: 2550 - total flux cleaned = 0.0158852 Jy ! Component: 2600 - total flux cleaned = 0.0157111 Jy ! Component: 2650 - total flux cleaned = 0.015779 Jy ! Component: 2700 - total flux cleaned = 0.0156436 Jy ! Component: 2750 - total flux cleaned = 0.0156775 Jy ! Component: 2800 - total flux cleaned = 0.0155131 Jy ! Component: 2850 - total flux cleaned = 0.0155138 Jy ! Component: 2900 - total flux cleaned = 0.0155774 Jy ! Component: 2950 - total flux cleaned = 0.0154507 Jy ! Component: 3000 - total flux cleaned = 0.015451 Jy ! Component: 3050 - total flux cleaned = 0.0153893 Jy ! Component: 3100 - total flux cleaned = 0.0154503 Jy ! Component: 3150 - total flux cleaned = 0.0153596 Jy ! Component: 3200 - total flux cleaned = 0.0153 Jy ! Component: 3250 - total flux cleaned = 0.0151825 Jy ! Component: 3300 - total flux cleaned = 0.0150668 Jy ! Component: 3350 - total flux cleaned = 0.0150101 Jy ! Component: 3400 - total flux cleaned = 0.0149533 Jy ! Component: 3450 - total flux cleaned = 0.0149253 Jy ! Component: 3500 - total flux cleaned = 0.0148699 Jy ! Component: 3550 - total flux cleaned = 0.0147611 Jy ! Component: 3600 - total flux cleaned = 0.0147615 Jy ! Component: 3650 - total flux cleaned = 0.0147612 Jy ! Component: 3700 - total flux cleaned = 0.014682 Jy ! Component: 3750 - total flux cleaned = 0.0146038 Jy ! Component: 3800 - total flux cleaned = 0.0145781 Jy ! Component: 3850 - total flux cleaned = 0.0144768 Jy ! Component: 3900 - total flux cleaned = 0.0144013 Jy ! Component: 3950 - total flux cleaned = 0.014352 Jy ! Component: 4000 - total flux cleaned = 0.0143275 Jy ! Component: 4050 - total flux cleaned = 0.0142308 Jy ! Total flux subtracted in 4096 components = 0.0141832 Jy ! Clean residual min=-0.001274 max=0.001260 Jy/beam ! Clean residual mean=-0.000020 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.402668 Jy keep ! Adding 502 model components to the UV plane model. ! The established model now contains 747 components and 0.402668 Jy ![Exited script file: muppet] wmap "J1629+6757_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.67 x 7.048 at -80.22 degrees (North through East) ! Clean map min=-0.0036264 max=0.15625 Jy/beam ! Writing clean map to FITS file: J1629+6757_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.156245 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000537029 device "J1629+6757_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1629+6757_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03113 1.03113 2.06225 4.12451 8.24902 16.498 32.9961 65.9921 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.156 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.67 x 7.048 at -80.22 degrees (North through East) ! Clean map min=-0.0036264 max=0.15625 Jy/beam quit ! Quitting program ! Log file J1629+6757_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:32:07 2016