! Started logfile: J0530+7920_S_2017_08_12_pus_uvs.log on Fri May 10 14:53:02 2019 obs J0530+7920_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0530+7920_S_2017_08_12_pus_uva.fits ! AN table 1: 151 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967476 visibilities/baseline/integration-bin. ! Found source: J0530+7920 ! ! 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 594 lines of history. ! ! Reading 26296 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 J0530+7920_S_2017_08_12_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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 796 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.964245Jy sigma=0.008649 ! Fit after self-cal, rms=0.944418Jy sigma=0.008498 ! 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.014 mas, bmaj=4.02 mas, bpa=44.38 degrees ! Estimated noise=911.519 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.0453624 Jy ! Component: 100 - total flux cleaned = 0.0554607 Jy ! Total flux subtracted in 100 components = 0.0554607 Jy ! Clean residual min=-0.003383 max=0.008795 Jy/beam ! Clean residual mean=-0.000015 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.0554607 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0554607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079110Jy sigma=0.000680 ! Fit after self-cal, rms=0.078982Jy sigma=0.000679 ! Inverting map ! Added new window around map position (13, -6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00749341 Jy ! Component: 100 - total flux cleaned = 0.0117203 Jy ! Total flux subtracted in 100 components = 0.0117203 Jy ! Clean residual min=-0.003257 max=0.003118 Jy/beam ! Clean residual mean=-0.000009 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.067181 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.067181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078172Jy sigma=0.000670 ! Fit after self-cal, rms=0.078059Jy sigma=0.000669 ! 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.699 mas, bmaj=4.85 mas, bpa=46.5 degrees ! Estimated noise=552.323 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.00526074 Jy ! Component: 100 - total flux cleaned = 0.00822895 Jy ! Component: 150 - total flux cleaned = 0.0102886 Jy ! Component: 200 - total flux cleaned = 0.0117462 Jy ! Total flux subtracted in 200 components = 0.0117462 Jy ! Clean residual min=-0.001805 max=0.001770 Jy/beam ! Clean residual mean=-0.000006 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.0789273 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 64 components and 0.0789273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077695Jy sigma=0.000666 ! Fit after self-cal, rms=0.077636Jy sigma=0.000665 ! 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.95 FD 0.96 HN 0.97 KP 0.97 ! LA 1.00 MK 1.01 NL 0.91 OV 1.01 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.98 HN 0.94 KP 0.97 ! LA 0.97 MK 1.17 NL 1.04 OV 1.03 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.05 HN 1.02 KP 1.00 ! LA 0.97 MK 1.08 NL 0.95 OV 0.95 ! PT 0.93 SC 0.96 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00 KP 1.00* ! LA 0.87 MK 0.78 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.077636Jy sigma=0.000665 ! Fit after self-cal, rms=0.076835Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=4.896 mas, bpa=46.47 degrees ! Estimated noise=544.581 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.00191341 Jy ! Component: 100 - total flux cleaned = 0.00255799 Jy ! Component: 150 - total flux cleaned = 0.00271188 Jy ! Component: 200 - total flux cleaned = 0.00281015 Jy ! Total flux subtracted in 200 components = 0.00281015 Jy ! Clean residual min=-0.001683 max=0.001741 Jy/beam ! Clean residual mean=0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0817374 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.0817374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076791Jy sigma=0.000663 ! Fit after self-cal, rms=0.076797Jy sigma=0.000663 ! 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.076797Jy sigma=0.000663 ! Fit after self-cal, rms=0.081198Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.751 mas, bmaj=4.875 mas, bpa=47.86 degrees ! Estimated noise=549.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000981221 Jy ! Component: 100 - total flux cleaned = 0.00137497 Jy ! Component: 150 - total flux cleaned = 0.00156185 Jy ! Component: 200 - total flux cleaned = 0.00168686 Jy ! Total flux subtracted in 200 components = 0.00168686 Jy ! Clean residual min=-0.001653 max=0.001432 Jy/beam ! Clean residual mean=-0.000001 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0834242 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 84 components and 0.0834242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081185Jy sigma=0.000660 ! Fit after self-cal, rms=0.081339Jy sigma=0.000659 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.000323974 Jy ! Component: 100 - total flux cleaned = 0.000387213 Jy ! Component: 150 - total flux cleaned = 0.000418524 Jy ! Component: 200 - total flux cleaned = 0.000436695 Jy ! Total flux subtracted in 200 components = 0.000436695 Jy ! Clean residual min=-0.001619 max=0.001396 Jy/beam ! Clean residual mean=-0.000001 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.0838609 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 93 components and 0.0838609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081334Jy sigma=0.000659 ! Fit after self-cal, rms=0.081334Jy sigma=0.000659 ! 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.081334Jy sigma=0.000659 ! Fit after self-cal, rms=0.083464Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=4.879 mas, bpa=47.61 degrees ! Estimated noise=548.589 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000450079 Jy ! Component: 100 - total flux cleaned = 0.000562552 Jy ! Component: 150 - total flux cleaned = 0.000632027 Jy ! Component: 200 - total flux cleaned = 0.000664973 Jy ! Total flux subtracted in 200 components = 0.000664973 Jy ! Clean residual min=-0.001505 max=0.001327 Jy/beam ! Clean residual mean=-0.000001 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0845259 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 100 components and 0.0845259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083460Jy sigma=0.000659 ! Fit after self-cal, rms=0.083510Jy sigma=0.000658 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.80769e-05 Jy ! Component: 100 - total flux cleaned = 7.37116e-05 Jy ! Component: 150 - total flux cleaned = 8.90546e-05 Jy ! Component: 200 - total flux cleaned = 9.59684e-05 Jy ! Total flux subtracted in 200 components = 9.59684e-05 Jy ! Clean residual min=-0.001510 max=0.001334 Jy/beam ! Clean residual mean=-0.000001 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0846219 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 100 components and 0.0846219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083509Jy sigma=0.000658 ! Fit after self-cal, rms=0.083510Jy sigma=0.000658 ! 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.083510Jy sigma=0.000658 ! Fit after self-cal, rms=0.083953Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.031 mas, bmaj=9.704 mas, bpa=47.44 degrees ! Estimated noise=692.704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00028147 Jy ! Component: 100 - total flux cleaned = 0.000368265 Jy ! Component: 150 - total flux cleaned = 0.000423704 Jy ! Component: 200 - total flux cleaned = 0.000431406 Jy ! Total flux subtracted in 200 components = 0.000431406 Jy ! Clean residual min=-0.001685 max=0.001435 Jy/beam ! Clean residual mean=-0.000003 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0850533 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 109 components and 0.0850533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083953Jy sigma=0.000658 ! Fit after self-cal, rms=0.083960Jy sigma=0.000658 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 = 2.31721e-05 Jy ! Component: 100 - total flux cleaned = 6.6173e-05 Jy ! Component: 150 - total flux cleaned = 7.32785e-05 Jy ! Component: 200 - total flux cleaned = 8.63614e-05 Jy ! Total flux subtracted in 200 components = 8.63614e-05 Jy ! Clean residual min=-0.001696 max=0.001426 Jy/beam ! Clean residual mean=-0.000003 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.0851396 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 116 components and 0.0851396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083960Jy sigma=0.000658 ! Fit after self-cal, rms=0.083963Jy sigma=0.000658 ! 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.734 mas, bmaj=4.878 mas, bpa=47.32 degrees ! Estimated noise=548.969 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.734 x 4.878 at 47.32 degrees (North through East) ! Clean map min=-0.0014549 max=0.057758 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.032 mas, bmaj=4.048 mas, bpa=45.32 degrees ! Estimated noise=905.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0444912 Jy ! Component: 100 - total flux cleaned = 0.0577932 Jy ! Component: 150 - total flux cleaned = 0.065328 Jy ! Component: 200 - total flux cleaned = 0.0704756 Jy ! Total flux subtracted in 200 components = 0.0704756 Jy ! Clean residual min=-0.002653 max=0.002952 Jy/beam ! Clean residual mean=-0.000008 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0704756 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0704756 Jy ! Inverting map and beam ! Estimated beam: bmin=3.734 mas, bmaj=4.878 mas, bpa=47.32 degrees ! Estimated noise=548.969 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.00492499 Jy ! Component: 100 - total flux cleaned = 0.00803776 Jy ! Component: 150 - total flux cleaned = 0.010201 Jy ! Component: 200 - total flux cleaned = 0.0117259 Jy ! Total flux subtracted in 200 components = 0.0117259 Jy ! Clean residual min=-0.001457 max=0.001303 Jy/beam ! Clean residual mean=-0.000005 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0822015 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 59 components and 0.0822015 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.031 mas, bmaj=9.704 mas, bpa=47.44 degrees ! Estimated noise=692.704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166572 Jy ! Component: 100 - total flux cleaned = 0.00245872 Jy ! Component: 150 - total flux cleaned = 0.00259056 Jy ! Component: 200 - total flux cleaned = 0.00269442 Jy ! Total flux subtracted in 200 components = 0.00269442 Jy ! Clean residual min=-0.001705 max=0.001407 Jy/beam ! Clean residual mean=-0.000004 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.0848959 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 = 7.13897e-05 Jy ! Component: 100 - total flux cleaned = 0.000132824 Jy ! Component: 150 - total flux cleaned = 0.000184137 Jy ! Component: 200 - total flux cleaned = 0.000220635 Jy ! Total flux subtracted in 200 components = 0.000220635 Jy ! Clean residual min=-0.001704 max=0.001380 Jy/beam ! Clean residual mean=-0.000003 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.0851166 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 95 components and 0.0851165 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.734 mas, bmaj=4.878 mas, bpa=47.32 degrees ! Estimated noise=548.969 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000236587 Jy ! Component: 100 - total flux cleaned = 0.000270006 Jy ! Component: 150 - total flux cleaned = 0.000298569 Jy ! Component: 200 - total flux cleaned = 0.000310164 Jy ! Total flux subtracted in 200 components = 0.000310164 Jy ! Clean residual min=-0.001512 max=0.001327 Jy/beam ! Clean residual mean=-0.000001 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0854267 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 103 components and 0.0854267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083967Jy sigma=0.000658 ! Fit after self-cal, rms=0.083970Jy sigma=0.000658 wmodel J0530+7920_S_2017_08_12_pus_map.mod ! Writing 103 model components to file: J0530+7920_S_2017_08_12_pus_map.mod wobs J0530+7920_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0530+7920_S_2017_08_12_pus_uvs.fits wwins J0530+7920_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J0530+7920_S_2017_08_12_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.000489896 Jy ! Component: 100 - total flux cleaned = -0.000638484 Jy ! Component: 150 - total flux cleaned = -0.000733931 Jy ! Component: 200 - total flux cleaned = -0.000826639 Jy ! Component: 250 - total flux cleaned = -0.000849148 Jy ! Component: 300 - total flux cleaned = -0.000849427 Jy ! Component: 350 - total flux cleaned = -0.000935226 Jy ! Component: 400 - total flux cleaned = -0.00103939 Jy ! Component: 450 - total flux cleaned = -0.00116113 Jy ! Component: 500 - total flux cleaned = -0.00122096 Jy ! Component: 550 - total flux cleaned = -0.00122147 Jy ! Component: 600 - total flux cleaned = -0.00126058 Jy ! Component: 650 - total flux cleaned = -0.00133673 Jy ! Component: 700 - total flux cleaned = -0.00137417 Jy ! Component: 750 - total flux cleaned = -0.00139259 Jy ! Component: 800 - total flux cleaned = -0.00144732 Jy ! Component: 850 - total flux cleaned = -0.00141101 Jy ! Component: 900 - total flux cleaned = -0.00150051 Jy ! Component: 950 - total flux cleaned = -0.00155312 Jy ! Component: 1000 - total flux cleaned = -0.00158791 Jy ! Component: 1050 - total flux cleaned = -0.00163975 Jy ! Component: 1100 - total flux cleaned = -0.00164006 Jy ! Component: 1150 - total flux cleaned = -0.00174209 Jy ! Component: 1200 - total flux cleaned = -0.00179244 Jy ! Component: 1250 - total flux cleaned = -0.00182587 Jy ! Component: 1300 - total flux cleaned = -0.0018755 Jy ! Component: 1350 - total flux cleaned = -0.00195711 Jy ! Component: 1400 - total flux cleaned = -0.00198928 Jy ! Component: 1450 - total flux cleaned = -0.00202144 Jy ! Component: 1500 - total flux cleaned = -0.00208498 Jy ! Component: 1550 - total flux cleaned = -0.00211642 Jy ! Component: 1600 - total flux cleaned = -0.00217884 Jy ! Component: 1650 - total flux cleaned = -0.00220995 Jy ! Component: 1700 - total flux cleaned = -0.00220992 Jy ! Component: 1750 - total flux cleaned = -0.00225566 Jy ! Component: 1800 - total flux cleaned = -0.00230103 Jy ! Component: 1850 - total flux cleaned = -0.00242081 Jy ! Component: 1900 - total flux cleaned = -0.00236124 Jy ! Component: 1950 - total flux cleaned = -0.00236119 Jy ! Component: 2000 - total flux cleaned = -0.00244908 Jy ! Component: 2050 - total flux cleaned = -0.00244915 Jy ! Component: 2100 - total flux cleaned = -0.00246346 Jy ! Component: 2150 - total flux cleaned = -0.00247793 Jy ! Component: 2200 - total flux cleaned = -0.00246372 Jy ! Component: 2250 - total flux cleaned = -0.00250618 Jy ! Component: 2300 - total flux cleaned = -0.00245007 Jy ! Component: 2350 - total flux cleaned = -0.00250601 Jy ! Component: 2400 - total flux cleaned = -0.00247828 Jy ! Component: 2450 - total flux cleaned = -0.00253335 Jy ! Component: 2500 - total flux cleaned = -0.00257431 Jy ! Component: 2550 - total flux cleaned = -0.00257435 Jy ! Component: 2600 - total flux cleaned = -0.00266871 Jy ! Component: 2650 - total flux cleaned = -0.00264166 Jy ! Component: 2700 - total flux cleaned = -0.00268164 Jy ! Component: 2750 - total flux cleaned = -0.00277439 Jy ! Component: 2800 - total flux cleaned = -0.00277435 Jy ! Component: 2850 - total flux cleaned = -0.00282673 Jy ! Component: 2900 - total flux cleaned = -0.0029048 Jy ! Component: 2950 - total flux cleaned = -0.00295653 Jy ! Component: 3000 - total flux cleaned = -0.00295646 Jy ! Component: 3050 - total flux cleaned = -0.00304582 Jy ! Component: 3100 - total flux cleaned = -0.00304571 Jy ! Component: 3150 - total flux cleaned = -0.00310893 Jy ! Component: 3200 - total flux cleaned = -0.00309649 Jy ! Component: 3250 - total flux cleaned = -0.00314646 Jy ! Component: 3300 - total flux cleaned = -0.00315892 Jy ! Component: 3350 - total flux cleaned = -0.00322087 Jy ! Component: 3400 - total flux cleaned = -0.0032084 Jy ! Component: 3450 - total flux cleaned = -0.0032329 Jy ! Component: 3500 - total flux cleaned = -0.00326946 Jy ! Component: 3550 - total flux cleaned = -0.00326927 Jy ! Component: 3600 - total flux cleaned = -0.00330548 Jy ! Component: 3650 - total flux cleaned = -0.00332946 Jy ! Component: 3700 - total flux cleaned = -0.0033653 Jy ! Component: 3750 - total flux cleaned = -0.00335347 Jy ! Component: 3800 - total flux cleaned = -0.00340061 Jy ! Component: 3850 - total flux cleaned = -0.00347105 Jy ! Component: 3900 - total flux cleaned = -0.00337762 Jy ! Component: 3950 - total flux cleaned = -0.00342405 Jy ! Component: 4000 - total flux cleaned = -0.00344723 Jy ! Component: 4050 - total flux cleaned = -0.0035047 Jy ! Total flux subtracted in 4096 components = -0.00349315 Jy ! Clean residual min=-0.000758 max=0.000696 Jy/beam ! Clean residual mean=-0.000001 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.0819335 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 400 components and 0.0819335 Jy ![Exited script file: muppet] wmap "J0530+7920_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.734 x 4.878 at 47.32 degrees (North through East) ! Clean map min=-0.00134 max=0.057516 Jy/beam ! Writing clean map to FITS file: J0530+7920_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0575163 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000206318 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07614 1.07614 2.15227 4.30455 8.6091 17.2182 34.4364 68.8728 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 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.734 x 4.878 at 47.32 degrees (North through East) ! Clean map min=-0.00134 max=0.057516 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 J0530+7920_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:53:07 2019