! Started logfile: J1449-0045_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:01:42 2016 obs J1449-0045_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1449-0045_S_2015_03_17_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.772164 visibilities/baseline/integration-bin. ! Found source: J1449-0045 ! ! 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 13204 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 J1449-0045_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 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.815761Jy sigma=0.009485 ! Fit after self-cal, rms=0.789004Jy sigma=0.009164 ! 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.685 mas, bmaj=6.612 mas, bpa=-1.04 degrees ! Estimated noise=635.504 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.15395 Jy ! Component: 100 - total flux cleaned = 0.197388 Jy ! Total flux subtracted in 100 components = 0.197388 Jy ! Clean residual min=-0.008365 max=0.019455 Jy/beam ! Clean residual mean=-0.000007 rms=0.002444 Jy/beam ! Combined flux in latest and established models = 0.197388 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.197388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088529Jy sigma=0.000925 ! Fit after self-cal, rms=0.088486Jy sigma=0.000925 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0216357 Jy ! Component: 100 - total flux cleaned = 0.0340343 Jy ! Total flux subtracted in 100 components = 0.0340343 Jy ! Clean residual min=-0.005559 max=0.007230 Jy/beam ! Clean residual mean=-0.000007 rms=0.001529 Jy/beam ! Combined flux in latest and established models = 0.231423 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 39 components and 0.231423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079832Jy sigma=0.000840 ! Fit after self-cal, rms=0.079775Jy sigma=0.000840 ! 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.233 mas, bmaj=7.405 mas, bpa=-1.22 degrees ! Estimated noise=542.193 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 (2.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0126019 Jy ! Component: 100 - total flux cleaned = 0.0206088 Jy ! Component: 150 - total flux cleaned = 0.0260546 Jy ! Component: 200 - total flux cleaned = 0.0299115 Jy ! Total flux subtracted in 200 components = 0.0299115 Jy ! Clean residual min=-0.007287 max=0.005142 Jy/beam ! Clean residual mean=-0.000008 rms=0.001318 Jy/beam ! Combined flux in latest and established models = 0.261334 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 87 components and 0.261334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076837Jy sigma=0.000818 ! Fit after self-cal, rms=0.076791Jy sigma=0.000818 ! 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.02 FD 0.87 HN 1.00* KP 1.11 ! LA 0.98 MK 0.95 NL 0.88 OV 1.02 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.91 HN 1.00* KP 1.07 ! LA 0.97 MK 1.01 NL 0.99 OV 1.04 ! PT 1.05 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.95 FD 0.93 HN 1.00* KP 0.97 ! LA 0.78 MK 1.05 NL 1.11 OV 0.98 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.95 HN 1.00* KP 0.93 ! LA 0.86 MK 1.04 NL 0.99 OV 1.05 ! PT 1.07 SC 0.98 ! ! ! Fit before self-cal, rms=0.076791Jy sigma=0.000818 ! Fit after self-cal, rms=0.069824Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.254 mas, bmaj=7.474 mas, bpa=-1.207 degrees ! Estimated noise=539.855 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.000516701 Jy ! Component: 100 - total flux cleaned = 0.000471999 Jy ! Component: 150 - total flux cleaned = 0.000512397 Jy ! Component: 200 - total flux cleaned = 0.000546487 Jy ! Total flux subtracted in 200 components = 0.000546487 Jy ! Clean residual min=-0.002155 max=0.002425 Jy/beam ! Clean residual mean=-0.000002 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.261881 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 106 components and 0.261881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069767Jy sigma=0.000777 ! Fit after self-cal, rms=0.069700Jy sigma=0.000776 ! 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.069700Jy sigma=0.000776 ! Fit after self-cal, rms=0.069759Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=7.477 mas, bpa=-1.187 degrees ! Estimated noise=540.224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136491 Jy ! Component: 100 - total flux cleaned = -2.68458e-05 Jy ! Component: 150 - total flux cleaned = -8.33213e-05 Jy ! Component: 200 - total flux cleaned = -0.000106337 Jy ! Total flux subtracted in 200 components = -0.000106337 Jy ! Clean residual min=-0.002235 max=0.002215 Jy/beam ! Clean residual mean=-0.000001 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.261774 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 114 components and 0.261774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069732Jy sigma=0.000774 ! Fit after self-cal, rms=0.069730Jy 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 = 0.000138123 Jy ! Component: 100 - total flux cleaned = 6.75297e-05 Jy ! Component: 150 - total flux cleaned = 2.91165e-05 Jy ! Component: 200 - total flux cleaned = 1.17073e-05 Jy ! Total flux subtracted in 200 components = 1.17073e-05 Jy ! Clean residual min=-0.002177 max=0.002173 Jy/beam ! Clean residual mean=-0.000001 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.261786 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 121 components and 0.261786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069717Jy sigma=0.000774 ! Fit after self-cal, rms=0.069713Jy sigma=0.000774 ! 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.069713Jy sigma=0.000774 ! Fit after self-cal, rms=0.069811Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=7.484 mas, bpa=-1.199 degrees ! Estimated noise=540.966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.87756e-05 Jy ! Component: 100 - total flux cleaned = -0.000154627 Jy ! Component: 150 - total flux cleaned = -0.000240101 Jy ! Component: 200 - total flux cleaned = -0.000299753 Jy ! Total flux subtracted in 200 components = -0.000299753 Jy ! Clean residual min=-0.002152 max=0.002135 Jy/beam ! Clean residual mean=-0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.261486 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 128 components and 0.261486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069801Jy sigma=0.000774 ! Fit after self-cal, rms=0.069798Jy 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 = 8.57927e-05 Jy ! Component: 100 - total flux cleaned = -3.15819e-06 Jy ! Component: 150 - total flux cleaned = -2.90934e-05 Jy ! Component: 200 - total flux cleaned = -5.3448e-05 Jy ! Total flux subtracted in 200 components = -5.3448e-05 Jy ! Clean residual min=-0.002119 max=0.002113 Jy/beam ! Clean residual mean=-0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.261433 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 141 components and 0.261433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069792Jy sigma=0.000774 ! Fit after self-cal, rms=0.069790Jy 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.069790Jy sigma=0.000774 ! Fit after self-cal, rms=0.069865Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.273 mas, bmaj=12.66 mas, bpa=7.497 degrees ! Estimated noise=691.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000178609 Jy ! Component: 100 - total flux cleaned = -0.000269364 Jy ! Component: 150 - total flux cleaned = -0.000283114 Jy ! Component: 200 - total flux cleaned = -0.000305128 Jy ! Total flux subtracted in 200 components = -0.000305128 Jy ! Clean residual min=-0.002335 max=0.002845 Jy/beam ! Clean residual mean=-0.000002 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.261128 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 156 components and 0.261128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069864Jy sigma=0.000774 ! Fit after self-cal, rms=0.069863Jy 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) ! Added new window around map position (16, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015585 Jy ! Component: 100 - total flux cleaned = 0.00178245 Jy ! Component: 150 - total flux cleaned = 0.00198852 Jy ! Component: 200 - total flux cleaned = 0.0020188 Jy ! Total flux subtracted in 200 components = 0.0020188 Jy ! Clean residual min=-0.001900 max=0.001603 Jy/beam ! Clean residual mean=-0.000002 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.263146 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 191 components and 0.263146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069817Jy sigma=0.000773 ! Fit after self-cal, rms=0.069812Jy sigma=0.000773 ! 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.259 mas, bmaj=7.489 mas, bpa=-1.195 degrees ! Estimated noise=541.574 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.259 x 7.489 at -1.195 degrees (North through East) ! Clean map min=-0.0016209 max=0.20451 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.698 mas, bmaj=6.67 mas, bpa=-1.062 degrees ! Estimated noise=639.847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.154785 Jy ! Component: 100 - total flux cleaned = 0.198259 Jy ! Component: 150 - total flux cleaned = 0.219862 Jy ! Component: 200 - total flux cleaned = 0.231717 Jy ! Total flux subtracted in 200 components = 0.231717 Jy ! Clean residual min=-0.002982 max=0.005962 Jy/beam ! Clean residual mean=-0.000002 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.231717 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.231717 Jy ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.489 mas, bpa=-1.195 degrees ! Estimated noise=541.574 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.0104507 Jy ! Component: 100 - total flux cleaned = 0.0169039 Jy ! Component: 150 - total flux cleaned = 0.0212187 Jy ! Component: 200 - total flux cleaned = 0.0242822 Jy ! Total flux subtracted in 200 components = 0.0242822 Jy ! Clean residual min=-0.002364 max=0.002289 Jy/beam ! Clean residual mean=-0.000002 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.255999 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 74 components and 0.255999 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.273 mas, bmaj=12.66 mas, bpa=7.497 degrees ! Estimated noise=691.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00360317 Jy ! Component: 100 - total flux cleaned = 0.00553779 Jy ! Component: 150 - total flux cleaned = 0.00619702 Jy ! Component: 200 - total flux cleaned = 0.00657198 Jy ! Total flux subtracted in 200 components = 0.00657198 Jy ! Clean residual min=-0.002045 max=0.001842 Jy/beam ! Clean residual mean=-0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.262571 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.000238164 Jy ! Component: 100 - total flux cleaned = 0.000376209 Jy ! Component: 150 - total flux cleaned = 0.000437653 Jy ! Component: 200 - total flux cleaned = 0.000492878 Jy ! Total flux subtracted in 200 components = 0.000492878 Jy ! Clean residual min=-0.001834 max=0.001691 Jy/beam ! Clean residual mean=-0.000002 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.263064 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 145 components and 0.263064 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.489 mas, bpa=-1.195 degrees ! Estimated noise=541.574 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.42721e-05 Jy ! Component: 100 - total flux cleaned = -8.56283e-05 Jy ! Component: 150 - total flux cleaned = -0.000174471 Jy ! Component: 200 - total flux cleaned = -0.000250526 Jy ! Total flux subtracted in 200 components = -0.000250526 Jy ! Clean residual min=-0.001483 max=0.001444 Jy/beam ! Clean residual mean=-0.000001 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.262814 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 169 components and 0.262814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069809Jy sigma=0.000773 ! Fit after self-cal, rms=0.069804Jy sigma=0.000773 wmodel J1449-0045_S_2015_03_17_pus_map.mod ! Writing 169 model components to file: J1449-0045_S_2015_03_17_pus_map.mod wobs J1449-0045_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1449-0045_S_2015_03_17_pus_uvs.fits wwins J1449-0045_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J1449-0045_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.000280112 Jy ! Component: 100 - total flux cleaned = -0.000306661 Jy ! Component: 150 - total flux cleaned = -0.00025903 Jy ! Component: 200 - total flux cleaned = -0.000190837 Jy ! Component: 250 - total flux cleaned = -0.000103111 Jy ! Component: 300 - total flux cleaned = -1.81717e-05 Jy ! Component: 350 - total flux cleaned = 6.41078e-05 Jy ! Component: 400 - total flux cleaned = 0.000123804 Jy ! Component: 450 - total flux cleaned = 0.000259464 Jy ! Component: 500 - total flux cleaned = 0.000316076 Jy ! Component: 550 - total flux cleaned = 0.000389758 Jy ! Component: 600 - total flux cleaned = 0.000479329 Jy ! Component: 650 - total flux cleaned = 0.000531639 Jy ! Component: 700 - total flux cleaned = 0.000616668 Jy ! Component: 750 - total flux cleaned = 0.000600172 Jy ! Component: 800 - total flux cleaned = 0.000617136 Jy ! Component: 850 - total flux cleaned = 0.000617257 Jy ! Component: 900 - total flux cleaned = 0.000616928 Jy ! Component: 950 - total flux cleaned = 0.000555515 Jy ! Component: 1000 - total flux cleaned = 0.000555753 Jy ! Component: 1050 - total flux cleaned = 0.00054107 Jy ! Component: 1100 - total flux cleaned = 0.000541014 Jy ! Component: 1150 - total flux cleaned = 0.000541193 Jy ! Component: 1200 - total flux cleaned = 0.000541039 Jy ! Component: 1250 - total flux cleaned = 0.000471608 Jy ! Component: 1300 - total flux cleaned = 0.000444582 Jy ! Component: 1350 - total flux cleaned = 0.000458245 Jy ! Component: 1400 - total flux cleaned = 0.000431462 Jy ! Component: 1450 - total flux cleaned = 0.000391995 Jy ! Component: 1500 - total flux cleaned = 0.000353035 Jy ! Component: 1550 - total flux cleaned = 0.000301603 Jy ! Component: 1600 - total flux cleaned = 0.000251243 Jy ! Component: 1650 - total flux cleaned = 0.000201657 Jy ! Component: 1700 - total flux cleaned = 0.000176991 Jy ! Component: 1750 - total flux cleaned = 0.000128524 Jy ! Component: 1800 - total flux cleaned = 0.000128692 Jy ! Component: 1850 - total flux cleaned = 0.000105009 Jy ! Component: 1900 - total flux cleaned = 9.33539e-05 Jy ! Component: 1950 - total flux cleaned = 4.72064e-05 Jy ! Component: 2000 - total flux cleaned = 8.18253e-05 Jy ! Component: 2050 - total flux cleaned = 8.18166e-05 Jy ! Component: 2100 - total flux cleaned = 7.06638e-05 Jy ! Component: 2150 - total flux cleaned = 5.96042e-05 Jy ! Component: 2200 - total flux cleaned = 5.96178e-05 Jy ! Component: 2250 - total flux cleaned = 5.96789e-05 Jy ! Component: 2300 - total flux cleaned = 5.97983e-05 Jy ! Component: 2350 - total flux cleaned = 7.03567e-05 Jy ! Component: 2400 - total flux cleaned = 4.91745e-05 Jy ! Component: 2450 - total flux cleaned = 3.87705e-05 Jy ! Component: 2500 - total flux cleaned = 7.63513e-06 Jy ! Component: 2550 - total flux cleaned = 2.82598e-05 Jy ! Component: 2600 - total flux cleaned = 7.73702e-06 Jy ! Component: 2650 - total flux cleaned = -2.26811e-05 Jy ! Component: 2700 - total flux cleaned = -4.2812e-05 Jy ! Component: 2750 - total flux cleaned = -5.27347e-05 Jy ! Component: 2800 - total flux cleaned = -7.23092e-05 Jy ! Component: 2850 - total flux cleaned = -0.00010161 Jy ! Component: 2900 - total flux cleaned = -9.19111e-05 Jy ! Component: 2950 - total flux cleaned = -0.000140089 Jy ! Component: 3000 - total flux cleaned = -0.000206889 Jy ! Component: 3050 - total flux cleaned = -0.000216448 Jy ! Component: 3100 - total flux cleaned = -0.000244589 Jy ! Component: 3150 - total flux cleaned = -0.000225924 Jy ! Component: 3200 - total flux cleaned = -0.00028155 Jy ! Component: 3250 - total flux cleaned = -0.000299976 Jy ! Component: 3300 - total flux cleaned = -0.00031827 Jy ! Component: 3350 - total flux cleaned = -0.000318273 Jy ! Component: 3400 - total flux cleaned = -0.000318287 Jy ! Component: 3450 - total flux cleaned = -0.00038079 Jy ! Component: 3500 - total flux cleaned = -0.000389696 Jy ! Component: 3550 - total flux cleaned = -0.00041605 Jy ! Component: 3600 - total flux cleaned = -0.000450932 Jy ! Component: 3650 - total flux cleaned = -0.000442249 Jy ! Component: 3700 - total flux cleaned = -0.000476723 Jy ! Component: 3750 - total flux cleaned = -0.000510879 Jy ! Component: 3800 - total flux cleaned = -0.000493756 Jy ! Component: 3850 - total flux cleaned = -0.000502217 Jy ! Component: 3900 - total flux cleaned = -0.000527486 Jy ! Component: 3950 - total flux cleaned = -0.000527514 Jy ! Component: 4000 - total flux cleaned = -0.000560663 Jy ! Component: 4050 - total flux cleaned = -0.000569006 Jy ! Total flux subtracted in 4096 components = -0.000601664 Jy ! Clean residual min=-0.000540 max=0.000500 Jy/beam ! Clean residual mean=-0.000000 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.262212 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 450 components and 0.262212 Jy ![Exited script file: muppet] wmap "J1449-0045_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.259 x 7.489 at -1.195 degrees (North through East) ! Clean map min=-0.0010676 max=0.20555 Jy/beam ! Writing clean map to FITS file: J1449-0045_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.20555 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000146964 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.214493 0.214493 0.428986 0.857972 1.71594 3.43189 6.86377 13.7275 27.4551 54.9102 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.205 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.259 x 7.489 at -1.195 degrees (North through East) ! Clean map min=-0.0010676 max=0.20555 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 J1449-0045_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:01:47 2016