! Started logfile: J1905-1153_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:38:08 2005 obs J1905-1153_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1905-1153_S_2005_05_12_yyk_uve.fits ! AN table 1: 14 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.971429 visibilities/baseline/integration-bin. ! Found source: J1905-1153 ! ! 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 1443 lines of history. ! ! Reading 2448 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 J1905-1153_S_2005_05_12_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.155007 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=2.971 mas, bmaj=6.451 mas, bpa=1.664 degrees ! Estimated noise=1.16619 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 = 0.113228 Jy ! Component: 100 - total flux cleaned = 0.141066 Jy ! Total flux subtracted in 100 components = 0.141066 Jy ! Clean residual min=-0.006149 max=0.008607 Jy/beam ! Clean residual mean=0.000127 rms=0.001919 Jy/beam ! Combined flux in latest and established models = 0.141066 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.141066 Jy ! ! Correcting IF 1. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.072247Jy sigma=1.109423 ! Fit after self-cal, rms=0.071759Jy sigma=1.100629 ! Inverting map and beam ! Estimated beam: bmin=2.971 mas, bmaj=6.451 mas, bpa=1.664 degrees ! Estimated noise=1.16619 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=3.638 mas, bmaj=8.332 mas, bpa=-0.4633 degrees ! Estimated noise=0.818012 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.0131243 Jy ! Component: 100 - total flux cleaned = 0.0173325 Jy ! Component: 150 - total flux cleaned = 0.0190727 Jy ! Component: 200 - total flux cleaned = 0.019198 Jy ! Total flux subtracted in 200 components = 0.019198 Jy ! Clean residual min=-0.004372 max=0.005604 Jy/beam ! Clean residual mean=0.000065 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.160264 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 44 components and 0.160264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070081Jy sigma=1.066813 ! Fit after self-cal, rms=0.070057Jy sigma=1.066635 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.638 x 8.332 at -0.4633 degrees (North through East) ! Clean map min=-0.0042517 max=0.12479 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.03197 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.96 HN 1.03 KP 0.92 ! LA 1.02 MK 0.86 NL 0.97 OV 0.93 ! PT 1.06 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.991746 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.06 KP 1.04 ! LA 0.99 MK 1.02 NL 0.98 OV 0.97 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01483 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.06 HN 1.12 KP 0.90 ! LA 1.01 MK 0.95 NL 0.93 OV 0.86 ! PT 0.90 SC 1.10 ! ! ! Fit before self-cal, rms=0.070057Jy sigma=1.066635 ! Fit after self-cal, rms=0.069803Jy sigma=1.053166 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.069803Jy sigma=1.053166 ! Fit after self-cal, rms=0.069797Jy sigma=1.053117 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.609 mas, bmaj=8.369 mas, bpa=-1.544 degrees ! Estimated noise=0.810147 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.000865383 Jy ! Component: 100 - total flux cleaned = -0.00102294 Jy ! Component: 150 - total flux cleaned = -0.00106266 Jy ! Component: 200 - total flux cleaned = -0.0010255 Jy ! Total flux subtracted in 200 components = -0.0010255 Jy ! Clean residual min=-0.003441 max=0.005181 Jy/beam ! Clean residual mean=0.000094 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.159238 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.159238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069701Jy sigma=1.051948 ! Fit after self-cal, rms=0.069688Jy sigma=1.051856 ! Inverting map ! Added new window around map position (35, -64). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00258857 Jy ! Component: 100 - total flux cleaned = 0.00192231 Jy ! Component: 150 - total flux cleaned = 0.00177689 Jy ! Component: 200 - total flux cleaned = 0.00166271 Jy ! Total flux subtracted in 200 components = 0.00166271 Jy ! Clean residual min=-0.003165 max=0.004086 Jy/beam ! Clean residual mean=0.000087 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.160901 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 60 components and 0.160901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069425Jy sigma=1.044933 ! Fit after self-cal, rms=0.069381Jy sigma=1.044270 ! 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.069381Jy sigma=1.044270 ! Fit after self-cal, rms=0.066409Jy sigma=0.998435 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.00107868 Jy ! Component: 100 - total flux cleaned = 0.00106865 Jy ! Component: 150 - total flux cleaned = 0.00110858 Jy ! Component: 200 - total flux cleaned = 0.00107085 Jy ! Total flux subtracted in 200 components = 0.00107085 Jy ! Clean residual min=-0.003377 max=0.003085 Jy/beam ! Clean residual mean=0.000082 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.161972 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 71 components and 0.161972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066349Jy sigma=0.997169 ! Fit after self-cal, rms=0.066250Jy sigma=0.994752 ! 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: 3.609 x 8.369 at -1.544 degrees (North through East) ! Clean map min=-0.0032069 max=0.12372 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.066250Jy sigma=0.994752 ! Fit after self-cal, rms=0.064635Jy sigma=0.979444 ! 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.064635Jy sigma=0.979444 ! Fit after self-cal, rms=0.064629Jy sigma=0.979203 ! Inverting map and beam ! Estimated beam: bmin=3.565 mas, bmaj=8.4 mas, bpa=-2.427 degrees ! Estimated noise=0.802212 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000647268 Jy ! Component: 100 - total flux cleaned = -0.000979908 Jy ! Component: 150 - total flux cleaned = -0.00110363 Jy ! Component: 200 - total flux cleaned = -0.00121738 Jy ! Total flux subtracted in 200 components = -0.00121738 Jy ! Clean residual min=-0.003006 max=0.003012 Jy/beam ! Clean residual mean=0.000050 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.160755 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 90 components and 0.160755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064556Jy sigma=0.978166 ! Fit after self-cal, rms=0.064548Jy sigma=0.978073 ! 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.064548Jy sigma=0.978073 ! Fit after self-cal, rms=0.065572Jy sigma=0.970907 ! 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.065572Jy sigma=0.970907 ! Fit after self-cal, rms=0.065580Jy sigma=0.970789 ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=8.516 mas, bpa=-2.336 degrees ! Estimated noise=0.803697 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000618466 Jy ! Component: 100 - total flux cleaned = -0.000665172 Jy ! Component: 150 - total flux cleaned = -0.000749567 Jy ! Component: 200 - total flux cleaned = -0.000823302 Jy ! Total flux subtracted in 200 components = -0.000823302 Jy ! Clean residual min=-0.003009 max=0.003173 Jy/beam ! Clean residual mean=0.000068 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.159931 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 98 components and 0.159931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065510Jy sigma=0.969610 ! Fit after self-cal, rms=0.065498Jy sigma=0.969517 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.54 mas, bmaj=16.47 mas, bpa=11.02 degrees ! Estimated noise=0.9843 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.000563948 Jy ! Component: 100 - total flux cleaned = 0.000633712 Jy ! Component: 150 - total flux cleaned = 0.000603156 Jy ! Component: 200 - total flux cleaned = 0.000576318 Jy ! Total flux subtracted in 200 components = 0.000576318 Jy ! Clean residual min=-0.002788 max=0.003120 Jy/beam ! Clean residual mean=0.000113 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.160508 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 107 components and 0.160508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065477Jy sigma=0.969360 ! Fit after self-cal, rms=0.065466Jy sigma=0.969221 ! Inverting map uvtaper 0,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=2.968 mas, bmaj=6.501 mas, bpa=0.675 degrees ! Estimated noise=1.153 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.114134 Jy ! Component: 100 - total flux cleaned = 0.14238 Jy ! Component: 150 - total flux cleaned = 0.153032 Jy ! Component: 200 - total flux cleaned = 0.155802 Jy ! Total flux subtracted in 200 components = 0.155802 Jy ! Clean residual min=-0.005226 max=0.005460 Jy/beam ! Clean residual mean=0.000014 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 0.155802 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.155802 Jy ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=8.516 mas, bpa=-2.336 degrees ! Estimated noise=0.803697 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 (-4, -2.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00586679 Jy ! Component: 100 - total flux cleaned = 0.00647983 Jy ! Component: 150 - total flux cleaned = 0.00665149 Jy ! Component: 200 - total flux cleaned = 0.00672689 Jy ! Total flux subtracted in 200 components = 0.00672689 Jy ! Clean residual min=-0.002693 max=0.003350 Jy/beam ! Clean residual mean=0.000047 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.162528 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 54 components and 0.162528 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.54 mas, bmaj=16.47 mas, bpa=11.02 degrees ! Estimated noise=0.9843 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.000439616 Jy ! Component: 100 - total flux cleaned = 0.000394847 Jy ! Component: 150 - total flux cleaned = 0.000393996 Jy ! Component: 200 - total flux cleaned = 0.000359327 Jy ! Total flux subtracted in 200 components = 0.000359327 Jy ! Clean residual min=-0.002435 max=0.002771 Jy/beam ! Clean residual mean=0.000074 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.162888 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 68 components and 0.162888 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=8.516 mas, bpa=-2.336 degrees ! Estimated noise=0.803697 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 7.19397e-05 Jy ! Component: 100 - total flux cleaned = 7.06748e-05 Jy ! Component: 150 - total flux cleaned = -3.91905e-05 Jy ! Component: 200 - total flux cleaned = -4.01369e-05 Jy ! Total flux subtracted in 200 components = -4.01369e-05 Jy ! Clean residual min=-0.002737 max=0.003064 Jy/beam ! Clean residual mean=0.000043 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.162848 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 85 components and 0.162848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065456Jy sigma=0.968252 ! Fit after self-cal, rms=0.065412Jy sigma=0.967828 wmodel J1905-1153_S_2005_05_12_yyk\_map.mod ! Writing 85 model components to file: J1905-1153_S_2005_05_12_yyk_map.mod wobs J1905-1153_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1905-1153_S_2005_05_12_yyk_uvs.fits wwins J1905-1153_S_2005_05_12_yyk\_map.win ! wwins: Wrote 3 windows to J1905-1153_S_2005_05_12_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.000932477 Jy ! Component: 100 - total flux cleaned = 0.00126482 Jy ! Component: 150 - total flux cleaned = 0.00143889 Jy ! Component: 200 - total flux cleaned = 0.00164591 Jy ! Component: 250 - total flux cleaned = 0.00188281 Jy ! Component: 300 - total flux cleaned = 0.00207379 Jy ! Component: 350 - total flux cleaned = 0.00233101 Jy ! Component: 400 - total flux cleaned = 0.00243679 Jy ! Component: 450 - total flux cleaned = 0.00254032 Jy ! Component: 500 - total flux cleaned = 0.00264151 Jy ! Component: 550 - total flux cleaned = 0.00277312 Jy ! Component: 600 - total flux cleaned = 0.00286922 Jy ! Component: 650 - total flux cleaned = 0.0029632 Jy ! Component: 700 - total flux cleaned = 0.00308595 Jy ! Component: 750 - total flux cleaned = 0.00317614 Jy ! Component: 800 - total flux cleaned = 0.0032644 Jy ! Component: 850 - total flux cleaned = 0.00337973 Jy ! Component: 900 - total flux cleaned = 0.00349251 Jy ! Component: 950 - total flux cleaned = 0.0035479 Jy ! Component: 1000 - total flux cleaned = 0.0035754 Jy ! Component: 1050 - total flux cleaned = 0.00362886 Jy ! Component: 1100 - total flux cleaned = 0.00370765 Jy ! Component: 1150 - total flux cleaned = 0.00373304 Jy ! Component: 1200 - total flux cleaned = 0.00378332 Jy ! Component: 1250 - total flux cleaned = 0.00373338 Jy ! Component: 1300 - total flux cleaned = 0.00378231 Jy ! Component: 1350 - total flux cleaned = 0.00375777 Jy ! Component: 1400 - total flux cleaned = 0.00378139 Jy ! Component: 1450 - total flux cleaned = 0.00378119 Jy ! Component: 1500 - total flux cleaned = 0.00382714 Jy ! Component: 1550 - total flux cleaned = 0.00384957 Jy ! Component: 1600 - total flux cleaned = 0.00380428 Jy ! Component: 1650 - total flux cleaned = 0.00382683 Jy ! Component: 1700 - total flux cleaned = 0.00387092 Jy ! Component: 1750 - total flux cleaned = 0.00389267 Jy ! Component: 1800 - total flux cleaned = 0.00397875 Jy ! Component: 1850 - total flux cleaned = 0.00397896 Jy ! Component: 1900 - total flux cleaned = 0.0040835 Jy ! Component: 1950 - total flux cleaned = 0.00410417 Jy ! Component: 2000 - total flux cleaned = 0.0041041 Jy ! Total flux subtracted in 2048 components = 0.0041648 Jy ! Clean residual min=-0.001341 max=0.001048 Jy/beam ! Clean residual mean=0.000031 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.167013 Jy keep ! Adding 124 model components to the UV plane model. ! The established model now contains 209 components and 0.167013 Jy ![Exited script file: muppet] wmap "J1905-1153_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.607 x 8.516 at -2.336 degrees (North through East) ! Clean map min=-0.0021827 max=0.12246 Jy/beam ! Writing clean map to FITS file: J1905-1153_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.122456 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000407718 device "J1905-1153_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1905-1153_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.99885 0.99885 1.9977 3.9954 7.9908 15.9816 31.9632 63.9264 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.122 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.607 x 8.516 at -2.336 degrees (North through East) ! Clean map min=-0.0021827 max=0.12246 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1905-1153_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1905-1153_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1905-1153_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:38:12 2005