! Started logfile: J1153+8058_L_2010_06_18_pus_uvs.log on Fri Jan 8 01:49:15 2016 obs J1153+8058_L_2010_06_18_pus_uva.fits ! Reading UV FITS file: J1153+8058_L_2010_06_18_pus_uva.fits ! AN table 1: 531 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.877213 visibilities/baseline/integration-bin. ! Found source: J1153+8058 ! ! 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 1.35446e+09 8e+06 1 8e+06 ! 02 2 1.36246e+09 8e+06 1 8e+06 ! 03 3 1.42646e+09 8e+06 1 8e+06 ! 04 4 1.43446e+09 8e+06 1 8e+06 ! ! Polarization(s): RR LL RL LR ! ! Read 742 lines of history. ! ! Reading 335376 visibilities. select I ! Selecting polarization: I, 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.8 print "taper_size =",taper_size ! taper_size = 15 ![@muppet J1153+8058_L_2010_06_18_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.800x0.800 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 860 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 860 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 862 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 860 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.554254Jy sigma=0.006786 ! Fit after self-cal, rms=0.517823Jy sigma=0.006336 ! 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=5 mas, bmaj=6.303 mas, bpa=-61.73 degrees ! Estimated noise=507.294 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 = 1.03234 Jy ! Component: 100 - total flux cleaned = 1.35112 Jy ! Total flux subtracted in 100 components = 1.35112 Jy ! Clean residual min=-0.023906 max=0.130491 Jy/beam ! Clean residual mean=-0.000204 rms=0.006515 Jy/beam ! Combined flux in latest and established models = 1.35112 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 1.35112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.253306Jy sigma=0.002875 ! Fit after self-cal, rms=0.253263Jy sigma=0.002874 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.13263 Jy ! Component: 100 - total flux cleaned = 0.191522 Jy ! Total flux subtracted in 100 components = 0.191522 Jy ! Clean residual min=-0.015263 max=0.031387 Jy/beam ! Clean residual mean=-0.000068 rms=0.003918 Jy/beam ! Combined flux in latest and established models = 1.54264 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 11 components and 1.54264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158201Jy sigma=0.001616 ! Fit after self-cal, rms=0.158178Jy sigma=0.001616 ! Inverting map ! Added new window around map position (11.2, -8.8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0326616 Jy ! Component: 100 - total flux cleaned = 0.0527569 Jy ! Total flux subtracted in 100 components = 0.0527569 Jy ! Clean residual min=-0.015102 max=0.024297 Jy/beam ! Clean residual mean=-0.000031 rms=0.003697 Jy/beam ! Combined flux in latest and established models = 1.5954 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 1.5954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148484Jy sigma=0.001496 ! Fit after self-cal, rms=0.148087Jy sigma=0.001492 ! 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=6.5 mas, bmaj=8.205 mas, bpa=-64.62 degrees ! Estimated noise=227.139 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 (-11.2, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0212353 Jy ! Component: 100 - total flux cleaned = 0.0357537 Jy ! Component: 150 - total flux cleaned = 0.0463742 Jy ! Component: 200 - total flux cleaned = 0.0525685 Jy ! Total flux subtracted in 200 components = 0.0525685 Jy ! Clean residual min=-0.010752 max=0.014085 Jy/beam ! Clean residual mean=0.000043 rms=0.002590 Jy/beam ! Combined flux in latest and established models = 1.64797 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 46 components and 1.64797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143335Jy sigma=0.001441 ! Fit after self-cal, rms=0.143268Jy sigma=0.001440 ! 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 1.08 FD 1.01 HN 1.00* KP 0.99 ! LA 1.01 MK 0.99 NL 1.03 OV 0.97 ! PT 0.98 SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 1.00* KP 1.02 ! LA 1.06 MK 0.99 NL 1.01 OV 0.98 ! PT 0.96 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.00* KP 0.89 ! LA 0.95 MK 0.87 NL 0.98 OV 1.00 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.00* KP 0.95 ! LA 0.97 MK 0.91 NL 0.98 OV 1.02 ! PT 1.00 SC 1.04 ! ! ! Fit before self-cal, rms=0.143268Jy sigma=0.001440 ! Fit after self-cal, rms=0.088016Jy sigma=0.000819 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.509 mas, bmaj=8.234 mas, bpa=-63.7 degrees ! Estimated noise=228.007 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 (56, -101.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.002114 Jy ! Component: 100 - total flux cleaned = 0.00308849 Jy ! Component: 150 - total flux cleaned = 0.00279489 Jy ! Component: 200 - total flux cleaned = 0.00330258 Jy ! Total flux subtracted in 200 components = 0.00330258 Jy ! Clean residual min=-0.004966 max=0.009734 Jy/beam ! Clean residual mean=0.000025 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 1.65127 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 70 components and 1.65127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085033Jy sigma=0.000790 ! Fit after self-cal, rms=0.084882Jy sigma=0.000788 ! Inverting map ! Added new window around map position (24, -17.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00682206 Jy ! Component: 100 - total flux cleaned = 0.00880736 Jy ! Component: 150 - total flux cleaned = 0.0101595 Jy ! Component: 200 - total flux cleaned = 0.0110072 Jy ! Total flux subtracted in 200 components = 0.0110072 Jy ! Clean residual min=-0.004284 max=0.005979 Jy/beam ! Clean residual mean=0.000025 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 1.66228 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 86 components and 1.66228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083027Jy sigma=0.000769 ! Fit after self-cal, rms=0.082898Jy sigma=0.000767 ! Inverting map ! Added new window around map position (40, -48.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00490798 Jy ! Component: 100 - total flux cleaned = 0.00694699 Jy ! Component: 150 - total flux cleaned = 0.00808265 Jy ! Component: 200 - total flux cleaned = 0.00898404 Jy ! Total flux subtracted in 200 components = 0.00898404 Jy ! Clean residual min=-0.004122 max=0.005141 Jy/beam ! Clean residual mean=0.000024 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 1.67126 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 100 components and 1.67126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081620Jy sigma=0.000756 ! Fit after self-cal, rms=0.081573Jy sigma=0.000756 ! Inverting map ! Added new window around map position (41.6, -78.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00366291 Jy ! Component: 100 - total flux cleaned = 0.00491058 Jy ! Component: 150 - total flux cleaned = 0.0062674 Jy ! Component: 200 - total flux cleaned = 0.00674983 Jy ! Total flux subtracted in 200 components = 0.00674983 Jy ! Clean residual min=-0.004074 max=0.004503 Jy/beam ! Clean residual mean=0.000020 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 1.67801 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 115 components and 1.67801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080515Jy sigma=0.000748 ! Fit after self-cal, rms=0.080484Jy sigma=0.000748 ! 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.080484Jy sigma=0.000748 ! Fit after self-cal, rms=0.072988Jy sigma=0.000698 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.515 mas, bmaj=8.229 mas, bpa=-63.99 degrees ! Estimated noise=228.146 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000487274 Jy ! Component: 100 - total flux cleaned = 0.000736047 Jy ! Component: 150 - total flux cleaned = 0.00137082 Jy ! Component: 200 - total flux cleaned = 0.00182921 Jy ! Total flux subtracted in 200 components = 0.00182921 Jy ! Clean residual min=-0.003557 max=0.003124 Jy/beam ! Clean residual mean=0.000022 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 1.67984 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 127 components and 1.67984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071947Jy sigma=0.000689 ! Fit after self-cal, rms=0.071903Jy sigma=0.000689 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.000139534 Jy ! Component: 100 - total flux cleaned = 0.000586241 Jy ! Component: 150 - total flux cleaned = 0.000874024 Jy ! Component: 200 - total flux cleaned = 0.00115098 Jy ! Total flux subtracted in 200 components = 0.00115098 Jy ! Clean residual min=-0.003718 max=0.003089 Jy/beam ! Clean residual mean=0.000020 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 1.68099 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 131 components and 1.68099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071038Jy sigma=0.000684 ! Fit after self-cal, rms=0.071014Jy sigma=0.000684 ! 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.071014Jy sigma=0.000684 ! Fit after self-cal, rms=0.069016Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.508 mas, bmaj=8.231 mas, bpa=-64.1 degrees ! Estimated noise=228.138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000164594 Jy ! Component: 100 - total flux cleaned = 0.000606046 Jy ! Component: 150 - total flux cleaned = 0.000750516 Jy ! Component: 200 - total flux cleaned = 0.000883719 Jy ! Total flux subtracted in 200 components = 0.000883719 Jy ! Clean residual min=-0.003536 max=0.002930 Jy/beam ! Clean residual mean=0.000020 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 1.68187 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 141 components and 1.68187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068128Jy sigma=0.000662 ! Fit after self-cal, rms=0.068111Jy sigma=0.000662 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.000260369 Jy ! Component: 100 - total flux cleaned = 0.000652772 Jy ! Component: 150 - total flux cleaned = 0.000777974 Jy ! Component: 200 - total flux cleaned = 0.00114392 Jy ! Total flux subtracted in 200 components = 0.00114392 Jy ! Clean residual min=-0.003796 max=0.002783 Jy/beam ! Clean residual mean=0.000018 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 1.68302 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 147 components and 1.68302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067377Jy sigma=0.000658 ! Fit after self-cal, rms=0.067362Jy sigma=0.000658 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 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.067362Jy sigma=0.000658 ! Fit after self-cal, rms=0.067144Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.28 mas, bmaj=14.73 mas, bpa=-67.62 degrees ! Estimated noise=253.124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0031301 Jy ! Component: 100 - total flux cleaned = 0.00511215 Jy ! Component: 150 - total flux cleaned = 0.00642072 Jy ! Component: 200 - total flux cleaned = 0.00747902 Jy ! Total flux subtracted in 200 components = 0.00747902 Jy ! Clean residual min=-0.001768 max=0.002162 Jy/beam ! Clean residual mean=0.000027 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 1.6905 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 190 components and 1.6905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067010Jy sigma=0.000655 ! Fit after self-cal, rms=0.066993Jy sigma=0.000655 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 (67.2, -84). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00199099 Jy ! Component: 100 - total flux cleaned = 0.0032219 Jy ! Component: 150 - total flux cleaned = 0.00424297 Jy ! Component: 200 - total flux cleaned = 0.00505806 Jy ! Total flux subtracted in 200 components = 0.00505806 Jy ! Clean residual min=-0.001633 max=0.001427 Jy/beam ! Clean residual mean=0.000019 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 1.69556 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 224 components and 1.69556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066906Jy sigma=0.000654 ! Fit after self-cal, rms=0.066898Jy sigma=0.000654 ! 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=6.503 mas, bmaj=8.229 mas, bpa=-64.22 degrees ! Estimated noise=228.103 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.503 x 8.229 at -64.22 degrees (North through East) ! Clean map min=-0.0031313 max=1.3898 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066898Jy sigma=0.000654 ! Fit after self-cal, rms=0.062496Jy sigma=0.000592 ! Inverting map and beam ! Estimated beam: bmin=6.503 mas, bmaj=8.23 mas, bpa=-64.22 degrees ! Estimated noise=228.109 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000487522 Jy ! Component: 100 - total flux cleaned = 0.000368709 Jy ! Component: 150 - total flux cleaned = 0.00036396 Jy ! Component: 200 - total flux cleaned = 0.000251202 Jy ! Total flux subtracted in 200 components = 0.000251202 Jy ! Clean residual min=-0.003611 max=0.002511 Jy/beam ! Clean residual mean=0.000015 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 1.69581 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 224 components and 1.69581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061716Jy sigma=0.000588 ! Fit after self-cal, rms=0.061709Jy sigma=0.000588 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123206 Jy ! Component: 100 - total flux cleaned = 0.000118596 Jy ! Component: 150 - total flux cleaned = 0.000229165 Jy ! Component: 200 - total flux cleaned = 0.000228261 Jy ! Total flux subtracted in 200 components = 0.000228261 Jy ! Clean residual min=-0.003762 max=0.002395 Jy/beam ! Clean residual mean=0.000014 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 1.69603 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 230 components and 1.69603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061067Jy sigma=0.000585 ! Fit after self-cal, rms=0.061060Jy sigma=0.000585 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061060Jy sigma=0.000585 ! Fit after self-cal, rms=0.060880Jy sigma=0.000585 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=4.988 mas, bmaj=6.298 mas, bpa=-61.86 degrees ! Estimated noise=510.569 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.03929 Jy ! Component: 100 - total flux cleaned = 1.36113 Jy ! Component: 150 - total flux cleaned = 1.49439 Jy ! Component: 200 - total flux cleaned = 1.55338 Jy ! Total flux subtracted in 200 components = 1.55338 Jy ! Clean residual min=-0.010214 max=0.026477 Jy/beam ! Clean residual mean=-0.000036 rms=0.002173 Jy/beam ! Combined flux in latest and established models = 1.55338 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 11 model components to the UV plane model. ! The established model now contains 11 components and 1.55338 Jy ! Inverting map and beam ! Estimated beam: bmin=6.498 mas, bmaj=8.227 mas, bpa=-64.33 degrees ! Estimated noise=228.065 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) ! Added new window around map position (5.6, -5.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.035272 Jy ! Component: 100 - total flux cleaned = 0.0551136 Jy ! Component: 150 - total flux cleaned = 0.069141 Jy ! Component: 200 - total flux cleaned = 0.0800121 Jy ! Total flux subtracted in 200 components = 0.0800121 Jy ! Clean residual min=-0.005200 max=0.006476 Jy/beam ! Clean residual mean=0.000018 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 1.6334 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 44 components and 1.6334 Jy ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00791177 Jy ! Component: 100 - total flux cleaned = 0.0133247 Jy ! Component: 150 - total flux cleaned = 0.017985 Jy ! Component: 200 - total flux cleaned = 0.0220205 Jy ! Total flux subtracted in 200 components = 0.0220205 Jy ! Clean residual min=-0.004243 max=0.004726 Jy/beam ! Clean residual mean=0.000020 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 1.65542 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 67 components and 1.65542 Jy ! Inverting map ! Added new window around map position (52.8, -112.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00353352 Jy ! Component: 100 - total flux cleaned = 0.00656881 Jy ! Component: 150 - total flux cleaned = 0.00811398 Jy ! Component: 200 - total flux cleaned = 0.00960497 Jy ! Total flux subtracted in 200 components = 0.00960497 Jy ! Clean residual min=-0.003525 max=0.003540 Jy/beam ! Clean residual mean=0.000019 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 1.66502 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 84 components and 1.66502 Jy ! Inverting map ! Added new window around map position (0.8, 13.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123838 Jy ! Component: 100 - total flux cleaned = 0.00263543 Jy ! Component: 150 - total flux cleaned = 0.00379278 Jy ! Component: 200 - total flux cleaned = 0.0052918 Jy ! Total flux subtracted in 200 components = 0.0052918 Jy ! Clean residual min=-0.003080 max=0.003075 Jy/beam ! Clean residual mean=0.000018 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 1.67031 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 97 components and 1.67031 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.27 mas, bmaj=14.73 mas, bpa=-67.68 degrees ! Estimated noise=253.214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00478627 Jy ! Component: 100 - total flux cleaned = 0.00864827 Jy ! Component: 150 - total flux cleaned = 0.0118186 Jy ! Component: 200 - total flux cleaned = 0.0141361 Jy ! Total flux subtracted in 200 components = 0.0141361 Jy ! Clean residual min=-0.001874 max=0.002024 Jy/beam ! Clean residual mean=0.000025 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 1.68445 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.00217376 Jy ! Component: 100 - total flux cleaned = 0.00403273 Jy ! Component: 150 - total flux cleaned = 0.00545989 Jy ! Component: 200 - total flux cleaned = 0.00668791 Jy ! Total flux subtracted in 200 components = 0.00668791 Jy ! Clean residual min=-0.001652 max=0.001560 Jy/beam ! Clean residual mean=0.000021 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 1.69114 Jy ! Adding 134 model components to the UV plane model. ! The established model now contains 226 components and 1.69114 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.498 mas, bmaj=8.227 mas, bpa=-64.33 degrees ! Estimated noise=228.065 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.78213e-05 Jy ! Component: 100 - total flux cleaned = -1.6088e-05 Jy ! Component: 150 - total flux cleaned = -2.04186e-05 Jy ! Component: 200 - total flux cleaned = -1.90538e-05 Jy ! Total flux subtracted in 200 components = -1.90538e-05 Jy ! Clean residual min=-0.002712 max=0.002671 Jy/beam ! Clean residual mean=0.000012 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 1.69112 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 232 components and 1.69112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064122Jy sigma=0.000602 ! Fit after self-cal, rms=0.064016Jy sigma=0.000600 wmodel J1153+8058_L_2010_06_18_pus_map.mod ! Writing 232 model components to file: J1153+8058_L_2010_06_18_pus_map.mod wobs J1153+8058_L_2010_06_18_pus_uvs.fits ! Writing UV FITS file: J1153+8058_L_2010_06_18_pus_uvs.fits wwins J1153+8058_L_2010_06_18_pus_map.win ! wwins: Wrote 11 windows to J1153+8058_L_2010_06_18_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 = -5.21273e-05 Jy ! Component: 100 - total flux cleaned = -0.00010551 Jy ! Component: 150 - total flux cleaned = -0.000159217 Jy ! Component: 200 - total flux cleaned = -0.000212025 Jy ! Component: 250 - total flux cleaned = -0.000264636 Jy ! Component: 300 - total flux cleaned = -0.000264808 Jy ! Component: 350 - total flux cleaned = -0.000316876 Jy ! Component: 400 - total flux cleaned = -0.000316617 Jy ! Component: 450 - total flux cleaned = -0.00031729 Jy ! Component: 500 - total flux cleaned = -0.000317296 Jy ! Component: 550 - total flux cleaned = -0.000367534 Jy ! Component: 600 - total flux cleaned = -0.00036767 Jy ! Component: 650 - total flux cleaned = -0.000416807 Jy ! Component: 700 - total flux cleaned = -0.000367165 Jy ! Component: 750 - total flux cleaned = -0.000416182 Jy ! Component: 800 - total flux cleaned = -0.000464809 Jy ! Component: 850 - total flux cleaned = -0.000416276 Jy ! Component: 900 - total flux cleaned = -0.000464074 Jy ! Component: 950 - total flux cleaned = -0.000464403 Jy ! Component: 1000 - total flux cleaned = -0.000511547 Jy ! Component: 1050 - total flux cleaned = -0.000512258 Jy ! Component: 1100 - total flux cleaned = -0.00060552 Jy ! Component: 1150 - total flux cleaned = -0.000605141 Jy ! Component: 1200 - total flux cleaned = -0.000605422 Jy ! Component: 1250 - total flux cleaned = -0.000650982 Jy ! Component: 1300 - total flux cleaned = -0.000651337 Jy ! Component: 1350 - total flux cleaned = -0.00065113 Jy ! Component: 1400 - total flux cleaned = -0.000651239 Jy ! Component: 1450 - total flux cleaned = -0.000695987 Jy ! Component: 1500 - total flux cleaned = -0.000695891 Jy ! Component: 1550 - total flux cleaned = -0.000696053 Jy ! Component: 1600 - total flux cleaned = -0.000696164 Jy ! Component: 1650 - total flux cleaned = -0.000695731 Jy ! Component: 1700 - total flux cleaned = -0.000695435 Jy ! Component: 1750 - total flux cleaned = -0.00065219 Jy ! Component: 1800 - total flux cleaned = -0.000694724 Jy ! Component: 1850 - total flux cleaned = -0.000652372 Jy ! Component: 1900 - total flux cleaned = -0.000652027 Jy ! Component: 1950 - total flux cleaned = -0.000694351 Jy ! Component: 2000 - total flux cleaned = -0.000610746 Jy ! Component: 2050 - total flux cleaned = -0.000652257 Jy ! Component: 2100 - total flux cleaned = -0.000693497 Jy ! Component: 2150 - total flux cleaned = -0.000693753 Jy ! Component: 2200 - total flux cleaned = -0.000734479 Jy ! Component: 2250 - total flux cleaned = -0.00069341 Jy ! Component: 2300 - total flux cleaned = -0.000652499 Jy ! Component: 2350 - total flux cleaned = -0.000612192 Jy ! Component: 2400 - total flux cleaned = -0.000612247 Jy ! Component: 2450 - total flux cleaned = -0.000611875 Jy ! Component: 2500 - total flux cleaned = -0.000611642 Jy ! Component: 2550 - total flux cleaned = -0.000611127 Jy ! Component: 2600 - total flux cleaned = -0.000572023 Jy ! Component: 2650 - total flux cleaned = -0.000572063 Jy ! Component: 2700 - total flux cleaned = -0.000533839 Jy ! Component: 2750 - total flux cleaned = -0.000534188 Jy ! Component: 2800 - total flux cleaned = -0.00057309 Jy ! Component: 2850 - total flux cleaned = -0.000611764 Jy ! Component: 2900 - total flux cleaned = -0.000573748 Jy ! Component: 2950 - total flux cleaned = -0.000611542 Jy ! Component: 3000 - total flux cleaned = -0.000573916 Jy ! Component: 3050 - total flux cleaned = -0.000535709 Jy ! Component: 3100 - total flux cleaned = -0.000535253 Jy ! Component: 3150 - total flux cleaned = -0.000572506 Jy ! Component: 3200 - total flux cleaned = -0.000535235 Jy ! Component: 3250 - total flux cleaned = -0.000535172 Jy ! Component: 3300 - total flux cleaned = -0.000498563 Jy ! Component: 3350 - total flux cleaned = -0.00049891 Jy ! Component: 3400 - total flux cleaned = -0.000498941 Jy ! Component: 3450 - total flux cleaned = -0.000462697 Jy ! Component: 3500 - total flux cleaned = -0.000462869 Jy ! Component: 3550 - total flux cleaned = -0.000498818 Jy ! Component: 3600 - total flux cleaned = -0.000426679 Jy ! Component: 3650 - total flux cleaned = -0.000391058 Jy ! Component: 3700 - total flux cleaned = -0.000426333 Jy ! Component: 3750 - total flux cleaned = -0.000426405 Jy ! Component: 3800 - total flux cleaned = -0.000391175 Jy ! Component: 3850 - total flux cleaned = -0.000391067 Jy ! Component: 3900 - total flux cleaned = -0.000426495 Jy ! Component: 3950 - total flux cleaned = -0.000321103 Jy ! Component: 4000 - total flux cleaned = -0.000356113 Jy ! Component: 4050 - total flux cleaned = -0.000321269 Jy ! Total flux subtracted in 4096 components = -0.000355817 Jy ! Clean residual min=-0.001732 max=0.001740 Jy/beam ! Clean residual mean=0.000010 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 1.69076 Jy keep ! Adding 58 model components to the UV plane model. ! The established model now contains 278 components and 1.69076 Jy ![Exited script file: muppet] wmap "J1153+8058_L_2010_06_18_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.498 x 8.227 at -64.33 degrees (North through East) ! Clean map min=-0.0028195 max=1.3889 Jy/beam ! Writing clean map to FITS file: J1153+8058_L_2010_06_18_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.38893 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000472745 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.10211 0.10211 0.20422 0.40844 0.81688 1.63376 3.26752 6.53504 13.0701 26.1402 52.2803 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.388 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.498 x 8.227 at -64.33 degrees (North through East) ! Clean map min=-0.0028195 max=1.3889 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 J1153+8058_L_2010_06_18_pus_uvs.log closed on Fri Jan 8 01:49:37 2016