! Started logfile: /scr/pima/rv100_uvs/J0815+0154_S_uvs.log on Mon Feb 29 13:26:27 2016 obs /scr/pima/rv100_uvs/J0815+0154_S_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J0815+0154_S_uva.fits ! AN table 1: 44 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.965909 visibilities/baseline/integration-bin. ! Found source: J0815+0154 ! ! 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 4760 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/J0815+0154_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.022164Jy sigma=8.908044 ! Fit after self-cal, rms=0.790772Jy sigma=6.899297 ! 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.594 mas, bmaj=7.627 mas, bpa=-8.626 degrees ! Estimated noise=1.77168 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.163073 Jy ! Component: 100 - total flux cleaned = 0.199346 Jy ! Total flux subtracted in 100 components = 0.199346 Jy ! Clean residual min=-0.006885 max=0.012083 Jy/beam ! Clean residual mean=-0.000021 rms=0.001854 Jy/beam ! Combined flux in latest and established models = 0.199347 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.199347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070036Jy sigma=0.566686 ! Fit after self-cal, rms=0.070027Jy sigma=0.566585 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123641 Jy ! Component: 100 - total flux cleaned = 0.0185324 Jy ! Total flux subtracted in 100 components = 0.0185324 Jy ! Clean residual min=-0.006085 max=0.006579 Jy/beam ! Clean residual mean=-0.000016 rms=0.001379 Jy/beam ! Combined flux in latest and established models = 0.217879 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 25 components and 0.217879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067226Jy sigma=0.541635 ! Fit after self-cal, rms=0.067233Jy sigma=0.541405 ! 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.009 mas, bmaj=8.499 mas, bpa=-9.795 degrees ! Estimated noise=1.24083 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.00565123 Jy ! Component: 100 - total flux cleaned = 0.00854482 Jy ! Component: 150 - total flux cleaned = 0.0091318 Jy ! Component: 200 - total flux cleaned = 0.0095642 Jy ! Total flux subtracted in 200 components = 0.0095642 Jy ! Clean residual min=-0.004593 max=0.006555 Jy/beam ! Clean residual mean=-0.000052 rms=0.001328 Jy/beam ! Combined flux in latest and established models = 0.227443 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 45 components and 0.227443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066701Jy sigma=0.537619 ! Fit after self-cal, rms=0.066701Jy sigma=0.537495 ! 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.009 x 8.499 at -9.795 degrees (North through East) ! Clean map min=-0.0046061 max=0.21021 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. ! Telescope amplitude corrections in sub-array 1: ! HN 1.07 KP 0.95 LA 0.97 MK 0.99 ! NL 0.96 OV 1.04 PT 1.03 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 1.05 KP 0.95 LA 0.98 MK 0.98 ! NL 1.01 OV 1.03 PT 1.03 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 1.04 KP 0.98 LA 0.94 MK 0.99 ! NL 1.00 OV 1.00 PT 1.02 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00 KP 0.96 LA 0.95 MK 1.00 ! NL 0.99 OV 1.01 PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.066701Jy sigma=0.537495 ! Fit after self-cal, rms=0.066062Jy sigma=0.530879 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.01 mas, bmaj=8.5 mas, bpa=-9.734 degrees ! Estimated noise=1.23601 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 (-10.5, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00526594 Jy ! Component: 100 - total flux cleaned = 0.00774319 Jy ! Component: 150 - total flux cleaned = 0.00803092 Jy ! Component: 200 - total flux cleaned = 0.00808712 Jy ! Total flux subtracted in 200 components = 0.00808712 Jy ! Clean residual min=-0.003497 max=0.003831 Jy/beam ! Clean residual mean=-0.000036 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.23553 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 68 components and 0.23553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065667Jy sigma=0.526790 ! Fit after self-cal, rms=0.065599Jy sigma=0.526310 ! 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.065599Jy sigma=0.526310 ! Fit after self-cal, rms=0.065483Jy sigma=0.526086 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.008 mas, bmaj=8.494 mas, bpa=-9.703 degrees ! Estimated noise=1.23374 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193348 Jy ! Component: 100 - total flux cleaned = 0.0022046 Jy ! Component: 150 - total flux cleaned = 0.00220305 Jy ! Component: 200 - total flux cleaned = 0.00228122 Jy ! Total flux subtracted in 200 components = 0.00228122 Jy ! Clean residual min=-0.003429 max=0.004003 Jy/beam ! Clean residual mean=-0.000035 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.237811 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 88 components and 0.237811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065408Jy sigma=0.525242 ! Fit after self-cal, rms=0.065396Jy sigma=0.525167 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 (18, 27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00364325 Jy ! Component: 100 - total flux cleaned = 0.00583173 Jy ! Component: 150 - total flux cleaned = 0.00740156 Jy ! Component: 200 - total flux cleaned = 0.00838651 Jy ! Total flux subtracted in 200 components = 0.00838651 Jy ! Clean residual min=-0.003078 max=0.002721 Jy/beam ! Clean residual mean=-0.000030 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.246198 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 122 components and 0.246198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065178Jy sigma=0.522960 ! Fit after self-cal, rms=0.065156Jy sigma=0.522747 ! 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.065156Jy sigma=0.522747 ! Fit after self-cal, rms=0.064827Jy sigma=0.516922 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.014 mas, bmaj=8.496 mas, bpa=-9.69 degrees ! Estimated noise=1.23298 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138769 Jy ! Component: 100 - total flux cleaned = 0.00202893 Jy ! Component: 150 - total flux cleaned = 0.00223496 Jy ! Component: 200 - total flux cleaned = 0.00239246 Jy ! Total flux subtracted in 200 components = 0.00239246 Jy ! Clean residual min=-0.001876 max=0.002492 Jy/beam ! Clean residual mean=0.000010 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.24859 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 140 components and 0.24859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064790Jy sigma=0.516551 ! Fit after self-cal, rms=0.064821Jy sigma=0.516493 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.00030659 Jy ! Component: 100 - total flux cleaned = 0.000499212 Jy ! Component: 150 - total flux cleaned = 0.000587388 Jy ! Component: 200 - total flux cleaned = 0.000649282 Jy ! Total flux subtracted in 200 components = 0.000649282 Jy ! Clean residual min=-0.001871 max=0.002421 Jy/beam ! Clean residual mean=0.000010 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.24924 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 151 components and 0.24924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064806Jy sigma=0.516355 ! Fit after self-cal, rms=0.064803Jy sigma=0.516348 ! 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.064803Jy sigma=0.516348 ! Fit after self-cal, rms=0.064828Jy sigma=0.516312 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.201 mas, bmaj=14.65 mas, bpa=-11.05 degrees ! Estimated noise=1.56312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.6069e-05 Jy ! Component: 100 - total flux cleaned = 0.000239535 Jy ! Component: 150 - total flux cleaned = 0.000361435 Jy ! Component: 200 - total flux cleaned = 0.000427409 Jy ! Total flux subtracted in 200 components = 0.000427409 Jy ! Clean residual min=-0.002499 max=0.003163 Jy/beam ! Clean residual mean=0.000018 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.249667 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 167 components and 0.249667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064829Jy sigma=0.516263 ! Fit after self-cal, rms=0.064823Jy sigma=0.516249 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.000125145 Jy ! Component: 100 - total flux cleaned = 0.000210118 Jy ! Component: 150 - total flux cleaned = 0.000268418 Jy ! Component: 200 - total flux cleaned = 0.000322444 Jy ! Total flux subtracted in 200 components = 0.000322444 Jy ! Clean residual min=-0.002430 max=0.003073 Jy/beam ! Clean residual mean=0.000018 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.24999 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 180 components and 0.24999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064826Jy sigma=0.516259 ! Fit after self-cal, rms=0.064824Jy sigma=0.516254 ! 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.014 mas, bmaj=8.495 mas, bpa=-9.684 degrees ! Estimated noise=1.23347 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.014 x 8.495 at -9.684 degrees (North through East) ! Clean map min=-0.0018472 max=0.20923 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.593 mas, bmaj=7.612 mas, bpa=-8.516 degrees ! Estimated noise=1.76633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.162494 Jy ! Component: 100 - total flux cleaned = 0.199132 Jy ! Component: 150 - total flux cleaned = 0.212585 Jy ! Component: 200 - total flux cleaned = 0.220197 Jy ! Total flux subtracted in 200 components = 0.220197 Jy ! Clean residual min=-0.003734 max=0.005221 Jy/beam ! Clean residual mean=-0.000005 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.220197 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.220197 Jy ! Inverting map and beam ! Estimated beam: bmin=3.014 mas, bmaj=8.495 mas, bpa=-9.684 degrees ! Estimated noise=1.23347 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.00649681 Jy ! Component: 100 - total flux cleaned = 0.0108376 Jy ! Component: 150 - total flux cleaned = 0.0141574 Jy ! Component: 200 - total flux cleaned = 0.0169058 Jy ! Total flux subtracted in 200 components = 0.0169058 Jy ! Clean residual min=-0.002626 max=0.002863 Jy/beam ! Clean residual mean=-0.000002 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.237103 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 71 components and 0.237103 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.201 mas, bmaj=14.65 mas, bpa=-11.05 degrees ! Estimated noise=1.56312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00368817 Jy ! Component: 100 - total flux cleaned = 0.00539908 Jy ! Component: 150 - total flux cleaned = 0.00680952 Jy ! Component: 200 - total flux cleaned = 0.0079654 Jy ! Total flux subtracted in 200 components = 0.0079654 Jy ! Clean residual min=-0.002674 max=0.003369 Jy/beam ! Clean residual mean=0.000010 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.245068 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.000963778 Jy ! Component: 100 - total flux cleaned = 0.00181706 Jy ! Component: 150 - total flux cleaned = 0.00250318 Jy ! Component: 200 - total flux cleaned = 0.00312228 Jy ! Total flux subtracted in 200 components = 0.00312228 Jy ! Clean residual min=-0.002482 max=0.003265 Jy/beam ! Clean residual mean=0.000015 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.248191 Jy ! Adding 91 model components to the UV plane model. ! The established model now contains 154 components and 0.24819 Jy ! Inverting map ! Added new window around map position (-60.5, 107). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00280673 Jy ! Component: 100 - total flux cleaned = 0.00435938 Jy ! Component: 150 - total flux cleaned = 0.00557801 Jy ! Component: 200 - total flux cleaned = 0.00659527 Jy ! Total flux subtracted in 200 components = 0.00659527 Jy ! Clean residual min=-0.001803 max=0.001809 Jy/beam ! Clean residual mean=0.000003 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.254786 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 189 components and 0.254786 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.014 mas, bmaj=8.495 mas, bpa=-9.684 degrees ! Estimated noise=1.23347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000521891 Jy ! Component: 100 - total flux cleaned = 0.000577139 Jy ! Component: 150 - total flux cleaned = 0.000761727 Jy ! Component: 200 - total flux cleaned = 0.00088771 Jy ! Total flux subtracted in 200 components = 0.00088771 Jy ! Clean residual min=-0.001941 max=0.001702 Jy/beam ! Clean residual mean=0.000000 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.255674 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 219 components and 0.255673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064723Jy sigma=0.515371 ! Fit after self-cal, rms=0.064709Jy sigma=0.515305 wmodel /scr/pima/rv100_uvs/J0815+0154_S_map.mod ! Writing 219 model components to file: /scr/pima/rv100_uvs/J0815+0154_S_map.mod wobs /scr/pima/rv100_uvs/J0815+0154_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J0815+0154_S_uvs.fits wwins /scr/pima/rv100_uvs/J0815+0154_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rv100_uvs/J0815+0154_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.000793075 Jy ! Component: 100 - total flux cleaned = -0.000984281 Jy ! Component: 150 - total flux cleaned = -0.00110619 Jy ! Component: 200 - total flux cleaned = -0.0012826 Jy ! Component: 250 - total flux cleaned = -0.00128284 Jy ! Component: 300 - total flux cleaned = -0.00122829 Jy ! Component: 350 - total flux cleaned = -0.00117499 Jy ! Component: 400 - total flux cleaned = -0.00114918 Jy ! Component: 450 - total flux cleaned = -0.00122665 Jy ! Component: 500 - total flux cleaned = -0.00130191 Jy ! Component: 550 - total flux cleaned = -0.0014251 Jy ! Component: 600 - total flux cleaned = -0.00149752 Jy ! Component: 650 - total flux cleaned = -0.00159261 Jy ! Component: 700 - total flux cleaned = -0.00166224 Jy ! Component: 750 - total flux cleaned = -0.00175316 Jy ! Component: 800 - total flux cleaned = -0.00177556 Jy ! Component: 850 - total flux cleaned = -0.00184193 Jy ! Component: 900 - total flux cleaned = -0.00192864 Jy ! Component: 950 - total flux cleaned = -0.00195001 Jy ! Component: 1000 - total flux cleaned = -0.00201355 Jy ! Component: 1050 - total flux cleaned = -0.00213861 Jy ! Component: 1100 - total flux cleaned = -0.00230299 Jy ! Component: 1150 - total flux cleaned = -0.00246519 Jy ! Component: 1200 - total flux cleaned = -0.0025451 Jy ! Component: 1250 - total flux cleaned = -0.00270349 Jy ! Component: 1300 - total flux cleaned = -0.00280146 Jy ! Component: 1350 - total flux cleaned = -0.00295625 Jy ! Component: 1400 - total flux cleaned = -0.0030137 Jy ! Component: 1450 - total flux cleaned = -0.00320281 Jy ! Component: 1500 - total flux cleaned = -0.00327734 Jy ! Component: 1550 - total flux cleaned = -0.00342554 Jy ! Component: 1600 - total flux cleaned = -0.00349874 Jy ! Component: 1650 - total flux cleaned = -0.00364365 Jy ! Component: 1700 - total flux cleaned = -0.00371554 Jy ! Component: 1750 - total flux cleaned = -0.00375151 Jy ! Component: 1800 - total flux cleaned = -0.00387467 Jy ! Component: 1850 - total flux cleaned = -0.00392673 Jy ! Component: 1900 - total flux cleaned = -0.00394428 Jy ! Component: 1950 - total flux cleaned = -0.00404654 Jy ! Component: 2000 - total flux cleaned = -0.00406332 Jy ! Component: 2050 - total flux cleaned = -0.00411351 Jy ! Component: 2100 - total flux cleaned = -0.00416337 Jy ! Component: 2150 - total flux cleaned = -0.00421288 Jy ! Component: 2200 - total flux cleaned = -0.00429441 Jy ! Component: 2250 - total flux cleaned = -0.00437514 Jy ! Component: 2300 - total flux cleaned = -0.00439117 Jy ! Component: 2350 - total flux cleaned = -0.00443886 Jy ! Component: 2400 - total flux cleaned = -0.004502 Jy ! Component: 2450 - total flux cleaned = -0.00459599 Jy ! Component: 2500 - total flux cleaned = -0.00467365 Jy ! Component: 2550 - total flux cleaned = -0.00471987 Jy ! Component: 2600 - total flux cleaned = -0.00476563 Jy ! Component: 2650 - total flux cleaned = -0.00481143 Jy ! Component: 2700 - total flux cleaned = -0.00493184 Jy ! Component: 2750 - total flux cleaned = -0.00496178 Jy ! Component: 2800 - total flux cleaned = -0.00497646 Jy ! Component: 2850 - total flux cleaned = -0.00506466 Jy ! Component: 2900 - total flux cleaned = -0.005123 Jy ! Component: 2950 - total flux cleaned = -0.00515189 Jy ! Component: 3000 - total flux cleaned = -0.00520938 Jy ! Component: 3050 - total flux cleaned = -0.00519516 Jy ! Component: 3100 - total flux cleaned = -0.00523791 Jy ! Component: 3150 - total flux cleaned = -0.00529425 Jy ! Component: 3200 - total flux cleaned = -0.00535021 Jy ! Component: 3250 - total flux cleaned = -0.00536402 Jy ! Component: 3300 - total flux cleaned = -0.00536388 Jy ! Component: 3350 - total flux cleaned = -0.00530915 Jy ! Component: 3400 - total flux cleaned = -0.00537722 Jy ! Component: 3450 - total flux cleaned = -0.00535024 Jy ! Component: 3500 - total flux cleaned = -0.0054174 Jy ! Component: 3550 - total flux cleaned = -0.00539045 Jy ! Component: 3600 - total flux cleaned = -0.00540371 Jy ! Component: 3650 - total flux cleaned = -0.00537733 Jy ! Component: 3700 - total flux cleaned = -0.00539039 Jy ! Component: 3750 - total flux cleaned = -0.0053774 Jy ! Component: 3800 - total flux cleaned = -0.00533861 Jy ! Component: 3850 - total flux cleaned = -0.00535152 Jy ! Component: 3900 - total flux cleaned = -0.00530046 Jy ! Component: 3950 - total flux cleaned = -0.00533855 Jy ! Component: 4000 - total flux cleaned = -0.00530072 Jy ! Component: 4050 - total flux cleaned = -0.00532584 Jy ! Total flux subtracted in 4096 components = -0.0053133 Jy ! Clean residual min=-0.000683 max=0.000768 Jy/beam ! Clean residual mean=-0.000003 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.25036 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 478 components and 0.25036 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J0815+0154_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.014 x 8.495 at -9.684 degrees (North through East) ! Clean map min=-0.0016699 max=0.2092 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J0815+0154_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.209196 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000227407 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.326116 0.326116 0.652231 1.30446 2.60892 5.21785 10.4357 20.8714 41.7428 83.4856 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.209 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 919.919 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J0815+0154_S_uvs.log closed on Mon Feb 29 13:26:31 2016