! Started logfile: J1427-3305_S_2006_12_18_yyk_uvs.log on Mon Jun 16 19:43:25 2008 obs J1427-3305_S_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J1427-3305_S_2006_12_18_yyk_uve.fits ! AN table 1: 17 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.611765 visibilities/baseline/integration-bin. ! Found source: J1427-3305 ! ! 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 2469 lines of history. ! ! Reading 1872 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 J1427-3305_S_2006_12_18_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.18275 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.256 mas, bmaj=6.123 mas, bpa=2.657 degrees ! Estimated noise=2.03604 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.125955 Jy ! Component: 100 - total flux cleaned = 0.157502 Jy ! Total flux subtracted in 100 components = 0.157502 Jy ! Clean residual min=-0.009359 max=0.011562 Jy/beam ! Clean residual mean=-0.000023 rms=0.002462 Jy/beam ! Combined flux in latest and established models = 0.157502 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.157502 Jy ! ! Correcting IF 1. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.086448Jy sigma=1.106698 ! Fit after self-cal, rms=0.086120Jy sigma=1.103258 ! Inverting map and beam ! Estimated beam: bmin=2.256 mas, bmaj=6.122 mas, bpa=2.647 degrees ! Estimated noise=2.03549 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=2.905 mas, bmaj=7.727 mas, bpa=0.1428 degrees ! Estimated noise=1.28022 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.0270676 Jy ! Component: 100 - total flux cleaned = 0.0364028 Jy ! Component: 150 - total flux cleaned = 0.0402456 Jy ! Component: 200 - total flux cleaned = 0.0418082 Jy ! Total flux subtracted in 200 components = 0.0418082 Jy ! Clean residual min=-0.005597 max=0.005915 Jy/beam ! Clean residual mean=-0.000066 rms=0.001721 Jy/beam ! Combined flux in latest and established models = 0.19931 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 38 components and 0.19931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081854Jy sigma=1.024028 ! Fit after self-cal, rms=0.081822Jy sigma=1.023695 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.905 x 7.727 at 0.1428 degrees (North through East) ! Clean map min=-0.0055222 max=0.15745 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: 0.984984 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 1.16 KP 0.92 ! LA 1.03 MK 1.03 NL 1.06 OV 0.94 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! 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 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.00997 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.00* KP 0.95 ! LA 1.07 MK 1.04 NL 1.01 OV 0.94 ! PT 0.91 SC 0.96 ! ! ! Fit before self-cal, rms=0.081822Jy sigma=1.023695 ! Fit after self-cal, rms=0.081561Jy sigma=1.016646 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.081561Jy sigma=1.016646 ! Fit after self-cal, rms=0.081559Jy sigma=1.016456 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.939 mas, bmaj=7.762 mas, bpa=0.8384 degrees ! Estimated noise=1.25994 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.00322574 Jy ! Component: 100 - total flux cleaned = -0.00385173 Jy ! Component: 150 - total flux cleaned = -0.00397679 Jy ! Component: 200 - total flux cleaned = -0.00403045 Jy ! Total flux subtracted in 200 components = -0.00403045 Jy ! Clean residual min=-0.004527 max=0.004999 Jy/beam ! Clean residual mean=0.000049 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.195279 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 52 components and 0.195279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081455Jy sigma=1.015161 ! Fit after self-cal, rms=0.081430Jy sigma=1.014962 ! 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.081430Jy sigma=1.014962 ! Fit after self-cal, rms=0.076454Jy sigma=0.943296 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.00180958 Jy ! Component: 100 - total flux cleaned = 0.00185454 Jy ! Component: 150 - total flux cleaned = 0.00188861 Jy ! Component: 200 - total flux cleaned = 0.00188669 Jy ! Total flux subtracted in 200 components = 0.00188669 Jy ! Clean residual min=-0.004461 max=0.004556 Jy/beam ! Clean residual mean=0.000055 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.197166 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.197166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076422Jy sigma=0.942559 ! Fit after self-cal, rms=0.076200Jy sigma=0.939174 ! 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: 2.939 x 7.762 at 0.8384 degrees (North through East) ! Clean map min=-0.0042702 max=0.1576 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.076200Jy sigma=0.939174 ! Fit after self-cal, rms=0.074872Jy sigma=0.930745 ! 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.074872Jy sigma=0.930745 ! Fit after self-cal, rms=0.074879Jy sigma=0.930413 ! Inverting map and beam ! Estimated beam: bmin=2.906 mas, bmaj=7.691 mas, bpa=1.081 degrees ! Estimated noise=1.24422 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000425157 Jy ! Component: 100 - total flux cleaned = -0.000513457 Jy ! Component: 150 - total flux cleaned = -0.000606525 Jy ! Component: 200 - total flux cleaned = -0.000627267 Jy ! Total flux subtracted in 200 components = -0.000627267 Jy ! Clean residual min=-0.004032 max=0.004330 Jy/beam ! Clean residual mean=0.000065 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.196539 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 62 components and 0.196539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074855Jy sigma=0.930058 ! Fit after self-cal, rms=0.074854Jy sigma=0.930009 ! 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.074854Jy sigma=0.930009 ! Fit after self-cal, rms=0.073781Jy sigma=0.928421 ! 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.073781Jy sigma=0.928421 ! Fit after self-cal, rms=0.073777Jy sigma=0.928306 ! Inverting map and beam ! Estimated beam: bmin=2.891 mas, bmaj=7.676 mas, bpa=1.696 degrees ! Estimated noise=1.2248 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00228048 Jy ! Component: 100 - total flux cleaned = -0.00240617 Jy ! Component: 150 - total flux cleaned = -0.00244802 Jy ! Component: 200 - total flux cleaned = -0.00242907 Jy ! Total flux subtracted in 200 components = -0.00242907 Jy ! Clean residual min=-0.004590 max=0.004470 Jy/beam ! Clean residual mean=0.000069 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.19411 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.19411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073714Jy sigma=0.927500 ! Fit after self-cal, rms=0.073711Jy sigma=0.927481 ! 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.567 mas, bmaj=25.39 mas, bpa=3.038 degrees ! Estimated noise=1.63207 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.000980562 Jy ! Component: 100 - total flux cleaned = 0.000979607 Jy ! Component: 150 - total flux cleaned = 0.00100375 Jy ! Component: 200 - total flux cleaned = 0.00102728 Jy ! Total flux subtracted in 200 components = 0.00102728 Jy ! Clean residual min=-0.003658 max=0.004296 Jy/beam ! Clean residual mean=0.000131 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.195137 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 3 model components to the UV plane model. ! The established model now contains 68 components and 0.195137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073740Jy sigma=0.927670 ! Fit after self-cal, rms=0.073738Jy sigma=0.927611 ! 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=2.25 mas, bmaj=6.117 mas, bpa=3.784 degrees ! Estimated noise=1.96086 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.124172 Jy ! Component: 100 - total flux cleaned = 0.156019 Jy ! Component: 150 - total flux cleaned = 0.171452 Jy ! Component: 200 - total flux cleaned = 0.179423 Jy ! Total flux subtracted in 200 components = 0.179423 Jy ! Clean residual min=-0.006346 max=0.007142 Jy/beam ! Clean residual mean=0.000021 rms=0.001785 Jy/beam ! Combined flux in latest and established models = 0.179423 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.179423 Jy ! Inverting map and beam ! Estimated beam: bmin=2.891 mas, bmaj=7.676 mas, bpa=1.696 degrees ! Estimated noise=1.2248 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, 12.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.010084 Jy ! Component: 100 - total flux cleaned = 0.0143709 Jy ! Component: 150 - total flux cleaned = 0.0159646 Jy ! Component: 200 - total flux cleaned = 0.0160903 Jy ! Total flux subtracted in 200 components = 0.0160903 Jy ! Clean residual min=-0.004509 max=0.004687 Jy/beam ! Clean residual mean=0.000052 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.195514 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 50 components and 0.195514 Jy ! Inverting map ! Added new window around map position (19.5, -45). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00293392 Jy ! Component: 100 - total flux cleaned = 0.00276162 Jy ! Component: 150 - total flux cleaned = 0.00276088 Jy ! Component: 200 - total flux cleaned = 0.00276117 Jy ! Total flux subtracted in 200 components = 0.00276117 Jy ! Clean residual min=-0.004109 max=0.003372 Jy/beam ! Clean residual mean=0.000029 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.198275 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 72 components and 0.198275 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.567 mas, bmaj=25.39 mas, bpa=3.038 degrees ! Estimated noise=1.63207 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.000197436 Jy ! Component: 100 - total flux cleaned = -0.000162952 Jy ! Component: 150 - total flux cleaned = -0.000162307 Jy ! Component: 200 - total flux cleaned = -0.000161355 Jy ! Total flux subtracted in 200 components = -0.000161355 Jy ! Clean residual min=-0.003396 max=0.002752 Jy/beam ! Clean residual mean=0.000048 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.198113 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 82 components and 0.198113 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.891 mas, bmaj=7.676 mas, bpa=1.696 degrees ! Estimated noise=1.2248 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000281703 Jy ! Component: 100 - total flux cleaned = -0.00028118 Jy ! Component: 150 - total flux cleaned = -0.00028132 Jy ! Component: 200 - total flux cleaned = -0.000282312 Jy ! Total flux subtracted in 200 components = -0.000282312 Jy ! Clean residual min=-0.004005 max=0.003341 Jy/beam ! Clean residual mean=0.000028 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.197831 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 104 components and 0.197831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073372Jy sigma=0.921283 ! Fit after self-cal, rms=0.073314Jy sigma=0.920718 wmodel J1427-3305_S_2006_12_18_yyk\_map.mod ! Writing 104 model components to file: J1427-3305_S_2006_12_18_yyk_map.mod wobs J1427-3305_S_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J1427-3305_S_2006_12_18_yyk_uvs.fits wwins J1427-3305_S_2006_12_18_yyk\_map.win ! wwins: Wrote 3 windows to J1427-3305_S_2006_12_18_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.000228904 Jy ! Component: 100 - total flux cleaned = -0.000395548 Jy ! Component: 150 - total flux cleaned = -0.000810294 Jy ! Component: 200 - total flux cleaned = -0.00100573 Jy ! Component: 250 - total flux cleaned = -0.00110035 Jy ! Component: 300 - total flux cleaned = -0.00123344 Jy ! Component: 350 - total flux cleaned = -0.00144609 Jy ! Component: 400 - total flux cleaned = -0.00165095 Jy ! Component: 450 - total flux cleaned = -0.00168969 Jy ! Component: 500 - total flux cleaned = -0.00161169 Jy ! Component: 550 - total flux cleaned = -0.0016497 Jy ! Component: 600 - total flux cleaned = -0.0015773 Jy ! Component: 650 - total flux cleaned = -0.00161289 Jy ! Component: 700 - total flux cleaned = -0.00154234 Jy ! Component: 750 - total flux cleaned = -0.00143995 Jy ! Component: 800 - total flux cleaned = -0.00147448 Jy ! Component: 850 - total flux cleaned = -0.00147539 Jy ! Component: 900 - total flux cleaned = -0.00157322 Jy ! Component: 950 - total flux cleaned = -0.00157256 Jy ! Component: 1000 - total flux cleaned = -0.0015413 Jy ! Component: 1050 - total flux cleaned = -0.00154187 Jy ! Component: 1100 - total flux cleaned = -0.00154215 Jy ! Component: 1150 - total flux cleaned = -0.00154232 Jy ! Component: 1200 - total flux cleaned = -0.00151302 Jy ! Component: 1250 - total flux cleaned = -0.00154248 Jy ! Component: 1300 - total flux cleaned = -0.00165602 Jy ! Component: 1350 - total flux cleaned = -0.00159978 Jy ! Component: 1400 - total flux cleaned = -0.00165522 Jy ! Component: 1450 - total flux cleaned = -0.00168255 Jy ! Component: 1500 - total flux cleaned = -0.00179008 Jy ! Component: 1550 - total flux cleaned = -0.00179005 Jy ! Component: 1600 - total flux cleaned = -0.00184243 Jy ! Component: 1650 - total flux cleaned = -0.0018683 Jy ! Component: 1700 - total flux cleaned = -0.00186849 Jy ! Component: 1750 - total flux cleaned = -0.001919 Jy ! Component: 1800 - total flux cleaned = -0.00194377 Jy ! Component: 1850 - total flux cleaned = -0.00196825 Jy ! Component: 1900 - total flux cleaned = -0.00191986 Jy ! Component: 1950 - total flux cleaned = -0.00194409 Jy ! Component: 2000 - total flux cleaned = -0.00194387 Jy ! Total flux subtracted in 2048 components = -0.00189667 Jy ! Clean residual min=-0.001338 max=0.001507 Jy/beam ! Clean residual mean=0.000031 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.195934 Jy keep ! Adding 110 model components to the UV plane model. ! The established model now contains 214 components and 0.195934 Jy ![Exited script file: muppet] wmap "J1427-3305_S_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.891 x 7.676 at 1.696 degrees (North through East) ! Clean map min=-0.0029615 max=0.15091 Jy/beam ! Writing clean map to FITS file: J1427-3305_S_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.150906 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00045844 device "J1427-3305_S_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J1427-3305_S_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.911377 0.911377 1.82275 3.64551 7.29102 14.582 29.1641 58.3282 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.15 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.891 x 7.676 at 1.696 degrees (North through East) ! Clean map min=-0.0029615 max=0.15091 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1427-3305_S_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J1427-3305_S_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1427-3305_S_2006_12_18_yyk_uvs.log closed on Mon Jun 16 19:43:32 2008