! Started logfile: J0427-0700_X_2005_05_12_yyk_uvs.log on Sat Oct 8 16:56:00 2005 obs J0427-0700_X_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0427-0700_X_2005_05_12_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.963889 visibilities/baseline/integration-bin. ! Found source: J0427-0700 ! ! 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.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1439 lines of history. ! ! Reading 2776 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 J0427-0700_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.216619 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.7133 mas, bmaj=1.833 mas, bpa=-3.488 degrees ! Estimated noise=1.09374 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.171498 Jy ! Component: 100 - total flux cleaned = 0.204825 Jy ! Total flux subtracted in 100 components = 0.204825 Jy ! Clean residual min=-0.009444 max=0.012836 Jy/beam ! Clean residual mean=-0.000002 rms=0.002881 Jy/beam ! Combined flux in latest and established models = 0.204825 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.204825 Jy ! ! Correcting IF 1. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.074144Jy sigma=1.297426 ! Fit after self-cal, rms=0.074004Jy sigma=1.293941 ! Inverting map and beam ! Estimated beam: bmin=0.7133 mas, bmaj=1.833 mas, bpa=-3.488 degrees ! Estimated noise=1.09374 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.9085 mas, bmaj=2.251 mas, bpa=-4.606 degrees ! Estimated noise=0.756059 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.0172745 Jy ! Component: 100 - total flux cleaned = 0.0242961 Jy ! Component: 150 - total flux cleaned = 0.0247465 Jy ! Component: 200 - total flux cleaned = 0.025125 Jy ! Total flux subtracted in 200 components = 0.025125 Jy ! Clean residual min=-0.007143 max=0.010984 Jy/beam ! Clean residual mean=-0.000037 rms=0.002577 Jy/beam ! Combined flux in latest and established models = 0.22995 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.22995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071096Jy sigma=1.231344 ! Fit after self-cal, rms=0.071087Jy sigma=1.231170 ! 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.9085 x 2.251 at -4.606 degrees (North through East) ! Clean map min=-0.0069897 max=0.20126 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.993181 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.93 HN 1.41 KP 0.91 ! LA 1.22 MK 0.90 NL 0.91 OV 0.96 ! PT 0.94 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.989296 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.93 HN 1.43 KP 0.88 ! LA 1.20 MK 0.92 NL 0.93 OV 0.95 ! PT 0.95 SC 0.96 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.971514 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 1.32 KP 0.83 ! LA 1.22 MK 1.03 NL 0.92 OV 0.98 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.937346 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.51 KP 0.96 ! LA 1.17 MK 0.96 NL 0.93 OV 1.04 ! PT 1.05 SC 1.01 ! ! ! Fit before self-cal, rms=0.071087Jy sigma=1.231170 ! Fit after self-cal, rms=0.065312Jy sigma=1.081663 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.065312Jy sigma=1.081663 ! Fit after self-cal, rms=0.065313Jy sigma=1.081503 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.916 mas, bmaj=2.207 mas, bpa=-4.366 degrees ! Estimated noise=0.707853 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.00890823 Jy ! Component: 100 - total flux cleaned = -0.0117021 Jy ! Component: 150 - total flux cleaned = -0.0124503 Jy ! Component: 200 - total flux cleaned = -0.0125925 Jy ! Total flux subtracted in 200 components = -0.0125925 Jy ! Clean residual min=-0.003741 max=0.003486 Jy/beam ! Clean residual mean=0.000011 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 0.217358 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.217358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064522Jy sigma=1.060325 ! Fit after self-cal, rms=0.064510Jy sigma=1.060228 ! 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.064510Jy sigma=1.060228 ! Fit after self-cal, rms=0.062589Jy sigma=1.022164 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.000332947 Jy ! Component: 100 - total flux cleaned = 0.000251401 Jy ! Component: 150 - total flux cleaned = 0.000181378 Jy ! Component: 200 - total flux cleaned = 0.000148705 Jy ! Total flux subtracted in 200 components = 0.000148705 Jy ! Clean residual min=-0.003789 max=0.003453 Jy/beam ! Clean residual mean=0.000011 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.217506 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 27 components and 0.217506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062550Jy sigma=1.021393 ! Fit after self-cal, rms=0.062465Jy sigma=1.019092 ! 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.916 x 2.207 at -4.366 degrees (North through East) ! Clean map min=-0.0036819 max=0.19276 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.062465Jy sigma=1.019092 ! Fit after self-cal, rms=0.062956Jy sigma=0.972001 ! 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.062956Jy sigma=0.972001 ! Fit after self-cal, rms=0.062999Jy sigma=0.971676 ! Inverting map and beam ! Estimated beam: bmin=0.9231 mas, bmaj=2.209 mas, bpa=-4.143 degrees ! Estimated noise=0.70795 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000812683 Jy ! Component: 100 - total flux cleaned = -0.000910283 Jy ! Component: 150 - total flux cleaned = -0.000995763 Jy ! Component: 200 - total flux cleaned = -0.0010715 Jy ! Total flux subtracted in 200 components = -0.0010715 Jy ! Clean residual min=-0.002739 max=0.002661 Jy/beam ! Clean residual mean=-0.000000 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.216435 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 36 components and 0.216435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062933Jy sigma=0.970418 ! Fit after self-cal, rms=0.062956Jy sigma=0.970372 ! 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.062956Jy sigma=0.970372 ! Fit after self-cal, rms=0.061400Jy sigma=0.943659 ! 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.061400Jy sigma=0.943659 ! Fit after self-cal, rms=0.061410Jy sigma=0.943599 ! Inverting map and beam ! Estimated beam: bmin=0.9253 mas, bmaj=2.21 mas, bpa=-3.981 degrees ! Estimated noise=0.707916 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -6.15913e-05 Jy ! Component: 100 - total flux cleaned = -0.000142199 Jy ! Component: 150 - total flux cleaned = -0.000179009 Jy ! Component: 200 - total flux cleaned = -0.000244102 Jy ! Total flux subtracted in 200 components = -0.000244102 Jy ! Clean residual min=-0.002647 max=0.002660 Jy/beam ! Clean residual mean=-0.000001 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.216191 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 41 components and 0.216191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061364Jy sigma=0.942751 ! Fit after self-cal, rms=0.061370Jy sigma=0.942739 ! 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.294 mas, bmaj=3.818 mas, bpa=3.519 degrees ! Estimated noise=0.881973 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.00061456 Jy ! Component: 100 - total flux cleaned = -0.000676596 Jy ! Component: 150 - total flux cleaned = -0.000728609 Jy ! Component: 200 - total flux cleaned = -0.000775302 Jy ! Total flux subtracted in 200 components = -0.000775302 Jy ! Clean residual min=-0.002452 max=0.003275 Jy/beam ! Clean residual mean=0.000001 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.215416 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 45 components and 0.215416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061378Jy sigma=0.942720 ! Fit after self-cal, rms=0.061377Jy sigma=0.942595 ! 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=0.7184 mas, bmaj=1.812 mas, bpa=-2.508 degrees ! Estimated noise=1.04872 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.164806 Jy ! Component: 100 - total flux cleaned = 0.196017 Jy ! Component: 150 - total flux cleaned = 0.20766 Jy ! Component: 200 - total flux cleaned = 0.212472 Jy ! Total flux subtracted in 200 components = 0.212472 Jy ! Clean residual min=-0.004785 max=0.004156 Jy/beam ! Clean residual mean=-0.000002 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.212472 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.212472 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9253 mas, bmaj=2.21 mas, bpa=-3.981 degrees ! Estimated noise=0.707916 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.00219931 Jy ! Component: 100 - total flux cleaned = 0.0024993 Jy ! Component: 150 - total flux cleaned = 0.0026881 Jy ! Component: 200 - total flux cleaned = 0.00279241 Jy ! Total flux subtracted in 200 components = 0.00279241 Jy ! Clean residual min=-0.002523 max=0.002675 Jy/beam ! Clean residual mean=0.000000 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.215264 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 31 components and 0.215264 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.294 mas, bmaj=3.818 mas, bpa=3.519 degrees ! Estimated noise=0.881973 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.000153047 Jy ! Component: 100 - total flux cleaned = -0.0002446 Jy ! Component: 150 - total flux cleaned = -0.000309518 Jy ! Component: 200 - total flux cleaned = -0.000345024 Jy ! Total flux subtracted in 200 components = -0.000345024 Jy ! Clean residual min=-0.002488 max=0.003255 Jy/beam ! Clean residual mean=0.000002 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.214919 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 36 components and 0.214919 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9253 mas, bmaj=2.21 mas, bpa=-3.981 degrees ! Estimated noise=0.707916 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168619 Jy ! Component: 100 - total flux cleaned = 0.000197546 Jy ! Component: 150 - total flux cleaned = 0.000219979 Jy ! Component: 200 - total flux cleaned = 0.000238352 Jy ! Total flux subtracted in 200 components = 0.000238352 Jy ! Clean residual min=-0.002531 max=0.002657 Jy/beam ! Clean residual mean=0.000000 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.215158 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 42 components and 0.215158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061298Jy sigma=0.941807 ! Fit after self-cal, rms=0.061297Jy sigma=0.941768 wmodel J0427-0700_X_2005_05_12_yyk\_map.mod ! Writing 42 model components to file: J0427-0700_X_2005_05_12_yyk_map.mod wobs J0427-0700_X_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0427-0700_X_2005_05_12_yyk_uvs.fits wwins J0427-0700_X_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0427-0700_X_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.000537553 Jy ! Component: 100 - total flux cleaned = 0.000626525 Jy ! Component: 150 - total flux cleaned = 0.000544015 Jy ! Component: 200 - total flux cleaned = 0.000505339 Jy ! Component: 250 - total flux cleaned = 0.000355543 Jy ! Component: 300 - total flux cleaned = 0.000319278 Jy ! Component: 350 - total flux cleaned = 0.000283109 Jy ! Component: 400 - total flux cleaned = 0.00024839 Jy ! Component: 450 - total flux cleaned = 0.0002153 Jy ! Component: 500 - total flux cleaned = 0.000183137 Jy ! Component: 550 - total flux cleaned = 0.000243941 Jy ! Component: 600 - total flux cleaned = 0.000182612 Jy ! Component: 650 - total flux cleaned = 0.000182647 Jy ! Component: 700 - total flux cleaned = 0.000126268 Jy ! Component: 750 - total flux cleaned = 0.000210927 Jy ! Component: 800 - total flux cleaned = 0.000292953 Jy ! Component: 850 - total flux cleaned = 0.00029273 Jy ! Component: 900 - total flux cleaned = 0.000266194 Jy ! Component: 950 - total flux cleaned = 0.00024038 Jy ! Component: 1000 - total flux cleaned = 0.00024084 Jy ! Component: 1050 - total flux cleaned = 0.000266195 Jy ! Component: 1100 - total flux cleaned = 0.000265846 Jy ! Component: 1150 - total flux cleaned = 0.000289694 Jy ! Component: 1200 - total flux cleaned = 0.000313551 Jy ! Component: 1250 - total flux cleaned = 0.000219488 Jy ! Component: 1300 - total flux cleaned = 0.000265852 Jy ! Component: 1350 - total flux cleaned = 0.000266069 Jy ! Component: 1400 - total flux cleaned = 0.00026632 Jy ! Component: 1450 - total flux cleaned = 0.000266232 Jy ! Component: 1500 - total flux cleaned = 0.00020025 Jy ! Component: 1550 - total flux cleaned = 0.000200055 Jy ! Component: 1600 - total flux cleaned = 0.00017848 Jy ! Component: 1650 - total flux cleaned = 0.000178674 Jy ! Component: 1700 - total flux cleaned = 0.000220473 Jy ! Component: 1750 - total flux cleaned = 0.000198966 Jy ! Component: 1800 - total flux cleaned = 0.000178513 Jy ! Component: 1850 - total flux cleaned = 7.7351e-05 Jy ! Component: 1900 - total flux cleaned = 5.73432e-05 Jy ! Component: 1950 - total flux cleaned = 3.79389e-05 Jy ! Component: 2000 - total flux cleaned = -6.23404e-07 Jy ! Total flux subtracted in 2048 components = -1.97784e-05 Jy ! Clean residual min=-0.001161 max=0.001110 Jy/beam ! Clean residual mean=0.000002 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.215138 Jy keep ! Adding 132 model components to the UV plane model. ! The established model now contains 174 components and 0.215138 Jy ![Exited script file: muppet] wmap "J0427-0700_X_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9253 x 2.21 at -3.981 degrees (North through East) ! Clean map min=-0.0021424 max=0.1959 Jy/beam ! Writing clean map to FITS file: J0427-0700_X_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.195896 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000362871 device "J0427-0700_X_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0427-0700_X_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.555711 0.555711 1.11142 2.22284 4.44568 8.89137 17.7827 35.5655 71.131 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.195 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.9253 x 2.21 at -3.981 degrees (North through East) ! Clean map min=-0.0021424 max=0.1959 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0427-0700_X_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0427-0700_X_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0427-0700_X_2005_05_12_yyk_uvs.log closed on Sat Oct 8 16:56:04 2005