! Started logfile: /scr/pima/rv100_uvs/J2322+4445_S_uvs.log on Mon Feb 29 13:30:32 2016 obs /scr/pima/rv100_uvs/J2322+4445_S_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J2322+4445_S_uva.fits ! AN table 1: 89 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.435081 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2322+4445 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 5576 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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 ![@/home/lpetrov/bin/01_muppet /scr/pima/rv100_uvs/J2322+4445_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 323 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 323 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 323 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 323 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.020781Jy sigma=7.707860 ! Fit after self-cal, rms=0.804886Jy sigma=6.026272 ! 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=3.144 mas, bmaj=5.516 mas, bpa=-79.06 degrees ! Estimated noise=2.40216 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.148722 Jy ! Component: 100 - total flux cleaned = 0.189701 Jy ! Total flux subtracted in 100 components = 0.189701 Jy ! Clean residual min=-0.008106 max=0.018182 Jy/beam ! Clean residual mean=0.000129 rms=0.001932 Jy/beam ! Combined flux in latest and established models = 0.189701 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.189701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083830Jy sigma=0.556927 ! Fit after self-cal, rms=0.083770Jy sigma=0.556664 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0196281 Jy ! Component: 100 - total flux cleaned = 0.0291761 Jy ! Total flux subtracted in 100 components = 0.0291761 Jy ! Clean residual min=-0.005327 max=0.005059 Jy/beam ! Clean residual mean=0.000060 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.218877 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 8 components and 0.218877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079179Jy sigma=0.511960 ! Fit after self-cal, rms=0.079126Jy sigma=0.511718 ! 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.904 mas, bmaj=8.796 mas, bpa=-82.23 degrees ! Estimated noise=1.36347 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 (-1.5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00594864 Jy ! Component: 100 - total flux cleaned = 0.0090394 Jy ! Component: 150 - total flux cleaned = 0.0105569 Jy ! Component: 200 - total flux cleaned = 0.0110681 Jy ! Total flux subtracted in 200 components = 0.0110681 Jy ! Clean residual min=-0.003041 max=0.003770 Jy/beam ! Clean residual mean=0.000470 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.229945 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 25 components and 0.229945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078723Jy sigma=0.507583 ! Fit after self-cal, rms=0.078672Jy sigma=0.507359 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.904 x 8.796 at -82.23 degrees (North through East) ! Clean map min=-0.002882 max=0.19819 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00 KP 1.00 LA 1.00 MK 0.97 ! NL 1.00 OV 0.99 PT 1.00 SC 0.99 ! WF 1.00 ! ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.02 KP 1.00 LA 0.99 MK 1.00 ! NL 0.99 OV 0.99 PT 1.00 SC 0.99 ! WF 0.98 ! ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00 KP 1.00 LA 1.00 MK 1.01 ! NL 0.99 OV 1.00 PT 1.00 SC 0.98 ! WF 1.02 ! ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.01 KP 0.99 LA 1.00 MK 1.02 ! NL 1.00 OV 0.99 PT 0.99 SC 0.99 ! WF 0.97 ! ! ! Fit before self-cal, rms=0.078672Jy sigma=0.507359 ! Fit after self-cal, rms=0.078181Jy sigma=0.507777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.908 mas, bmaj=8.727 mas, bpa=-82.44 degrees ! Estimated noise=1.3699 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.00021134 Jy ! Component: 100 - total flux cleaned = -0.000316325 Jy ! Component: 150 - total flux cleaned = -0.000358979 Jy ! Component: 200 - total flux cleaned = -0.000356767 Jy ! Total flux subtracted in 200 components = -0.000356767 Jy ! Clean residual min=-0.002945 max=0.003529 Jy/beam ! Clean residual mean=0.000417 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.229588 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 32 components and 0.229588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078106Jy sigma=0.507372 ! Fit after self-cal, rms=0.078093Jy sigma=0.507347 ! 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.078093Jy sigma=0.507347 ! Fit after self-cal, rms=0.077700Jy sigma=0.505114 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.915 mas, bmaj=8.73 mas, bpa=-82.51 degrees ! Estimated noise=1.3668 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000396973 Jy ! Component: 100 - total flux cleaned = -0.00051513 Jy ! Component: 150 - total flux cleaned = -0.000548796 Jy ! Component: 200 - total flux cleaned = -0.000548378 Jy ! Total flux subtracted in 200 components = -0.000548378 Jy ! Clean residual min=-0.002967 max=0.003269 Jy/beam ! Clean residual mean=0.000353 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.22904 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 49 components and 0.22904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077657Jy sigma=0.504912 ! Fit after self-cal, rms=0.077654Jy sigma=0.504893 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.96946e-05 Jy ! Component: 100 - total flux cleaned = -3.9533e-05 Jy ! Component: 150 - total flux cleaned = -3.95551e-05 Jy ! Component: 200 - total flux cleaned = -6.52538e-05 Jy ! Total flux subtracted in 200 components = -6.52538e-05 Jy ! Clean residual min=-0.002887 max=0.003289 Jy/beam ! Clean residual mean=0.000356 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.228974 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 50 components and 0.228974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077631Jy sigma=0.504774 ! Fit after self-cal, rms=0.077630Jy sigma=0.504769 ! 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.077630Jy sigma=0.504769 ! Fit after self-cal, rms=0.077535Jy sigma=0.501960 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.916 mas, bmaj=8.747 mas, bpa=-82.6 degrees ! Estimated noise=1.36478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.76562e-05 Jy ! Component: 100 - total flux cleaned = 6.40967e-07 Jy ! Component: 150 - total flux cleaned = -8.21805e-05 Jy ! Component: 200 - total flux cleaned = -8.25514e-05 Jy ! Total flux subtracted in 200 components = -8.25514e-05 Jy ! Clean residual min=-0.002104 max=0.002752 Jy/beam ! Clean residual mean=0.000348 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.228892 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 0.228892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077506Jy sigma=0.501806 ! Fit after self-cal, rms=0.077519Jy sigma=0.501765 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 (118, -77). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228888 Jy ! Component: 100 - total flux cleaned = 0.00260946 Jy ! Component: 150 - total flux cleaned = 0.00261079 Jy ! Component: 200 - total flux cleaned = 0.00261038 Jy ! Total flux subtracted in 200 components = 0.00261038 Jy ! Clean residual min=-0.002091 max=0.002732 Jy/beam ! Clean residual mean=0.000301 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.231502 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 68 components and 0.231502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077439Jy sigma=0.501237 ! Fit after self-cal, rms=0.077432Jy sigma=0.501182 ! Inverting map ! Added new window around map position (62, 107.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022432 Jy ! Component: 100 - total flux cleaned = 0.00273922 Jy ! Component: 150 - total flux cleaned = 0.00321255 Jy ! Component: 200 - total flux cleaned = 0.00344742 Jy ! Total flux subtracted in 200 components = 0.00344742 Jy ! Clean residual min=-0.001920 max=0.002377 Jy/beam ! Clean residual mean=0.000242 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.23495 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 84 components and 0.23495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077319Jy sigma=0.500393 ! Fit after self-cal, rms=0.077313Jy sigma=0.500324 ! 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.077313Jy sigma=0.500324 ! Fit after self-cal, rms=0.077279Jy sigma=0.500180 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.812 mas, bmaj=16.54 mas, bpa=79.38 degrees ! Estimated noise=1.61777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122709 Jy ! Component: 100 - total flux cleaned = 0.00158103 Jy ! Component: 150 - total flux cleaned = 0.00175011 Jy ! Component: 200 - total flux cleaned = 0.00191882 Jy ! Total flux subtracted in 200 components = 0.00191882 Jy ! Clean residual min=-0.001884 max=0.002837 Jy/beam ! Clean residual mean=0.000397 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.236869 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 104 components and 0.236869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077255Jy sigma=0.500068 ! Fit after self-cal, rms=0.077258Jy sigma=0.500052 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.000329483 Jy ! Component: 100 - total flux cleaned = 0.00043459 Jy ! Component: 150 - total flux cleaned = 0.000528053 Jy ! Component: 200 - total flux cleaned = 0.000545223 Jy ! Total flux subtracted in 200 components = 0.000545223 Jy ! Clean residual min=-0.001908 max=0.002786 Jy/beam ! Clean residual mean=0.000380 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.237414 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 117 components and 0.237414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077252Jy sigma=0.500016 ! Fit after self-cal, rms=0.077251Jy sigma=0.500012 ! 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.914 mas, bmaj=8.76 mas, bpa=-82.61 degrees ! Estimated noise=1.3621 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.914 x 8.76 at -82.61 degrees (North through East) ! Clean map min=-0.0019585 max=0.1968 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=3.151 mas, bmaj=5.497 mas, bpa=-79.5 degrees ! Estimated noise=2.4149 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.147371 Jy ! Component: 100 - total flux cleaned = 0.189074 Jy ! Component: 150 - total flux cleaned = 0.209157 Jy ! Component: 200 - total flux cleaned = 0.219132 Jy ! Total flux subtracted in 200 components = 0.219132 Jy ! Clean residual min=-0.004274 max=0.004762 Jy/beam ! Clean residual mean=0.000048 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.219132 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 0.219132 Jy ! Inverting map and beam ! Estimated beam: bmin=3.914 mas, bmaj=8.76 mas, bpa=-82.61 degrees ! Estimated noise=1.3621 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.00521744 Jy ! Component: 100 - total flux cleaned = 0.0087596 Jy ! Component: 150 - total flux cleaned = 0.0115017 Jy ! Component: 200 - total flux cleaned = 0.0135195 Jy ! Total flux subtracted in 200 components = 0.0135195 Jy ! Clean residual min=-0.002143 max=0.002647 Jy/beam ! Clean residual mean=0.000326 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.232651 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 33 components and 0.232651 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.812 mas, bmaj=16.54 mas, bpa=79.38 degrees ! Estimated noise=1.61777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019358 Jy ! Component: 100 - total flux cleaned = 0.00309361 Jy ! Component: 150 - total flux cleaned = 0.00362382 Jy ! Component: 200 - total flux cleaned = 0.00407812 Jy ! Total flux subtracted in 200 components = 0.00407812 Jy ! Clean residual min=-0.001894 max=0.002964 Jy/beam ! Clean residual mean=0.000413 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.236729 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) ! Added new window around map position (-76, 17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.002539 Jy ! Component: 100 - total flux cleaned = 0.0032627 Jy ! Component: 150 - total flux cleaned = 0.00361539 Jy ! Component: 200 - total flux cleaned = 0.00378897 Jy ! Total flux subtracted in 200 components = 0.00378897 Jy ! Clean residual min=-0.002068 max=0.002422 Jy/beam ! Clean residual mean=0.000211 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.240518 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 86 components and 0.240518 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.914 mas, bmaj=8.76 mas, bpa=-82.61 degrees ! Estimated noise=1.3621 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000536873 Jy ! Component: 100 - total flux cleaned = 0.000775044 Jy ! Component: 150 - total flux cleaned = 0.000883887 Jy ! Component: 200 - total flux cleaned = 0.000884345 Jy ! Total flux subtracted in 200 components = 0.000884345 Jy ! Clean residual min=-0.001971 max=0.002332 Jy/beam ! Clean residual mean=0.000089 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.241403 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 107 components and 0.241403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077277Jy sigma=0.500026 ! Fit after self-cal, rms=0.077263Jy sigma=0.499919 wmodel /scr/pima/rv100_uvs/J2322+4445_S_map.mod ! Writing 107 model components to file: /scr/pima/rv100_uvs/J2322+4445_S_map.mod wobs /scr/pima/rv100_uvs/J2322+4445_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J2322+4445_S_uvs.fits wwins /scr/pima/rv100_uvs/J2322+4445_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rv100_uvs/J2322+4445_S_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.000787809 Jy ! Component: 100 - total flux cleaned = 0.000856534 Jy ! Component: 150 - total flux cleaned = 0.000856957 Jy ! Component: 200 - total flux cleaned = 0.000825978 Jy ! Component: 250 - total flux cleaned = 0.000856324 Jy ! Component: 300 - total flux cleaned = 0.000855817 Jy ! Component: 350 - total flux cleaned = 0.000884598 Jy ! Component: 400 - total flux cleaned = 0.000969561 Jy ! Component: 450 - total flux cleaned = 0.00113438 Jy ! Component: 500 - total flux cleaned = 0.00124144 Jy ! Component: 550 - total flux cleaned = 0.00139909 Jy ! Component: 600 - total flux cleaned = 0.00155375 Jy ! Component: 650 - total flux cleaned = 0.00175597 Jy ! Component: 700 - total flux cleaned = 0.00190483 Jy ! Component: 750 - total flux cleaned = 0.00207591 Jy ! Component: 800 - total flux cleaned = 0.00224413 Jy ! Component: 850 - total flux cleaned = 0.00236234 Jy ! Component: 900 - total flux cleaned = 0.00252543 Jy ! Component: 950 - total flux cleaned = 0.00261729 Jy ! Component: 1000 - total flux cleaned = 0.00277592 Jy ! Component: 1050 - total flux cleaned = 0.00288776 Jy ! Component: 1100 - total flux cleaned = 0.00302017 Jy ! Component: 1150 - total flux cleaned = 0.00315072 Jy ! Component: 1200 - total flux cleaned = 0.0032796 Jy ! Component: 1250 - total flux cleaned = 0.0034069 Jy ! Component: 1300 - total flux cleaned = 0.00349096 Jy ! Component: 1350 - total flux cleaned = 0.0036156 Jy ! Component: 1400 - total flux cleaned = 0.00371842 Jy ! Component: 1450 - total flux cleaned = 0.00386053 Jy ! Component: 1500 - total flux cleaned = 0.00396095 Jy ! Component: 1550 - total flux cleaned = 0.00408007 Jy ! Component: 1600 - total flux cleaned = 0.00415871 Jy ! Component: 1650 - total flux cleaned = 0.00425603 Jy ! Component: 1700 - total flux cleaned = 0.00433324 Jy ! Component: 1750 - total flux cleaned = 0.00442875 Jy ! Component: 1800 - total flux cleaned = 0.00448565 Jy ! Component: 1850 - total flux cleaned = 0.00457965 Jy ! Component: 1900 - total flux cleaned = 0.00463553 Jy ! Component: 1950 - total flux cleaned = 0.00470925 Jy ! Component: 2000 - total flux cleaned = 0.00476411 Jy ! Component: 2050 - total flux cleaned = 0.00481861 Jy ! Component: 2100 - total flux cleaned = 0.00490862 Jy ! Component: 2150 - total flux cleaned = 0.00496208 Jy ! Component: 2200 - total flux cleaned = 0.00501521 Jy ! Component: 2250 - total flux cleaned = 0.00508537 Jy ! Component: 2300 - total flux cleaned = 0.0051203 Jy ! Component: 2350 - total flux cleaned = 0.00522403 Jy ! Component: 2400 - total flux cleaned = 0.00524114 Jy ! Component: 2450 - total flux cleaned = 0.00529248 Jy ! Component: 2500 - total flux cleaned = 0.00536029 Jy ! Component: 2550 - total flux cleaned = 0.00541079 Jy ! Component: 2600 - total flux cleaned = 0.00547778 Jy ! Component: 2650 - total flux cleaned = 0.00551102 Jy ! Component: 2700 - total flux cleaned = 0.00556071 Jy ! Component: 2750 - total flux cleaned = 0.00564272 Jy ! Component: 2800 - total flux cleaned = 0.00569157 Jy ! Component: 2850 - total flux cleaned = 0.0057563 Jy ! Component: 2900 - total flux cleaned = 0.00578846 Jy ! Component: 2950 - total flux cleaned = 0.0058684 Jy ! Component: 3000 - total flux cleaned = 0.00591605 Jy ! Component: 3050 - total flux cleaned = 0.00597923 Jy ! Component: 3100 - total flux cleaned = 0.0060421 Jy ! Component: 3150 - total flux cleaned = 0.00608893 Jy ! Component: 3200 - total flux cleaned = 0.00615107 Jy ! Component: 3250 - total flux cleaned = 0.00619732 Jy ! Component: 3300 - total flux cleaned = 0.00621274 Jy ! Component: 3350 - total flux cleaned = 0.00630442 Jy ! Component: 3400 - total flux cleaned = 0.0063499 Jy ! Component: 3450 - total flux cleaned = 0.00639522 Jy ! Component: 3500 - total flux cleaned = 0.00645525 Jy ! Component: 3550 - total flux cleaned = 0.00651488 Jy ! Component: 3600 - total flux cleaned = 0.00657416 Jy ! Component: 3650 - total flux cleaned = 0.00661835 Jy ! Component: 3700 - total flux cleaned = 0.006677 Jy ! Component: 3750 - total flux cleaned = 0.00670612 Jy ! Component: 3800 - total flux cleaned = 0.00674966 Jy ! Component: 3850 - total flux cleaned = 0.00682188 Jy ! Component: 3900 - total flux cleaned = 0.00686494 Jy ! Component: 3950 - total flux cleaned = 0.00692204 Jy ! Component: 4000 - total flux cleaned = 0.0069505 Jy ! Component: 4050 - total flux cleaned = 0.00700703 Jy ! Total flux subtracted in 4096 components = 0.00704922 Jy ! Clean residual min=-0.001001 max=0.000969 Jy/beam ! Clean residual mean=0.000012 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.248452 Jy keep ! Adding 248 model components to the UV plane model. ! The established model now contains 355 components and 0.248452 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J2322+4445_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.914 x 8.76 at -82.61 degrees (North through East) ! Clean map min=-0.0019968 max=0.19574 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J2322+4445_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.195744 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000250417 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.383793 0.383793 0.767586 1.53517 3.07034 6.14068 12.2814 24.5627 49.1255 98.2509 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.195 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 781.671 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J2322+4445_S_uvs.log closed on Mon Feb 29 13:30:36 2016