! Started logfile: J1507+0415_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:57:09 2017 obs J1507+0415_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1507+0415_S_2015_01_22_pus_uva.fits ! AN table 1: 86 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1507+0415 ! ! 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 281 lines of history. ! ! Reading 12384 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 J1507+0415_S_2015_01_22_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 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.843160Jy sigma=0.009651 ! Fit after self-cal, rms=0.823996Jy sigma=0.009437 ! 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.777 mas, bmaj=6.201 mas, bpa=-2.552 degrees ! Estimated noise=761.492 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.135245 Jy ! Component: 100 - total flux cleaned = 0.16643 Jy ! Total flux subtracted in 100 components = 0.16643 Jy ! Clean residual min=-0.007561 max=0.012283 Jy/beam ! Clean residual mean=0.000005 rms=0.001702 Jy/beam ! Combined flux in latest and established models = 0.16643 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.16643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081568Jy sigma=0.000852 ! Fit after self-cal, rms=0.081553Jy sigma=0.000852 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141001 Jy ! Component: 100 - total flux cleaned = 0.0224516 Jy ! Total flux subtracted in 100 components = 0.0224516 Jy ! Clean residual min=-0.005568 max=0.005014 Jy/beam ! Clean residual mean=0.000002 rms=0.001182 Jy/beam ! Combined flux in latest and established models = 0.188882 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.188881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078388Jy sigma=0.000820 ! Fit after self-cal, rms=0.078380Jy sigma=0.000819 ! 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.251 mas, bmaj=7.158 mas, bpa=-3.52 degrees ! Estimated noise=568.089 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.00604181 Jy ! Component: 100 - total flux cleaned = 0.00944252 Jy ! Component: 150 - total flux cleaned = 0.0114929 Jy ! Component: 200 - total flux cleaned = 0.012767 Jy ! Total flux subtracted in 200 components = 0.012767 Jy ! Clean residual min=-0.004040 max=0.005600 Jy/beam ! Clean residual mean=0.000002 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.201648 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.201648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077733Jy sigma=0.000816 ! Fit after self-cal, rms=0.077736Jy sigma=0.000816 ! 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 1.00* HN 0.94 KP 1.07 ! LA 1.08 MK 1.02 NL 1.03 OV 0.94 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* HN 1.00 KP 1.01 ! LA 1.04 MK 1.00 NL 1.14 OV 1.00 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 0.97 KP 0.88 ! LA 0.86 MK 1.04 NL 1.32 OV 0.92 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* HN 0.96 KP 0.82 ! LA 0.93 MK 0.99 NL 1.00 OV 0.99 ! PT 1.06 SC 1.01 ! ! ! Fit before self-cal, rms=0.077736Jy sigma=0.000816 ! Fit after self-cal, rms=0.074303Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.267 mas, bmaj=7.198 mas, bpa=-3.57 degrees ! Estimated noise=568.434 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.000792178 Jy ! Component: 100 - total flux cleaned = 0.000936905 Jy ! Component: 150 - total flux cleaned = 0.0010333 Jy ! Component: 200 - total flux cleaned = 0.00109602 Jy ! Total flux subtracted in 200 components = 0.00109602 Jy ! Clean residual min=-0.003451 max=0.002662 Jy/beam ! Clean residual mean=-0.000000 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.202744 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 59 components and 0.202744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074280Jy sigma=0.000784 ! Fit after self-cal, rms=0.074280Jy sigma=0.000783 ! 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.074280Jy sigma=0.000783 ! Fit after self-cal, rms=0.073757Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=7.199 mas, bpa=-3.637 degrees ! Estimated noise=568.111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000234189 Jy ! Component: 100 - total flux cleaned = 0.000309418 Jy ! Component: 150 - total flux cleaned = 0.000342063 Jy ! Component: 200 - total flux cleaned = 0.000398376 Jy ! Total flux subtracted in 200 components = 0.000398376 Jy ! Clean residual min=-0.001772 max=0.002167 Jy/beam ! Clean residual mean=-0.000000 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.203143 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.203143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073748Jy sigma=0.000775 ! Fit after self-cal, rms=0.073758Jy sigma=0.000775 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 (1, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185614 Jy ! Component: 100 - total flux cleaned = 0.0022039 Jy ! Component: 150 - total flux cleaned = 0.00225573 Jy ! Component: 200 - total flux cleaned = 0.00229979 Jy ! Total flux subtracted in 200 components = 0.00229979 Jy ! Clean residual min=-0.001642 max=0.001469 Jy/beam ! Clean residual mean=-0.000001 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.205443 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.205443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073710Jy sigma=0.000775 ! Fit after self-cal, rms=0.073708Jy sigma=0.000775 ! 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.073708Jy sigma=0.000775 ! Fit after self-cal, rms=0.073631Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.198 mas, bpa=-3.668 degrees ! Estimated noise=567.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000410815 Jy ! Component: 100 - total flux cleaned = 0.000541663 Jy ! Component: 150 - total flux cleaned = 0.000541786 Jy ! Component: 200 - total flux cleaned = 0.000556699 Jy ! Total flux subtracted in 200 components = 0.000556699 Jy ! Clean residual min=-0.001670 max=0.001439 Jy/beam ! Clean residual mean=-0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.205999 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 92 components and 0.205999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073622Jy sigma=0.000775 ! Fit after self-cal, rms=0.073623Jy sigma=0.000775 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.07316e-05 Jy ! Component: 100 - total flux cleaned = -6.82086e-05 Jy ! Component: 150 - total flux cleaned = -6.82206e-05 Jy ! Component: 200 - total flux cleaned = -8.02552e-05 Jy ! Total flux subtracted in 200 components = -8.02552e-05 Jy ! Clean residual min=-0.001638 max=0.001396 Jy/beam ! Clean residual mean=-0.000001 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.205919 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 101 components and 0.205919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073618Jy sigma=0.000774 ! Fit after self-cal, rms=0.073618Jy sigma=0.000774 ! 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.073618Jy sigma=0.000774 ! Fit after self-cal, rms=0.073592Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.939 mas, bmaj=11.19 mas, bpa=-5.745 degrees ! Estimated noise=723.552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000159464 Jy ! Component: 100 - total flux cleaned = 0.000170493 Jy ! Component: 150 - total flux cleaned = 0.000187226 Jy ! Component: 200 - total flux cleaned = 0.000201559 Jy ! Total flux subtracted in 200 components = 0.000201559 Jy ! Clean residual min=-0.001699 max=0.001580 Jy/beam ! Clean residual mean=-0.000001 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.206121 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 114 components and 0.206121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073593Jy sigma=0.000774 ! Fit after self-cal, rms=0.073592Jy sigma=0.000774 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 = 5.80558e-08 Jy ! Component: 100 - total flux cleaned = 3.06765e-05 Jy ! Component: 150 - total flux cleaned = 5.56628e-05 Jy ! Component: 200 - total flux cleaned = 6.11435e-05 Jy ! Total flux subtracted in 200 components = 6.11435e-05 Jy ! Clean residual min=-0.001702 max=0.001577 Jy/beam ! Clean residual mean=-0.000001 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.206182 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 127 components and 0.206182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073592Jy sigma=0.000774 ! Fit after self-cal, rms=0.073592Jy sigma=0.000774 ! 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.261 mas, bmaj=7.197 mas, bpa=-3.671 degrees ! Estimated noise=567.259 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.261 x 7.197 at -3.671 degrees (North through East) ! Clean map min=-0.0015679 max=0.17649 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.787 mas, bmaj=6.247 mas, bpa=-2.839 degrees ! Estimated noise=757.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.134406 Jy ! Component: 100 - total flux cleaned = 0.165179 Jy ! Component: 150 - total flux cleaned = 0.178507 Jy ! Component: 200 - total flux cleaned = 0.186357 Jy ! Total flux subtracted in 200 components = 0.186357 Jy ! Clean residual min=-0.003015 max=0.004140 Jy/beam ! Clean residual mean=0.000002 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.186357 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.186357 Jy ! Inverting map and beam ! Estimated beam: bmin=3.261 mas, bmaj=7.197 mas, bpa=-3.671 degrees ! Estimated noise=567.259 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.00691852 Jy ! Component: 100 - total flux cleaned = 0.0109921 Jy ! Component: 150 - total flux cleaned = 0.0135739 Jy ! Component: 200 - total flux cleaned = 0.0153445 Jy ! Total flux subtracted in 200 components = 0.0153445 Jy ! Clean residual min=-0.001800 max=0.001539 Jy/beam ! Clean residual mean=0.000000 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.201702 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 58 components and 0.201702 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=6.939 mas, bmaj=11.19 mas, bpa=-5.745 degrees ! Estimated noise=723.552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00190386 Jy ! Component: 100 - total flux cleaned = 0.00293603 Jy ! Component: 150 - total flux cleaned = 0.00357267 Jy ! Component: 200 - total flux cleaned = 0.00387772 Jy ! Total flux subtracted in 200 components = 0.00387772 Jy ! Clean residual min=-0.001698 max=0.001536 Jy/beam ! Clean residual mean=-0.000001 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.205579 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.000104225 Jy ! Component: 100 - total flux cleaned = 0.000202647 Jy ! Component: 150 - total flux cleaned = 0.000278042 Jy ! Component: 200 - total flux cleaned = 0.000345268 Jy ! Total flux subtracted in 200 components = 0.000345268 Jy ! Clean residual min=-0.001701 max=0.001544 Jy/beam ! Clean residual mean=-0.000001 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.205925 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 106 components and 0.205925 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.261 mas, bmaj=7.197 mas, bpa=-3.671 degrees ! Estimated noise=567.259 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.6496e-05 Jy ! Component: 100 - total flux cleaned = 0.000106818 Jy ! Component: 150 - total flux cleaned = 0.0001638 Jy ! Component: 200 - total flux cleaned = 0.000180415 Jy ! Total flux subtracted in 200 components = 0.000180415 Jy ! Clean residual min=-0.001603 max=0.001443 Jy/beam ! Clean residual mean=-0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.206105 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 126 components and 0.206105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073590Jy sigma=0.000774 ! Fit after self-cal, rms=0.073589Jy sigma=0.000774 wmodel J1507+0415_S_2015_01_22_pus_map.mod ! Writing 126 model components to file: J1507+0415_S_2015_01_22_pus_map.mod wobs J1507+0415_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1507+0415_S_2015_01_22_pus_uvs.fits wwins J1507+0415_S_2015_01_22_pus_map.win ! wwins: Wrote 2 windows to J1507+0415_S_2015_01_22_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.000491796 Jy ! Component: 100 - total flux cleaned = -0.000836824 Jy ! Component: 150 - total flux cleaned = -0.00098907 Jy ! Component: 200 - total flux cleaned = -0.00111124 Jy ! Component: 250 - total flux cleaned = -0.00120568 Jy ! Component: 300 - total flux cleaned = -0.00127482 Jy ! Component: 350 - total flux cleaned = -0.00127542 Jy ! Component: 400 - total flux cleaned = -0.00136249 Jy ! Component: 450 - total flux cleaned = -0.00140455 Jy ! Component: 500 - total flux cleaned = -0.00138352 Jy ! Component: 550 - total flux cleaned = -0.00146549 Jy ! Component: 600 - total flux cleaned = -0.00150515 Jy ! Component: 650 - total flux cleaned = -0.00150503 Jy ! Component: 700 - total flux cleaned = -0.00150521 Jy ! Component: 750 - total flux cleaned = -0.00150557 Jy ! Component: 800 - total flux cleaned = -0.00152429 Jy ! Component: 850 - total flux cleaned = -0.00141327 Jy ! Component: 900 - total flux cleaned = -0.00143168 Jy ! Component: 950 - total flux cleaned = -0.00143128 Jy ! Component: 1000 - total flux cleaned = -0.00134266 Jy ! Component: 1050 - total flux cleaned = -0.00135988 Jy ! Component: 1100 - total flux cleaned = -0.00127357 Jy ! Component: 1150 - total flux cleaned = -0.00125679 Jy ! Component: 1200 - total flux cleaned = -0.00120645 Jy ! Component: 1250 - total flux cleaned = -0.00114032 Jy ! Component: 1300 - total flux cleaned = -0.00112411 Jy ! Component: 1350 - total flux cleaned = -0.00109194 Jy ! Component: 1400 - total flux cleaned = -0.00109202 Jy ! Component: 1450 - total flux cleaned = -0.00109194 Jy ! Component: 1500 - total flux cleaned = -0.0010301 Jy ! Component: 1550 - total flux cleaned = -0.0010455 Jy ! Component: 1600 - total flux cleaned = -0.00106056 Jy ! Component: 1650 - total flux cleaned = -0.000970779 Jy ! Component: 1700 - total flux cleaned = -0.000956168 Jy ! Component: 1750 - total flux cleaned = -0.00095606 Jy ! Component: 1800 - total flux cleaned = -0.000941624 Jy ! Component: 1850 - total flux cleaned = -0.000913223 Jy ! Component: 1900 - total flux cleaned = -0.000885156 Jy ! Component: 1950 - total flux cleaned = -0.000898974 Jy ! Component: 2000 - total flux cleaned = -0.000926527 Jy ! Component: 2050 - total flux cleaned = -0.000926408 Jy ! Component: 2100 - total flux cleaned = -0.000899548 Jy ! Component: 2150 - total flux cleaned = -0.000939534 Jy ! Component: 2200 - total flux cleaned = -0.000926376 Jy ! Component: 2250 - total flux cleaned = -0.000965798 Jy ! Component: 2300 - total flux cleaned = -0.000965666 Jy ! Component: 2350 - total flux cleaned = -0.00099125 Jy ! Component: 2400 - total flux cleaned = -0.00100405 Jy ! Component: 2450 - total flux cleaned = -0.00101671 Jy ! Component: 2500 - total flux cleaned = -0.00100435 Jy ! Component: 2550 - total flux cleaned = -0.00104131 Jy ! Component: 2600 - total flux cleaned = -0.00104121 Jy ! Component: 2650 - total flux cleaned = -0.00101703 Jy ! Component: 2700 - total flux cleaned = -0.00102891 Jy ! Component: 2750 - total flux cleaned = -0.00101691 Jy ! Component: 2800 - total flux cleaned = -0.00101699 Jy ! Component: 2850 - total flux cleaned = -0.00102882 Jy ! Component: 2900 - total flux cleaned = -0.00101737 Jy ! Component: 2950 - total flux cleaned = -0.00101737 Jy ! Component: 3000 - total flux cleaned = -0.00100599 Jy ! Component: 3050 - total flux cleaned = -0.000983685 Jy ! Component: 3100 - total flux cleaned = -0.000972623 Jy ! Component: 3150 - total flux cleaned = -0.000961645 Jy ! Component: 3200 - total flux cleaned = -0.000939603 Jy ! Component: 3250 - total flux cleaned = -0.000950367 Jy ! Component: 3300 - total flux cleaned = -0.000907272 Jy ! Component: 3350 - total flux cleaned = -0.000896583 Jy ! Component: 3400 - total flux cleaned = -0.000907319 Jy ! Component: 3450 - total flux cleaned = -0.000907351 Jy ! Component: 3500 - total flux cleaned = -0.000896796 Jy ! Component: 3550 - total flux cleaned = -0.000855245 Jy ! Component: 3600 - total flux cleaned = -0.000855257 Jy ! Component: 3650 - total flux cleaned = -0.000824626 Jy ! Component: 3700 - total flux cleaned = -0.000814514 Jy ! Component: 3750 - total flux cleaned = -0.000794328 Jy ! Component: 3800 - total flux cleaned = -0.000804434 Jy ! Component: 3850 - total flux cleaned = -0.000784472 Jy ! Component: 3900 - total flux cleaned = -0.000824066 Jy ! Component: 3950 - total flux cleaned = -0.00083384 Jy ! Component: 4000 - total flux cleaned = -0.000804499 Jy ! Component: 4050 - total flux cleaned = -0.000823843 Jy ! Total flux subtracted in 4096 components = -0.000804617 Jy ! Clean residual min=-0.000543 max=0.000572 Jy/beam ! Clean residual mean=-0.000000 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.205301 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 396 components and 0.205301 Jy ![Exited script file: muppet] wmap "J1507+0415_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.261 x 7.197 at -3.671 degrees (North through East) ! Clean map min=-0.0013684 max=0.17675 Jy/beam ! Writing clean map to FITS file: J1507+0415_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.176755 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170375 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.289172 0.289172 0.578344 1.15669 2.31337 4.62675 9.2535 18.507 37.014 74.028 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.176 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.261 x 7.197 at -3.671 degrees (North through East) ! Clean map min=-0.0013684 max=0.17675 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 J1507+0415_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:57:14 2017