! Started logfile: J1337-1257_X_1996_03_13_yyk_uvs.log on Mon Jan 8 06:09:24 2007 obs J1337-1257_X_1996_03_13_yyk_uva.fits ! Reading UV FITS file: J1337-1257_X_1996_03_13_yyk_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.307407 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1337-1257 ! ! 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.15049e+09 4e+06 1 4e+06 ! 02 2 8.23236e+09 4e+06 1 4e+06 ! 03 3 8.41236e+09 4e+06 1 4e+06 ! 04 4 8.55236e+09 4e+06 1 4e+06 ! ! Polarization(s): RR ! ! Read 655 lines of history. ! ! Reading 1660 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 ![@muppet J1337-1257_X_1996_03_13_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 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. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 4.8676 Jy 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=0.729 mas, bmaj=1.927 mas, bpa=-7.416 degrees ! Estimated noise=3106.3 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 4.19777 Jy ! Component: 100 - total flux cleaned = 4.89179 Jy ! Total flux subtracted in 100 components = 4.89179 Jy ! Clean residual min=-0.137574 max=0.234368 Jy/beam ! Clean residual mean=0.001413 rms=0.040508 Jy/beam ! Combined flux in latest and established models = 4.8918 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 4.8918 Jy ! ! Correcting IF 1. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.538154Jy sigma=0.003692 ! Fit after self-cal, rms=0.531741Jy sigma=0.003670 ! Inverting map and beam ! Estimated beam: bmin=0.729 mas, bmaj=1.927 mas, bpa=-7.414 degrees ! Estimated noise=3116.04 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! 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=0.7781 mas, bmaj=2.118 mas, bpa=-9.436 degrees ! Estimated noise=2649.67 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.34539 Jy ! Component: 100 - total flux cleaned = 0.487744 Jy ! Component: 150 - total flux cleaned = 0.548149 Jy ! Component: 200 - total flux cleaned = 0.554024 Jy ! Total flux subtracted in 200 components = 0.554024 Jy ! Clean residual min=-0.072775 max=0.092312 Jy/beam ! Clean residual mean=0.000530 rms=0.019594 Jy/beam ! Combined flux in latest and established models = 5.44582 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 40 components and 5.44582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.400886Jy sigma=0.002615 ! Fit after self-cal, rms=0.399160Jy sigma=0.002608 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7781 x 2.118 at -9.436 degrees (North through East) ! Clean map min=-0.064242 max=4.8359 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.993165 ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.98 HN 1.00 KP 0.99 ! LA 1.00 MK 1.02 NL 1.00 OV 1.02 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.997105 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.97 HN 0.99 KP 0.99 ! LA 0.99 MK 1.00 NL 0.97 OV 1.06 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.993894 ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.96 HN 0.98 KP 0.97 ! LA 0.99 MK 1.04 NL 0.97 OV 1.06 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.988827 ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.97 HN 1.01 KP 0.97 ! LA 0.99 MK 1.03 NL 1.00 OV 1.03 ! PT 1.02 SC 1.00 ! ! ! Fit before self-cal, rms=0.399160Jy sigma=0.002608 ! Fit after self-cal, rms=0.339129Jy sigma=0.002250 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.339129Jy sigma=0.002250 ! Fit after self-cal, rms=0.339154Jy sigma=0.002250 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8235 mas, bmaj=2.163 mas, bpa=-8.825 degrees ! Estimated noise=2663.98 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0636871 Jy ! Component: 100 - total flux cleaned = -0.0737981 Jy ! Component: 150 - total flux cleaned = -0.0744844 Jy ! Component: 200 - total flux cleaned = -0.0755933 Jy ! Total flux subtracted in 200 components = -0.0755933 Jy ! Clean residual min=-0.036098 max=0.037352 Jy/beam ! Clean residual mean=-0.000017 rms=0.008709 Jy/beam ! Combined flux in latest and established models = 5.37023 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 5.37023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.330344Jy sigma=0.002191 ! Fit after self-cal, rms=0.329552Jy sigma=0.002189 ! Inverting map print "************** FINISHED AMPLITUDE GSCALE SELF-CAL **************" ! ************** FINISHED AMPLITUDE GSCALE SELF-CAL ************** ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.329552Jy sigma=0.002189 ! Fit after self-cal, rms=0.329440Jy sigma=0.002187 dynam = dynam - 0.5 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000531909 Jy ! Component: 100 - total flux cleaned = -0.00105076 Jy ! Component: 150 - total flux cleaned = -0.000619454 Jy ! Component: 200 - total flux cleaned = -0.00140855 Jy ! Total flux subtracted in 200 components = -0.00140855 Jy ! Clean residual min=-0.035479 max=0.036204 Jy/beam ! Clean residual mean=-0.000015 rms=0.008465 Jy/beam ! Combined flux in latest and established models = 5.36882 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 5.36882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.328189Jy sigma=0.002180 ! Fit after self-cal, rms=0.327174Jy sigma=0.002175 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8235 x 2.163 at -8.825 degrees (North through East) ! Clean map min=-0.032093 max=4.7981 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true, amp_soltime2 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "************** FINISHED AMPLITUDE SELF-CAL **************" end if ! Performing amp+phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.327174Jy sigma=0.002175 ! Fit after self-cal, rms=0.325621Jy sigma=0.002163 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.325621Jy sigma=0.002163 ! Fit after self-cal, rms=0.325609Jy sigma=0.002161 ! Inverting map and beam ! Estimated beam: bmin=0.8253 mas, bmaj=2.165 mas, bpa=-8.771 degrees ! Estimated noise=2665.48 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00444795 Jy ! Component: 100 - total flux cleaned = -0.00493497 Jy ! Component: 150 - total flux cleaned = -0.00538053 Jy ! Component: 200 - total flux cleaned = -0.00576303 Jy ! Total flux subtracted in 200 components = -0.00576303 Jy ! Clean residual min=-0.029796 max=0.034010 Jy/beam ! Clean residual mean=-0.000029 rms=0.008112 Jy/beam ! Combined flux in latest and established models = 5.36305 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 5.36305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.324524Jy sigma=0.002155 ! Fit after self-cal, rms=0.323798Jy sigma=0.002152 ! Inverting map ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.323798Jy sigma=0.002152 ! Fit after self-cal, rms=0.323547Jy sigma=0.002150 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.323547Jy sigma=0.002150 ! Fit after self-cal, rms=0.323601Jy sigma=0.002149 ! Inverting map and beam ! Estimated beam: bmin=0.8267 mas, bmaj=2.167 mas, bpa=-8.718 degrees ! Estimated noise=2666.32 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0039715 Jy ! Component: 100 - total flux cleaned = -0.00478635 Jy ! Component: 150 - total flux cleaned = -0.00515509 Jy ! Component: 200 - total flux cleaned = -0.00580266 Jy ! Total flux subtracted in 200 components = -0.00580266 Jy ! Clean residual min=-0.028457 max=0.031884 Jy/beam ! Clean residual mean=-0.000024 rms=0.007906 Jy/beam ! Combined flux in latest and established models = 5.35725 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 5.35725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.322764Jy sigma=0.002144 ! Fit after self-cal, rms=0.322288Jy sigma=0.002142 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.081 mas, bmaj=3.943 mas, bpa=-7.088 degrees ! Estimated noise=3563.46 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325825 Jy ! Component: 100 - total flux cleaned = 0.00125541 Jy ! Component: 150 - total flux cleaned = -0.000271971 Jy ! Component: 200 - total flux cleaned = -0.00153689 Jy ! Total flux subtracted in 200 components = -0.00153689 Jy ! Clean residual min=-0.027231 max=0.031599 Jy/beam ! Clean residual mean=-0.000054 rms=0.009253 Jy/beam ! Combined flux in latest and established models = 5.35571 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 5.35571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.323364Jy sigma=0.002146 ! Fit after self-cal, rms=0.321642Jy sigma=0.002139 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum 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=0.7322 mas, bmaj=1.939 mas, bpa=-7.255 degrees ! Estimated noise=3150.85 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 4.1821 Jy ! Component: 100 - total flux cleaned = 4.86292 Jy ! Component: 150 - total flux cleaned = 5.12926 Jy ! Component: 200 - total flux cleaned = 5.25712 Jy ! Total flux subtracted in 200 components = 5.25712 Jy ! Clean residual min=-0.040528 max=0.065160 Jy/beam ! Clean residual mean=0.000148 rms=0.011434 Jy/beam ! Combined flux in latest and established models = 5.25712 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 5.25712 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8267 mas, bmaj=2.167 mas, bpa=-8.718 degrees ! Estimated noise=2666.32 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 (0.6, -2.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0748302 Jy ! Component: 100 - total flux cleaned = 0.0969004 Jy ! Component: 150 - total flux cleaned = 0.107392 Jy ! Component: 200 - total flux cleaned = 0.112553 Jy ! Total flux subtracted in 200 components = 0.112553 Jy ! Clean residual min=-0.020266 max=0.026798 Jy/beam ! Clean residual mean=0.000027 rms=0.006122 Jy/beam ! Combined flux in latest and established models = 5.36968 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 55 components and 5.36968 Jy ! Inverting map ! Added new window around map position (-7.8, 24.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.010196 Jy ! Component: 100 - total flux cleaned = 0.0145337 Jy ! Component: 150 - total flux cleaned = 0.0157378 Jy ! Component: 200 - total flux cleaned = 0.0162378 Jy ! Total flux subtracted in 200 components = 0.0162378 Jy ! Clean residual min=-0.016619 max=0.022426 Jy/beam ! Clean residual mean=0.000007 rms=0.005154 Jy/beam ! Combined flux in latest and established models = 5.38591 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 74 components and 5.38591 Jy ! Inverting map ! Added new window around map position (-7.8, -16.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0196454 Jy ! Component: 100 - total flux cleaned = 0.0222175 Jy ! Component: 150 - total flux cleaned = 0.0248994 Jy ! Component: 200 - total flux cleaned = 0.0264808 Jy ! Total flux subtracted in 200 components = 0.0264808 Jy ! Clean residual min=-0.014136 max=0.016517 Jy/beam ! Clean residual mean=0.000014 rms=0.004213 Jy/beam ! Combined flux in latest and established models = 5.41239 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 90 components and 5.4124 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.081 mas, bmaj=3.943 mas, bpa=-7.088 degrees ! Estimated noise=3563.46 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.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00598497 Jy ! Component: 100 - total flux cleaned = 0.00678804 Jy ! Component: 150 - total flux cleaned = 0.00702632 Jy ! Component: 200 - total flux cleaned = 0.00702766 Jy ! Total flux subtracted in 200 components = 0.00702766 Jy ! Clean residual min=-0.015974 max=0.019019 Jy/beam ! Clean residual mean=-0.000014 rms=0.005397 Jy/beam ! Combined flux in latest and established models = 5.41942 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 109 components and 5.41942 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8267 mas, bmaj=2.167 mas, bpa=-8.718 degrees ! Estimated noise=2666.32 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164233 Jy ! Component: 100 - total flux cleaned = 0.00256247 Jy ! Component: 150 - total flux cleaned = 0.0028456 Jy ! Component: 200 - total flux cleaned = 0.00364543 Jy ! Total flux subtracted in 200 components = 0.00364543 Jy ! Clean residual min=-0.012799 max=0.016409 Jy/beam ! Clean residual mean=-0.000008 rms=0.003927 Jy/beam ! Combined flux in latest and established models = 5.42307 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 125 components and 5.42307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.310858Jy sigma=0.002076 ! Fit after self-cal, rms=0.310557Jy sigma=0.002074 wmodel J1337-1257_X_1996_03_13_yyk\_map.mod ! Writing 125 model components to file: J1337-1257_X_1996_03_13_yyk_map.mod wobs J1337-1257_X_1996_03_13_yyk\_uvs.fits ! Writing UV FITS file: J1337-1257_X_1996_03_13_yyk_uvs.fits wwins J1337-1257_X_1996_03_13_yyk\_map.win ! wwins: Wrote 4 windows to J1337-1257_X_1996_03_13_yyk_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.00556188 Jy ! Component: 100 - total flux cleaned = 0.0106917 Jy ! Component: 150 - total flux cleaned = 0.0156962 Jy ! Component: 200 - total flux cleaned = 0.0190417 Jy ! Component: 250 - total flux cleaned = 0.0211309 Jy ! Component: 300 - total flux cleaned = 0.022123 Jy ! Component: 350 - total flux cleaned = 0.0232478 Jy ! Component: 400 - total flux cleaned = 0.023424 Jy ! Component: 450 - total flux cleaned = 0.0239442 Jy ! Component: 500 - total flux cleaned = 0.0246134 Jy ! Component: 550 - total flux cleaned = 0.0249373 Jy ! Component: 600 - total flux cleaned = 0.0252555 Jy ! Component: 650 - total flux cleaned = 0.0263444 Jy ! Component: 700 - total flux cleaned = 0.0267985 Jy ! Component: 750 - total flux cleaned = 0.0276885 Jy ! Component: 800 - total flux cleaned = 0.0287023 Jy ! Component: 850 - total flux cleaned = 0.0299779 Jy ! Component: 900 - total flux cleaned = 0.0312243 Jy ! Component: 950 - total flux cleaned = 0.032172 Jy ! Component: 1000 - total flux cleaned = 0.0331025 Jy ! Component: 1050 - total flux cleaned = 0.0347934 Jy ! Component: 1100 - total flux cleaned = 0.0360671 Jy ! Component: 1150 - total flux cleaned = 0.0371898 Jy ! Component: 1200 - total flux cleaned = 0.0381716 Jy ! Component: 1250 - total flux cleaned = 0.0396185 Jy ! Component: 1300 - total flux cleaned = 0.0406818 Jy ! Component: 1350 - total flux cleaned = 0.0412644 Jy ! Component: 1400 - total flux cleaned = 0.0422962 Jy ! Component: 1450 - total flux cleaned = 0.0428591 Jy ! Component: 1500 - total flux cleaned = 0.0435238 Jy ! Component: 1550 - total flux cleaned = 0.0445085 Jy ! Component: 1600 - total flux cleaned = 0.045371 Jy ! Component: 1650 - total flux cleaned = 0.0467502 Jy ! Component: 1700 - total flux cleaned = 0.0474811 Jy ! Component: 1750 - total flux cleaned = 0.0487204 Jy ! Component: 1800 - total flux cleaned = 0.049535 Jy ! Component: 1850 - total flux cleaned = 0.0501388 Jy ! Component: 1900 - total flux cleaned = 0.0510327 Jy ! Component: 1950 - total flux cleaned = 0.0516209 Jy ! Component: 2000 - total flux cleaned = 0.0523004 Jy ! Total flux subtracted in 2048 components = 0.0529713 Jy ! Clean residual min=-0.005338 max=0.006457 Jy/beam ! Clean residual mean=0.000012 rms=0.001834 Jy/beam ! Combined flux in latest and established models = 5.47604 Jy keep ! Adding 132 model components to the UV plane model. ! The established model now contains 257 components and 5.47604 Jy ![Exited script file: muppet] wmap "J1337-1257_X_1996_03_13_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8267 x 2.167 at -8.718 degrees (North through East) ! Clean map min=-0.023022 max=4.8177 Jy/beam ! Writing clean map to FITS file: J1337-1257_X_1996_03_13_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 4.81773 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00181982 device "J1337-1257_X_1996_03_13_yyk\_map.eps/VPS" ! Attempting to open device: 'J1337-1257_X_1996_03_13_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.11332 0.11332 0.22664 0.453281 0.906562 1.81312 3.62625 7.2525 14.505 29.01 58.02 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0054 print "peak=",int(peak_flux*1000)/1000 ! peak= 4.817 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8267 x 2.167 at -8.718 degrees (North through East) ! Clean map min=-0.023022 max=4.8177 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1337-1257_X_1996_03_13_yyk\_map.gif/gif" ! Attempting to open device: 'J1337-1257_X_1996_03_13_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1337-1257_X_1996_03_13_yyk_uvs.log closed on Mon Jan 8 06:09:31 2007