! Started logfile: /scr/pima/rv100_uvs/J2056-4714_X_uvs.log on Mon Feb 29 13:29:27 2016 obs /scr/pima/rv100_uvs/J2056-4714_X_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J2056-4714_X_uva.fits ! AN table 1: 6 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.333333 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2056-4714 ! ! 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 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 120 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/rv100_uvs/J2056-4714_X] 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.200x0.200 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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.537577Jy sigma=5.677514 ! Fit after self-cal, rms=0.359870Jy sigma=1.283790 ! 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=0.7262 mas, bmaj=4.76 mas, bpa=-9.386 degrees ! Estimated noise=29.6302 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.948652 Jy ! Component: 100 - total flux cleaned = 1.16715 Jy ! Total flux subtracted in 100 components = 1.16715 Jy ! Clean residual min=-0.061608 max=0.088772 Jy/beam ! Clean residual mean=0.001440 rms=0.025573 Jy/beam ! Combined flux in latest and established models = 1.16715 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 1.16715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241983Jy sigma=0.846120 ! Fit after self-cal, rms=0.241966Jy sigma=0.846090 ! 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=0.8212 mas, bmaj=5.894 mas, bpa=-10.72 degrees ! Estimated noise=26.6438 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.150973 Jy ! Component: 100 - total flux cleaned = 0.227167 Jy ! Component: 150 - total flux cleaned = 0.269702 Jy ! Component: 200 - total flux cleaned = 0.293999 Jy ! Total flux subtracted in 200 components = 0.293999 Jy ! Clean residual min=-0.047591 max=0.056745 Jy/beam ! Clean residual mean=0.000810 rms=0.016508 Jy/beam ! Combined flux in latest and established models = 1.46115 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 69 components and 1.46115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103811Jy sigma=0.409704 ! Fit after self-cal, rms=0.103629Jy sigma=0.409547 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8212 x 5.894 at -10.72 degrees (North through East) ! Clean map min=-0.045574 max=1.249 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 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! KP 0.91 LA 0.99 MK 1.03 OV 1.07 ! PT 0.96 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! KP 0.92 LA 1.01 MK 1.02 OV 1.13 ! PT 0.95 SC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! KP 0.97 LA 1.02 MK 1.00 OV 1.07 ! PT 0.96 SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! KP 0.99 LA 1.03 MK 1.00 OV 1.02 ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.103629Jy sigma=0.409547 ! Fit after self-cal, rms=0.074566Jy sigma=0.284110 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8491 mas, bmaj=11.17 mas, bpa=-14.3 degrees ! Estimated noise=28.5507 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.00509889 Jy ! Component: 100 - total flux cleaned = 0.00507395 Jy ! Component: 150 - total flux cleaned = 0.00505005 Jy ! Component: 200 - total flux cleaned = 0.00504115 Jy ! Total flux subtracted in 200 components = 0.00504115 Jy ! Clean residual min=-0.029334 max=0.031663 Jy/beam ! Clean residual mean=0.000195 rms=0.008867 Jy/beam ! Combined flux in latest and established models = 1.46619 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 73 components and 1.46619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070947Jy sigma=0.269932 ! Fit after self-cal, rms=0.071005Jy sigma=0.269784 ! 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.071005Jy sigma=0.269784 ! Fit after self-cal, rms=0.070910Jy sigma=0.268912 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8482 mas, bmaj=11.19 mas, bpa=-14.3 degrees ! Estimated noise=28.6052 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00412173 Jy ! Component: 100 - total flux cleaned = 0.00411229 Jy ! Component: 150 - total flux cleaned = 0.00410023 Jy ! Component: 200 - total flux cleaned = 0.00410213 Jy ! Total flux subtracted in 200 components = 0.00410213 Jy ! Clean residual min=-0.027925 max=0.027344 Jy/beam ! Clean residual mean=0.000156 rms=0.008288 Jy/beam ! Combined flux in latest and established models = 1.47029 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 74 components and 1.47029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068433Jy sigma=0.259066 ! Fit after self-cal, rms=0.068442Jy sigma=0.259030 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 = 2.90762e-05 Jy ! Component: 100 - total flux cleaned = 0.000292774 Jy ! Component: 150 - total flux cleaned = 0.000530718 Jy ! Component: 200 - total flux cleaned = 0.000527681 Jy ! Total flux subtracted in 200 components = 0.000527681 Jy ! Clean residual min=-0.026609 max=0.024979 Jy/beam ! Clean residual mean=0.000153 rms=0.008036 Jy/beam ! Combined flux in latest and established models = 1.47082 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 75 components and 1.47082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066968Jy sigma=0.253218 ! Fit after self-cal, rms=0.066981Jy sigma=0.253181 ! 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.066981Jy sigma=0.253181 ! Fit after self-cal, rms=0.066841Jy sigma=0.252136 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8477 mas, bmaj=11.21 mas, bpa=-14.3 degrees ! Estimated noise=28.6506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00285138 Jy ! Component: 100 - total flux cleaned = 0.0028514 Jy ! Component: 150 - total flux cleaned = 0.00286416 Jy ! Component: 200 - total flux cleaned = 0.00306647 Jy ! Total flux subtracted in 200 components = 0.00306647 Jy ! Clean residual min=-0.026264 max=0.022013 Jy/beam ! Clean residual mean=0.000100 rms=0.007618 Jy/beam ! Combined flux in latest and established models = 1.47388 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 75 components and 1.47388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065614Jy sigma=0.247112 ! Fit after self-cal, rms=0.065625Jy sigma=0.247076 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.59854e-05 Jy ! Component: 100 - total flux cleaned = 0.000208716 Jy ! Component: 150 - total flux cleaned = 0.000215136 Jy ! Component: 200 - total flux cleaned = 0.00037475 Jy ! Total flux subtracted in 200 components = 0.00037475 Jy ! Clean residual min=-0.025299 max=0.021124 Jy/beam ! Clean residual mean=0.000098 rms=0.007480 Jy/beam ! Combined flux in latest and established models = 1.47426 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 75 components and 1.47426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064874Jy sigma=0.244022 ! Fit after self-cal, rms=0.064887Jy sigma=0.243985 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.064887Jy sigma=0.243985 ! Fit after self-cal, rms=0.064863Jy sigma=0.243514 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.952 mas, bmaj=14.22 mas, bpa=-2.072 degrees ! Estimated noise=38.2672 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00289672 Jy ! Component: 100 - total flux cleaned = 0.00335452 Jy ! Component: 150 - total flux cleaned = 0.00368203 Jy ! Component: 200 - total flux cleaned = 0.00409857 Jy ! Total flux subtracted in 200 components = 0.00409857 Jy ! Clean residual min=-0.029183 max=0.020988 Jy/beam ! Clean residual mean=0.000089 rms=0.010048 Jy/beam ! Combined flux in latest and established models = 1.47836 Jy selfcal ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 76 components and 1.47836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065242Jy sigma=0.245596 ! Fit after self-cal, rms=0.065230Jy sigma=0.245375 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.000590032 Jy ! Component: 100 - total flux cleaned = 0.000683104 Jy ! Component: 150 - total flux cleaned = 0.000953215 Jy ! Component: 200 - total flux cleaned = 0.00130144 Jy ! Total flux subtracted in 200 components = 0.00130144 Jy ! Clean residual min=-0.029335 max=0.020834 Jy/beam ! Clean residual mean=0.000069 rms=0.009936 Jy/beam ! Combined flux in latest and established models = 1.47966 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 78 components and 1.47966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065742Jy sigma=0.248278 ! Fit after self-cal, rms=0.065733Jy sigma=0.248085 ! 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=0.8473 mas, bmaj=11.22 mas, bpa=-14.3 degrees ! Estimated noise=28.6789 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8473 x 11.22 at -14.3 degrees (North through East) ! Clean map min=-0.027537 max=1.2817 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065733Jy sigma=0.248085 ! Fit after self-cal, rms=0.065584Jy sigma=0.245284 ! Inverting map and beam ! Estimated beam: bmin=0.8498 mas, bmaj=11.19 mas, bpa=-14.29 degrees ! Estimated noise=28.8258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020427 Jy ! Component: 100 - total flux cleaned = 0.00204003 Jy ! Component: 150 - total flux cleaned = 0.00221445 Jy ! Component: 200 - total flux cleaned = 0.0022263 Jy ! Total flux subtracted in 200 components = 0.0022263 Jy ! Clean residual min=-0.025320 max=0.021380 Jy/beam ! Clean residual mean=0.000077 rms=0.007359 Jy/beam ! Combined flux in latest and established models = 1.48188 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 81 components and 1.48188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064780Jy sigma=0.241969 ! Fit after self-cal, rms=0.064785Jy sigma=0.241943 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.52808e-05 Jy ! Component: 100 - total flux cleaned = 0.000216637 Jy ! Component: 150 - total flux cleaned = 0.000343432 Jy ! Component: 200 - total flux cleaned = 0.000347323 Jy ! Total flux subtracted in 200 components = 0.000347323 Jy ! Clean residual min=-0.024517 max=0.020825 Jy/beam ! Clean residual mean=0.000075 rms=0.007265 Jy/beam ! Combined flux in latest and established models = 1.48223 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 82 components and 1.48223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064280Jy sigma=0.239911 ! Fit after self-cal, rms=0.064289Jy sigma=0.239885 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064289Jy sigma=0.239885 ! Fit after self-cal, rms=0.064302Jy sigma=0.239621 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=0.7436 mas, bmaj=10.64 mas, bpa=-14.77 degrees ! Estimated noise=31.4037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.977927 Jy ! Component: 100 - total flux cleaned = 1.20876 Jy ! Component: 150 - total flux cleaned = 1.31584 Jy ! Component: 200 - total flux cleaned = 1.37375 Jy ! Total flux subtracted in 200 components = 1.37375 Jy ! Clean residual min=-0.033440 max=0.032253 Jy/beam ! Clean residual mean=0.000596 rms=0.011087 Jy/beam ! Combined flux in latest and established models = 1.37375 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 19 model components to the UV plane model. ! The established model now contains 19 components and 1.37375 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8496 mas, bmaj=11.2 mas, bpa=-14.29 degrees ! Estimated noise=28.8473 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.046616 Jy ! Component: 100 - total flux cleaned = 0.0697111 Jy ! Component: 150 - total flux cleaned = 0.081529 Jy ! Component: 200 - total flux cleaned = 0.0881968 Jy ! Total flux subtracted in 200 components = 0.0881968 Jy ! Clean residual min=-0.026826 max=0.022621 Jy/beam ! Clean residual mean=0.000240 rms=0.008286 Jy/beam ! Combined flux in latest and established models = 1.46195 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 29 components and 1.46195 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=14.25 mas, bpa=-2.009 degrees ! Estimated noise=38.3448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00886801 Jy ! Component: 100 - total flux cleaned = 0.0095951 Jy ! Component: 150 - total flux cleaned = 0.010311 Jy ! Component: 200 - total flux cleaned = 0.011216 Jy ! Total flux subtracted in 200 components = 0.011216 Jy ! Clean residual min=-0.029855 max=0.025604 Jy/beam ! Clean residual mean=0.000257 rms=0.011400 Jy/beam ! Combined flux in latest and established models = 1.47316 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.000658417 Jy ! Component: 100 - total flux cleaned = 0.00128051 Jy ! Component: 150 - total flux cleaned = 0.00207337 Jy ! Component: 200 - total flux cleaned = 0.00265726 Jy ! Total flux subtracted in 200 components = 0.00265726 Jy ! Clean residual min=-0.028721 max=0.023489 Jy/beam ! Clean residual mean=0.000215 rms=0.010970 Jy/beam ! Combined flux in latest and established models = 1.47582 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 1.47582 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8496 mas, bmaj=11.2 mas, bpa=-14.29 degrees ! Estimated noise=28.8473 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00222541 Jy ! Component: 100 - total flux cleaned = -0.00137612 Jy ! Component: 150 - total flux cleaned = -0.000870152 Jy ! Component: 200 - total flux cleaned = -0.000570702 Jy ! Total flux subtracted in 200 components = -0.000570702 Jy ! Clean residual min=-0.024417 max=0.020966 Jy/beam ! Clean residual mean=0.000121 rms=0.007603 Jy/beam ! Combined flux in latest and established models = 1.47525 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 56 components and 1.47525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065024Jy sigma=0.244005 ! Fit after self-cal, rms=0.065044Jy sigma=0.243957 wmodel /scr/pima/rv100_uvs/J2056-4714_X_map.mod ! Writing 56 model components to file: /scr/pima/rv100_uvs/J2056-4714_X_map.mod wobs /scr/pima/rv100_uvs/J2056-4714_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J2056-4714_X_uvs.fits wwins /scr/pima/rv100_uvs/J2056-4714_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rv100_uvs/J2056-4714_X_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.00994644 Jy ! Component: 100 - total flux cleaned = -0.0135749 Jy ! Component: 150 - total flux cleaned = -0.0148576 Jy ! Component: 200 - total flux cleaned = -0.0162665 Jy ! Component: 250 - total flux cleaned = -0.0165422 Jy ! Component: 300 - total flux cleaned = -0.0170145 Jy ! Component: 350 - total flux cleaned = -0.0179547 Jy ! Component: 400 - total flux cleaned = -0.0188866 Jy ! Component: 450 - total flux cleaned = -0.0195818 Jy ! Component: 500 - total flux cleaned = -0.0198144 Jy ! Component: 550 - total flux cleaned = -0.0200455 Jy ! Component: 600 - total flux cleaned = -0.0205047 Jy ! Component: 650 - total flux cleaned = -0.0211963 Jy ! Component: 700 - total flux cleaned = -0.0214264 Jy ! Component: 750 - total flux cleaned = -0.0216548 Jy ! Component: 800 - total flux cleaned = -0.0216578 Jy ! Component: 850 - total flux cleaned = -0.0218953 Jy ! Component: 900 - total flux cleaned = -0.0216621 Jy ! Component: 950 - total flux cleaned = -0.0221437 Jy ! Component: 1000 - total flux cleaned = -0.0223925 Jy ! Component: 1050 - total flux cleaned = -0.022651 Jy ! Component: 1100 - total flux cleaned = -0.0231803 Jy ! Component: 1150 - total flux cleaned = -0.0231826 Jy ! Component: 1200 - total flux cleaned = -0.0231839 Jy ! Component: 1250 - total flux cleaned = -0.0234832 Jy ! Component: 1300 - total flux cleaned = -0.0234733 Jy ! Component: 1350 - total flux cleaned = -0.0234799 Jy ! Component: 1400 - total flux cleaned = -0.0238272 Jy ! Component: 1450 - total flux cleaned = -0.0234754 Jy ! Component: 1500 - total flux cleaned = -0.0234701 Jy ! Component: 1550 - total flux cleaned = -0.0234601 Jy ! Component: 1600 - total flux cleaned = -0.0234597 Jy ! Component: 1650 - total flux cleaned = -0.0234636 Jy ! Component: 1700 - total flux cleaned = -0.0234574 Jy ! Component: 1750 - total flux cleaned = -0.0234474 Jy ! Component: 1800 - total flux cleaned = -0.0234534 Jy ! Component: 1850 - total flux cleaned = -0.0234527 Jy ! Component: 1900 - total flux cleaned = -0.0234413 Jy ! Component: 1950 - total flux cleaned = -0.0234434 Jy ! Component: 2000 - total flux cleaned = -0.0234337 Jy ! Component: 2050 - total flux cleaned = -0.023417 Jy ! Component: 2100 - total flux cleaned = -0.0234257 Jy ! Component: 2150 - total flux cleaned = -0.0234047 Jy ! Component: 2200 - total flux cleaned = -0.0234031 Jy ! Component: 2250 - total flux cleaned = -0.0234037 Jy ! Component: 2300 - total flux cleaned = -0.0233947 Jy ! Component: 2350 - total flux cleaned = -0.023395 Jy ! Component: 2400 - total flux cleaned = -0.0233649 Jy ! Component: 2450 - total flux cleaned = -0.0233678 Jy ! Component: 2500 - total flux cleaned = -0.0233387 Jy ! Component: 2550 - total flux cleaned = -0.0233266 Jy ! Component: 2600 - total flux cleaned = -0.0233116 Jy ! Component: 2650 - total flux cleaned = -0.0232948 Jy ! Component: 2700 - total flux cleaned = -0.02327 Jy ! Component: 2750 - total flux cleaned = -0.023213 Jy ! Component: 2800 - total flux cleaned = -0.023206 Jy ! Component: 2850 - total flux cleaned = -0.0231816 Jy ! Component: 2900 - total flux cleaned = -0.0231637 Jy ! Component: 2950 - total flux cleaned = -0.0231077 Jy ! Component: 3000 - total flux cleaned = -0.0231046 Jy ! Component: 3050 - total flux cleaned = -0.0230603 Jy ! Component: 3100 - total flux cleaned = -0.0230517 Jy ! Component: 3150 - total flux cleaned = -0.0230068 Jy ! Component: 3200 - total flux cleaned = -0.022953 Jy ! Component: 3250 - total flux cleaned = -0.0229092 Jy ! Component: 3300 - total flux cleaned = -0.0228518 Jy ! Component: 3350 - total flux cleaned = -0.0228536 Jy ! Component: 3400 - total flux cleaned = -0.0227549 Jy ! Component: 3450 - total flux cleaned = -0.0227678 Jy ! Component: 3500 - total flux cleaned = -0.0226864 Jy ! Component: 3550 - total flux cleaned = -0.0226732 Jy ! Component: 3600 - total flux cleaned = -0.0226084 Jy ! Component: 3650 - total flux cleaned = -0.0225987 Jy ! Component: 3700 - total flux cleaned = -0.0225403 Jy ! Component: 3750 - total flux cleaned = -0.0225314 Jy ! Component: 3800 - total flux cleaned = -0.022357 Jy ! Component: 3850 - total flux cleaned = -0.0223348 Jy ! Component: 3900 - total flux cleaned = -0.0221863 Jy ! Component: 3950 - total flux cleaned = -0.0221879 Jy ! Component: 4000 - total flux cleaned = -0.0221114 Jy ! Component: 4050 - total flux cleaned = -0.0221155 Jy ! Total flux subtracted in 4096 components = -0.0219525 Jy ! Clean residual min=-0.327703 max=0.333691 Jy/beam ! Clean residual mean=-0.001635 rms=0.069467 Jy/beam ! Combined flux in latest and established models = 1.4533 Jy keep ! Adding 75 model components to the UV plane model. ! The established model now contains 131 components and 1.4533 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J2056-4714_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8496 x 11.2 at -14.29 degrees (North through East) ! Clean map min=-0.42415 max=1.1663 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J2056-4714_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.16626 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0725947 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -18.6738 18.6738 37.3475 74.695 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.2177 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.166 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 16.065 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J2056-4714_X_uvs.log closed on Mon Feb 29 13:29:31 2016