! Started logfile: J0323+0145_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:04:03 2017 obs J0323+0145_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0323+0145_S_2015_01_23_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967284 visibilities/baseline/integration-bin. ! Found source: J0323+0145 ! ! 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 338 lines of history. ! ! Reading 12536 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 J0323+0145_S_2015_01_23_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.682377Jy sigma=0.006884 ! Fit after self-cal, rms=0.624734Jy sigma=0.006220 ! 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.752 mas, bmaj=6.555 mas, bpa=-4.283 degrees ! Estimated noise=874.076 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.310859 Jy ! Component: 100 - total flux cleaned = 0.389632 Jy ! Total flux subtracted in 100 components = 0.389632 Jy ! Clean residual min=-0.016010 max=0.033360 Jy/beam ! Clean residual mean=0.000012 rms=0.004691 Jy/beam ! Combined flux in latest and established models = 0.389632 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.389632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198269Jy sigma=0.001205 ! Fit after self-cal, rms=0.198233Jy sigma=0.001205 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0362443 Jy ! Component: 100 - total flux cleaned = 0.056592 Jy ! Total flux subtracted in 100 components = 0.056592 Jy ! Clean residual min=-0.012995 max=0.018096 Jy/beam ! Clean residual mean=0.000007 rms=0.003272 Jy/beam ! Combined flux in latest and established models = 0.446224 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.446224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192817Jy sigma=0.001060 ! Fit after self-cal, rms=0.192790Jy sigma=0.001060 ! 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.319 mas, bmaj=7.338 mas, bpa=-3.415 degrees ! Estimated noise=649.395 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.0141367 Jy ! Component: 100 - total flux cleaned = 0.0225379 Jy ! Component: 150 - total flux cleaned = 0.0279712 Jy ! Component: 200 - total flux cleaned = 0.0315916 Jy ! Total flux subtracted in 200 components = 0.0315916 Jy ! Clean residual min=-0.011156 max=0.019347 Jy/beam ! Clean residual mean=-0.000012 rms=0.003474 Jy/beam ! Combined flux in latest and established models = 0.477815 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 48 components and 0.477815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192606Jy sigma=0.001038 ! Fit after self-cal, rms=0.192590Jy sigma=0.001038 ! Inverting map ! Added new window around map position (49, -38.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0165636 Jy ! Component: 100 - total flux cleaned = 0.024116 Jy ! Component: 150 - total flux cleaned = 0.0288239 Jy ! Component: 200 - total flux cleaned = 0.0320484 Jy ! Total flux subtracted in 200 components = 0.0320484 Jy ! Clean residual min=-0.011958 max=0.015548 Jy/beam ! Clean residual mean=-0.000018 rms=0.003006 Jy/beam ! Combined flux in latest and established models = 0.509864 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 97 components and 0.509864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191137Jy sigma=0.001009 ! Fit after self-cal, rms=0.191032Jy sigma=0.001006 ! 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.97 FD 1.19 HN 0.95 KP 1.08 ! LA 1.06 MK 1.02 NL 0.97 OV 0.97 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.37 HN 1.01 KP 1.01 ! LA 1.03 MK 1.02 NL 1.12 OV 1.01 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.47 HN 1.01 KP 0.87 ! LA 0.84 MK 1.05 NL 1.30 OV 0.93 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.31 HN 0.98 KP 0.81 ! LA 0.89 MK 1.03 NL 1.02 OV 0.98 ! PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.191032Jy sigma=0.001006 ! Fit after self-cal, rms=0.226532Jy sigma=0.000864 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.335 mas, bmaj=7.363 mas, bpa=-3.152 degrees ! Estimated noise=655.401 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.00162336 Jy ! Component: 100 - total flux cleaned = -0.00122976 Jy ! Component: 150 - total flux cleaned = -0.00101515 Jy ! Component: 200 - total flux cleaned = -0.000834599 Jy ! Total flux subtracted in 200 components = -0.000834599 Jy ! Clean residual min=-0.010548 max=0.009136 Jy/beam ! Clean residual mean=-0.000009 rms=0.001967 Jy/beam ! Combined flux in latest and established models = 0.509029 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 113 components and 0.509029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.226394Jy sigma=0.000860 ! Fit after self-cal, rms=0.226458Jy sigma=0.000860 ! 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.226458Jy sigma=0.000860 ! Fit after self-cal, rms=0.261017Jy sigma=0.000814 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.332 mas, bmaj=7.358 mas, bpa=-3.17 degrees ! Estimated noise=657.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00510714 Jy ! Component: 100 - total flux cleaned = -0.0058431 Jy ! Component: 150 - total flux cleaned = -0.00651405 Jy ! Component: 200 - total flux cleaned = -0.00705933 Jy ! Total flux subtracted in 200 components = -0.00705933 Jy ! Clean residual min=-0.003812 max=0.006146 Jy/beam ! Clean residual mean=0.000010 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.50197 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 139 components and 0.50197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.260744Jy sigma=0.000810 ! Fit after self-cal, rms=0.260777Jy sigma=0.000809 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 (-4.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00462631 Jy ! Component: 100 - total flux cleaned = 0.00464701 Jy ! Component: 150 - total flux cleaned = 0.00428845 Jy ! Component: 200 - total flux cleaned = 0.00405793 Jy ! Total flux subtracted in 200 components = 0.00405793 Jy ! Clean residual min=-0.003064 max=0.002985 Jy/beam ! Clean residual mean=0.000008 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.506028 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 153 components and 0.506028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.260501Jy sigma=0.000806 ! Fit after self-cal, rms=0.260520Jy sigma=0.000806 ! 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.260520Jy sigma=0.000806 ! Fit after self-cal, rms=0.264665Jy sigma=0.000804 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.323 mas, bmaj=7.348 mas, bpa=-3.176 degrees ! Estimated noise=657.567 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000608571 Jy ! Component: 100 - total flux cleaned = -0.000779323 Jy ! Component: 150 - total flux cleaned = -0.00104919 Jy ! Component: 200 - total flux cleaned = -0.00151194 Jy ! Total flux subtracted in 200 components = -0.00151194 Jy ! Clean residual min=-0.002497 max=0.002533 Jy/beam ! Clean residual mean=0.000009 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.504516 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 166 components and 0.504516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.264511Jy sigma=0.000803 ! Fit after self-cal, rms=0.264524Jy sigma=0.000803 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 = -7.81783e-05 Jy ! Component: 100 - total flux cleaned = -0.000275495 Jy ! Component: 150 - total flux cleaned = -0.000495712 Jy ! Component: 200 - total flux cleaned = -0.000696432 Jy ! Total flux subtracted in 200 components = -0.000696432 Jy ! Clean residual min=-0.002508 max=0.002462 Jy/beam ! Clean residual mean=0.000009 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.503819 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 180 components and 0.503819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.264462Jy sigma=0.000803 ! Fit after self-cal, rms=0.264469Jy sigma=0.000803 ! 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.264469Jy sigma=0.000803 ! Fit after self-cal, rms=0.267099Jy sigma=0.000802 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.12 mas, bmaj=11.48 mas, bpa=-4.756 degrees ! Estimated noise=865.332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.72791e-05 Jy ! Component: 100 - total flux cleaned = 4.33766e-05 Jy ! Component: 150 - total flux cleaned = 4.65961e-05 Jy ! Component: 200 - total flux cleaned = -0.000148055 Jy ! Total flux subtracted in 200 components = -0.000148055 Jy ! Clean residual min=-0.003327 max=0.003313 Jy/beam ! Clean residual mean=0.000020 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.503671 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 205 components and 0.503671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267008Jy sigma=0.000802 ! Fit after self-cal, rms=0.267027Jy sigma=0.000802 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 = 1.58258e-05 Jy ! Component: 100 - total flux cleaned = -0.000180751 Jy ! Component: 150 - total flux cleaned = -0.000321864 Jy ! Component: 200 - total flux cleaned = -0.000449488 Jy ! Total flux subtracted in 200 components = -0.000449488 Jy ! Clean residual min=-0.003280 max=0.003330 Jy/beam ! Clean residual mean=0.000020 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.503222 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 219 components and 0.503222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.266998Jy sigma=0.000802 ! Fit after self-cal, rms=0.267004Jy sigma=0.000802 ! 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.32 mas, bmaj=7.343 mas, bpa=-3.167 degrees ! Estimated noise=658.703 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.32 x 7.343 at -3.167 degrees (North through East) ! Clean map min=-0.0025556 max=0.4125 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.771 mas, bmaj=6.573 mas, bpa=-3.855 degrees ! Estimated noise=884.845 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.314556 Jy ! Component: 100 - total flux cleaned = 0.3923 Jy ! Component: 150 - total flux cleaned = 0.427678 Jy ! Component: 200 - total flux cleaned = 0.448231 Jy ! Total flux subtracted in 200 components = 0.448231 Jy ! Clean residual min=-0.005252 max=0.010987 Jy/beam ! Clean residual mean=0.000011 rms=0.001662 Jy/beam ! Combined flux in latest and established models = 0.448231 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.448231 Jy ! Inverting map and beam ! Estimated beam: bmin=3.32 mas, bmaj=7.343 mas, bpa=-3.167 degrees ! Estimated noise=658.703 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.0181679 Jy ! Component: 100 - total flux cleaned = 0.028851 Jy ! Component: 150 - total flux cleaned = 0.0355704 Jy ! Component: 200 - total flux cleaned = 0.040164 Jy ! Total flux subtracted in 200 components = 0.040164 Jy ! Clean residual min=-0.002794 max=0.003549 Jy/beam ! Clean residual mean=0.000014 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.488395 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 70 components and 0.488395 Jy ! Inverting map ! Added new window around map position (8.5, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00373134 Jy ! Component: 100 - total flux cleaned = 0.0065475 Jy ! Component: 150 - total flux cleaned = 0.00813727 Jy ! Component: 200 - total flux cleaned = 0.00933812 Jy ! Total flux subtracted in 200 components = 0.00933812 Jy ! Clean residual min=-0.002739 max=0.002530 Jy/beam ! Clean residual mean=0.000011 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.497733 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 107 components and 0.497733 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.12 mas, bmaj=11.48 mas, bpa=-4.756 degrees ! Estimated noise=865.332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00256482 Jy ! Component: 100 - total flux cleaned = 0.00348786 Jy ! Component: 150 - total flux cleaned = 0.00403714 Jy ! Component: 200 - total flux cleaned = 0.00454942 Jy ! Total flux subtracted in 200 components = 0.00454942 Jy ! Clean residual min=-0.003853 max=0.003142 Jy/beam ! Clean residual mean=0.000020 rms=0.001000 Jy/beam ! Combined flux in latest and established models = 0.502283 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.000350554 Jy ! Component: 100 - total flux cleaned = 0.000466971 Jy ! Component: 150 - total flux cleaned = 0.000574676 Jy ! Component: 200 - total flux cleaned = 0.000671439 Jy ! Total flux subtracted in 200 components = 0.000671439 Jy ! Clean residual min=-0.003822 max=0.003139 Jy/beam ! Clean residual mean=0.000019 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.502954 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 183 components and 0.502954 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.32 mas, bmaj=7.343 mas, bpa=-3.167 degrees ! Estimated noise=658.703 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000300429 Jy ! Component: 100 - total flux cleaned = -0.000565648 Jy ! Component: 150 - total flux cleaned = -0.000753565 Jy ! Component: 200 - total flux cleaned = -0.000753824 Jy ! Total flux subtracted in 200 components = -0.000753824 Jy ! Clean residual min=-0.002687 max=0.002390 Jy/beam ! Clean residual mean=0.000009 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.5022 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 205 components and 0.5022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.266924Jy sigma=0.000802 ! Fit after self-cal, rms=0.266925Jy sigma=0.000802 wmodel J0323+0145_S_2015_01_23_pus_map.mod ! Writing 205 model components to file: J0323+0145_S_2015_01_23_pus_map.mod wobs J0323+0145_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0323+0145_S_2015_01_23_pus_uvs.fits wwins J0323+0145_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J0323+0145_S_2015_01_23_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.000486404 Jy ! Component: 100 - total flux cleaned = -0.00031912 Jy ! Component: 150 - total flux cleaned = -0.000321006 Jy ! Component: 200 - total flux cleaned = -0.000515989 Jy ! Component: 250 - total flux cleaned = -0.000812231 Jy ! Component: 300 - total flux cleaned = -0.000775766 Jy ! Component: 350 - total flux cleaned = -0.000881812 Jy ! Component: 400 - total flux cleaned = -0.000882404 Jy ! Component: 450 - total flux cleaned = -0.000916019 Jy ! Component: 500 - total flux cleaned = -0.000883014 Jy ! Component: 550 - total flux cleaned = -0.00101128 Jy ! Component: 600 - total flux cleaned = -0.00107402 Jy ! Component: 650 - total flux cleaned = -0.00110544 Jy ! Component: 700 - total flux cleaned = -0.00119756 Jy ! Component: 750 - total flux cleaned = -0.0012579 Jy ! Component: 800 - total flux cleaned = -0.00128797 Jy ! Component: 850 - total flux cleaned = -0.00125899 Jy ! Component: 900 - total flux cleaned = -0.00128808 Jy ! Component: 950 - total flux cleaned = -0.00137323 Jy ! Component: 1000 - total flux cleaned = -0.00128837 Jy ! Component: 1050 - total flux cleaned = -0.00128844 Jy ! Component: 1100 - total flux cleaned = -0.00128833 Jy ! Component: 1150 - total flux cleaned = -0.00136961 Jy ! Component: 1200 - total flux cleaned = -0.00131587 Jy ! Component: 1250 - total flux cleaned = -0.00139529 Jy ! Component: 1300 - total flux cleaned = -0.00136849 Jy ! Component: 1350 - total flux cleaned = -0.00136828 Jy ! Component: 1400 - total flux cleaned = -0.00136802 Jy ! Component: 1450 - total flux cleaned = -0.00136794 Jy ! Component: 1500 - total flux cleaned = -0.00134259 Jy ! Component: 1550 - total flux cleaned = -0.00134262 Jy ! Component: 1600 - total flux cleaned = -0.00134241 Jy ! Component: 1650 - total flux cleaned = -0.00134244 Jy ! Component: 1700 - total flux cleaned = -0.00126986 Jy ! Component: 1750 - total flux cleaned = -0.00126977 Jy ! Component: 1800 - total flux cleaned = -0.00124595 Jy ! Component: 1850 - total flux cleaned = -0.00122217 Jy ! Component: 1900 - total flux cleaned = -0.00122195 Jy ! Component: 1950 - total flux cleaned = -0.00119834 Jy ! Component: 2000 - total flux cleaned = -0.00108257 Jy ! Component: 2050 - total flux cleaned = -0.00103658 Jy ! Component: 2100 - total flux cleaned = -0.0010363 Jy ! Component: 2150 - total flux cleaned = -0.000968201 Jy ! Component: 2200 - total flux cleaned = -0.000833739 Jy ! Component: 2250 - total flux cleaned = -0.00085589 Jy ! Component: 2300 - total flux cleaned = -0.000723395 Jy ! Component: 2350 - total flux cleaned = -0.000679596 Jy ! Component: 2400 - total flux cleaned = -0.000570805 Jy ! Component: 2450 - total flux cleaned = -0.000506003 Jy ! Component: 2500 - total flux cleaned = -0.000506068 Jy ! Component: 2550 - total flux cleaned = -0.000420996 Jy ! Component: 2600 - total flux cleaned = -0.000399951 Jy ! Component: 2650 - total flux cleaned = -0.000294803 Jy ! Component: 2700 - total flux cleaned = -0.000294869 Jy ! Component: 2750 - total flux cleaned = -0.000211803 Jy ! Component: 2800 - total flux cleaned = -0.000191043 Jy ! Component: 2850 - total flux cleaned = -0.000129533 Jy ! Component: 2900 - total flux cleaned = -0.000149901 Jy ! Component: 2950 - total flux cleaned = -8.91031e-05 Jy ! Component: 3000 - total flux cleaned = -8.90109e-05 Jy ! Component: 3050 - total flux cleaned = -9.09218e-06 Jy ! Component: 3100 - total flux cleaned = -2.89717e-05 Jy ! Component: 3150 - total flux cleaned = 3.03784e-05 Jy ! Component: 3200 - total flux cleaned = 5.01062e-05 Jy ! Component: 3250 - total flux cleaned = 5.01997e-05 Jy ! Component: 3300 - total flux cleaned = 0.000108578 Jy ! Component: 3350 - total flux cleaned = 6.98922e-05 Jy ! Component: 3400 - total flux cleaned = 0.00012749 Jy ! Component: 3450 - total flux cleaned = 0.000127468 Jy ! Component: 3500 - total flux cleaned = 0.000203578 Jy ! Component: 3550 - total flux cleaned = 0.000146806 Jy ! Component: 3600 - total flux cleaned = 0.000222171 Jy ! Component: 3650 - total flux cleaned = 0.000278271 Jy ! Component: 3700 - total flux cleaned = 0.000240917 Jy ! Component: 3750 - total flux cleaned = 0.000352057 Jy ! Component: 3800 - total flux cleaned = 0.000370361 Jy ! Component: 3850 - total flux cleaned = 0.000352024 Jy ! Component: 3900 - total flux cleaned = 0.000388634 Jy ! Component: 3950 - total flux cleaned = 0.000370433 Jy ! Component: 4000 - total flux cleaned = 0.00046096 Jy ! Component: 4050 - total flux cleaned = 0.000478991 Jy ! Total flux subtracted in 4096 components = 0.000478932 Jy ! Clean residual min=-0.000898 max=0.000977 Jy/beam ! Clean residual mean=0.000006 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.502679 Jy keep ! Adding 319 model components to the UV plane model. ! The established model now contains 524 components and 0.502679 Jy ![Exited script file: muppet] wmap "J0323+0145_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.32 x 7.343 at -3.167 degrees (North through East) ! Clean map min=-0.0020351 max=0.41543 Jy/beam ! Writing clean map to FITS file: J0323+0145_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.415427 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000351957 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.254165 0.254165 0.50833 1.01666 2.03332 4.06664 8.13328 16.2666 32.5331 65.0663 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.415 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.32 x 7.343 at -3.167 degrees (North through East) ! Clean map min=-0.0020351 max=0.41543 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 J0323+0145_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:04:09 2017