! Started logfile: J0637+3322_X_2011_08_02_pus_uvs.log on Wed Apr 18 21:51:18 2012 obs J0637+3322_X_2011_08_02_pus_uva.fits ! Reading UV FITS file: J0637+3322_X_2011_08_02_pus_uva.fits ! AN table 1: 91 integrations on 78 of 78 possible baselines. ! AN table 2: 90 integrations on 78 of 78 possible baselines. ! Apparent sampling: 0.403032 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0637+3322 ! ! 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 22760 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 J0637+3322_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 397 telescope corrections were flagged in sub-array 1. ! A total of 455 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 375 telescope corrections were flagged in sub-array 1. ! A total of 455 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 442 telescope corrections were flagged in sub-array 1. ! A total of 455 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 465 telescope corrections were flagged in sub-array 1. ! A total of 455 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.906580Jy sigma=0.010251 ! Fit after self-cal, rms=0.876045Jy sigma=0.009978 ! 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.403 mas, bmaj=2.065 mas, bpa=6.442 degrees ! Estimated noise=1127.91 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.100367 Jy ! Component: 100 - total flux cleaned = 0.122621 Jy ! Total flux subtracted in 100 components = 0.122621 Jy ! Clean residual min=-0.008303 max=0.008609 Jy/beam ! Clean residual mean=-0.000035 rms=0.002300 Jy/beam ! Combined flux in latest and established models = 0.122621 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.122621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133738Jy sigma=0.001381 ! Fit after self-cal, rms=0.133694Jy sigma=0.001380 ! 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.831 mas, bmaj=2.292 mas, bpa=8.344 degrees ! Estimated noise=430.285 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.01162 Jy ! Component: 100 - total flux cleaned = 0.0168131 Jy ! Component: 150 - total flux cleaned = 0.0197161 Jy ! Component: 200 - total flux cleaned = 0.0215395 Jy ! Total flux subtracted in 200 components = 0.0215395 Jy ! Clean residual min=-0.005896 max=0.005522 Jy/beam ! Clean residual mean=0.000095 rms=0.001583 Jy/beam ! Combined flux in latest and established models = 0.14416 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.14416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132745Jy sigma=0.001370 ! Fit after self-cal, rms=0.132776Jy sigma=0.001369 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.87 FT 1.00* HH 1.00* ! HN 1.07 KP 0.87 LA 0.95 MK 1.01 ! NL 0.93 OV 1.02 PT 1.01 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 0.94 FT 1.00* HH 1.00* ! HN 1.02 KP 0.94 LA 1.05 MK 1.00* ! NL 1.03 OV 1.11 PT 1.07 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.87 FT 1.00* HH 1.00* ! HN 0.98 KP 0.82 LA 0.99 MK 1.06 ! NL 1.05 OV 1.01 PT 1.06 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.13 FD 1.00 FT 1.00* HH 1.00* ! HN 0.97 KP 0.95 LA 1.11 MK 1.00* ! NL 1.15 OV 1.12 PT 1.14 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.87 FT 1.00* HH 1.00* ! HN 0.82 KP 0.76 LA 0.96 MK 0.96 ! NL 1.02 OV 0.95 PT 1.03 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.90 FT 1.00* HH 1.00* ! HN 0.90 KP 0.83 LA 1.08 MK 1.00* ! NL 1.16 OV 1.12 PT 1.05 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.93 FT 1.00* HH 1.00* ! HN 1.00* KP 0.79 LA 1.04 MK 1.08 ! NL 1.02 OV 0.99 PT 1.08 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.12 FD 0.95 FT 1.00* HH 1.00* ! HN 0.92 KP 0.91 LA 1.17 MK 1.00* ! NL 1.14 OV 1.17 PT 1.14 TS 1.00* ! WZ 1.00* ! ! ! Fit before self-cal, rms=0.132776Jy sigma=0.001369 ! Fit after self-cal, rms=0.129020Jy sigma=0.001350 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.833 mas, bmaj=2.28 mas, bpa=8.768 degrees ! Estimated noise=427.775 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.000652323 Jy ! Component: 100 - total flux cleaned = 0.000799653 Jy ! Component: 150 - total flux cleaned = 0.000800863 Jy ! Component: 200 - total flux cleaned = 0.000781093 Jy ! Total flux subtracted in 200 components = 0.000781093 Jy ! Clean residual min=-0.002248 max=0.002204 Jy/beam ! Clean residual mean=-0.000024 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.144941 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.144941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129004Jy sigma=0.001350 ! Fit after self-cal, rms=0.129006Jy sigma=0.001349 ! 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.129006Jy sigma=0.001349 ! Fit after self-cal, rms=0.128321Jy sigma=0.001349 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.831 mas, bmaj=2.273 mas, bpa=8.592 degrees ! Estimated noise=427.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000353143 Jy ! Component: 100 - total flux cleaned = 0.000470008 Jy ! Component: 150 - total flux cleaned = 0.000488373 Jy ! Component: 200 - total flux cleaned = 0.000454905 Jy ! Total flux subtracted in 200 components = 0.000454905 Jy ! Clean residual min=-0.002066 max=0.001928 Jy/beam ! Clean residual mean=-0.000026 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.145396 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.145396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128312Jy sigma=0.001349 ! Fit after self-cal, rms=0.128309Jy sigma=0.001349 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 = -1.76457e-05 Jy ! Component: 100 - total flux cleaned = -1.73198e-05 Jy ! Component: 150 - total flux cleaned = -1.69889e-05 Jy ! Component: 200 - total flux cleaned = -1.67419e-05 Jy ! Total flux subtracted in 200 components = -1.67419e-05 Jy ! Clean residual min=-0.002052 max=0.001906 Jy/beam ! Clean residual mean=-0.000025 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.145379 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.145379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128303Jy sigma=0.001349 ! Fit after self-cal, rms=0.128302Jy sigma=0.001349 ! 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.128302Jy sigma=0.001349 ! Fit after self-cal, rms=0.127870Jy sigma=0.001349 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.828 mas, bmaj=2.27 mas, bpa=8.534 degrees ! Estimated noise=427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000283169 Jy ! Component: 100 - total flux cleaned = 0.000316046 Jy ! Component: 150 - total flux cleaned = 0.000301895 Jy ! Component: 200 - total flux cleaned = 0.00030179 Jy ! Total flux subtracted in 200 components = 0.00030179 Jy ! Clean residual min=-0.002023 max=0.001837 Jy/beam ! Clean residual mean=-0.000026 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.145681 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.145681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127865Jy sigma=0.001349 ! Fit after self-cal, rms=0.127860Jy sigma=0.001349 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 = -1.34681e-05 Jy ! Component: 100 - total flux cleaned = -6.36073e-07 Jy ! Component: 150 - total flux cleaned = -1.2934e-05 Jy ! Component: 200 - total flux cleaned = -2.46362e-05 Jy ! Total flux subtracted in 200 components = -2.46362e-05 Jy ! Clean residual min=-0.002019 max=0.001819 Jy/beam ! Clean residual mean=-0.000026 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.145657 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.145657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127857Jy sigma=0.001349 ! Fit after self-cal, rms=0.127857Jy sigma=0.001349 ! 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.127857Jy sigma=0.001349 ! Fit after self-cal, rms=0.127568Jy sigma=0.001349 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.55 mas, bmaj=2.714 mas, bpa=18.98 degrees ! Estimated noise=451.595 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000363371 Jy ! Component: 100 - total flux cleaned = 0.000405169 Jy ! Component: 150 - total flux cleaned = 0.00039515 Jy ! Component: 200 - total flux cleaned = 0.000395396 Jy ! Total flux subtracted in 200 components = 0.000395396 Jy ! Clean residual min=-0.001743 max=0.001426 Jy/beam ! Clean residual mean=-0.000040 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.146052 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 49 components and 0.146052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127567Jy sigma=0.001349 ! Fit after self-cal, rms=0.127563Jy sigma=0.001349 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.49238e-05 Jy ! Component: 100 - total flux cleaned = 1.49795e-05 Jy ! Component: 150 - total flux cleaned = 6.73949e-06 Jy ! Component: 200 - total flux cleaned = -2.81859e-07 Jy ! Total flux subtracted in 200 components = -2.81859e-07 Jy ! Clean residual min=-0.001763 max=0.001425 Jy/beam ! Clean residual mean=-0.000040 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.146052 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.146052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127563Jy sigma=0.001349 ! Fit after self-cal, rms=0.127562Jy sigma=0.001349 ! 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.826 mas, bmaj=2.268 mas, bpa=8.492 degrees ! Estimated noise=426.73 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.826 x 2.268 at 8.492 degrees (North through East) ! Clean map min=-0.001926 max=0.13227 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.377 mas, bmaj=2.043 mas, bpa=6.281 degrees ! Estimated noise=1112.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0986203 Jy ! Component: 100 - total flux cleaned = 0.12182 Jy ! Component: 150 - total flux cleaned = 0.131947 Jy ! Component: 200 - total flux cleaned = 0.137772 Jy ! Total flux subtracted in 200 components = 0.137772 Jy ! Clean residual min=-0.005826 max=0.005976 Jy/beam ! Clean residual mean=-0.000053 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.137771 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.137771 Jy ! Inverting map and beam ! Estimated beam: bmin=1.826 mas, bmaj=2.268 mas, bpa=8.492 degrees ! Estimated noise=426.73 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.00483286 Jy ! Component: 100 - total flux cleaned = 0.00666492 Jy ! Component: 150 - total flux cleaned = 0.00697921 Jy ! Component: 200 - total flux cleaned = 0.00721464 Jy ! Total flux subtracted in 200 components = 0.00721464 Jy ! Clean residual min=-0.002035 max=0.001853 Jy/beam ! Clean residual mean=-0.000029 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.144986 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 28 components and 0.144986 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.738 mas, bmaj=2.176 mas, bpa=5.277 degrees ! Estimated noise=447.922 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000169856 Jy ! Component: 100 - total flux cleaned = 0.000267102 Jy ! Component: 150 - total flux cleaned = 0.000330526 Jy ! Component: 200 - total flux cleaned = 0.000387471 Jy ! Total flux subtracted in 200 components = 0.000387471 Jy ! Clean residual min=-0.002386 max=0.002088 Jy/beam ! Clean residual mean=-0.000029 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.145374 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.46879e-05 Jy ! Component: 100 - total flux cleaned = 8.19666e-05 Jy ! Component: 150 - total flux cleaned = 0.000110871 Jy ! Component: 200 - total flux cleaned = 0.0001384 Jy ! Total flux subtracted in 200 components = 0.0001384 Jy ! Clean residual min=-0.002372 max=0.002057 Jy/beam ! Clean residual mean=-0.000028 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.145512 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 40 components and 0.145512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127566Jy sigma=0.001349 ! Fit after self-cal, rms=0.127567Jy sigma=0.001349 wmodel J0637+3322_X_2011_08_02_pus_map.mod ! Writing 40 model components to file: J0637+3322_X_2011_08_02_pus_map.mod wobs J0637+3322_X_2011_08_02_pus_uvs.fits ! Writing UV FITS file: J0637+3322_X_2011_08_02_pus_uvs.fits wwins J0637+3322_X_2011_08_02_pus_map.win ! wwins: Wrote 1 windows to J0637+3322_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.000606503 Jy ! Component: 100 - total flux cleaned = -0.000323035 Jy ! Component: 150 - total flux cleaned = -0.00028861 Jy ! Component: 200 - total flux cleaned = -0.00019332 Jy ! Component: 250 - total flux cleaned = -7.08986e-05 Jy ! Component: 300 - total flux cleaned = 0.000106395 Jy ! Component: 350 - total flux cleaned = 0.000222046 Jy ! Component: 400 - total flux cleaned = 0.000417801 Jy ! Component: 450 - total flux cleaned = 0.000499671 Jy ! Component: 500 - total flux cleaned = 0.000685983 Jy ! Component: 550 - total flux cleaned = 0.000842118 Jy ! Component: 600 - total flux cleaned = 0.000943996 Jy ! Component: 650 - total flux cleaned = 0.00104457 Jy ! Component: 700 - total flux cleaned = 0.00114316 Jy ! Component: 750 - total flux cleaned = 0.00128845 Jy ! Component: 800 - total flux cleaned = 0.00138351 Jy ! Component: 850 - total flux cleaned = 0.00154682 Jy ! Component: 900 - total flux cleaned = 0.00170656 Jy ! Component: 950 - total flux cleaned = 0.00177462 Jy ! Component: 1000 - total flux cleaned = 0.00199636 Jy ! Component: 1050 - total flux cleaned = 0.00217068 Jy ! Component: 1100 - total flux cleaned = 0.002363 Jy ! Component: 1150 - total flux cleaned = 0.00248959 Jy ! Component: 1200 - total flux cleaned = 0.00271868 Jy ! Component: 1250 - total flux cleaned = 0.00284212 Jy ! Component: 1300 - total flux cleaned = 0.00302491 Jy ! Component: 1350 - total flux cleaned = 0.00320532 Jy ! Component: 1400 - total flux cleaned = 0.00330405 Jy ! Component: 1450 - total flux cleaned = 0.00336314 Jy ! Component: 1500 - total flux cleaned = 0.00355631 Jy ! Component: 1550 - total flux cleaned = 0.00365149 Jy ! Component: 1600 - total flux cleaned = 0.00380239 Jy ! Component: 1650 - total flux cleaned = 0.00385828 Jy ! Component: 1700 - total flux cleaned = 0.0040058 Jy ! Component: 1750 - total flux cleaned = 0.00404219 Jy ! Component: 1800 - total flux cleaned = 0.00413257 Jy ! Component: 1850 - total flux cleaned = 0.00418621 Jy ! Component: 1900 - total flux cleaned = 0.00425689 Jy ! Component: 1950 - total flux cleaned = 0.00432704 Jy ! Component: 2000 - total flux cleaned = 0.00437921 Jy ! Total flux subtracted in 2048 components = 0.00446496 Jy ! Clean residual min=-0.000977 max=0.000876 Jy/beam ! Clean residual mean=-0.000010 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.149977 Jy keep ! Adding 142 model components to the UV plane model. ! The established model now contains 182 components and 0.149977 Jy ![Exited script file: muppet] wmap "J0637+3322_X_2011_08_02_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.738 x 2.176 at 5.277 degrees (North through East) ! Clean map min=-0.0015449 max=0.13178 Jy/beam ! Writing clean map to FITS file: J0637+3322_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.131784 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000338232 device "J0637+3322_X_2011_08_02_pus\_map.eps/VPS" ! Attempting to open device: 'J0637+3322_X_2011_08_02_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.76997 0.76997 1.53994 3.07988 6.15976 12.3195 24.639 49.2781 98.5562 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.131 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.738 x 2.176 at 5.277 degrees (North through East) ! Clean map min=-0.0015449 max=0.13178 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0637+3322_X_2011_08_02_pus\_map.gif/vgif" ! Attempting to open device: 'J0637+3322_X_2011_08_02_pus_map.gif/vgif' mapplot cln