! Started logfile: /scr/pima/rv100_uvs/J2101+0341_S_uvs.log on Mon Feb 29 13:29:44 2016 obs /scr/pima/rv100_uvs/J2101+0341_S_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J2101+0341_S_uva.fits ! AN table 1: 51 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.195643 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2101+0341 ! ! 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 1796 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/J2101+0341_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 393 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 393 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 393 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 393 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.065829Jy sigma=5.372713 ! Fit after self-cal, rms=0.649890Jy sigma=3.106946 ! 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=1.551 mas, bmaj=3.978 mas, bpa=35.95 degrees ! Estimated noise=4.84027 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.293976 Jy ! Component: 100 - total flux cleaned = 0.379627 Jy ! Total flux subtracted in 100 components = 0.379627 Jy ! Clean residual min=-0.017714 max=0.034736 Jy/beam ! Clean residual mean=0.000081 rms=0.003965 Jy/beam ! Combined flux in latest and established models = 0.379627 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.379627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122323Jy sigma=0.498771 ! Fit after self-cal, rms=0.121308Jy sigma=0.497393 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0371741 Jy ! Component: 100 - total flux cleaned = 0.0558307 Jy ! Total flux subtracted in 100 components = 0.0558307 Jy ! Clean residual min=-0.009799 max=0.009783 Jy/beam ! Clean residual mean=0.000031 rms=0.002405 Jy/beam ! Combined flux in latest and established models = 0.435458 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 20 components and 0.435458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112249Jy sigma=0.411945 ! Fit after self-cal, rms=0.112076Jy sigma=0.411370 ! 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=1.804 mas, bmaj=4.112 mas, bpa=36.73 degrees ! Estimated noise=4.30763 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.0108109 Jy ! Component: 100 - total flux cleaned = 0.0161118 Jy ! Component: 150 - total flux cleaned = 0.0177475 Jy ! Component: 200 - total flux cleaned = 0.0182836 Jy ! Total flux subtracted in 200 components = 0.0182836 Jy ! Clean residual min=-0.008522 max=0.009376 Jy/beam ! Clean residual mean=0.000252 rms=0.002267 Jy/beam ! Combined flux in latest and established models = 0.453742 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.453742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111148Jy sigma=0.404750 ! Fit after self-cal, rms=0.111179Jy sigma=0.404592 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.804 x 4.112 at 36.73 degrees (North through East) ! Clean map min=-0.0075274 max=0.36972 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 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 0.95 HN 1.03 KP 0.96 LA 1.01 ! NL 1.01 NY 1.11 OV 1.00 PT 1.05 ! SC 0.98 WF 0.99 ! ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 1.05 HN 0.94 KP 0.98 LA 1.02 ! NL 1.05 NY 0.99 OV 1.00 PT 1.00 ! SC 0.99 WF 1.04 ! ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 0.98 HN 1.00 KP 0.98 LA 0.99 ! NL 1.00 NY 1.02 OV 0.98 PT 0.98 ! SC 0.99 WF 1.01 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 1.05 HN 0.99 KP 0.98 LA 0.97 ! NL 1.02 NY 1.13 OV 0.98 PT 1.00 ! SC 0.99 WF 1.04 ! ! ! Fit before self-cal, rms=0.111179Jy sigma=0.404592 ! Fit after self-cal, rms=0.110753Jy sigma=0.387343 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.852 mas, bmaj=4.604 mas, bpa=33.72 degrees ! Estimated noise=4.41644 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.00139232 Jy ! Component: 100 - total flux cleaned = -0.00154763 Jy ! Component: 150 - total flux cleaned = -0.00161954 Jy ! Component: 200 - total flux cleaned = -0.00161939 Jy ! Total flux subtracted in 200 components = -0.00161939 Jy ! Clean residual min=-0.008473 max=0.009068 Jy/beam ! Clean residual mean=0.000366 rms=0.002176 Jy/beam ! Combined flux in latest and established models = 0.452122 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.452122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110697Jy sigma=0.387218 ! Fit after self-cal, rms=0.110745Jy sigma=0.387157 ! 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.110745Jy sigma=0.387157 ! Fit after self-cal, rms=0.109978Jy sigma=0.384564 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.859 mas, bmaj=4.56 mas, bpa=33.64 degrees ! Estimated noise=4.38996 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00156811 Jy ! Component: 100 - total flux cleaned = -0.00167921 Jy ! Component: 150 - total flux cleaned = -0.00172694 Jy ! Component: 200 - total flux cleaned = -0.00180446 Jy ! Total flux subtracted in 200 components = -0.00180446 Jy ! Clean residual min=-0.007548 max=0.008887 Jy/beam ! Clean residual mean=0.000475 rms=0.002111 Jy/beam ! Combined flux in latest and established models = 0.450318 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.450318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109852Jy sigma=0.384416 ! Fit after self-cal, rms=0.109850Jy sigma=0.384365 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.000199641 Jy ! Component: 100 - total flux cleaned = 0.000164318 Jy ! Component: 150 - total flux cleaned = 9.76423e-05 Jy ! Component: 200 - total flux cleaned = 3.40864e-05 Jy ! Total flux subtracted in 200 components = 3.40864e-05 Jy ! Clean residual min=-0.007464 max=0.008876 Jy/beam ! Clean residual mean=0.000474 rms=0.002108 Jy/beam ! Combined flux in latest and established models = 0.450352 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.450352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109817Jy sigma=0.384272 ! Fit after self-cal, rms=0.109821Jy sigma=0.384253 ! 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.109821Jy sigma=0.384253 ! Fit after self-cal, rms=0.108822Jy sigma=0.381045 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.86 mas, bmaj=4.552 mas, bpa=33.63 degrees ! Estimated noise=4.36385 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00228134 Jy ! Component: 100 - total flux cleaned = -0.00263449 Jy ! Component: 150 - total flux cleaned = -0.00266869 Jy ! Component: 200 - total flux cleaned = -0.00276127 Jy ! Total flux subtracted in 200 components = -0.00276127 Jy ! Clean residual min=-0.007160 max=0.007902 Jy/beam ! Clean residual mean=0.000538 rms=0.002020 Jy/beam ! Combined flux in latest and established models = 0.447591 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 45 components and 0.447591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108693Jy sigma=0.381021 ! Fit after self-cal, rms=0.108692Jy sigma=0.381004 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.06608e-05 Jy ! Component: 100 - total flux cleaned = -7.85054e-06 Jy ! Component: 150 - total flux cleaned = -3.60931e-05 Jy ! Component: 200 - total flux cleaned = -6.26369e-05 Jy ! Total flux subtracted in 200 components = -6.26369e-05 Jy ! Clean residual min=-0.007126 max=0.007915 Jy/beam ! Clean residual mean=0.000539 rms=0.002019 Jy/beam ! Combined flux in latest and established models = 0.447528 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 47 components and 0.447528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108673Jy sigma=0.380936 ! Fit after self-cal, rms=0.108676Jy sigma=0.380925 ! 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.108676Jy sigma=0.380925 ! Fit after self-cal, rms=0.108282Jy sigma=0.380718 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.538 mas, bmaj=13.66 mas, bpa=-12.48 degrees ! Estimated noise=5.35842 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00334383 Jy ! Component: 100 - total flux cleaned = -0.00443518 Jy ! Component: 150 - total flux cleaned = -0.00473773 Jy ! Component: 200 - total flux cleaned = -0.00477364 Jy ! Total flux subtracted in 200 components = -0.00477364 Jy ! Clean residual min=-0.007070 max=0.010329 Jy/beam ! Clean residual mean=0.001334 rms=0.002943 Jy/beam ! Combined flux in latest and established models = 0.442754 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 49 components and 0.442754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108289Jy sigma=0.380796 ! Fit after self-cal, rms=0.108264Jy sigma=0.380681 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.00013293 Jy ! Component: 100 - total flux cleaned = -0.000139417 Jy ! Component: 150 - total flux cleaned = -0.000142395 Jy ! Component: 200 - total flux cleaned = -0.000155705 Jy ! Total flux subtracted in 200 components = -0.000155705 Jy ! Clean residual min=-0.007065 max=0.010395 Jy/beam ! Clean residual mean=0.001338 rms=0.002943 Jy/beam ! Combined flux in latest and established models = 0.442599 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 50 components and 0.442599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108262Jy sigma=0.380759 ! Fit after self-cal, rms=0.108269Jy sigma=0.380687 ! 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=1.861 mas, bmaj=4.549 mas, bpa=33.6 degrees ! Estimated noise=4.34176 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.861 x 4.549 at 33.6 degrees (North through East) ! Clean map min=-0.0061964 max=0.37699 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=1.586 mas, bmaj=4.382 mas, bpa=33.16 degrees ! Estimated noise=4.83496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.295173 Jy ! Component: 100 - total flux cleaned = 0.378354 Jy ! Component: 150 - total flux cleaned = 0.413678 Jy ! Component: 200 - total flux cleaned = 0.431765 Jy ! Total flux subtracted in 200 components = 0.431765 Jy ! Clean residual min=-0.009902 max=0.009899 Jy/beam ! Clean residual mean=0.000046 rms=0.002225 Jy/beam ! Combined flux in latest and established models = 0.431765 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.431765 Jy ! Inverting map and beam ! Estimated beam: bmin=1.861 mas, bmaj=4.549 mas, bpa=33.6 degrees ! Estimated noise=4.34176 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) ! Added new window around map position (-25.5, 53). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00970509 Jy ! Component: 100 - total flux cleaned = 0.0151425 Jy ! Component: 150 - total flux cleaned = 0.0180323 Jy ! Component: 200 - total flux cleaned = 0.018488 Jy ! Total flux subtracted in 200 components = 0.018488 Jy ! Clean residual min=-0.007559 max=0.007776 Jy/beam ! Clean residual mean=0.000465 rms=0.001940 Jy/beam ! Combined flux in latest and established models = 0.450253 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 36 components and 0.450253 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.538 mas, bmaj=13.66 mas, bpa=-12.48 degrees ! Estimated noise=5.35842 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138448 Jy ! Component: 100 - total flux cleaned = 0.00166805 Jy ! Component: 150 - total flux cleaned = 0.00166858 Jy ! Component: 200 - total flux cleaned = 0.0016675 Jy ! Total flux subtracted in 200 components = 0.0016675 Jy ! Clean residual min=-0.006852 max=0.008735 Jy/beam ! Clean residual mean=0.000992 rms=0.002771 Jy/beam ! Combined flux in latest and established models = 0.45192 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 = 2.06716e-06 Jy ! Component: 100 - total flux cleaned = 4.67879e-06 Jy ! Component: 150 - total flux cleaned = 8.07308e-06 Jy ! Component: 200 - total flux cleaned = 7.56879e-06 Jy ! Total flux subtracted in 200 components = 7.56879e-06 Jy ! Clean residual min=-0.006829 max=0.008738 Jy/beam ! Clean residual mean=0.000991 rms=0.002763 Jy/beam ! Combined flux in latest and established models = 0.451928 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.451928 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.861 mas, bmaj=4.549 mas, bpa=33.6 degrees ! Estimated noise=4.34176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00011924 Jy ! Component: 100 - total flux cleaned = -0.000166239 Jy ! Component: 150 - total flux cleaned = -8.07102e-05 Jy ! Component: 200 - total flux cleaned = -3.01635e-06 Jy ! Total flux subtracted in 200 components = -3.01635e-06 Jy ! Clean residual min=-0.007271 max=0.007748 Jy/beam ! Clean residual mean=0.000435 rms=0.001920 Jy/beam ! Combined flux in latest and established models = 0.451925 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.451925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107520Jy sigma=0.379934 ! Fit after self-cal, rms=0.107481Jy sigma=0.379430 wmodel /scr/pima/rv100_uvs/J2101+0341_S_map.mod ! Writing 56 model components to file: /scr/pima/rv100_uvs/J2101+0341_S_map.mod wobs /scr/pima/rv100_uvs/J2101+0341_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J2101+0341_S_uvs.fits wwins /scr/pima/rv100_uvs/J2101+0341_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv100_uvs/J2101+0341_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.00254916 Jy ! Component: 100 - total flux cleaned = 0.00476458 Jy ! Component: 150 - total flux cleaned = 0.00701924 Jy ! Component: 200 - total flux cleaned = 0.0084723 Jy ! Component: 250 - total flux cleaned = 0.00988539 Jy ! Component: 300 - total flux cleaned = 0.0112595 Jy ! Component: 350 - total flux cleaned = 0.0124869 Jy ! Component: 400 - total flux cleaned = 0.0134693 Jy ! Component: 450 - total flux cleaned = 0.0144311 Jy ! Component: 500 - total flux cleaned = 0.015475 Jy ! Component: 550 - total flux cleaned = 0.016394 Jy ! Component: 600 - total flux cleaned = 0.0170934 Jy ! Component: 650 - total flux cleaned = 0.0178768 Jy ! Component: 700 - total flux cleaned = 0.0183572 Jy ! Component: 750 - total flux cleaned = 0.0191108 Jy ! Component: 800 - total flux cleaned = 0.0196646 Jy ! Component: 850 - total flux cleaned = 0.020028 Jy ! Component: 900 - total flux cleaned = 0.0207407 Jy ! Component: 950 - total flux cleaned = 0.0210908 Jy ! Component: 1000 - total flux cleaned = 0.0216945 Jy ! Component: 1050 - total flux cleaned = 0.0221197 Jy ! Component: 1100 - total flux cleaned = 0.0226216 Jy ! Component: 1150 - total flux cleaned = 0.0228695 Jy ! Component: 1200 - total flux cleaned = 0.0231948 Jy ! Component: 1250 - total flux cleaned = 0.0235961 Jy ! Component: 1300 - total flux cleaned = 0.0238337 Jy ! Component: 1350 - total flux cleaned = 0.0241464 Jy ! Component: 1400 - total flux cleaned = 0.0243011 Jy ! Component: 1450 - total flux cleaned = 0.0245302 Jy ! Component: 1500 - total flux cleaned = 0.0247554 Jy ! Component: 1550 - total flux cleaned = 0.0249041 Jy ! Component: 1600 - total flux cleaned = 0.0249773 Jy ! Component: 1650 - total flux cleaned = 0.0252665 Jy ! Component: 1700 - total flux cleaned = 0.0251947 Jy ! Component: 1750 - total flux cleaned = 0.0252658 Jy ! Component: 1800 - total flux cleaned = 0.0253359 Jy ! Component: 1850 - total flux cleaned = 0.025405 Jy ! Component: 1900 - total flux cleaned = 0.0254737 Jy ! Component: 1950 - total flux cleaned = 0.025406 Jy ! Component: 2000 - total flux cleaned = 0.0255391 Jy ! Component: 2050 - total flux cleaned = 0.0256052 Jy ! Component: 2100 - total flux cleaned = 0.0256049 Jy ! Component: 2150 - total flux cleaned = 0.0256694 Jy ! Component: 2200 - total flux cleaned = 0.0256696 Jy ! Component: 2250 - total flux cleaned = 0.0256704 Jy ! Component: 2300 - total flux cleaned = 0.0258583 Jy ! Component: 2350 - total flux cleaned = 0.0257959 Jy ! Component: 2400 - total flux cleaned = 0.0256725 Jy ! Component: 2450 - total flux cleaned = 0.025673 Jy ! Component: 2500 - total flux cleaned = 0.0257342 Jy ! Component: 2550 - total flux cleaned = 0.0257348 Jy ! Component: 2600 - total flux cleaned = 0.0257942 Jy ! Component: 2650 - total flux cleaned = 0.0257938 Jy ! Component: 2700 - total flux cleaned = 0.025677 Jy ! Component: 2750 - total flux cleaned = 0.0257928 Jy ! Component: 2800 - total flux cleaned = 0.0257352 Jy ! Component: 2850 - total flux cleaned = 0.0256216 Jy ! Component: 2900 - total flux cleaned = 0.0257907 Jy ! Component: 2950 - total flux cleaned = 0.0257906 Jy ! Component: 3000 - total flux cleaned = 0.0257902 Jy ! Component: 3050 - total flux cleaned = 0.025625 Jy ! Component: 3100 - total flux cleaned = 0.0257345 Jy ! Component: 3150 - total flux cleaned = 0.0256804 Jy ! Component: 3200 - total flux cleaned = 0.0257883 Jy ! Component: 3250 - total flux cleaned = 0.0257884 Jy ! Component: 3300 - total flux cleaned = 0.0258413 Jy ! Component: 3350 - total flux cleaned = 0.0257364 Jy ! Component: 3400 - total flux cleaned = 0.0258412 Jy ! Component: 3450 - total flux cleaned = 0.0258932 Jy ! Component: 3500 - total flux cleaned = 0.0258932 Jy ! Component: 3550 - total flux cleaned = 0.0259445 Jy ! Component: 3600 - total flux cleaned = 0.0259445 Jy ! Component: 3650 - total flux cleaned = 0.0259451 Jy ! Component: 3700 - total flux cleaned = 0.0260454 Jy ! Component: 3750 - total flux cleaned = 0.0260454 Jy ! Component: 3800 - total flux cleaned = 0.0259966 Jy ! Component: 3850 - total flux cleaned = 0.0261435 Jy ! Component: 3900 - total flux cleaned = 0.0261434 Jy ! Component: 3950 - total flux cleaned = 0.0261433 Jy ! Component: 4000 - total flux cleaned = 0.0261434 Jy ! Component: 4050 - total flux cleaned = 0.026239 Jy ! Total flux subtracted in 4096 components = 0.026286 Jy ! Clean residual min=-0.002639 max=0.002770 Jy/beam ! Clean residual mean=0.000074 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.478211 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 334 components and 0.478211 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J2101+0341_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.861 x 4.549 at 33.6 degrees (North through East) ! Clean map min=-0.0044723 max=0.37476 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J2101+0341_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.374756 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000803928 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.643561 0.643561 1.28712 2.57425 5.14849 10.297 20.594 41.1879 82.3759 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.374 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 466.156 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J2101+0341_S_uvs.log closed on Mon Feb 29 13:29:48 2016