! Started logfile: J1029-1852_X_2011_08_02_pus_uvs.log on Wed Apr 18 21:52:38 2012 obs J1029-1852_X_2011_08_02_pus_uva.fits ! Reading UV FITS file: J1029-1852_X_2011_08_02_pus_uva.fits ! AN table 1: 206 integrations on 78 of 78 possible baselines. ! Apparent sampling: 0.11999 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1029-1852 ! ! 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 3146 lines of history. ! ! Reading 7712 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 print "field_size =",field_size ! field_size = 512 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J1029-1852_X_2011_08_02_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 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. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 1787 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1787 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1787 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1787 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.832855Jy sigma=0.009409 ! Fit after self-cal, rms=0.774024Jy sigma=0.008800 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.7198 mas, bmaj=3.631 mas, bpa=-15.02 degrees ! Estimated noise=1375.82 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.152336 Jy ! Component: 100 - total flux cleaned = 0.2287 Jy ! Total flux subtracted in 100 components = 0.2287 Jy ! Clean residual min=-0.023462 max=0.037791 Jy/beam ! Clean residual mean=-0.000035 rms=0.007850 Jy/beam ! Combined flux in latest and established models = 0.2287 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.2287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172193Jy sigma=0.001873 ! Fit after self-cal, rms=0.170348Jy sigma=0.001852 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.053808 Jy ! Component: 100 - total flux cleaned = 0.085613 Jy ! Total flux subtracted in 100 components = 0.085613 Jy ! Clean residual min=-0.016348 max=0.018411 Jy/beam ! Clean residual mean=0.000011 rms=0.004801 Jy/beam ! Combined flux in latest and established models = 0.314313 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 21 components and 0.314313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138694Jy sigma=0.001507 ! Fit after self-cal, rms=0.137319Jy sigma=0.001491 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! 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.9287 mas, bmaj=3.682 mas, bpa=-14.11 degrees ! Estimated noise=721.828 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0422043 Jy ! Component: 100 - total flux cleaned = 0.0642438 Jy ! Component: 150 - total flux cleaned = 0.0775102 Jy ! Component: 200 - total flux cleaned = 0.0859514 Jy ! Total flux subtracted in 200 components = 0.0859514 Jy ! Clean residual min=-0.018102 max=0.014088 Jy/beam ! Clean residual mean=0.000015 rms=0.004891 Jy/beam ! Combined flux in latest and established models = 0.400264 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 45 components and 0.400264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123040Jy sigma=0.001349 ! Fit after self-cal, rms=0.122685Jy sigma=0.001345 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 141 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.91 FT 1.00* HH 1.00* ! HN 1.00* KP 0.88 LA 1.00* MK 0.87 ! NL 1.01 OV 1.06 PT 1.04 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 2. ! A total of 141 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 FT 1.00* HH 1.00* ! HN 1.00* KP 0.86 LA 1.00* MK 1.00 ! NL 1.17 OV 1.05 PT 1.12 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 3. ! A total of 141 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.93 FT 1.00* HH 1.00* ! HN 1.00* KP 0.78 LA 1.00* MK 0.96 ! NL 1.12 OV 1.09 PT 1.05 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 4. ! A total of 141 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 FT 1.00* HH 1.00* ! HN 1.00* KP 0.86 LA 1.00* MK 1.02 ! NL 1.13 OV 1.15 PT 1.19 TS 1.00* ! WZ 1.00* ! ! ! Fit before self-cal, rms=0.122685Jy sigma=0.001345 ! Fit after self-cal, rms=0.114824Jy sigma=0.001273 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8947 mas, bmaj=3.713 mas, bpa=-14 degrees ! Estimated noise=739.763 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000868394 Jy ! Component: 100 - total flux cleaned = 0.000754263 Jy ! Component: 150 - total flux cleaned = 0.000538462 Jy ! Component: 200 - total flux cleaned = 0.000536389 Jy ! Total flux subtracted in 200 components = 0.000536389 Jy ! Clean residual min=-0.005294 max=0.004355 Jy/beam ! Clean residual mean=0.000002 rms=0.001159 Jy/beam ! Combined flux in latest and established models = 0.400801 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.400801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114654Jy sigma=0.001271 ! Fit after self-cal, rms=0.114788Jy sigma=0.001269 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114788Jy sigma=0.001269 ! Fit after self-cal, rms=0.115599Jy sigma=0.001269 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9009 mas, bmaj=3.703 mas, bpa=-13.96 degrees ! Estimated noise=744.822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000232981 Jy ! Component: 100 - total flux cleaned = 0.000239081 Jy ! Component: 150 - total flux cleaned = 2.9361e-05 Jy ! Component: 200 - total flux cleaned = -1.43297e-05 Jy ! Total flux subtracted in 200 components = -1.43297e-05 Jy ! Clean residual min=-0.005039 max=0.004299 Jy/beam ! Clean residual mean=0.000004 rms=0.001134 Jy/beam ! Combined flux in latest and established models = 0.400786 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 63 components and 0.400786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115533Jy sigma=0.001268 ! Fit after self-cal, rms=0.115533Jy sigma=0.001268 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000204154 Jy ! Component: 100 - total flux cleaned = -0.000202059 Jy ! Component: 150 - total flux cleaned = -0.000203609 Jy ! Component: 200 - total flux cleaned = -0.000239754 Jy ! Total flux subtracted in 200 components = -0.000239754 Jy ! Clean residual min=-0.004908 max=0.004379 Jy/beam ! Clean residual mean=0.000003 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.400547 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.400547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115504Jy sigma=0.001268 ! Fit after self-cal, rms=0.115500Jy sigma=0.001268 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115500Jy sigma=0.001268 ! Fit after self-cal, rms=0.115702Jy sigma=0.001264 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8983 mas, bmaj=3.703 mas, bpa=-14.17 degrees ! Estimated noise=740.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000115661 Jy ! Component: 100 - total flux cleaned = 1.38742e-05 Jy ! Component: 150 - total flux cleaned = 1.62318e-05 Jy ! Component: 200 - total flux cleaned = 1.57308e-05 Jy ! Total flux subtracted in 200 components = 1.57308e-05 Jy ! Clean residual min=-0.004598 max=0.003688 Jy/beam ! Clean residual mean=0.000001 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.400562 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.400562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115670Jy sigma=0.001264 ! Fit after self-cal, rms=0.115675Jy sigma=0.001264 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.48589e-05 Jy ! Component: 100 - total flux cleaned = -3.40373e-05 Jy ! Component: 150 - total flux cleaned = -5.6492e-06 Jy ! Component: 200 - total flux cleaned = 2.01253e-05 Jy ! Total flux subtracted in 200 components = 2.01253e-05 Jy ! Clean residual min=-0.004491 max=0.003708 Jy/beam ! Clean residual mean=0.000001 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.400583 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 74 components and 0.400583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115659Jy sigma=0.001263 ! Fit after self-cal, rms=0.115658Jy sigma=0.001263 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115658Jy sigma=0.001263 ! Fit after self-cal, rms=0.115813Jy sigma=0.001263 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.454 mas, bmaj=5.197 mas, bpa=15.62 degrees ! Estimated noise=939.611 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169098 Jy ! Component: 100 - total flux cleaned = -0.000276737 Jy ! Component: 150 - total flux cleaned = -0.000370477 Jy ! Component: 200 - total flux cleaned = -0.000432246 Jy ! Total flux subtracted in 200 components = -0.000432246 Jy ! Clean residual min=-0.002994 max=0.003689 Jy/beam ! Clean residual mean=0.000000 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.40015 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 79 components and 0.40015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115809Jy sigma=0.001263 ! Fit after self-cal, rms=0.115799Jy sigma=0.001263 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.57362e-05 Jy ! Component: 100 - total flux cleaned = -3.73504e-05 Jy ! Component: 150 - total flux cleaned = -9.35507e-05 Jy ! Component: 200 - total flux cleaned = -0.000127671 Jy ! Total flux subtracted in 200 components = -0.000127671 Jy ! Clean residual min=-0.002949 max=0.003764 Jy/beam ! Clean residual mean=0.000000 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.400023 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 82 components and 0.400023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115797Jy sigma=0.001263 ! Fit after self-cal, rms=0.115790Jy sigma=0.001263 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=0.8985 mas, bmaj=3.702 mas, bpa=-14.19 degrees ! Estimated noise=740.688 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8985 x 3.702 at -14.19 degrees (North through East) ! Clean map min=-0.0038889 max=0.21637 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative 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.7064 mas, bmaj=3.658 mas, bpa=-15.24 degrees ! Estimated noise=1426.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.151454 Jy ! Component: 100 - total flux cleaned = 0.236927 Jy ! Component: 150 - total flux cleaned = 0.288112 Jy ! Component: 200 - total flux cleaned = 0.319401 Jy ! Total flux subtracted in 200 components = 0.319401 Jy ! Clean residual min=-0.016838 max=0.016180 Jy/beam ! Clean residual mean=-0.000027 rms=0.004042 Jy/beam ! Combined flux in latest and established models = 0.319401 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.319401 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8985 mas, bmaj=3.702 mas, bpa=-14.19 degrees ! Estimated noise=740.688 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0327237 Jy ! Component: 100 - total flux cleaned = 0.0506255 Jy ! Component: 150 - total flux cleaned = 0.0618028 Jy ! Component: 200 - total flux cleaned = 0.0688997 Jy ! Total flux subtracted in 200 components = 0.0688997 Jy ! Clean residual min=-0.006069 max=0.005920 Jy/beam ! Clean residual mean=-0.000013 rms=0.001388 Jy/beam ! Combined flux in latest and established models = 0.3883 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 53 components and 0.3883 Jy ! Inverting map uvw 0,2 ! Uniform weighting is not currently selected. ! Amplitude error weighting is not currently selected. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9137 mas, bmaj=3.59 mas, bpa=-13.58 degrees ! Estimated noise=770.337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00500635 Jy ! Component: 100 - total flux cleaned = 0.00820049 Jy ! Component: 150 - total flux cleaned = 0.00992316 Jy ! Component: 200 - total flux cleaned = 0.0101949 Jy ! Total flux subtracted in 200 components = 0.0101949 Jy ! Clean residual min=-0.006069 max=0.004571 Jy/beam ! Clean residual mean=-0.000002 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.398495 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000186047 Jy ! Component: 100 - total flux cleaned = 0.000361277 Jy ! Component: 150 - total flux cleaned = 0.000526926 Jy ! Component: 200 - total flux cleaned = 0.000683655 Jy ! Total flux subtracted in 200 components = 0.000683655 Jy ! Clean residual min=-0.005855 max=0.004437 Jy/beam ! Clean residual mean=-0.000001 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.399179 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 73 components and 0.399179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115937Jy sigma=0.001265 ! Fit after self-cal, rms=0.115888Jy sigma=0.001264 wmodel J1029-1852_X_2011_08_02_pus_map.mod ! Writing 73 model components to file: J1029-1852_X_2011_08_02_pus_map.mod wobs J1029-1852_X_2011_08_02_pus_uvs.fits ! Writing UV FITS file: J1029-1852_X_2011_08_02_pus_uvs.fits wwins J1029-1852_X_2011_08_02_pus_map.win ! wwins: Wrote 1 windows to J1029-1852_X_2011_08_02_pus_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.00216159 Jy ! Component: 100 - total flux cleaned = -0.00268309 Jy ! Component: 150 - total flux cleaned = -0.00336742 Jy ! Component: 200 - total flux cleaned = -0.0038782 Jy ! Component: 250 - total flux cleaned = -0.00408893 Jy ! Component: 300 - total flux cleaned = -0.0044872 Jy ! Component: 350 - total flux cleaned = -0.00477305 Jy ! Component: 400 - total flux cleaned = -0.00513414 Jy ! Component: 450 - total flux cleaned = -0.00539312 Jy ! Component: 500 - total flux cleaned = -0.00556017 Jy ! Component: 550 - total flux cleaned = -0.0056825 Jy ! Component: 600 - total flux cleaned = -0.00583712 Jy ! Component: 650 - total flux cleaned = -0.0059505 Jy ! Component: 700 - total flux cleaned = -0.0061342 Jy ! Component: 750 - total flux cleaned = -0.00638175 Jy ! Component: 800 - total flux cleaned = -0.00651884 Jy ! Component: 850 - total flux cleaned = -0.00681963 Jy ! Component: 900 - total flux cleaned = -0.00681887 Jy ! Component: 950 - total flux cleaned = -0.00681829 Jy ! Component: 1000 - total flux cleaned = -0.0068494 Jy ! Component: 1050 - total flux cleaned = -0.00684984 Jy ! Component: 1100 - total flux cleaned = -0.00690896 Jy ! Component: 1150 - total flux cleaned = -0.00699549 Jy ! Component: 1200 - total flux cleaned = -0.0071096 Jy ! Component: 1250 - total flux cleaned = -0.00722022 Jy ! Component: 1300 - total flux cleaned = -0.00724785 Jy ! Component: 1350 - total flux cleaned = -0.00735522 Jy ! Component: 1400 - total flux cleaned = -0.00753847 Jy ! Component: 1450 - total flux cleaned = -0.00764036 Jy ! Component: 1500 - total flux cleaned = -0.00774051 Jy ! Component: 1550 - total flux cleaned = -0.00781413 Jy ! Component: 1600 - total flux cleaned = -0.00791116 Jy ! Component: 1650 - total flux cleaned = -0.00793474 Jy ! Component: 1700 - total flux cleaned = -0.00791139 Jy ! Component: 1750 - total flux cleaned = -0.00788859 Jy ! Component: 1800 - total flux cleaned = -0.007979 Jy ! Component: 1850 - total flux cleaned = -0.00800124 Jy ! Component: 1900 - total flux cleaned = -0.00793626 Jy ! Component: 1950 - total flux cleaned = -0.00806568 Jy ! Component: 2000 - total flux cleaned = -0.00812896 Jy ! Total flux subtracted in 2048 components = -0.00823319 Jy ! Clean residual min=-0.001231 max=0.001079 Jy/beam ! Clean residual mean=-0.000003 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.390946 Jy keep ! Adding 124 model components to the UV plane model. ! The established model now contains 197 components and 0.390946 Jy ![Exited script file: muppet] wmap "J1029-1852_X_2011_08_02_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9137 x 3.59 at -13.58 degrees (North through East) ! Clean map min=-0.003994 max=0.21754 Jy/beam ! Writing clean map to FITS file: J1029-1852_X_2011_08_02_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.217536 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000406025 device "J1029-1852_X_2011_08_02_pus\_map.eps/VPS" ! Attempting to open device: 'J1029-1852_X_2011_08_02_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.559942 0.559942 1.11988 2.23977 4.47954 8.95908 17.9182 35.8363 71.6726 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.217 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.9137 x 3.59 at -13.58 degrees (North through East) ! Clean map min=-0.003994 max=0.21754 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1029-1852_X_2011_08_02_pus\_map.gif/vgif" ! Attempting to open device: 'J1029-1852_X_2011_08_02_pus_map.gif/vgif' mapplot cln