! Started logfile: J1350+3034_X_2011_08_02_pus_uvs.log on Wed Apr 18 21:53:45 2012 obs J1350+3034_X_2011_08_02_pus_uva.fits ! Reading UV FITS file: J1350+3034_X_2011_08_02_pus_uva.fits ! AN table 1: 60 integrations on 78 of 78 possible baselines. ! AN table 2: 127 integrations on 78 of 78 possible baselines. ! Apparent sampling: 0.289593 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1350+3034 ! ! 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.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 3146 lines of history. ! ! Reading 16896 visibilities. select I ! Polarization I is unavailable. ! 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 = 512 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J1350+3034_X_2011_08_02_pus] 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 = 512x512 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 352 telescope corrections were flagged in sub-array 1. ! A total of 737 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 352 telescope corrections were flagged in sub-array 1. ! A total of 737 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 352 telescope corrections were flagged in sub-array 1. ! A total of 737 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 352 telescope corrections were flagged in sub-array 1. ! A total of 737 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.754888Jy sigma=0.008811 ! Fit after self-cal, rms=0.698585Jy sigma=0.008169 ! 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.092 mas, bmaj=2.534 mas, bpa=-0.4096 degrees ! Estimated noise=865.198 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.234534 Jy ! Component: 100 - total flux cleaned = 0.293737 Jy ! Total flux subtracted in 100 components = 0.293737 Jy ! Clean residual min=-0.012661 max=0.023785 Jy/beam ! Clean residual mean=-0.000043 rms=0.003609 Jy/beam ! Combined flux in latest and established models = 0.293737 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.293737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133609Jy sigma=0.001467 ! Fit after self-cal, rms=0.133574Jy sigma=0.001467 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0249105 Jy ! Component: 100 - total flux cleaned = 0.0361611 Jy ! Total flux subtracted in 100 components = 0.0361611 Jy ! Clean residual min=-0.011644 max=0.012048 Jy/beam ! Clean residual mean=-0.000020 rms=0.002798 Jy/beam ! Combined flux in latest and established models = 0.329898 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.329898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127561Jy sigma=0.001402 ! Fit after self-cal, rms=0.127528Jy sigma=0.001402 ! 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.355 mas, bmaj=2.645 mas, bpa=0.0577 degrees ! Estimated noise=469.157 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.0101604 Jy ! Component: 100 - total flux cleaned = 0.0160677 Jy ! Component: 150 - total flux cleaned = 0.0200797 Jy ! Component: 200 - total flux cleaned = 0.0228431 Jy ! Total flux subtracted in 200 components = 0.0228431 Jy ! Clean residual min=-0.011568 max=0.010982 Jy/beam ! Clean residual mean=0.000075 rms=0.002802 Jy/beam ! Combined flux in latest and established models = 0.352741 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 24 components and 0.352741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126464Jy sigma=0.001393 ! Fit after self-cal, rms=0.126462Jy sigma=0.001393 ! 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.99 FD 0.90 FT 1.00* HH 1.00* ! HN 1.02 KP 0.92 LA 1.00* MK 0.93 ! NL 0.98 OV 1.03 PT 1.06 TS 1.00* ! WZ 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 0.89 FT 1.00* HH 1.00* ! HN 1.00* KP 0.90 LA 0.98 MK 0.99 ! NL 0.99 OV 1.04 PT 1.03 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.93 FT 1.00* HH 1.00* ! HN 1.07 KP 0.90 LA 1.00* MK 0.98 ! NL 1.12 OV 1.07 PT 1.12 TS 1.00* ! WZ 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 0.90 FT 1.00* HH 1.00* ! HN 1.00* KP 0.88 LA 1.02 MK 1.04 ! NL 1.13 OV 1.06 PT 1.11 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.92 FT 1.00* HH 1.00* ! HN 1.02 KP 0.79 LA 1.00* MK 0.95 ! NL 1.07 OV 1.06 PT 1.05 TS 1.00* ! WZ 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 0.89 FT 1.00* HH 1.00* ! HN 1.00* KP 0.80 LA 1.01 MK 1.04 ! NL 1.07 OV 1.05 PT 1.03 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 FT 1.00* HH 1.00* ! HN 0.97 KP 0.86 LA 1.00* MK 0.97 ! NL 1.10 OV 1.15 PT 1.14 TS 1.00* ! WZ 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 0.96 FT 1.00* HH 1.00* ! HN 1.00* KP 0.86 LA 1.08 MK 1.07 ! NL 1.08 OV 1.10 PT 1.14 TS 1.00* ! WZ 1.00* ! ! ! Fit before self-cal, rms=0.126462Jy sigma=0.001393 ! Fit after self-cal, rms=0.119512Jy sigma=0.001319 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.359 mas, bmaj=2.634 mas, bpa=-0.0565 degrees ! Estimated noise=469.297 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 (-1.8, 1.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00348384 Jy ! Component: 100 - total flux cleaned = 0.00279687 Jy ! Component: 150 - total flux cleaned = 0.00232956 Jy ! Component: 200 - total flux cleaned = 0.00212784 Jy ! Total flux subtracted in 200 components = 0.00212784 Jy ! Clean residual min=-0.002253 max=0.002489 Jy/beam ! Clean residual mean=-0.000021 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.354869 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 54 components and 0.354869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119298Jy sigma=0.001316 ! Fit after self-cal, rms=0.119326Jy sigma=0.001315 ! 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.119326Jy sigma=0.001315 ! Fit after self-cal, rms=0.119129Jy sigma=0.001315 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.358 mas, bmaj=2.637 mas, bpa=-0.04737 degrees ! Estimated noise=469.045 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127276 Jy ! Component: 100 - total flux cleaned = 0.00105067 Jy ! Component: 150 - total flux cleaned = 0.000799249 Jy ! Component: 200 - total flux cleaned = 0.00066488 Jy ! Total flux subtracted in 200 components = 0.00066488 Jy ! Clean residual min=-0.002052 max=0.002114 Jy/beam ! Clean residual mean=-0.000022 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.355534 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 74 components and 0.355533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119063Jy sigma=0.001315 ! Fit after self-cal, rms=0.119056Jy sigma=0.001314 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.000209745 Jy ! Component: 100 - total flux cleaned = 0.000205506 Jy ! Component: 150 - total flux cleaned = 0.000167139 Jy ! Component: 200 - total flux cleaned = 0.000132708 Jy ! Total flux subtracted in 200 components = 0.000132708 Jy ! Clean residual min=-0.002042 max=0.001973 Jy/beam ! Clean residual mean=-0.000022 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.355666 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 90 components and 0.355666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119026Jy sigma=0.001314 ! Fit after self-cal, rms=0.119023Jy sigma=0.001314 ! 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.119023Jy sigma=0.001314 ! Fit after self-cal, rms=0.119010Jy sigma=0.001314 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.359 mas, bmaj=2.639 mas, bpa=-0.03866 degrees ! Estimated noise=469.002 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000116586 Jy ! Component: 100 - total flux cleaned = -2.71586e-05 Jy ! Component: 150 - total flux cleaned = -0.000118414 Jy ! Component: 200 - total flux cleaned = -0.000145327 Jy ! Total flux subtracted in 200 components = -0.000145327 Jy ! Clean residual min=-0.001793 max=0.001841 Jy/beam ! Clean residual mean=-0.000019 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.355521 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 107 components and 0.355521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118987Jy sigma=0.001314 ! Fit after self-cal, rms=0.118986Jy sigma=0.001313 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.44676e-05 Jy ! Component: 100 - total flux cleaned = 8.11549e-06 Jy ! Component: 150 - total flux cleaned = 7.93231e-05 Jy ! Component: 200 - total flux cleaned = 7.90752e-05 Jy ! Total flux subtracted in 200 components = 7.90752e-05 Jy ! Clean residual min=-0.001729 max=0.001839 Jy/beam ! Clean residual mean=-0.000019 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.3556 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 119 components and 0.3556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118974Jy sigma=0.001313 ! Fit after self-cal, rms=0.118974Jy sigma=0.001313 ! 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.118974Jy sigma=0.001313 ! Fit after self-cal, rms=0.119036Jy sigma=0.001313 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.396 mas, bmaj=2.872 mas, bpa=0.4985 degrees ! Estimated noise=517.108 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000125085 Jy ! Component: 100 - total flux cleaned = 8.72486e-05 Jy ! Component: 150 - total flux cleaned = 7.22319e-05 Jy ! Component: 200 - total flux cleaned = 4.8755e-05 Jy ! Total flux subtracted in 200 components = 4.8755e-05 Jy ! Clean residual min=-0.001704 max=0.001958 Jy/beam ! Clean residual mean=-0.000033 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.355649 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 138 components and 0.355649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119034Jy sigma=0.001313 ! Fit after self-cal, rms=0.119035Jy sigma=0.001313 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 = 8.80618e-05 Jy ! Component: 100 - total flux cleaned = 0.000108123 Jy ! Component: 150 - total flux cleaned = 0.00012433 Jy ! Component: 200 - total flux cleaned = 0.00013132 Jy ! Total flux subtracted in 200 components = 0.00013132 Jy ! Clean residual min=-0.001692 max=0.001952 Jy/beam ! Clean residual mean=-0.000032 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.35578 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 149 components and 0.35578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119034Jy sigma=0.001313 ! Fit after self-cal, rms=0.119033Jy sigma=0.001313 ! 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.36 mas, bmaj=2.641 mas, bpa=-0.03355 degrees ! Estimated noise=469.02 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.36 x 2.641 at -0.03355 degrees (North through East) ! Clean map min=-0.0015948 max=0.30668 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.089 mas, bmaj=2.532 mas, bpa=-0.4303 degrees ! Estimated noise=863.737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.23389 Jy ! Component: 100 - total flux cleaned = 0.294377 Jy ! Component: 150 - total flux cleaned = 0.319855 Jy ! Component: 200 - total flux cleaned = 0.332536 Jy ! Total flux subtracted in 200 components = 0.332536 Jy ! Clean residual min=-0.004890 max=0.006003 Jy/beam ! Clean residual mean=-0.000023 rms=0.001417 Jy/beam ! Combined flux in latest and established models = 0.332536 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.332536 Jy ! Inverting map and beam ! Estimated beam: bmin=1.36 mas, bmaj=2.641 mas, bpa=-0.03355 degrees ! Estimated noise=469.02 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.00866178 Jy ! Component: 100 - total flux cleaned = 0.0131946 Jy ! Component: 150 - total flux cleaned = 0.0160443 Jy ! Component: 200 - total flux cleaned = 0.0178641 Jy ! Total flux subtracted in 200 components = 0.0178641 Jy ! Clean residual min=-0.002020 max=0.002230 Jy/beam ! Clean residual mean=-0.000028 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.3504 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 43 components and 0.3504 Jy ! Inverting map uvw 0,2 ! Uniform weighting is not currently selected. ! Amplitude error weighting is not currently selected. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.295 mas, bmaj=2.613 mas, bpa=-0.2775 degrees ! Estimated noise=483.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000807974 Jy ! Component: 100 - total flux cleaned = 0.00156405 Jy ! Component: 150 - total flux cleaned = 0.00220528 Jy ! Component: 200 - total flux cleaned = 0.002755 Jy ! Total flux subtracted in 200 components = 0.002755 Jy ! Clean residual min=-0.002212 max=0.001821 Jy/beam ! Clean residual mean=-0.000022 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.353155 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000443491 Jy ! Component: 100 - total flux cleaned = 0.000833377 Jy ! Component: 150 - total flux cleaned = 0.00115491 Jy ! Component: 200 - total flux cleaned = 0.00137811 Jy ! Total flux subtracted in 200 components = 0.00137811 Jy ! Clean residual min=-0.002153 max=0.001784 Jy/beam ! Clean residual mean=-0.000019 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.354533 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 81 components and 0.354533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119020Jy sigma=0.001313 ! Fit after self-cal, rms=0.119013Jy sigma=0.001313 wmodel J1350+3034_X_2011_08_02_pus_map.mod ! Writing 81 model components to file: J1350+3034_X_2011_08_02_pus_map.mod wobs J1350+3034_X_2011_08_02_pus_uvs.fits ! Writing UV FITS file: J1350+3034_X_2011_08_02_pus_uvs.fits wwins J1350+3034_X_2011_08_02_pus_map.win ! wwins: Wrote 2 windows to J1350+3034_X_2011_08_02_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000298234 Jy ! Component: 100 - total flux cleaned = -0.00042668 Jy ! Component: 150 - total flux cleaned = -0.000610254 Jy ! Component: 200 - total flux cleaned = -0.00087308 Jy ! Component: 250 - total flux cleaned = -0.000929996 Jy ! Component: 300 - total flux cleaned = -0.000985486 Jy ! Component: 350 - total flux cleaned = -0.00117199 Jy ! Component: 400 - total flux cleaned = -0.00119741 Jy ! Component: 450 - total flux cleaned = -0.00135008 Jy ! Component: 500 - total flux cleaned = -0.00149879 Jy ! Component: 550 - total flux cleaned = -0.00164449 Jy ! Component: 600 - total flux cleaned = -0.00181129 Jy ! Component: 650 - total flux cleaned = -0.00192835 Jy ! Component: 700 - total flux cleaned = -0.00208894 Jy ! Component: 750 - total flux cleaned = -0.00224601 Jy ! Component: 800 - total flux cleaned = -0.00233416 Jy ! Component: 850 - total flux cleaned = -0.002464 Jy ! Component: 900 - total flux cleaned = -0.00254921 Jy ! Component: 950 - total flux cleaned = -0.00263319 Jy ! Component: 1000 - total flux cleaned = -0.00273669 Jy ! Component: 1050 - total flux cleaned = -0.00281804 Jy ! Component: 1100 - total flux cleaned = -0.00289833 Jy ! Component: 1150 - total flux cleaned = -0.00299722 Jy ! Component: 1200 - total flux cleaned = -0.00305607 Jy ! Component: 1250 - total flux cleaned = -0.00313354 Jy ! Component: 1300 - total flux cleaned = -0.00326694 Jy ! Component: 1350 - total flux cleaned = -0.00334212 Jy ! Component: 1400 - total flux cleaned = -0.00339775 Jy ! Component: 1450 - total flux cleaned = -0.00347119 Jy ! Component: 1500 - total flux cleaned = -0.00354374 Jy ! Component: 1550 - total flux cleaned = -0.00361565 Jy ! Component: 1600 - total flux cleaned = -0.00365101 Jy ! Component: 1650 - total flux cleaned = -0.00372108 Jy ! Component: 1700 - total flux cleaned = -0.00375577 Jy ! Component: 1750 - total flux cleaned = -0.00380726 Jy ! Component: 1800 - total flux cleaned = -0.00387521 Jy ! Component: 1850 - total flux cleaned = -0.0039758 Jy ! Component: 1900 - total flux cleaned = -0.0039592 Jy ! Component: 1950 - total flux cleaned = -0.00402487 Jy ! Component: 2000 - total flux cleaned = -0.00402478 Jy ! Total flux subtracted in 2048 components = -0.00405711 Jy ! Clean residual min=-0.000949 max=0.000856 Jy/beam ! Clean residual mean=-0.000011 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.350476 Jy keep ! Adding 129 model components to the UV plane model. ! The established model now contains 210 components and 0.350476 Jy ![Exited script file: muppet] wmap "J1350+3034_X_2011_08_02_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.295 x 2.613 at -0.2775 degrees (North through East) ! Clean map min=-0.001719 max=0.30506 Jy/beam ! Writing clean map to FITS file: J1350+3034_X_2011_08_02_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.30506 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000307198 device "J1350+3034_X_2011_08_02_pus\_map.eps/VPS" ! Attempting to open device: 'J1350+3034_X_2011_08_02_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.302103 0.302103 0.604205 1.20841 2.41682 4.83364 9.66728 19.3346 38.6691 77.3383 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.305 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.295 x 2.613 at -0.2775 degrees (North through East) ! Clean map min=-0.001719 max=0.30506 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1350+3034_X_2011_08_02_pus\_map.gif/vgif" ! Attempting to open device: 'J1350+3034_X_2011_08_02_pus_map.gif/vgif' mapplot cln