! Started logfile: J1425+1424_S_2011_08_02_pus_uvs.log on Thu Apr 19 13:16:13 2012 obs J1425+1424_S_2011_08_02_pus_uva.fits ! Reading UV FITS file: J1425+1424_S_2011_08_02_pus_uva.fits ! AN table 1: 55 integrations on 78 of 78 possible baselines. ! AN table 2: 58 integrations on 78 of 78 possible baselines. ! Apparent sampling: 0.112889 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1425+1424 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2651 lines of history. ! ! Reading 3980 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1425+1424_S_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.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 512 telescope corrections were flagged in sub-array 1. ! A total of 637 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 512 telescope corrections were flagged in sub-array 1. ! A total of 637 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 512 telescope corrections were flagged in sub-array 1. ! A total of 637 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 512 telescope corrections were flagged in sub-array 1. ! A total of 637 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.549384Jy sigma=0.006393 ! Fit after self-cal, rms=0.525468Jy sigma=0.006393 ! 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=4.52 mas, bmaj=8.512 mas, bpa=-24.67 degrees ! Estimated noise=1313.48 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.383245 Jy ! Component: 100 - total flux cleaned = 0.467133 Jy ! Total flux subtracted in 100 components = 0.467133 Jy ! Clean residual min=-0.018262 max=0.024689 Jy/beam ! Clean residual mean=0.000325 rms=0.005502 Jy/beam ! Combined flux in latest and established models = 0.467133 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.467133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152967Jy sigma=0.001682 ! Fit after self-cal, rms=0.152986Jy sigma=0.001681 ! 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=5.401 mas, bmaj=9.726 mas, bpa=-21.24 degrees ! Estimated noise=976.167 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.0282778 Jy ! Component: 100 - total flux cleaned = 0.0421194 Jy ! Component: 150 - total flux cleaned = 0.0470621 Jy ! Component: 200 - total flux cleaned = 0.0480004 Jy ! Total flux subtracted in 200 components = 0.0480004 Jy ! Clean residual min=-0.014843 max=0.020446 Jy/beam ! Clean residual mean=0.000235 rms=0.004615 Jy/beam ! Combined flux in latest and established models = 0.515133 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 30 components and 0.515133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147435Jy sigma=0.001624 ! Fit after self-cal, rms=0.147315Jy sigma=0.001623 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.11 FT 1.00* HH 1.00* ! HN 1.10 KP 0.94 LA 1.03 MK 0.73 ! NL 0.92 OV 0.94 PT 1.02 TS 1.00* ! WZ 1.00* ! ! A total of 33 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.91 FD 1.05 FT 1.00* HH 1.00* ! HN 1.00* KP 0.92 LA 1.11 MK 0.84 ! NL 1.15 OV 0.92 PT 1.00 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.22 FT 1.00* HH 1.00* ! HN 1.16 KP 1.05 LA 0.95 MK 0.94 ! NL 1.04 OV 1.04 PT 1.01 TS 1.00* ! WZ 1.00* ! ! A total of 33 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 1.21 FT 1.00* HH 1.00* ! HN 1.00* KP 1.04 LA 0.94 MK 1.06 ! NL 1.30 OV 0.98 PT 1.01 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.19 FT 1.00* HH 1.00* ! HN 1.14 KP 1.00 LA 0.90 MK 0.96 ! NL 1.02 OV 1.01 PT 0.99 TS 1.00* ! WZ 1.00* ! ! A total of 33 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 1.23 FT 1.00* HH 1.00* ! HN 1.00* KP 1.00 LA 0.94 MK 0.99 ! NL 1.22 OV 1.00 PT 1.02 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.24 FT 1.00* HH 1.00* ! HN 1.06 KP 0.90 LA 0.75 MK 0.99 ! NL 0.91 OV 0.86 PT 0.93 TS 1.00* ! WZ 1.00* ! ! A total of 33 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.93 FD 1.19 FT 1.00* HH 1.00* ! HN 1.00* KP 0.94 LA 0.76 MK 1.04 ! NL 1.13 OV 0.86 PT 0.94 TS 1.00* ! WZ 1.00* ! ! ! Fit before self-cal, rms=0.147315Jy sigma=0.001623 ! Fit after self-cal, rms=0.122600Jy sigma=0.001321 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.313 mas, bmaj=9.742 mas, bpa=-20.7 degrees ! Estimated noise=991.259 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.00140992 Jy ! Component: 100 - total flux cleaned = 0.000614 Jy ! Component: 150 - total flux cleaned = -7.38684e-05 Jy ! Component: 200 - total flux cleaned = -0.000401849 Jy ! Total flux subtracted in 200 components = -0.000401849 Jy ! Clean residual min=-0.004417 max=0.007255 Jy/beam ! Clean residual mean=0.000040 rms=0.001539 Jy/beam ! Combined flux in latest and established models = 0.514732 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.514732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122308Jy sigma=0.001318 ! Fit after self-cal, rms=0.122319Jy sigma=0.001317 ! 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.122319Jy sigma=0.001317 ! Fit after self-cal, rms=0.122307Jy sigma=0.001314 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.316 mas, bmaj=9.747 mas, bpa=-20.82 degrees ! Estimated noise=990.566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000205864 Jy ! Component: 100 - total flux cleaned = -0.000515839 Jy ! Component: 150 - total flux cleaned = -0.00117261 Jy ! Component: 200 - total flux cleaned = -0.00170581 Jy ! Total flux subtracted in 200 components = -0.00170581 Jy ! Clean residual min=-0.003982 max=0.006837 Jy/beam ! Clean residual mean=0.000032 rms=0.001434 Jy/beam ! Combined flux in latest and established models = 0.513026 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.513026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122189Jy sigma=0.001313 ! Fit after self-cal, rms=0.122174Jy 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) ! Added new window around map position (-32.5, 24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00515145 Jy ! Component: 100 - total flux cleaned = 0.00690213 Jy ! Component: 150 - total flux cleaned = 0.00822149 Jy ! Component: 200 - total flux cleaned = 0.00914849 Jy ! Total flux subtracted in 200 components = 0.00914849 Jy ! Clean residual min=-0.003922 max=0.004760 Jy/beam ! Clean residual mean=0.000031 rms=0.001243 Jy/beam ! Combined flux in latest and established models = 0.522174 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 71 components and 0.522174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121785Jy sigma=0.001308 ! Fit after self-cal, rms=0.121777Jy sigma=0.001308 ! 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.121777Jy sigma=0.001308 ! Fit after self-cal, rms=0.121496Jy sigma=0.001304 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.312 mas, bmaj=9.743 mas, bpa=-20.9 degrees ! Estimated noise=990.057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.002028 Jy ! Component: 100 - total flux cleaned = 0.0026518 Jy ! Component: 150 - total flux cleaned = 0.00319785 Jy ! Component: 200 - total flux cleaned = 0.00348425 Jy ! Total flux subtracted in 200 components = 0.00348425 Jy ! Clean residual min=-0.003405 max=0.004037 Jy/beam ! Clean residual mean=0.000015 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.525659 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.525659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121376Jy sigma=0.001303 ! Fit after self-cal, rms=0.121385Jy sigma=0.001303 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.000446203 Jy ! Component: 100 - total flux cleaned = 0.000702435 Jy ! Component: 150 - total flux cleaned = 0.000763859 Jy ! Component: 200 - total flux cleaned = 0.000938501 Jy ! Total flux subtracted in 200 components = 0.000938501 Jy ! Clean residual min=-0.003281 max=0.004017 Jy/beam ! Clean residual mean=0.000014 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.526597 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 90 components and 0.526597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121320Jy sigma=0.001302 ! Fit after self-cal, rms=0.121323Jy sigma=0.001302 ! 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.121323Jy sigma=0.001302 ! Fit after self-cal, rms=0.121206Jy sigma=0.001302 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.099 mas, bmaj=11.29 mas, bpa=-18.94 degrees ! Estimated noise=1066.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101141 Jy ! Component: 100 - total flux cleaned = 0.00144947 Jy ! Component: 150 - total flux cleaned = 0.00174069 Jy ! Component: 200 - total flux cleaned = 0.00192007 Jy ! Total flux subtracted in 200 components = 0.00192007 Jy ! Clean residual min=-0.002599 max=0.003316 Jy/beam ! Clean residual mean=0.000025 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.528517 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 106 components and 0.528517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121187Jy sigma=0.001302 ! Fit after self-cal, rms=0.121185Jy sigma=0.001302 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.000231221 Jy ! Component: 100 - total flux cleaned = 0.000230981 Jy ! Component: 150 - total flux cleaned = 0.000319263 Jy ! Component: 200 - total flux cleaned = 0.000319041 Jy ! Total flux subtracted in 200 components = 0.000319041 Jy ! Clean residual min=-0.002606 max=0.003257 Jy/beam ! Clean residual mean=0.000025 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.528836 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 118 components and 0.528836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121176Jy sigma=0.001302 ! Fit after self-cal, rms=0.121176Jy sigma=0.001302 ! 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=5.307 mas, bmaj=9.74 mas, bpa=-20.91 degrees ! Estimated noise=989.829 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.307 x 9.74 at -20.91 degrees (North through East) ! Clean map min=-0.0045467 max=0.48865 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=4.397 mas, bmaj=8.44 mas, bpa=-24.2 degrees ! Estimated noise=1280.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.379889 Jy ! Component: 100 - total flux cleaned = 0.464455 Jy ! Component: 150 - total flux cleaned = 0.493022 Jy ! Component: 200 - total flux cleaned = 0.50693 Jy ! Total flux subtracted in 200 components = 0.50693 Jy ! Clean residual min=-0.006125 max=0.009025 Jy/beam ! Clean residual mean=0.000057 rms=0.002054 Jy/beam ! Combined flux in latest and established models = 0.506931 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.506931 Jy ! Inverting map and beam ! Estimated beam: bmin=5.307 mas, bmaj=9.74 mas, bpa=-20.91 degrees ! Estimated noise=989.829 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-2.5, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00674619 Jy ! Component: 100 - total flux cleaned = 0.00952124 Jy ! Component: 150 - total flux cleaned = 0.0122969 Jy ! Component: 200 - total flux cleaned = 0.0141312 Jy ! Total flux subtracted in 200 components = 0.0141312 Jy ! Clean residual min=-0.003673 max=0.004301 Jy/beam ! Clean residual mean=0.000021 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.521062 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 49 components and 0.521062 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=4.854 mas, bmaj=9.501 mas, bpa=-20.33 degrees ! Estimated noise=1095.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131082 Jy ! Component: 100 - total flux cleaned = 0.00190615 Jy ! Component: 150 - total flux cleaned = 0.00296492 Jy ! Component: 200 - total flux cleaned = 0.00381168 Jy ! Total flux subtracted in 200 components = 0.00381168 Jy ! Clean residual min=-0.004389 max=0.004340 Jy/beam ! Clean residual mean=0.000022 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.524873 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000560535 Jy ! Component: 100 - total flux cleaned = 0.00108376 Jy ! Component: 150 - total flux cleaned = 0.00138043 Jy ! Component: 200 - total flux cleaned = 0.00175694 Jy ! Total flux subtracted in 200 components = 0.00175694 Jy ! Clean residual min=-0.004267 max=0.004141 Jy/beam ! Clean residual mean=0.000019 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.52663 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 100 components and 0.52663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121203Jy sigma=0.001302 ! Fit after self-cal, rms=0.121177Jy sigma=0.001302 wmodel J1425+1424_S_2011_08_02_pus_map.mod ! Writing 100 model components to file: J1425+1424_S_2011_08_02_pus_map.mod wobs J1425+1424_S_2011_08_02_pus_uvs.fits ! Writing UV FITS file: J1425+1424_S_2011_08_02_pus_uvs.fits wwins J1425+1424_S_2011_08_02_pus_map.win ! wwins: Wrote 3 windows to J1425+1424_S_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.000436459 Jy ! Component: 100 - total flux cleaned = 0.00119877 Jy ! Component: 150 - total flux cleaned = 0.0016558 Jy ! Component: 200 - total flux cleaned = 0.00177735 Jy ! Component: 250 - total flux cleaned = 0.00201554 Jy ! Component: 300 - total flux cleaned = 0.00235883 Jy ! Component: 350 - total flux cleaned = 0.00252676 Jy ! Component: 400 - total flux cleaned = 0.00279777 Jy ! Component: 450 - total flux cleaned = 0.00285126 Jy ! Component: 500 - total flux cleaned = 0.00310934 Jy ! Component: 550 - total flux cleaned = 0.00326104 Jy ! Component: 600 - total flux cleaned = 0.00350797 Jy ! Component: 650 - total flux cleaned = 0.00360379 Jy ! Component: 700 - total flux cleaned = 0.00360256 Jy ! Component: 750 - total flux cleaned = 0.00355478 Jy ! Component: 800 - total flux cleaned = 0.00337214 Jy ! Component: 850 - total flux cleaned = 0.00323734 Jy ! Component: 900 - total flux cleaned = 0.00306178 Jy ! Component: 950 - total flux cleaned = 0.00293228 Jy ! Component: 1000 - total flux cleaned = 0.00280506 Jy ! Component: 1050 - total flux cleaned = 0.00267957 Jy ! Component: 1100 - total flux cleaned = 0.00267933 Jy ! Component: 1150 - total flux cleaned = 0.00255779 Jy ! Component: 1200 - total flux cleaned = 0.00239874 Jy ! Component: 1250 - total flux cleaned = 0.00232034 Jy ! Component: 1300 - total flux cleaned = 0.00220521 Jy ! Component: 1350 - total flux cleaned = 0.00228187 Jy ! Component: 1400 - total flux cleaned = 0.00220622 Jy ! Component: 1450 - total flux cleaned = 0.00216964 Jy ! Component: 1500 - total flux cleaned = 0.00220635 Jy ! Component: 1550 - total flux cleaned = 0.00224281 Jy ! Component: 1600 - total flux cleaned = 0.00231396 Jy ! Component: 1650 - total flux cleaned = 0.00213778 Jy ! Component: 1700 - total flux cleaned = 0.00210284 Jy ! Component: 1750 - total flux cleaned = 0.0019992 Jy ! Component: 1800 - total flux cleaned = 0.00199953 Jy ! Component: 1850 - total flux cleaned = 0.00196531 Jy ! Component: 1900 - total flux cleaned = 0.0018657 Jy ! Component: 1950 - total flux cleaned = 0.00189887 Jy ! Component: 2000 - total flux cleaned = 0.00189836 Jy ! Total flux subtracted in 2048 components = 0.00173747 Jy ! Clean residual min=-0.001679 max=0.001871 Jy/beam ! Clean residual mean=0.000029 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.528368 Jy keep ! Adding 132 model components to the UV plane model. ! The established model now contains 232 components and 0.528368 Jy ![Exited script file: muppet] wmap "J1425+1424_S_2011_08_02_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.854 x 9.501 at -20.33 degrees (North through East) ! Clean map min=-0.003577 max=0.48666 Jy/beam ! Writing clean map to FITS file: J1425+1424_S_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.486658 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000670094 device "J1425+1424_S_2011_08_02_pus\_map.eps/VPS" ! Attempting to open device: 'J1425+1424_S_2011_08_02_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.413079 0.413079 0.826159 1.65232 3.30464 6.60927 13.2185 26.4371 52.8742 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.486 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.854 x 9.501 at -20.33 degrees (North through East) ! Clean map min=-0.003577 max=0.48666 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1425+1424_S_2011_08_02_pus\_map.gif/vgif" ! Attempting to open device: 'J1425+1424_S_2011_08_02_pus_map.gif/vgif' mapplot cln