! Started logfile: J1150+0630_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:58:17 2016 obs J1150+0630_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1150+0630_S_2015_03_17_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.783069 visibilities/baseline/integration-bin. ! Found source: J1150+0630 ! ! 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 11840 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 J1150+0630_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 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.817044Jy sigma=0.009802 ! Fit after self-cal, rms=0.796188Jy sigma=0.009565 ! 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.651 mas, bmaj=6.659 mas, bpa=-6.217 degrees ! Estimated noise=715.826 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.150057 Jy ! Component: 100 - total flux cleaned = 0.187025 Jy ! Total flux subtracted in 100 components = 0.187025 Jy ! Clean residual min=-0.008848 max=0.015630 Jy/beam ! Clean residual mean=-0.000091 rms=0.002088 Jy/beam ! Combined flux in latest and established models = 0.187025 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.187025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080347Jy sigma=0.000867 ! Fit after self-cal, rms=0.080323Jy sigma=0.000867 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0174118 Jy ! Component: 100 - total flux cleaned = 0.0276074 Jy ! Total flux subtracted in 100 components = 0.0276074 Jy ! Clean residual min=-0.008429 max=0.006339 Jy/beam ! Clean residual mean=-0.000048 rms=0.001485 Jy/beam ! Combined flux in latest and established models = 0.214632 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 31 components and 0.214632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074473Jy sigma=0.000815 ! Fit after self-cal, rms=0.074441Jy sigma=0.000815 ! 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.344 mas, bmaj=7.675 mas, bpa=-7.174 degrees ! Estimated noise=554.236 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.00749747 Jy ! Component: 100 - total flux cleaned = 0.0114537 Jy ! Component: 150 - total flux cleaned = 0.0136913 Jy ! Component: 200 - total flux cleaned = 0.0150019 Jy ! Total flux subtracted in 200 components = 0.0150019 Jy ! Clean residual min=-0.006012 max=0.005255 Jy/beam ! Clean residual mean=-0.000027 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.229634 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 59 components and 0.229634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073308Jy sigma=0.000810 ! Fit after self-cal, rms=0.073292Jy sigma=0.000810 ! 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.85 HN 0.94 KP 1.11 ! LA 1.00 MK 0.98 NL 0.90 OV 1.01 ! PT 1.10 SC 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.90 HN 1.01 KP 1.08 ! LA 0.96 MK 1.02 NL 1.00 OV 1.03 ! PT 1.10 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.91 HN 0.96 KP 0.98 ! LA 0.80 MK 1.09 NL 1.11 OV 0.97 ! PT 1.07 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.92 HN 0.93 KP 0.95 ! LA 0.85 MK 1.07 NL 1.01 OV 1.04 ! PT 1.13 SC 1.01 ! ! ! Fit before self-cal, rms=0.073292Jy sigma=0.000810 ! Fit after self-cal, rms=0.067031Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.374 mas, bmaj=7.758 mas, bpa=-7.087 degrees ! Estimated noise=556.549 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.0014962 Jy ! Component: 100 - total flux cleaned = -0.00174468 Jy ! Component: 150 - total flux cleaned = -0.00184323 Jy ! Component: 200 - total flux cleaned = -0.0018965 Jy ! Total flux subtracted in 200 components = -0.0018965 Jy ! Clean residual min=-0.002625 max=0.002457 Jy/beam ! Clean residual mean=-0.000036 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.227738 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 65 components and 0.227738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066985Jy sigma=0.000765 ! Fit after self-cal, rms=0.066935Jy sigma=0.000765 ! 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.066935Jy sigma=0.000765 ! Fit after self-cal, rms=0.066969Jy sigma=0.000763 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.391 mas, bmaj=7.765 mas, bpa=-7.121 degrees ! Estimated noise=556.801 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000891108 Jy ! Component: 100 - total flux cleaned = -0.00102236 Jy ! Component: 150 - total flux cleaned = -0.00110801 Jy ! Component: 200 - total flux cleaned = -0.00116479 Jy ! Total flux subtracted in 200 components = -0.00116479 Jy ! Clean residual min=-0.002152 max=0.001980 Jy/beam ! Clean residual mean=-0.000015 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.226573 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.226573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066955Jy sigma=0.000763 ! Fit after self-cal, rms=0.066963Jy sigma=0.000763 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.42188e-05 Jy ! Component: 100 - total flux cleaned = -5.58621e-05 Jy ! Component: 150 - total flux cleaned = -6.51788e-05 Jy ! Component: 200 - total flux cleaned = -7.35406e-05 Jy ! Total flux subtracted in 200 components = -7.35406e-05 Jy ! Clean residual min=-0.002142 max=0.001982 Jy/beam ! Clean residual mean=-0.000016 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.226499 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 75 components and 0.226499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066960Jy sigma=0.000763 ! Fit after self-cal, rms=0.066960Jy sigma=0.000763 ! 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.066960Jy sigma=0.000763 ! Fit after self-cal, rms=0.066946Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=7.778 mas, bpa=-7.049 degrees ! Estimated noise=557.111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000715198 Jy ! Component: 100 - total flux cleaned = -0.000849381 Jy ! Component: 150 - total flux cleaned = -0.000955003 Jy ! Component: 200 - total flux cleaned = -0.00100443 Jy ! Total flux subtracted in 200 components = -0.00100443 Jy ! Clean residual min=-0.002098 max=0.001952 Jy/beam ! Clean residual mean=-0.000015 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.225495 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 75 components and 0.225495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066936Jy sigma=0.000762 ! Fit after self-cal, rms=0.066935Jy sigma=0.000762 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.25946e-05 Jy ! Component: 100 - total flux cleaned = -7.06327e-05 Jy ! Component: 150 - total flux cleaned = -7.90453e-05 Jy ! Component: 200 - total flux cleaned = -8.68738e-05 Jy ! Total flux subtracted in 200 components = -8.68738e-05 Jy ! Clean residual min=-0.002097 max=0.001960 Jy/beam ! Clean residual mean=-0.000015 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.225408 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 76 components and 0.225408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066933Jy sigma=0.000762 ! Fit after self-cal, rms=0.066933Jy sigma=0.000762 ! 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.066933Jy sigma=0.000762 ! Fit after self-cal, rms=0.066925Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.978 mas, bmaj=11.67 mas, bpa=-0.8774 degrees ! Estimated noise=715.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000887103 Jy ! Component: 100 - total flux cleaned = -0.00101466 Jy ! Component: 150 - total flux cleaned = -0.0010696 Jy ! Component: 200 - total flux cleaned = -0.00110348 Jy ! Total flux subtracted in 200 components = -0.00110348 Jy ! Clean residual min=-0.001806 max=0.002328 Jy/beam ! Clean residual mean=-0.000032 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.224304 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 78 components and 0.224304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066930Jy sigma=0.000762 ! Fit after self-cal, rms=0.066930Jy sigma=0.000762 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.05329e-05 Jy ! Component: 100 - total flux cleaned = -5.12687e-05 Jy ! Component: 150 - total flux cleaned = -6.53595e-05 Jy ! Component: 200 - total flux cleaned = -8.87876e-05 Jy ! Total flux subtracted in 200 components = -8.87876e-05 Jy ! Clean residual min=-0.001793 max=0.002292 Jy/beam ! Clean residual mean=-0.000032 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.224216 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 80 components and 0.224216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066937Jy sigma=0.000762 ! Fit after self-cal, rms=0.066938Jy sigma=0.000762 ! 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.41 mas, bmaj=7.789 mas, bpa=-6.984 degrees ! Estimated noise=557.394 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.41 x 7.789 at -6.984 degrees (North through East) ! Clean map min=-0.001936 max=0.20076 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.702 mas, bmaj=6.753 mas, bpa=-6.205 degrees ! Estimated noise=729.043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.152686 Jy ! Component: 100 - total flux cleaned = 0.188226 Jy ! Component: 150 - total flux cleaned = 0.203424 Jy ! Component: 200 - total flux cleaned = 0.211459 Jy ! Total flux subtracted in 200 components = 0.211459 Jy ! Clean residual min=-0.002964 max=0.004059 Jy/beam ! Clean residual mean=-0.000029 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.211459 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.211459 Jy ! Inverting map and beam ! Estimated beam: bmin=3.41 mas, bmaj=7.789 mas, bpa=-6.984 degrees ! Estimated noise=557.394 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.00609782 Jy ! Component: 100 - total flux cleaned = 0.00927192 Jy ! Component: 150 - total flux cleaned = 0.011053 Jy ! Component: 200 - total flux cleaned = 0.012089 Jy ! Total flux subtracted in 200 components = 0.012089 Jy ! Clean residual min=-0.001863 max=0.001977 Jy/beam ! Clean residual mean=-0.000017 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.223548 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 59 components and 0.223548 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.978 mas, bmaj=11.67 mas, bpa=-0.8774 degrees ! Estimated noise=715.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000594046 Jy ! Component: 100 - total flux cleaned = 0.000611921 Jy ! Component: 150 - total flux cleaned = 0.000658683 Jy ! Component: 200 - total flux cleaned = 0.000683177 Jy ! Total flux subtracted in 200 components = 0.000683177 Jy ! Clean residual min=-0.001843 max=0.002373 Jy/beam ! Clean residual mean=-0.000032 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.224231 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 = 2.81609e-05 Jy ! Component: 100 - total flux cleaned = 4.30508e-05 Jy ! Component: 150 - total flux cleaned = 5.67237e-05 Jy ! Component: 200 - total flux cleaned = 6.93033e-05 Jy ! Total flux subtracted in 200 components = 6.93033e-05 Jy ! Clean residual min=-0.001839 max=0.002346 Jy/beam ! Clean residual mean=-0.000032 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.224301 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 67 components and 0.224301 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.41 mas, bmaj=7.789 mas, bpa=-6.984 degrees ! Estimated noise=557.394 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000208958 Jy ! Component: 100 - total flux cleaned = 0.00026481 Jy ! Component: 150 - total flux cleaned = 0.000347892 Jy ! Component: 200 - total flux cleaned = 0.0004338 Jy ! Total flux subtracted in 200 components = 0.0004338 Jy ! Clean residual min=-0.001860 max=0.001998 Jy/beam ! Clean residual mean=-0.000015 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.224735 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 68 components and 0.224735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066936Jy sigma=0.000762 ! Fit after self-cal, rms=0.066934Jy sigma=0.000762 wmodel J1150+0630_S_2015_03_17_pus_map.mod ! Writing 68 model components to file: J1150+0630_S_2015_03_17_pus_map.mod wobs J1150+0630_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1150+0630_S_2015_03_17_pus_uvs.fits wwins J1150+0630_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1150+0630_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.000186285 Jy ! Component: 100 - total flux cleaned = 8.96229e-05 Jy ! Component: 150 - total flux cleaned = 0.000274461 Jy ! Component: 200 - total flux cleaned = 0.000450467 Jy ! Component: 250 - total flux cleaned = 0.000534624 Jy ! Component: 300 - total flux cleaned = 0.000642245 Jy ! Component: 350 - total flux cleaned = 0.000720178 Jy ! Component: 400 - total flux cleaned = 0.000820173 Jy ! Component: 450 - total flux cleaned = 0.000770633 Jy ! Component: 500 - total flux cleaned = 0.000770374 Jy ! Component: 550 - total flux cleaned = 0.000770225 Jy ! Component: 600 - total flux cleaned = 0.000703082 Jy ! Component: 650 - total flux cleaned = 0.000659784 Jy ! Component: 700 - total flux cleaned = 0.000617628 Jy ! Component: 750 - total flux cleaned = 0.000576015 Jy ! Component: 800 - total flux cleaned = 0.000514899 Jy ! Component: 850 - total flux cleaned = 0.000515115 Jy ! Component: 900 - total flux cleaned = 0.000437463 Jy ! Component: 950 - total flux cleaned = 0.000456505 Jy ! Component: 1000 - total flux cleaned = 0.000418385 Jy ! Component: 1050 - total flux cleaned = 0.000399754 Jy ! Component: 1100 - total flux cleaned = 0.00039935 Jy ! Component: 1150 - total flux cleaned = 0.000364025 Jy ! Component: 1200 - total flux cleaned = 0.000381105 Jy ! Component: 1250 - total flux cleaned = 0.000364441 Jy ! Component: 1300 - total flux cleaned = 0.000348336 Jy ! Component: 1350 - total flux cleaned = 0.000381284 Jy ! Component: 1400 - total flux cleaned = 0.000413318 Jy ! Component: 1450 - total flux cleaned = 0.000397137 Jy ! Component: 1500 - total flux cleaned = 0.000397151 Jy ! Component: 1550 - total flux cleaned = 0.000381641 Jy ! Component: 1600 - total flux cleaned = 0.000396258 Jy ! Component: 1650 - total flux cleaned = 0.000395921 Jy ! Component: 1700 - total flux cleaned = 0.000410651 Jy ! Component: 1750 - total flux cleaned = 0.000439599 Jy ! Component: 1800 - total flux cleaned = 0.000439562 Jy ! Component: 1850 - total flux cleaned = 0.000496159 Jy ! Component: 1900 - total flux cleaned = 0.000468296 Jy ! Component: 1950 - total flux cleaned = 0.000523441 Jy ! Component: 2000 - total flux cleaned = 0.000564132 Jy ! Component: 2050 - total flux cleaned = 0.000617749 Jy ! Component: 2100 - total flux cleaned = 0.000630871 Jy ! Component: 2150 - total flux cleaned = 0.000630897 Jy ! Component: 2200 - total flux cleaned = 0.000643734 Jy ! Component: 2250 - total flux cleaned = 0.000644014 Jy ! Component: 2300 - total flux cleaned = 0.000719936 Jy ! Component: 2350 - total flux cleaned = 0.000695014 Jy ! Component: 2400 - total flux cleaned = 0.000707566 Jy ! Component: 2450 - total flux cleaned = 0.000732151 Jy ! Component: 2500 - total flux cleaned = 0.000780807 Jy ! Component: 2550 - total flux cleaned = 0.000756854 Jy ! Component: 2600 - total flux cleaned = 0.000756973 Jy ! Component: 2650 - total flux cleaned = 0.000792076 Jy ! Component: 2700 - total flux cleaned = 0.000722275 Jy ! Component: 2750 - total flux cleaned = 0.000756823 Jy ! Component: 2800 - total flux cleaned = 0.000734051 Jy ! Component: 2850 - total flux cleaned = 0.000677623 Jy ! Component: 2900 - total flux cleaned = 0.000677656 Jy ! Component: 2950 - total flux cleaned = 0.000677737 Jy ! Component: 3000 - total flux cleaned = 0.000644713 Jy ! Component: 3050 - total flux cleaned = 0.000623173 Jy ! Component: 3100 - total flux cleaned = 0.000634088 Jy ! Component: 3150 - total flux cleaned = 0.00062354 Jy ! Component: 3200 - total flux cleaned = 0.000623533 Jy ! Component: 3250 - total flux cleaned = 0.000550045 Jy ! Component: 3300 - total flux cleaned = 0.00053989 Jy ! Component: 3350 - total flux cleaned = 0.000560567 Jy ! Component: 3400 - total flux cleaned = 0.000529855 Jy ! Component: 3450 - total flux cleaned = 0.000499333 Jy ! Component: 3500 - total flux cleaned = 0.000479163 Jy ! Component: 3550 - total flux cleaned = 0.000469128 Jy ! Component: 3600 - total flux cleaned = 0.000449231 Jy ! Component: 3650 - total flux cleaned = 0.000429461 Jy ! Component: 3700 - total flux cleaned = 0.000419765 Jy ! Component: 3750 - total flux cleaned = 0.000361823 Jy ! Component: 3800 - total flux cleaned = 0.000323549 Jy ! Component: 3850 - total flux cleaned = 0.000285602 Jy ! Component: 3900 - total flux cleaned = 0.000276145 Jy ! Component: 3950 - total flux cleaned = 0.00021987 Jy ! Component: 4000 - total flux cleaned = 0.000182791 Jy ! Component: 4050 - total flux cleaned = 0.000155219 Jy ! Total flux subtracted in 4096 components = 0.000109617 Jy ! Clean residual min=-0.000658 max=0.000587 Jy/beam ! Clean residual mean=-0.000003 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.224844 Jy keep ! Adding 324 model components to the UV plane model. ! The established model now contains 392 components and 0.224844 Jy ![Exited script file: muppet] wmap "J1150+0630_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.41 x 7.789 at -6.984 degrees (North through East) ! Clean map min=-0.0010609 max=0.20131 Jy/beam ! Writing clean map to FITS file: J1150+0630_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.201306 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164688 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.24543 0.24543 0.490861 0.981722 1.96344 3.92689 7.85377 15.7075 31.4151 62.8302 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.201 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.41 x 7.789 at -6.984 degrees (North through East) ! Clean map min=-0.0010609 max=0.20131 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 J1150+0630_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:58:22 2016