! Started logfile: /g0/scr/pima/npcsb_uvs/J2354+4553_S_uvs.log on Wed Sep 25 00:14:09 2013 obs /g0/scr/pima/npcsb_uvs/J2354+4553_S_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J2354+4553_S_uva.fits ! AN table 1: 12 integrations on 36 of 36 possible baselines. ! AN table 2: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.833825 visibilities/baseline/integration-bin. ! Found source: J2354+4553 ! ! 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.23693e+09 8e+06 1 8e+06 ! 02 2 2.26693e+09 8e+06 1 8e+06 ! 03 3 2.35693e+09 8e+06 1 8e+06 ! 04 4 2.37693e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 3392 visibilities. select RR ! 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 /g0/scr/pima/npcsb_uvs/J2354+4553_S] 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 27 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.464248Jy sigma=8.916587 ! Fit after self-cal, rms=0.418234Jy sigma=2.445355 ! 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.887 mas, bmaj=7.193 mas, bpa=-36.93 degrees ! Estimated noise=3.69008 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.607803 Jy ! Component: 100 - total flux cleaned = 0.799521 Jy ! Total flux subtracted in 100 components = 0.799521 Jy ! Clean residual min=-0.058901 max=0.130426 Jy/beam ! Clean residual mean=0.000579 rms=0.018368 Jy/beam ! Combined flux in latest and established models = 0.799521 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.799521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.385948Jy sigma=2.235134 ! Fit after self-cal, rms=0.385631Jy sigma=2.234318 ! Inverting map ! Added new window around map position (-7.5, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.130658 Jy ! Component: 100 - total flux cleaned = 0.214078 Jy ! Total flux subtracted in 100 components = 0.214078 Jy ! Clean residual min=-0.050892 max=0.060268 Jy/beam ! Clean residual mean=0.000436 rms=0.013479 Jy/beam ! Combined flux in latest and established models = 1.0136 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 35 components and 1.0136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.304256Jy sigma=1.714754 ! Fit after self-cal, rms=0.299798Jy sigma=1.692988 ! 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.648 mas, bmaj=7.969 mas, bpa=-37.68 degrees ! Estimated noise=2.24384 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.127144 Jy ! Component: 100 - total flux cleaned = 0.217892 Jy ! Component: 150 - total flux cleaned = 0.285823 Jy ! Component: 200 - total flux cleaned = 0.337558 Jy ! Total flux subtracted in 200 components = 0.337558 Jy ! Clean residual min=-0.038633 max=0.057949 Jy/beam ! Clean residual mean=0.000512 rms=0.012571 Jy/beam ! Combined flux in latest and established models = 1.35116 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 78 components and 1.35116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219402Jy sigma=1.138600 ! Fit after self-cal, rms=0.216626Jy sigma=1.122918 ! 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 0.95 FD 1.00 HN 1.04 KP 0.92 ! LA 1.02 MK 0.95 NL 1.25 OV 0.99 ! PT 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.95 HN 0.94 KP 0.91 ! LA 1.03 MK 1.03 NL 1.19 OV 0.99 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.03 HN 1.04 KP 0.93 ! LA 1.00 MK 1.00 NL 1.28 OV 1.02 ! PT 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 0.98 HN 0.95 KP 0.91 ! LA 0.98 MK 1.06 NL 1.26 OV 0.97 ! PT 0.92 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.05 HN 1.02 KP 0.93 ! LA 0.81 MK 1.09 NL 1.33 OV 1.02 ! PT 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.11 FD 1.01 HN 0.96 KP 0.93 ! LA 0.80 MK 1.11 NL 1.33 OV 1.02 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.02 HN 0.97 KP 0.87 ! LA 0.72 MK 1.06 NL 1.31 OV 0.87 ! PT 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 1.00 HN 0.93 KP 0.84 ! LA 0.69 MK 1.11 NL 1.26 OV 0.83 ! PT 0.89 SC 1.07 ! ! ! Fit before self-cal, rms=0.216626Jy sigma=1.122918 ! Fit after self-cal, rms=0.115391Jy sigma=0.599099 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.749 mas, bmaj=8.035 mas, bpa=-37.89 degrees ! Estimated noise=2.2208 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 (-9.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0171543 Jy ! Component: 100 - total flux cleaned = 0.0232884 Jy ! Component: 150 - total flux cleaned = 0.0251371 Jy ! Component: 200 - total flux cleaned = 0.0247464 Jy ! Total flux subtracted in 200 components = 0.0247464 Jy ! Clean residual min=-0.011484 max=0.014309 Jy/beam ! Clean residual mean=0.000003 rms=0.003162 Jy/beam ! Combined flux in latest and established models = 1.3759 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 95 components and 1.3759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108679Jy sigma=0.559498 ! Fit after self-cal, rms=0.108255Jy sigma=0.556361 ! 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.108255Jy sigma=0.556361 ! Fit after self-cal, rms=0.107638Jy sigma=0.553192 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.741 mas, bmaj=8.031 mas, bpa=-37.86 degrees ! Estimated noise=2.21342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00643138 Jy ! Component: 100 - total flux cleaned = 0.00751685 Jy ! Component: 150 - total flux cleaned = 0.00752564 Jy ! Component: 200 - total flux cleaned = 0.0072654 Jy ! Total flux subtracted in 200 components = 0.0072654 Jy ! Clean residual min=-0.010099 max=0.011694 Jy/beam ! Clean residual mean=0.000008 rms=0.002693 Jy/beam ! Combined flux in latest and established models = 1.38317 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 108 components and 1.38317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104784Jy sigma=0.540455 ! Fit after self-cal, rms=0.104432Jy sigma=0.539139 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 (-23.5, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114504 Jy ! Component: 100 - total flux cleaned = 0.0170645 Jy ! Component: 150 - total flux cleaned = 0.0199867 Jy ! Component: 200 - total flux cleaned = 0.021906 Jy ! Total flux subtracted in 200 components = 0.021906 Jy ! Clean residual min=-0.008751 max=0.009109 Jy/beam ! Clean residual mean=-0.000005 rms=0.002215 Jy/beam ! Combined flux in latest and established models = 1.40507 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 129 components and 1.40507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102608Jy sigma=0.526293 ! Fit after self-cal, rms=0.102431Jy sigma=0.525836 ! 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.102431Jy sigma=0.525836 ! Fit after self-cal, rms=0.102125Jy sigma=0.523560 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.743 mas, bmaj=8.03 mas, bpa=-37.83 degrees ! Estimated noise=2.20694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208397 Jy ! Component: 100 - total flux cleaned = 0.0047603 Jy ! Component: 150 - total flux cleaned = 0.00691116 Jy ! Component: 200 - total flux cleaned = 0.00769347 Jy ! Total flux subtracted in 200 components = 0.00769347 Jy ! Clean residual min=-0.007872 max=0.007462 Jy/beam ! Clean residual mean=-0.000004 rms=0.001919 Jy/beam ! Combined flux in latest and established models = 1.41277 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 145 components and 1.41277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100783Jy sigma=0.517906 ! Fit after self-cal, rms=0.100645Jy sigma=0.517546 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.00209027 Jy ! Component: 100 - total flux cleaned = 0.00336091 Jy ! Component: 150 - total flux cleaned = 0.00419652 Jy ! Component: 200 - total flux cleaned = 0.00434889 Jy ! Total flux subtracted in 200 components = 0.00434889 Jy ! Clean residual min=-0.007419 max=0.006839 Jy/beam ! Clean residual mean=-0.000008 rms=0.001809 Jy/beam ! Combined flux in latest and established models = 1.41712 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 162 components and 1.41712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099819Jy sigma=0.514699 ! Fit after self-cal, rms=0.099735Jy sigma=0.514469 ! 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.099735Jy sigma=0.514469 ! Fit after self-cal, rms=0.099541Jy sigma=0.513533 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.016 mas, bmaj=10 mas, bpa=-42.08 degrees ! Estimated noise=2.49844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00553477 Jy ! Component: 100 - total flux cleaned = 0.00836937 Jy ! Component: 150 - total flux cleaned = 0.00987235 Jy ! Component: 200 - total flux cleaned = 0.0109298 Jy ! Total flux subtracted in 200 components = 0.0109298 Jy ! Clean residual min=-0.007795 max=0.006981 Jy/beam ! Clean residual mean=-0.000029 rms=0.002123 Jy/beam ! Combined flux in latest and established models = 1.42805 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 187 components and 1.42805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099120Jy sigma=0.511592 ! Fit after self-cal, rms=0.099039Jy sigma=0.511416 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.00135198 Jy ! Component: 100 - total flux cleaned = 0.00243146 Jy ! Component: 150 - total flux cleaned = 0.00328569 Jy ! Component: 200 - total flux cleaned = 0.0038668 Jy ! Total flux subtracted in 200 components = 0.0038668 Jy ! Clean residual min=-0.007178 max=0.006484 Jy/beam ! Clean residual mean=-0.000035 rms=0.002031 Jy/beam ! Combined flux in latest and established models = 1.43191 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 203 components and 1.43191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098760Jy sigma=0.510743 ! Fit after self-cal, rms=0.098718Jy sigma=0.510622 ! 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.746 mas, bmaj=8.023 mas, bpa=-37.76 degrees ! Estimated noise=2.20323 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.746 x 8.023 at -37.76 degrees (North through East) ! Clean map min=-0.0063421 max=0.80266 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.098718Jy sigma=0.510622 ! Fit after self-cal, rms=0.094844Jy sigma=0.476013 ! Inverting map and beam ! Estimated beam: bmin=3.748 mas, bmaj=8.025 mas, bpa=-37.75 degrees ! Estimated noise=2.20195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000410073 Jy ! Component: 100 - total flux cleaned = -0.000734084 Jy ! Component: 150 - total flux cleaned = -0.00114562 Jy ! Component: 200 - total flux cleaned = -0.00152679 Jy ! Total flux subtracted in 200 components = -0.00152679 Jy ! Clean residual min=-0.005872 max=0.005743 Jy/beam ! Clean residual mean=-0.000013 rms=0.001497 Jy/beam ! Combined flux in latest and established models = 1.43039 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 210 components and 1.43039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094137Jy sigma=0.473776 ! Fit after self-cal, rms=0.094101Jy sigma=0.473670 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.24996e-06 Jy ! Component: 100 - total flux cleaned = -0.000110163 Jy ! Component: 150 - total flux cleaned = -0.000337933 Jy ! Component: 200 - total flux cleaned = -0.000554222 Jy ! Total flux subtracted in 200 components = -0.000554222 Jy ! Clean residual min=-0.005569 max=0.005721 Jy/beam ! Clean residual mean=-0.000013 rms=0.001460 Jy/beam ! Combined flux in latest and established models = 1.42983 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 219 components and 1.42983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093655Jy sigma=0.472491 ! Fit after self-cal, rms=0.093628Jy sigma=0.472416 ! 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.093628Jy sigma=0.472416 ! Fit after self-cal, rms=0.093556Jy sigma=0.472125 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.94 mas, bmaj=7.205 mas, bpa=-36.91 degrees ! Estimated noise=3.6739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.601788 Jy ! Component: 100 - total flux cleaned = 0.803885 Jy ! Component: 150 - total flux cleaned = 0.92678 Jy ! Component: 200 - total flux cleaned = 1.01004 Jy ! Total flux subtracted in 200 components = 1.01004 Jy ! Clean residual min=-0.023613 max=0.047914 Jy/beam ! Clean residual mean=0.000288 rms=0.009180 Jy/beam ! Combined flux in latest and established models = 1.01004 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 43 model components to the UV plane model. ! The established model now contains 43 components and 1.01004 Jy ! Inverting map and beam ! Estimated beam: bmin=3.748 mas, bmaj=8.023 mas, bpa=-37.71 degrees ! Estimated noise=2.20101 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.102977 Jy ! Component: 100 - total flux cleaned = 0.171753 Jy ! Component: 150 - total flux cleaned = 0.219759 Jy ! Component: 200 - total flux cleaned = 0.254148 Jy ! Total flux subtracted in 200 components = 0.254148 Jy ! Clean residual min=-0.012975 max=0.019459 Jy/beam ! Clean residual mean=0.000232 rms=0.005290 Jy/beam ! Combined flux in latest and established models = 1.26419 Jy ! Adding 97 model components to the UV plane model. ! The established model now contains 126 components and 1.26419 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=8.022 mas, bmaj=9.993 mas, bpa=-41.79 degrees ! Estimated noise=2.49499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0410033 Jy ! Component: 100 - total flux cleaned = 0.0665161 Jy ! Component: 150 - total flux cleaned = 0.0852896 Jy ! Component: 200 - total flux cleaned = 0.100039 Jy ! Total flux subtracted in 200 components = 0.100039 Jy ! Clean residual min=-0.009850 max=0.009979 Jy/beam ! Clean residual mean=0.000141 rms=0.003741 Jy/beam ! Combined flux in latest and established models = 1.36423 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.0117945 Jy ! Component: 100 - total flux cleaned = 0.0213444 Jy ! Component: 150 - total flux cleaned = 0.029281 Jy ! Component: 200 - total flux cleaned = 0.0359592 Jy ! Total flux subtracted in 200 components = 0.0359592 Jy ! Clean residual min=-0.007491 max=0.006267 Jy/beam ! Clean residual mean=0.000053 rms=0.002448 Jy/beam ! Combined flux in latest and established models = 1.40019 Jy ! Adding 152 model components to the UV plane model. ! The established model now contains 266 components and 1.40019 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.748 mas, bmaj=8.023 mas, bpa=-37.71 degrees ! Estimated noise=2.20101 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00579822 Jy ! Component: 100 - total flux cleaned = 0.0103698 Jy ! Component: 150 - total flux cleaned = 0.0138292 Jy ! Component: 200 - total flux cleaned = 0.0163091 Jy ! Total flux subtracted in 200 components = 0.0163091 Jy ! Clean residual min=-0.005791 max=0.005977 Jy/beam ! Clean residual mean=0.000006 rms=0.001543 Jy/beam ! Combined flux in latest and established models = 1.41649 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 294 components and 1.4165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092834Jy sigma=0.474372 ! Fit after self-cal, rms=0.092404Jy sigma=0.472865 wmodel /g0/scr/pima/npcsb_uvs/J2354+4553_S_map.mod ! Writing 294 model components to file: /g0/scr/pima/npcsb_uvs/J2354+4553_S_map.mod wobs /g0/scr/pima/npcsb_uvs/J2354+4553_S_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J2354+4553_S_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J2354+4553_S_map.win ! wwins: Wrote 4 windows to /g0/scr/pima/npcsb_uvs/J2354+4553_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.000519359 Jy ! Component: 100 - total flux cleaned = -0.00148889 Jy ! Component: 150 - total flux cleaned = -0.00239705 Jy ! Component: 200 - total flux cleaned = -0.00291658 Jy ! Component: 250 - total flux cleaned = -0.00308307 Jy ! Component: 300 - total flux cleaned = -0.00316377 Jy ! Component: 350 - total flux cleaned = -0.00324032 Jy ! Component: 400 - total flux cleaned = -0.00301778 Jy ! Component: 450 - total flux cleaned = -0.00280563 Jy ! Component: 500 - total flux cleaned = -0.00273734 Jy ! Component: 550 - total flux cleaned = -0.00267076 Jy ! Component: 600 - total flux cleaned = -0.00241096 Jy ! Component: 650 - total flux cleaned = -0.00215774 Jy ! Component: 700 - total flux cleaned = -0.00197168 Jy ! Component: 750 - total flux cleaned = -0.00160664 Jy ! Component: 800 - total flux cleaned = -0.00166707 Jy ! Component: 850 - total flux cleaned = -0.00119819 Jy ! Component: 900 - total flux cleaned = -0.000911742 Jy ! Component: 950 - total flux cleaned = -0.000463751 Jy ! Component: 1000 - total flux cleaned = -0.000299372 Jy ! Component: 1050 - total flux cleaned = -0.000191639 Jy ! Component: 1100 - total flux cleaned = 0.000125513 Jy ! Component: 1150 - total flux cleaned = 0.000331304 Jy ! Component: 1200 - total flux cleaned = 0.000434184 Jy ! Component: 1250 - total flux cleaned = 0.000785937 Jy ! Component: 1300 - total flux cleaned = 0.0010826 Jy ! Component: 1350 - total flux cleaned = 0.00137505 Jy ! Component: 1400 - total flux cleaned = 0.00166207 Jy ! Component: 1450 - total flux cleaned = 0.00203775 Jy ! Component: 1500 - total flux cleaned = 0.00231554 Jy ! Component: 1550 - total flux cleaned = 0.00263542 Jy ! Component: 1600 - total flux cleaned = 0.00290573 Jy ! Component: 1650 - total flux cleaned = 0.00317089 Jy ! Component: 1700 - total flux cleaned = 0.00360737 Jy ! Component: 1750 - total flux cleaned = 0.00399517 Jy ! Component: 1800 - total flux cleaned = 0.00408053 Jy ! Component: 1850 - total flux cleaned = 0.0045836 Jy ! Component: 1900 - total flux cleaned = 0.00474874 Jy ! Component: 1950 - total flux cleaned = 0.00499342 Jy ! Component: 2000 - total flux cleaned = 0.00527537 Jy ! Component: 2050 - total flux cleaned = 0.00527466 Jy ! Component: 2100 - total flux cleaned = 0.00554938 Jy ! Component: 2150 - total flux cleaned = 0.00578283 Jy ! Component: 2200 - total flux cleaned = 0.00612626 Jy ! Component: 2250 - total flux cleaned = 0.00616429 Jy ! Component: 2300 - total flux cleaned = 0.00627677 Jy ! Component: 2350 - total flux cleaned = 0.00657134 Jy ! Component: 2400 - total flux cleaned = 0.00675383 Jy ! Component: 2450 - total flux cleaned = 0.00682521 Jy ! Component: 2500 - total flux cleaned = 0.00696834 Jy ! Component: 2550 - total flux cleaned = 0.00703867 Jy ! Component: 2600 - total flux cleaned = 0.00717786 Jy ! Component: 2650 - total flux cleaned = 0.00717767 Jy ! Component: 2700 - total flux cleaned = 0.00714366 Jy ! Component: 2750 - total flux cleaned = 0.0073464 Jy ! Component: 2800 - total flux cleaned = 0.00737971 Jy ! Component: 2850 - total flux cleaned = 0.00744563 Jy ! Component: 2900 - total flux cleaned = 0.00738028 Jy ! Component: 2950 - total flux cleaned = 0.00741292 Jy ! Component: 3000 - total flux cleaned = 0.00741321 Jy ! Component: 3050 - total flux cleaned = 0.00731723 Jy ! Component: 3100 - total flux cleaned = 0.0072224 Jy ! Component: 3150 - total flux cleaned = 0.00719142 Jy ! Component: 3200 - total flux cleaned = 0.00719163 Jy ! Component: 3250 - total flux cleaned = 0.00709902 Jy ! Component: 3300 - total flux cleaned = 0.0070381 Jy ! Component: 3350 - total flux cleaned = 0.00715912 Jy ! Component: 3400 - total flux cleaned = 0.00712889 Jy ! Component: 3450 - total flux cleaned = 0.00721821 Jy ! Component: 3500 - total flux cleaned = 0.00712908 Jy ! Component: 3550 - total flux cleaned = 0.0070701 Jy ! Component: 3600 - total flux cleaned = 0.00707005 Jy ! Component: 3650 - total flux cleaned = 0.0069835 Jy ! Component: 3700 - total flux cleaned = 0.00684041 Jy ! Component: 3750 - total flux cleaned = 0.00686904 Jy ! Component: 3800 - total flux cleaned = 0.00681258 Jy ! Component: 3850 - total flux cleaned = 0.00675651 Jy ! Component: 3900 - total flux cleaned = 0.00664555 Jy ! Component: 3950 - total flux cleaned = 0.00647966 Jy ! Component: 4000 - total flux cleaned = 0.0064523 Jy ! Component: 4050 - total flux cleaned = 0.00628888 Jy ! Total flux subtracted in 4096 components = 0.00623457 Jy ! Clean residual min=-0.001598 max=0.001613 Jy/beam ! Clean residual mean=0.000001 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 1.42273 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 572 components and 1.42273 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsb_uvs/J2354+4553_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.748 x 8.023 at -37.71 degrees (North through East) ! Clean map min=-0.0031899 max=0.80489 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J2354+4553_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.804886 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000481056 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.179301 0.179301 0.358602 0.717204 1.43441 2.86882 5.73763 11.4753 22.9505 45.9011 91.8022 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.804 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J2354+4553_S_uvs.log closed on Wed Sep 25 00:14:14 2013