! Started logfile: J0932-2016_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:54:41 2016 obs J0932-2016_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0932-2016_S_2015_03_17_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.959577 visibilities/baseline/integration-bin. ! Found source: J0932-2016 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 330 lines of history. ! ! Reading 18136 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 J0932-2016_S_2015_03_17_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.789844Jy sigma=0.007607 ! Fit after self-cal, rms=0.761588Jy sigma=0.007349 ! 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.428 mas, bmaj=6.354 mas, bpa=-2.587 degrees ! Estimated noise=697.874 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.172665 Jy ! Component: 100 - total flux cleaned = 0.22178 Jy ! Total flux subtracted in 100 components = 0.22178 Jy ! Clean residual min=-0.008510 max=0.023396 Jy/beam ! Clean residual mean=0.000010 rms=0.002643 Jy/beam ! Combined flux in latest and established models = 0.22178 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.22178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109337Jy sigma=0.000955 ! Fit after self-cal, rms=0.109281Jy sigma=0.000955 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0276766 Jy ! Component: 100 - total flux cleaned = 0.0445093 Jy ! Total flux subtracted in 100 components = 0.0445093 Jy ! Clean residual min=-0.006013 max=0.008774 Jy/beam ! Clean residual mean=0.000017 rms=0.001619 Jy/beam ! Combined flux in latest and established models = 0.26629 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 40 components and 0.26629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097710Jy sigma=0.000856 ! Fit after self-cal, rms=0.097643Jy sigma=0.000856 ! 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=2.953 mas, bmaj=7.491 mas, bpa=-3.56 degrees ! Estimated noise=558.425 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.01578 Jy ! Component: 100 - total flux cleaned = 0.024266 Jy ! Component: 150 - total flux cleaned = 0.0290607 Jy ! Component: 200 - total flux cleaned = 0.0318303 Jy ! Total flux subtracted in 200 components = 0.0318303 Jy ! Clean residual min=-0.007020 max=0.006465 Jy/beam ! Clean residual mean=0.000019 rms=0.001690 Jy/beam ! Combined flux in latest and established models = 0.29812 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 77 components and 0.29812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094517Jy sigma=0.000836 ! Fit after self-cal, rms=0.094493Jy sigma=0.000836 ! 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 1.01 FD 0.84 HN 1.01 KP 1.08 ! LA 0.98 MK 0.99 NL 0.90 OV 1.00 ! PT 1.09 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.85 HN 1.11 KP 1.07 ! LA 0.96 MK 1.03 NL 1.05 OV 1.03 ! PT 1.09 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.91 HN 1.11 KP 0.95 ! LA 0.77 MK 1.07 NL 1.13 OV 0.96 ! PT 1.08 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.93 HN 1.02 KP 0.92 ! LA 0.84 MK 1.06 NL 1.02 OV 1.02 ! PT 1.14 SC 0.97 ! ! ! Fit before self-cal, rms=0.094493Jy sigma=0.000836 ! Fit after self-cal, rms=0.087693Jy sigma=0.000788 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.99 mas, bmaj=7.549 mas, bpa=-3.188 degrees ! Estimated noise=561.903 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.00157538 Jy ! Component: 100 - total flux cleaned = -0.00166608 Jy ! Component: 150 - total flux cleaned = -0.00173499 Jy ! Component: 200 - total flux cleaned = -0.00179233 Jy ! Total flux subtracted in 200 components = -0.00179233 Jy ! Clean residual min=-0.004019 max=0.003379 Jy/beam ! Clean residual mean=-0.000002 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.296328 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 86 components and 0.296328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087625Jy sigma=0.000788 ! Fit after self-cal, rms=0.087614Jy sigma=0.000788 ! 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.087614Jy sigma=0.000788 ! Fit after self-cal, rms=0.087979Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.998 mas, bmaj=7.541 mas, bpa=-3.241 degrees ! Estimated noise=562.373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000395035 Jy ! Component: 100 - total flux cleaned = -0.000458011 Jy ! Component: 150 - total flux cleaned = -0.000510924 Jy ! Component: 200 - total flux cleaned = -0.000556101 Jy ! Total flux subtracted in 200 components = -0.000556101 Jy ! Clean residual min=-0.001773 max=0.001995 Jy/beam ! Clean residual mean=-0.000003 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.295771 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 91 components and 0.295771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087959Jy sigma=0.000780 ! Fit after self-cal, rms=0.087985Jy sigma=0.000780 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 (97, -120.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000920492 Jy ! Component: 100 - total flux cleaned = 0.000694087 Jy ! Component: 150 - total flux cleaned = 0.000536187 Jy ! Component: 200 - total flux cleaned = 0.000427346 Jy ! Total flux subtracted in 200 components = 0.000427346 Jy ! Clean residual min=-0.001738 max=0.001764 Jy/beam ! Clean residual mean=-0.000003 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.296199 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 108 components and 0.296199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087947Jy sigma=0.000779 ! Fit after self-cal, rms=0.087944Jy sigma=0.000779 ! 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.087944Jy sigma=0.000779 ! Fit after self-cal, rms=0.088090Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.003 mas, bmaj=7.543 mas, bpa=-3.234 degrees ! Estimated noise=562.586 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.13271e-06 Jy ! Component: 100 - total flux cleaned = -9.46752e-05 Jy ! Component: 150 - total flux cleaned = -0.000141634 Jy ! Component: 200 - total flux cleaned = -0.00020825 Jy ! Total flux subtracted in 200 components = -0.00020825 Jy ! Clean residual min=-0.001744 max=0.001682 Jy/beam ! Clean residual mean=-0.000003 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.295991 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 119 components and 0.295991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088076Jy sigma=0.000779 ! Fit after self-cal, rms=0.088077Jy sigma=0.000779 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 = -8.7336e-05 Jy ! Component: 100 - total flux cleaned = -0.000129024 Jy ! Component: 150 - total flux cleaned = -0.000148061 Jy ! Component: 200 - total flux cleaned = -0.000166377 Jy ! Total flux subtracted in 200 components = -0.000166377 Jy ! Clean residual min=-0.001730 max=0.001650 Jy/beam ! Clean residual mean=-0.000003 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.295824 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 125 components and 0.295824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088069Jy sigma=0.000779 ! Fit after self-cal, rms=0.088068Jy sigma=0.000779 ! 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.088068Jy sigma=0.000779 ! Fit after self-cal, rms=0.088094Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.47 mas, bmaj=15.98 mas, bpa=3.508 degrees ! Estimated noise=740.419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000676137 Jy ! Component: 100 - total flux cleaned = -0.000748397 Jy ! Component: 150 - total flux cleaned = -0.000766099 Jy ! Component: 200 - total flux cleaned = -0.000773618 Jy ! Total flux subtracted in 200 components = -0.000773618 Jy ! Clean residual min=-0.001822 max=0.002012 Jy/beam ! Clean residual mean=-0.000007 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.295051 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 132 components and 0.295051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088090Jy sigma=0.000779 ! Fit after self-cal, rms=0.088088Jy sigma=0.000779 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.7111e-06 Jy ! Component: 100 - total flux cleaned = -1.36241e-05 Jy ! Component: 150 - total flux cleaned = -2.91062e-05 Jy ! Component: 200 - total flux cleaned = -2.90719e-05 Jy ! Total flux subtracted in 200 components = -2.90719e-05 Jy ! Clean residual min=-0.001821 max=0.002015 Jy/beam ! Clean residual mean=-0.000008 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.295022 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 134 components and 0.295022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088088Jy sigma=0.000779 ! Fit after self-cal, rms=0.088086Jy sigma=0.000779 ! 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.006 mas, bmaj=7.546 mas, bpa=-3.232 degrees ! Estimated noise=562.721 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.006 x 7.546 at -3.232 degrees (North through East) ! Clean map min=-0.0016442 max=0.2327 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.46 mas, bmaj=6.362 mas, bpa=-2.129 degrees ! Estimated noise=709.805 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.175425 Jy ! Component: 100 - total flux cleaned = 0.224024 Jy ! Component: 150 - total flux cleaned = 0.250817 Jy ! Component: 200 - total flux cleaned = 0.266851 Jy ! Total flux subtracted in 200 components = 0.266851 Jy ! Clean residual min=-0.003638 max=0.008213 Jy/beam ! Clean residual mean=-0.000003 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.266851 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.266851 Jy ! Inverting map and beam ! Estimated beam: bmin=3.006 mas, bmaj=7.546 mas, bpa=-3.232 degrees ! Estimated noise=562.721 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.0129679 Jy ! Component: 100 - total flux cleaned = 0.0195584 Jy ! Component: 150 - total flux cleaned = 0.0231664 Jy ! Component: 200 - total flux cleaned = 0.0254886 Jy ! Total flux subtracted in 200 components = 0.0254886 Jy ! Clean residual min=-0.001975 max=0.001943 Jy/beam ! Clean residual mean=-0.000005 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.29234 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 91 components and 0.29234 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.47 mas, bmaj=15.98 mas, bpa=3.508 degrees ! Estimated noise=740.419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158349 Jy ! Component: 100 - total flux cleaned = 0.00182371 Jy ! Component: 150 - total flux cleaned = 0.00200267 Jy ! Component: 200 - total flux cleaned = 0.00209831 Jy ! Total flux subtracted in 200 components = 0.00209831 Jy ! Clean residual min=-0.001925 max=0.001958 Jy/beam ! Clean residual mean=-0.000008 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.294438 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 = 6.09212e-05 Jy ! Component: 100 - total flux cleaned = 0.000109988 Jy ! Component: 150 - total flux cleaned = 0.000121 Jy ! Component: 200 - total flux cleaned = 0.000150808 Jy ! Total flux subtracted in 200 components = 0.000150808 Jy ! Clean residual min=-0.001922 max=0.001991 Jy/beam ! Clean residual mean=-0.000008 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.294589 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 107 components and 0.294589 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.006 mas, bmaj=7.546 mas, bpa=-3.232 degrees ! Estimated noise=562.721 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.86244e-06 Jy ! Component: 100 - total flux cleaned = -6.67482e-06 Jy ! Component: 150 - total flux cleaned = -4.51427e-05 Jy ! Component: 200 - total flux cleaned = -7.89577e-05 Jy ! Total flux subtracted in 200 components = -7.89577e-05 Jy ! Clean residual min=-0.001898 max=0.001728 Jy/beam ! Clean residual mean=-0.000004 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.29451 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 119 components and 0.29451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088108Jy sigma=0.000779 ! Fit after self-cal, rms=0.088102Jy sigma=0.000779 wmodel J0932-2016_S_2015_03_17_pus_map.mod ! Writing 119 model components to file: J0932-2016_S_2015_03_17_pus_map.mod wobs J0932-2016_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0932-2016_S_2015_03_17_pus_uvs.fits wwins J0932-2016_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0932-2016_S_2015_03_17_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000488468 Jy ! Component: 100 - total flux cleaned = -0.000801656 Jy ! Component: 150 - total flux cleaned = -0.000980854 Jy ! Component: 200 - total flux cleaned = -0.00109484 Jy ! Component: 250 - total flux cleaned = -0.00114955 Jy ! Component: 300 - total flux cleaned = -0.00114957 Jy ! Component: 350 - total flux cleaned = -0.00120144 Jy ! Component: 400 - total flux cleaned = -0.00130111 Jy ! Component: 450 - total flux cleaned = -0.00132503 Jy ! Component: 500 - total flux cleaned = -0.00146675 Jy ! Component: 550 - total flux cleaned = -0.00144259 Jy ! Component: 600 - total flux cleaned = -0.00151121 Jy ! Component: 650 - total flux cleaned = -0.00153385 Jy ! Component: 700 - total flux cleaned = -0.0015998 Jy ! Component: 750 - total flux cleaned = -0.00164295 Jy ! Component: 800 - total flux cleaned = -0.00172757 Jy ! Component: 850 - total flux cleaned = -0.00172775 Jy ! Component: 900 - total flux cleaned = -0.00176963 Jy ! Component: 950 - total flux cleaned = -0.001851 Jy ! Component: 1000 - total flux cleaned = -0.00189092 Jy ! Component: 1050 - total flux cleaned = -0.00189095 Jy ! Component: 1100 - total flux cleaned = -0.0019492 Jy ! Component: 1150 - total flux cleaned = -0.00204457 Jy ! Component: 1200 - total flux cleaned = -0.00206317 Jy ! Component: 1250 - total flux cleaned = -0.00208184 Jy ! Component: 1300 - total flux cleaned = -0.0020637 Jy ! Component: 1350 - total flux cleaned = -0.00206369 Jy ! Component: 1400 - total flux cleaned = -0.0020816 Jy ! Component: 1450 - total flux cleaned = -0.00211671 Jy ! Component: 1500 - total flux cleaned = -0.00204754 Jy ! Component: 1550 - total flux cleaned = -0.00213361 Jy ! Component: 1600 - total flux cleaned = -0.00216727 Jy ! Component: 1650 - total flux cleaned = -0.00210035 Jy ! Component: 1700 - total flux cleaned = -0.00213363 Jy ! Component: 1750 - total flux cleaned = -0.00216664 Jy ! Component: 1800 - total flux cleaned = -0.0021666 Jy ! Component: 1850 - total flux cleaned = -0.00219869 Jy ! Component: 1900 - total flux cleaned = -0.00216676 Jy ! Component: 1950 - total flux cleaned = -0.00219821 Jy ! Component: 2000 - total flux cleaned = -0.002245 Jy ! Component: 2050 - total flux cleaned = -0.00233724 Jy ! Component: 2100 - total flux cleaned = -0.00230658 Jy ! Component: 2150 - total flux cleaned = -0.00232182 Jy ! Component: 2200 - total flux cleaned = -0.00242669 Jy ! Component: 2250 - total flux cleaned = -0.00239691 Jy ! Component: 2300 - total flux cleaned = -0.00239709 Jy ! Component: 2350 - total flux cleaned = -0.00244079 Jy ! Component: 2400 - total flux cleaned = -0.00246974 Jy ! Component: 2450 - total flux cleaned = -0.00248408 Jy ! Component: 2500 - total flux cleaned = -0.00251262 Jy ! Component: 2550 - total flux cleaned = -0.00254076 Jy ! Component: 2600 - total flux cleaned = -0.00249921 Jy ! Component: 2650 - total flux cleaned = -0.00258211 Jy ! Component: 2700 - total flux cleaned = -0.00251367 Jy ! Component: 2750 - total flux cleaned = -0.00254079 Jy ! Component: 2800 - total flux cleaned = -0.00255419 Jy ! Component: 2850 - total flux cleaned = -0.002541 Jy ! Component: 2900 - total flux cleaned = -0.00254094 Jy ! Component: 2950 - total flux cleaned = -0.00254087 Jy ! Component: 3000 - total flux cleaned = -0.00255383 Jy ! Component: 3050 - total flux cleaned = -0.00256671 Jy ! Component: 3100 - total flux cleaned = -0.00256679 Jy ! Component: 3150 - total flux cleaned = -0.00260523 Jy ! Component: 3200 - total flux cleaned = -0.00261796 Jy ! Component: 3250 - total flux cleaned = -0.00268101 Jy ! Component: 3300 - total flux cleaned = -0.00266868 Jy ! Component: 3350 - total flux cleaned = -0.00270606 Jy ! Component: 3400 - total flux cleaned = -0.00261966 Jy ! Component: 3450 - total flux cleaned = -0.00266881 Jy ! Component: 3500 - total flux cleaned = -0.00265667 Jy ! Component: 3550 - total flux cleaned = -0.00272922 Jy ! Component: 3600 - total flux cleaned = -0.00269315 Jy ! Component: 3650 - total flux cleaned = -0.00271714 Jy ! Component: 3700 - total flux cleaned = -0.00270533 Jy ! Component: 3750 - total flux cleaned = -0.0027407 Jy ! Component: 3800 - total flux cleaned = -0.00278762 Jy ! Component: 3850 - total flux cleaned = -0.00275287 Jy ! Component: 3900 - total flux cleaned = -0.00276437 Jy ! Component: 3950 - total flux cleaned = -0.00277578 Jy ! Component: 4000 - total flux cleaned = -0.00279852 Jy ! Component: 4050 - total flux cleaned = -0.00279852 Jy ! Total flux subtracted in 4096 components = -0.00280967 Jy ! Clean residual min=-0.000685 max=0.000649 Jy/beam ! Clean residual mean=-0.000002 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.2917 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 420 components and 0.2917 Jy ![Exited script file: muppet] wmap "J0932-2016_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.006 x 7.546 at -3.232 degrees (North through East) ! Clean map min=-0.0014174 max=0.23402 Jy/beam ! Writing clean map to FITS file: J0932-2016_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.234025 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204274 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.261862 0.261862 0.523724 1.04745 2.0949 4.18979 8.37959 16.7592 33.5183 67.0367 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.234 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.006 x 7.546 at -3.232 degrees (North through East) ! Clean map min=-0.0014174 max=0.23402 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 J0932-2016_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:54:47 2016