! Started logfile: ./J2102+4659_X_uvs.log on Mon Oct 28 15:40:26 2013 obs J2102+4659_X_uvm.fits ! Reading UV FITS file: J2102+4659_X_uvm.fits ! AN table 1: 42 integrations on 15 of 15 possible baselines. ! AN table 2: 21 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.648926 visibilities/baseline/integration-bin. ! Found source: J2102+4659 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5560 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 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 ./J2102+4659_X] 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 11 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 5. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 6. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 7. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 8. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.000020Jy sigma=0.739691 ! Fit after self-cal, rms=0.992655Jy sigma=0.730886 ! 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.634 mas, bmaj=3.181 mas, bpa=42.05 degrees ! Estimated noise=37.581 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.2, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00813465 Jy ! Component: 100 - total flux cleaned = 0.00970619 Jy ! Total flux subtracted in 100 components = 0.00970619 Jy ! Clean residual min=-0.001646 max=0.001753 Jy/beam ! Clean residual mean=0.000000 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.00970619 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.00970619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.016067Jy sigma=0.011092 ! Fit after self-cal, rms=0.014746Jy sigma=0.009905 ! 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.08 mas, bmaj=3.641 mas, bpa=32.21 degrees ! Estimated noise=14.7853 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.00213175 Jy ! Component: 100 - total flux cleaned = 0.00238122 Jy ! Component: 150 - total flux cleaned = 0.00234931 Jy ! Component: 200 - total flux cleaned = 0.00234903 Jy ! Total flux subtracted in 200 components = 0.00234903 Jy ! Clean residual min=-0.000619 max=0.000586 Jy/beam ! Clean residual mean=0.000001 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.0120552 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.0120552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.014998Jy sigma=0.009321 ! Fit after self-cal, rms=0.014991Jy sigma=0.009319 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 KP 0.94 LA 0.90 NL 1.22 ! OV 1.05 PT 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.40 HN 1.00* KP 1.21 LA 0.90 ! NL 0.95 OV 0.70 PT 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 KP 0.96 LA 1.03 NL 0.80 ! OV 0.79 PT 0.80 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 HN 1.00* KP 0.78 LA 0.96 ! NL 1.06 OV 0.87 PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.77 KP 0.83 LA 0.98 NL 0.93 ! OV 0.97 PT 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.84 HN 1.00* KP 1.37 LA 1.06 ! NL 1.13 OV 0.64 PT 0.58 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.76 KP 0.98 LA 1.00 NL 0.83 ! OV 0.88 PT 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 HN 1.00* KP 1.18 LA 0.83 ! NL 0.91 OV 0.72 PT 0.93 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 KP 1.02 LA 0.99 NL 0.84 ! OV 0.82 PT 0.90 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 HN 1.00* KP 1.02 LA 1.10 ! NL 0.99 OV 0.75 PT 0.82 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 KP 0.91 LA 1.05 NL 0.77 ! OV 0.96 PT 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.69 HN 1.00* KP 0.85 LA 1.03 ! NL 1.12 OV 1.10 PT 0.73 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 KP 0.88 LA 0.81 NL 0.85 ! OV 0.80 PT 0.90 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.85 HN 1.00* KP 1.06 LA 0.80 ! NL 0.98 OV 0.88 PT 0.79 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 KP 1.13 LA 0.80 NL 1.03 ! OV 1.00 PT 0.75 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.10 HN 1.00* KP 1.16 LA 0.79 ! NL 0.98 OV 0.85 PT 0.70 ! ! ! Fit before self-cal, rms=0.014991Jy sigma=0.009319 ! Fit after self-cal, rms=0.013407Jy sigma=0.008892 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=3.684 mas, bpa=32.98 degrees ! Estimated noise=12.3072 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.00154239 Jy ! Component: 100 - total flux cleaned = -0.00195337 Jy ! Component: 150 - total flux cleaned = -0.0021587 Jy ! Component: 200 - total flux cleaned = -0.00227127 Jy ! Total flux subtracted in 200 components = -0.00227127 Jy ! Clean residual min=-0.000355 max=0.000498 Jy/beam ! Clean residual mean=0.000000 rms=0.000102 Jy/beam ! Combined flux in latest and established models = 0.00978395 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 48 components and 0.00978395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.012915Jy sigma=0.009065 ! Fit after self-cal, rms=0.012963Jy sigma=0.009047 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.012963Jy sigma=0.009047 ! Fit after self-cal, rms=0.011926Jy sigma=0.008766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.161 mas, bmaj=3.687 mas, bpa=34.82 degrees ! Estimated noise=10.4425 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00126378 Jy ! Component: 100 - total flux cleaned = -0.00158101 Jy ! Component: 150 - total flux cleaned = -0.00167269 Jy ! Component: 200 - total flux cleaned = -0.00169535 Jy ! Total flux subtracted in 200 components = -0.00169535 Jy ! Clean residual min=-0.000284 max=0.000345 Jy/beam ! Clean residual mean=0.000000 rms=0.000078 Jy/beam ! Combined flux in latest and established models = 0.0080886 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 73 components and 0.0080886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.011550Jy sigma=0.008936 ! Fit after self-cal, rms=0.011586Jy sigma=0.008928 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 (2.6, -28.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221824 Jy ! Component: 100 - total flux cleaned = 0.00020051 Jy ! Component: 150 - total flux cleaned = 0.000216072 Jy ! Component: 200 - total flux cleaned = 0.00023457 Jy ! Total flux subtracted in 200 components = 0.00023457 Jy ! Clean residual min=-0.000230 max=0.000279 Jy/beam ! Clean residual mean=0.000000 rms=0.000066 Jy/beam ! Combined flux in latest and established models = 0.00832317 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 96 components and 0.00832317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.011573Jy sigma=0.008923 ! Fit after self-cal, rms=0.011567Jy sigma=0.008919 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.011567Jy sigma=0.008919 ! Fit after self-cal, rms=0.010338Jy sigma=0.008739 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.183 mas, bmaj=3.694 mas, bpa=36.65 degrees ! Estimated noise=8.96676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000979868 Jy ! Component: 100 - total flux cleaned = -0.00110592 Jy ! Component: 150 - total flux cleaned = -0.0011233 Jy ! Component: 200 - total flux cleaned = -0.00115174 Jy ! Total flux subtracted in 200 components = -0.00115174 Jy ! Clean residual min=-0.000214 max=0.000217 Jy/beam ! Clean residual mean=0.000000 rms=0.000056 Jy/beam ! Combined flux in latest and established models = 0.00717143 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 120 components and 0.00717143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.010061Jy sigma=0.008899 ! Fit after self-cal, rms=0.010061Jy sigma=0.008895 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 = 5.90147e-05 Jy ! Component: 100 - total flux cleaned = 3.64544e-05 Jy ! Component: 150 - total flux cleaned = 1.66655e-05 Jy ! Component: 200 - total flux cleaned = 1.66025e-05 Jy ! Total flux subtracted in 200 components = 1.66025e-05 Jy ! Clean residual min=-0.000212 max=0.000211 Jy/beam ! Clean residual mean=0.000000 rms=0.000055 Jy/beam ! Combined flux in latest and established models = 0.00718803 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 132 components and 0.00718803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.010053Jy sigma=0.008897 ! Fit after self-cal, rms=0.010051Jy sigma=0.008896 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.010051Jy sigma=0.008896 ! Fit after self-cal, rms=0.008959Jy sigma=0.008707 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.516 mas, bmaj=4.012 mas, bpa=36.52 degrees ! Estimated noise=7.71764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000855273 Jy ! Component: 100 - total flux cleaned = -0.00103412 Jy ! Component: 150 - total flux cleaned = -0.00104806 Jy ! Component: 200 - total flux cleaned = -0.00105659 Jy ! Total flux subtracted in 200 components = -0.00105659 Jy ! Clean residual min=-0.000164 max=0.000182 Jy/beam ! Clean residual mean=0.000000 rms=0.000044 Jy/beam ! Combined flux in latest and established models = 0.00613144 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 148 components and 0.00613144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.008720Jy sigma=0.008877 ! Fit after self-cal, rms=0.008722Jy sigma=0.008874 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.57068e-05 Jy ! Component: 100 - total flux cleaned = 2.11181e-05 Jy ! Component: 150 - total flux cleaned = 1.11729e-05 Jy ! Component: 200 - total flux cleaned = 1.11825e-05 Jy ! Total flux subtracted in 200 components = 1.11825e-05 Jy ! Clean residual min=-0.000149 max=0.000174 Jy/beam ! Clean residual mean=0.000000 rms=0.000043 Jy/beam ! Combined flux in latest and established models = 0.00614262 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 161 components and 0.00614262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.008718Jy sigma=0.008875 ! Fit after self-cal, rms=0.008717Jy sigma=0.008874 ! 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.198 mas, bmaj=3.708 mas, bpa=37.89 degrees ! Estimated noise=7.70113 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.198 x 3.708 at 37.89 degrees (North through East) ! Clean map min=-0.00028879 max=0.0065141 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.732 mas, bmaj=3.238 mas, bpa=47.53 degrees ! Estimated noise=20.1256 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00534305 Jy ! Component: 100 - total flux cleaned = 0.00597564 Jy ! Component: 150 - total flux cleaned = 0.00596759 Jy ! Component: 200 - total flux cleaned = 0.00604693 Jy ! Total flux subtracted in 200 components = 0.00604693 Jy ! Clean residual min=-0.000771 max=0.000782 Jy/beam ! Clean residual mean=0.000000 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.00604693 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.00604693 Jy ! Inverting map and beam ! Estimated beam: bmin=3.198 mas, bmaj=3.708 mas, bpa=37.89 degrees ! Estimated noise=7.70113 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.00018698 Jy ! Component: 100 - total flux cleaned = 0.000233678 Jy ! Component: 150 - total flux cleaned = 0.000273115 Jy ! Component: 200 - total flux cleaned = 0.000282499 Jy ! Total flux subtracted in 200 components = 0.000282499 Jy ! Clean residual min=-0.000224 max=0.000223 Jy/beam ! Clean residual mean=0.000000 rms=0.000060 Jy/beam ! Combined flux in latest and established models = 0.00632943 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 42 components and 0.00632943 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=3.516 mas, bmaj=4.012 mas, bpa=36.52 degrees ! Estimated noise=7.71764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.40971e-05 Jy ! Component: 100 - total flux cleaned = -2.01985e-06 Jy ! Component: 150 - total flux cleaned = -1.60474e-05 Jy ! Component: 200 - total flux cleaned = -3.26172e-05 Jy ! Total flux subtracted in 200 components = -3.26172e-05 Jy ! Clean residual min=-0.000162 max=0.000192 Jy/beam ! Clean residual mean=0.000000 rms=0.000049 Jy/beam ! Combined flux in latest and established models = 0.00629681 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 = -1.11503e-05 Jy ! Component: 100 - total flux cleaned = -2.86667e-05 Jy ! Component: 150 - total flux cleaned = -4.49465e-05 Jy ! Component: 200 - total flux cleaned = -6.01635e-05 Jy ! Total flux subtracted in 200 components = -6.01635e-05 Jy ! Clean residual min=-0.000159 max=0.000184 Jy/beam ! Clean residual mean=0.000000 rms=0.000047 Jy/beam ! Combined flux in latest and established models = 0.00623665 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 76 components and 0.00623665 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.198 mas, bmaj=3.708 mas, bpa=37.89 degrees ! Estimated noise=7.70113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.89795e-05 Jy ! Component: 100 - total flux cleaned = -2.95114e-05 Jy ! Component: 150 - total flux cleaned = -4.56875e-05 Jy ! Component: 200 - total flux cleaned = -5.75559e-05 Jy ! Total flux subtracted in 200 components = -5.75559e-05 Jy ! Clean residual min=-0.000174 max=0.000182 Jy/beam ! Clean residual mean=0.000000 rms=0.000048 Jy/beam ! Combined flux in latest and established models = 0.00617909 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.00617909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.008712Jy sigma=0.008888 ! Fit after self-cal, rms=0.008707Jy sigma=0.008884 wmodel ./J2102+4659_X_map.mod ! Writing 82 model components to file: ./J2102+4659_X_map.mod wobs ./J2102+4659_X_uvs.fits ! Writing UV FITS file: ./J2102+4659_X_uvs.fits wwins ./J2102+4659_X_map.win ! wwins: Wrote 2 windows to ./J2102+4659_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 = 4.46075e-06 Jy ! Component: 100 - total flux cleaned = -1.88793e-05 Jy ! Component: 150 - total flux cleaned = -2.72905e-05 Jy ! Component: 200 - total flux cleaned = -2.47041e-05 Jy ! Component: 250 - total flux cleaned = -3.73546e-05 Jy ! Component: 300 - total flux cleaned = -5.92164e-05 Jy ! Component: 350 - total flux cleaned = -8.26337e-05 Jy ! Component: 400 - total flux cleaned = -0.00010304 Jy ! Component: 450 - total flux cleaned = -0.00012294 Jy ! Component: 500 - total flux cleaned = -0.000137995 Jy ! Component: 550 - total flux cleaned = -0.000142159 Jy ! Component: 600 - total flux cleaned = -0.000144215 Jy ! Component: 650 - total flux cleaned = -0.000146225 Jy ! Component: 700 - total flux cleaned = -0.000142284 Jy ! Component: 750 - total flux cleaned = -0.000150106 Jy ! Component: 800 - total flux cleaned = -0.00014819 Jy ! Component: 850 - total flux cleaned = -0.000155771 Jy ! Component: 900 - total flux cleaned = -0.000157613 Jy ! Component: 950 - total flux cleaned = -0.000153928 Jy ! Component: 1000 - total flux cleaned = -0.000159386 Jy ! Component: 1050 - total flux cleaned = -0.000162952 Jy ! Component: 1100 - total flux cleaned = -0.000164703 Jy ! Component: 1150 - total flux cleaned = -0.000159488 Jy ! Component: 1200 - total flux cleaned = -0.000159513 Jy ! Component: 1250 - total flux cleaned = -0.000161236 Jy ! Component: 1300 - total flux cleaned = -0.00016124 Jy ! Component: 1350 - total flux cleaned = -0.000159544 Jy ! Component: 1400 - total flux cleaned = -0.000157893 Jy ! Component: 1450 - total flux cleaned = -0.000157896 Jy ! Component: 1500 - total flux cleaned = -0.000149791 Jy ! Component: 1550 - total flux cleaned = -0.000146587 Jy ! Component: 1600 - total flux cleaned = -0.000143399 Jy ! Component: 1650 - total flux cleaned = -0.000140236 Jy ! Component: 1700 - total flux cleaned = -0.000132435 Jy ! Component: 1750 - total flux cleaned = -0.000127794 Jy ! Component: 1800 - total flux cleaned = -0.00011858 Jy ! Component: 1850 - total flux cleaned = -0.000118594 Jy ! Component: 1900 - total flux cleaned = -0.00011102 Jy ! Component: 1950 - total flux cleaned = -0.000109524 Jy ! Component: 2000 - total flux cleaned = -0.000105047 Jy ! Component: 2050 - total flux cleaned = -0.000102086 Jy ! Component: 2100 - total flux cleaned = -9.32451e-05 Jy ! Component: 2150 - total flux cleaned = -8.73967e-05 Jy ! Component: 2200 - total flux cleaned = -8.3026e-05 Jy ! Component: 2250 - total flux cleaned = -7.86948e-05 Jy ! Component: 2300 - total flux cleaned = -7.2945e-05 Jy ! Component: 2350 - total flux cleaned = -7.00778e-05 Jy ! Component: 2400 - total flux cleaned = -6.43987e-05 Jy ! Component: 2450 - total flux cleaned = -6.15879e-05 Jy ! Component: 2500 - total flux cleaned = -5.31703e-05 Jy ! Component: 2550 - total flux cleaned = -5.17814e-05 Jy ! Component: 2600 - total flux cleaned = -4.6229e-05 Jy ! Component: 2650 - total flux cleaned = -4.48481e-05 Jy ! Component: 2700 - total flux cleaned = -4.07322e-05 Jy ! Component: 2750 - total flux cleaned = -3.39011e-05 Jy ! Component: 2800 - total flux cleaned = -2.98289e-05 Jy ! Component: 2850 - total flux cleaned = -2.44303e-05 Jy ! Component: 2900 - total flux cleaned = -2.30732e-05 Jy ! Component: 2950 - total flux cleaned = -1.77257e-05 Jy ! Component: 3000 - total flux cleaned = -1.63992e-05 Jy ! Component: 3050 - total flux cleaned = -1.24249e-05 Jy ! Component: 3100 - total flux cleaned = -9.79111e-06 Jy ! Component: 3150 - total flux cleaned = -5.86303e-06 Jy ! Component: 3200 - total flux cleaned = -4.56421e-06 Jy ! Component: 3250 - total flux cleaned = -1.96623e-06 Jy ! Component: 3300 - total flux cleaned = 6.2938e-07 Jy ! Component: 3350 - total flux cleaned = 3.2117e-06 Jy ! Component: 3400 - total flux cleaned = 5.77827e-06 Jy ! Component: 3450 - total flux cleaned = 4.49623e-06 Jy ! Component: 3500 - total flux cleaned = 5.77449e-06 Jy ! Component: 3550 - total flux cleaned = 9.58684e-06 Jy ! Component: 3600 - total flux cleaned = 1.085e-05 Jy ! Component: 3650 - total flux cleaned = 9.58312e-06 Jy ! Component: 3700 - total flux cleaned = 9.58323e-06 Jy ! Component: 3750 - total flux cleaned = 1.08361e-05 Jy ! Component: 3800 - total flux cleaned = 7.10038e-06 Jy ! Component: 3850 - total flux cleaned = 1.08331e-05 Jy ! Component: 3900 - total flux cleaned = 8.34758e-06 Jy ! Component: 3950 - total flux cleaned = 4.63188e-06 Jy ! Component: 4000 - total flux cleaned = 9.57047e-06 Jy ! Component: 4050 - total flux cleaned = 4.63803e-06 Jy ! Total flux subtracted in 4096 components = 3.41045e-06 Jy ! Clean residual min=-0.000078 max=0.000072 Jy/beam ! Clean residual mean=0.000000 rms=0.000023 Jy/beam ! Combined flux in latest and established models = 0.0061825 Jy keep ! Adding 235 model components to the UV plane model. ! The established model now contains 317 components and 0.0061825 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "./J2102+4659_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.198 x 3.708 at 37.89 degrees (North through East) ! Clean map min=-0.00029549 max=0.0064627 Jy/beam ! Writing clean map to FITS file: ./J2102+4659_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.00646266 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 2.24448e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.0419 1.0419 2.0838 4.1676 8.3352 16.6704 33.3408 66.6816 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.006 quit ! Quitting program ! Log file ./J2102+4659_X_uvs.log closed on Mon Oct 28 15:40:41 2013