! Started logfile: J2156-0333_S_2005_07_20_yyk_uvs.log on Fri Jan 20 11:04:19 2006 obs J2156-0333_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J2156-0333_S_2005_07_20_yyk_uve.fits ! AN table 1: 9 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775309 visibilities/baseline/integration-bin. ! Found source: J2156-0333 ! ! 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 1527 lines of history. ! ! Reading 1256 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 J2156-0333_S_2005_07_20_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.146527 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=3.635 mas, bmaj=9.655 mas, bpa=15.57 degrees ! Estimated noise=1.99332 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.0883061 Jy ! Component: 100 - total flux cleaned = 0.116576 Jy ! Total flux subtracted in 100 components = 0.116576 Jy ! Clean residual min=-0.014179 max=0.014709 Jy/beam ! Clean residual mean=0.000165 rms=0.004167 Jy/beam ! Combined flux in latest and established models = 0.116576 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.116576 Jy ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.096402Jy sigma=1.535746 ! Fit after self-cal, rms=0.082507Jy sigma=1.202853 ! Inverting map and beam ! Estimated beam: bmin=3.635 mas, bmaj=9.655 mas, bpa=15.57 degrees ! Estimated noise=1.99332 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=5.401 mas, bmaj=11.84 mas, bpa=7.968 degrees ! Estimated noise=1.24765 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.0316959 Jy ! Component: 100 - total flux cleaned = 0.0420307 Jy ! Component: 150 - total flux cleaned = 0.0450659 Jy ! Component: 200 - total flux cleaned = 0.0458022 Jy ! Total flux subtracted in 200 components = 0.0458022 Jy ! Clean residual min=-0.005172 max=0.005594 Jy/beam ! Clean residual mean=-0.000002 rms=0.001285 Jy/beam ! Combined flux in latest and established models = 0.162379 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 44 model components to the UV plane model. ! The established model now contains 72 components and 0.162379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075641Jy sigma=1.011488 ! Fit after self-cal, rms=0.075694Jy sigma=1.011283 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.401 x 11.84 at 7.968 degrees (North through East) ! Clean map min=-0.0050715 max=0.12714 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 ! 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 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 ! 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* ! ! ! Fit before self-cal, rms=0.075694Jy sigma=1.011283 ! Fit after self-cal, rms=0.075694Jy sigma=1.011283 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.075694Jy sigma=1.011283 ! Fit after self-cal, rms=0.075694Jy sigma=1.011282 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.401 mas, bmaj=11.84 mas, bpa=7.968 degrees ! Estimated noise=1.24765 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.000269741 Jy ! Component: 100 - total flux cleaned = 0.000549578 Jy ! Component: 150 - total flux cleaned = 0.000605315 Jy ! Component: 200 - total flux cleaned = 0.000558685 Jy ! Total flux subtracted in 200 components = 0.000558685 Jy ! Clean residual min=-0.005157 max=0.005496 Jy/beam ! Clean residual mean=-0.000006 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.162937 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.162937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075473Jy sigma=1.009476 ! Fit after self-cal, rms=0.075512Jy sigma=1.009410 ! 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.075512Jy sigma=1.009410 ! Fit after self-cal, rms=0.070862Jy sigma=0.952025 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.000806191 Jy ! Component: 100 - total flux cleaned = 0.000666826 Jy ! Component: 150 - total flux cleaned = 0.000545006 Jy ! Component: 200 - total flux cleaned = 0.00044186 Jy ! Total flux subtracted in 200 components = 0.00044186 Jy ! Clean residual min=-0.005487 max=0.005419 Jy/beam ! Clean residual mean=-0.000006 rms=0.001268 Jy/beam ! Combined flux in latest and established models = 0.163379 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 105 components and 0.163379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070712Jy sigma=0.951058 ! Fit after self-cal, rms=0.070198Jy sigma=0.947866 ! 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: 5.401 x 11.84 at 7.968 degrees (North through East) ! Clean map min=-0.0053695 max=0.12914 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.070198Jy sigma=0.947866 ! Fit after self-cal, rms=0.069953Jy sigma=0.943631 ! 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.069953Jy sigma=0.943631 ! Fit after self-cal, rms=0.069807Jy sigma=0.943159 ! Inverting map and beam ! Estimated beam: bmin=5.368 mas, bmaj=11.84 mas, bpa=7.981 degrees ! Estimated noise=1.24753 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000439105 Jy ! Component: 100 - total flux cleaned = -0.000509898 Jy ! Component: 150 - total flux cleaned = -0.000572815 Jy ! Component: 200 - total flux cleaned = -0.000628464 Jy ! Total flux subtracted in 200 components = -0.000628464 Jy ! Clean residual min=-0.005167 max=0.005090 Jy/beam ! Clean residual mean=0.000004 rms=0.001245 Jy/beam ! Combined flux in latest and established models = 0.162751 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 108 components and 0.162751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069757Jy sigma=0.942558 ! Fit after self-cal, rms=0.069705Jy sigma=0.942381 ! 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.069705Jy sigma=0.942381 ! Fit after self-cal, rms=0.069153Jy sigma=0.943776 ! 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.069153Jy sigma=0.943776 ! Fit after self-cal, rms=0.069119Jy sigma=0.943555 ! Inverting map and beam ! Estimated beam: bmin=5.301 mas, bmaj=11.67 mas, bpa=8.211 degrees ! Estimated noise=1.24878 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203384 Jy ! Component: 100 - total flux cleaned = 0.00250522 Jy ! Component: 150 - total flux cleaned = 0.00270778 Jy ! Component: 200 - total flux cleaned = 0.00279744 Jy ! Total flux subtracted in 200 components = 0.00279744 Jy ! Clean residual min=-0.005523 max=0.004305 Jy/beam ! Clean residual mean=-0.000024 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.165548 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 120 components and 0.165548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069037Jy sigma=0.942417 ! Fit after self-cal, rms=0.069043Jy sigma=0.942317 ! 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.375 mas, bmaj=14.33 mas, bpa=2.99 degrees ! Estimated noise=1.37006 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.000874263 Jy ! Component: 100 - total flux cleaned = 0.000912157 Jy ! Component: 150 - total flux cleaned = 0.000926626 Jy ! Component: 200 - total flux cleaned = 0.000926103 Jy ! Total flux subtracted in 200 components = 0.000926103 Jy ! Clean residual min=-0.004656 max=0.004040 Jy/beam ! Clean residual mean=-0.000042 rms=0.001260 Jy/beam ! Combined flux in latest and established models = 0.166474 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 129 components and 0.166474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069055Jy sigma=0.942423 ! Fit after self-cal, rms=0.069053Jy sigma=0.942351 ! 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=3.62 mas, bmaj=9.608 mas, bpa=15.55 degrees ! Estimated noise=1.97878 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.103457 Jy ! Component: 100 - total flux cleaned = 0.134846 Jy ! Component: 150 - total flux cleaned = 0.148597 Jy ! Component: 200 - total flux cleaned = 0.153307 Jy ! Total flux subtracted in 200 components = 0.153307 Jy ! Clean residual min=-0.007181 max=0.006608 Jy/beam ! Clean residual mean=0.000001 rms=0.001955 Jy/beam ! Combined flux in latest and established models = 0.153307 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.153307 Jy ! Inverting map and beam ! Estimated beam: bmin=5.301 mas, bmaj=11.67 mas, bpa=8.211 degrees ! Estimated noise=1.24878 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.00833799 Jy ! Component: 100 - total flux cleaned = 0.0111445 Jy ! Component: 150 - total flux cleaned = 0.0117068 Jy ! Component: 200 - total flux cleaned = 0.0119926 Jy ! Total flux subtracted in 200 components = 0.0119926 Jy ! Clean residual min=-0.005514 max=0.004282 Jy/beam ! Clean residual mean=-0.000022 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.1653 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 79 components and 0.1653 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.375 mas, bmaj=14.33 mas, bpa=2.99 degrees ! Estimated noise=1.37006 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.00118493 Jy ! Component: 100 - total flux cleaned = 0.00130811 Jy ! Component: 150 - total flux cleaned = 0.00128789 Jy ! Component: 200 - total flux cleaned = 0.00130568 Jy ! Total flux subtracted in 200 components = 0.00130568 Jy ! Clean residual min=-0.004616 max=0.004089 Jy/beam ! Clean residual mean=-0.000043 rms=0.001265 Jy/beam ! Combined flux in latest and established models = 0.166605 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 86 components and 0.166605 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.301 mas, bmaj=11.67 mas, bpa=8.211 degrees ! Estimated noise=1.24878 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000171129 Jy ! Component: 100 - total flux cleaned = -0.000266847 Jy ! Component: 150 - total flux cleaned = -0.000352991 Jy ! Component: 200 - total flux cleaned = -0.000430909 Jy ! Total flux subtracted in 200 components = -0.000430909 Jy ! Clean residual min=-0.005336 max=0.004436 Jy/beam ! Clean residual mean=-0.000028 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.166174 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 95 components and 0.166174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068980Jy sigma=0.942771 ! Fit after self-cal, rms=0.068995Jy sigma=0.942500 wmodel J2156-0333_S_2005_07_20_yyk\_map.mod ! Writing 95 model components to file: J2156-0333_S_2005_07_20_yyk_map.mod wobs J2156-0333_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J2156-0333_S_2005_07_20_yyk_uvs.fits wwins J2156-0333_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J2156-0333_S_2005_07_20_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.00192361 Jy ! Component: 100 - total flux cleaned = -0.00295306 Jy ! Component: 150 - total flux cleaned = -0.00402643 Jy ! Component: 200 - total flux cleaned = -0.00439847 Jy ! Component: 250 - total flux cleaned = -0.00469062 Jy ! Component: 300 - total flux cleaned = -0.00525001 Jy ! Component: 350 - total flux cleaned = -0.00573238 Jy ! Component: 400 - total flux cleaned = -0.00635245 Jy ! Component: 450 - total flux cleaned = -0.00680076 Jy ! Component: 500 - total flux cleaned = -0.00709011 Jy ! Component: 550 - total flux cleaned = -0.00727761 Jy ! Component: 600 - total flux cleaned = -0.00746067 Jy ! Component: 650 - total flux cleaned = -0.0075511 Jy ! Component: 700 - total flux cleaned = -0.00763834 Jy ! Component: 750 - total flux cleaned = -0.00772199 Jy ! Component: 800 - total flux cleaned = -0.00800857 Jy ! Component: 850 - total flux cleaned = -0.0082083 Jy ! Component: 900 - total flux cleaned = -0.00832553 Jy ! Component: 950 - total flux cleaned = -0.00863225 Jy ! Component: 1000 - total flux cleaned = -0.00874417 Jy ! Component: 1050 - total flux cleaned = -0.00892797 Jy ! Component: 1100 - total flux cleaned = -0.00896426 Jy ! Component: 1150 - total flux cleaned = -0.00921504 Jy ! Component: 1200 - total flux cleaned = -0.00942593 Jy ! Component: 1250 - total flux cleaned = -0.00959945 Jy ! Component: 1300 - total flux cleaned = -0.00973565 Jy ! Component: 1350 - total flux cleaned = -0.00997097 Jy ! Component: 1400 - total flux cleaned = -0.0102019 Jy ! Component: 1450 - total flux cleaned = -0.0104615 Jy ! Component: 1500 - total flux cleaned = -0.0107178 Jy ! Component: 1550 - total flux cleaned = -0.0110337 Jy ! Component: 1600 - total flux cleaned = -0.0112829 Jy ! Component: 1650 - total flux cleaned = -0.011528 Jy ! Component: 1700 - total flux cleaned = -0.0117399 Jy ! Component: 1750 - total flux cleaned = -0.0119493 Jy ! Component: 1800 - total flux cleaned = -0.012156 Jy ! Component: 1850 - total flux cleaned = -0.012273 Jy ! Component: 1900 - total flux cleaned = -0.0124745 Jy ! Component: 1950 - total flux cleaned = -0.0126729 Jy ! Component: 2000 - total flux cleaned = -0.0127568 Jy ! Total flux subtracted in 2048 components = -0.0129795 Jy ! Clean residual min=-0.001585 max=0.001500 Jy/beam ! Clean residual mean=-0.000020 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.153195 Jy keep ! Adding 112 model components to the UV plane model. ! The established model now contains 207 components and 0.153195 Jy ![Exited script file: muppet] wmap "J2156-0333_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.301 x 11.67 at 8.211 degrees (North through East) ! Clean map min=-0.0048303 max=0.12881 Jy/beam ! Writing clean map to FITS file: J2156-0333_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.128807 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000576516 device "J2156-0333_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J2156-0333_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.34274 1.34274 2.68548 5.37097 10.7419 21.4839 42.9677 85.9355 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.128 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.301 x 11.67 at 8.211 degrees (North through East) ! Clean map min=-0.0048303 max=0.12881 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2156-0333_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J2156-0333_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2156-0333_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 11:04:23 2006