! Started logfile: J2339-1206_X_2011_06_28_pus_uvs.log on Sat Apr 21 13:11:00 2012 obs J2339-1206_X_2011_06_28_pus_uva.fits ! Reading UV FITS file: J2339-1206_X_2011_06_28_pus_uva.fits ! AN table 1: 180 integrations on 153 of 153 possible baselines. ! Apparent sampling: 0.202033 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2339-1206 ! ! 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 5249 lines of history. ! ! Reading 22256 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 J2339-1206_X_2011_06_28_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 1739 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1739 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1739 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1739 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.838842Jy sigma=0.010341 ! Fit after self-cal, rms=0.719854Jy sigma=0.008904 ! 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.6547 mas, bmaj=1.658 mas, bpa=-4.247 degrees ! Estimated noise=661.227 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.220846 Jy ! Component: 100 - total flux cleaned = 0.269658 Jy ! Total flux subtracted in 100 components = 0.269658 Jy ! Clean residual min=-0.007064 max=0.016268 Jy/beam ! Clean residual mean=0.000027 rms=0.002089 Jy/beam ! Combined flux in latest and established models = 0.269658 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.269658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120325Jy sigma=0.001394 ! Fit after self-cal, rms=0.120322Jy sigma=0.001394 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017271 Jy ! Component: 100 - total flux cleaned = 0.0269131 Jy ! Total flux subtracted in 100 components = 0.0269131 Jy ! Clean residual min=-0.004768 max=0.005192 Jy/beam ! Clean residual mean=0.000015 rms=0.001264 Jy/beam ! Combined flux in latest and established models = 0.296571 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.296571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117419Jy sigma=0.001352 ! Fit after self-cal, rms=0.117430Jy sigma=0.001352 ! 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.8006 mas, bmaj=1.916 mas, bpa=-5.027 degrees ! Estimated noise=388.164 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.00735843 Jy ! Component: 100 - total flux cleaned = 0.0110264 Jy ! Component: 150 - total flux cleaned = 0.0130213 Jy ! Component: 200 - total flux cleaned = 0.0141277 Jy ! Total flux subtracted in 200 components = 0.0141277 Jy ! Clean residual min=-0.002673 max=0.002598 Jy/beam ! Clean residual mean=0.000008 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.310699 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.310699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116995Jy sigma=0.001346 ! Fit after self-cal, rms=0.117016Jy sigma=0.001346 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 FT 1.00* HH 1.00* ! HN 1.00 KK 1.00* KP 1.04 MC 1.00* ! MK 1.05 NL 1.00 NY 1.00* OV 0.99 ! PT 0.99 SC 0.99 SH 1.00* TS 1.00* ! WF 1.00* WZ 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 FT 1.00* HH 1.00* ! HN 1.00 KK 1.00* KP 1.02 MC 1.00* ! MK 1.00 NL 1.06 NY 1.00* OV 1.01 ! PT 1.02 SC 1.02 SH 1.00* TS 1.00* ! WF 1.00* WZ 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 FT 1.00* HH 1.00* ! HN 0.96 KK 1.00* KP 1.00 MC 1.00* ! MK 0.96 NL 0.99 NY 1.00* OV 0.99 ! PT 0.97 SC 1.00 SH 1.00* TS 1.00* ! WF 1.00* WZ 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.97 FT 1.00* HH 1.00* ! HN 0.97 KK 1.00* KP 0.97 MC 1.00* ! MK 1.02 NL 0.99 NY 1.00* OV 1.02 ! PT 1.00 SC 1.01 SH 1.00* TS 1.00* ! WF 1.00* WZ 1.00* ! ! ! Fit before self-cal, rms=0.117016Jy sigma=0.001346 ! Fit after self-cal, rms=0.115907Jy sigma=0.001340 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8013 mas, bmaj=1.919 mas, bpa=-5.046 degrees ! Estimated noise=388.047 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.000251774 Jy ! Component: 100 - total flux cleaned = -0.000297197 Jy ! Component: 150 - total flux cleaned = -0.000318122 Jy ! Component: 200 - total flux cleaned = -0.000337176 Jy ! Total flux subtracted in 200 components = -0.000337176 Jy ! Clean residual min=-0.002204 max=0.002290 Jy/beam ! Clean residual mean=0.000004 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.310362 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 0.310362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115900Jy sigma=0.001340 ! Fit after self-cal, rms=0.115893Jy sigma=0.001340 ! 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.115893Jy sigma=0.001340 ! Fit after self-cal, rms=0.116067Jy sigma=0.001338 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8016 mas, bmaj=1.923 mas, bpa=-5.174 degrees ! Estimated noise=388.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.13108e-05 Jy ! Component: 100 - total flux cleaned = 8.10932e-06 Jy ! Component: 150 - total flux cleaned = -1.78967e-05 Jy ! Component: 200 - total flux cleaned = -4.23881e-05 Jy ! Total flux subtracted in 200 components = -4.23881e-05 Jy ! Clean residual min=-0.002014 max=0.002135 Jy/beam ! Clean residual mean=0.000006 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.310319 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 38 components and 0.310319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116062Jy sigma=0.001338 ! Fit after self-cal, rms=0.116069Jy sigma=0.001338 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 = 1.47449e-05 Jy ! Component: 100 - total flux cleaned = -5.51857e-05 Jy ! Component: 150 - total flux cleaned = -8.61351e-05 Jy ! Component: 200 - total flux cleaned = -0.0001054 Jy ! Total flux subtracted in 200 components = -0.0001054 Jy ! Clean residual min=-0.002001 max=0.002116 Jy/beam ! Clean residual mean=0.000007 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.310214 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.310214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116066Jy sigma=0.001338 ! Fit after self-cal, rms=0.116065Jy sigma=0.001338 ! 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.116065Jy sigma=0.001338 ! Fit after self-cal, rms=0.116159Jy sigma=0.001338 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8016 mas, bmaj=1.924 mas, bpa=-5.202 degrees ! Estimated noise=388.375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.40364e-05 Jy ! Component: 100 - total flux cleaned = 6.22922e-05 Jy ! Component: 150 - total flux cleaned = 4.37083e-05 Jy ! Component: 200 - total flux cleaned = 2.56032e-05 Jy ! Total flux subtracted in 200 components = 2.56032e-05 Jy ! Clean residual min=-0.002012 max=0.002104 Jy/beam ! Clean residual mean=0.000007 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.310239 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.31024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116157Jy sigma=0.001338 ! Fit after self-cal, rms=0.116157Jy sigma=0.001338 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.69408e-06 Jy ! Component: 100 - total flux cleaned = -4.62527e-05 Jy ! Component: 150 - total flux cleaned = -5.4107e-05 Jy ! Component: 200 - total flux cleaned = -6.94344e-05 Jy ! Total flux subtracted in 200 components = -6.94344e-05 Jy ! Clean residual min=-0.002014 max=0.002103 Jy/beam ! Clean residual mean=0.000007 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.31017 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.31017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116156Jy sigma=0.001338 ! Fit after self-cal, rms=0.116155Jy sigma=0.001338 ! 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.116155Jy sigma=0.001338 ! Fit after self-cal, rms=0.116226Jy sigma=0.001338 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.965 mas, bmaj=3.548 mas, bpa=-2.024 degrees ! Estimated noise=504.903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000469646 Jy ! Component: 100 - total flux cleaned = -0.000425565 Jy ! Component: 150 - total flux cleaned = -0.0003883 Jy ! Component: 200 - total flux cleaned = -0.000366354 Jy ! Total flux subtracted in 200 components = -0.000366354 Jy ! Clean residual min=-0.002671 max=0.002818 Jy/beam ! Clean residual mean=0.000019 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.309804 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.309804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116230Jy sigma=0.001338 ! Fit after self-cal, rms=0.116229Jy sigma=0.001338 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 = -6.68134e-06 Jy ! Component: 100 - total flux cleaned = 4.41042e-05 Jy ! Component: 150 - total flux cleaned = 7.48468e-05 Jy ! Component: 200 - total flux cleaned = 9.27435e-05 Jy ! Total flux subtracted in 200 components = 9.27435e-05 Jy ! Clean residual min=-0.002651 max=0.002806 Jy/beam ! Clean residual mean=0.000019 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.309896 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 45 components and 0.309896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116233Jy sigma=0.001338 ! Fit after self-cal, rms=0.116232Jy sigma=0.001338 ! 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.8017 mas, bmaj=1.925 mas, bpa=-5.225 degrees ! Estimated noise=388.516 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8017 x 1.925 at -5.225 degrees (North through East) ! Clean map min=-0.00184 max=0.2892 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.6558 mas, bmaj=1.665 mas, bpa=-4.466 degrees ! Estimated noise=663.641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.221552 Jy ! Component: 100 - total flux cleaned = 0.270647 Jy ! Component: 150 - total flux cleaned = 0.288057 Jy ! Component: 200 - total flux cleaned = 0.297004 Jy ! Total flux subtracted in 200 components = 0.297004 Jy ! Clean residual min=-0.003874 max=0.004511 Jy/beam ! Clean residual mean=0.000012 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.297004 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.297004 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8017 mas, bmaj=1.925 mas, bpa=-5.225 degrees ! Estimated noise=388.516 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.00666083 Jy ! Component: 100 - total flux cleaned = 0.00992603 Jy ! Component: 150 - total flux cleaned = 0.0116435 Jy ! Component: 200 - total flux cleaned = 0.0125635 Jy ! Total flux subtracted in 200 components = 0.0125635 Jy ! Clean residual min=-0.002157 max=0.002158 Jy/beam ! Clean residual mean=0.000007 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.309567 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.309568 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.7688 mas, bmaj=1.802 mas, bpa=-2.499 degrees ! Estimated noise=412.542 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00049615 Jy ! Component: 100 - total flux cleaned = 0.000627352 Jy ! Component: 150 - total flux cleaned = 0.00072399 Jy ! Component: 200 - total flux cleaned = 0.000780644 Jy ! Total flux subtracted in 200 components = 0.000780644 Jy ! Clean residual min=-0.002273 max=0.002391 Jy/beam ! Clean residual mean=0.000005 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.310348 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.58599e-05 Jy ! Component: 100 - total flux cleaned = 4.93558e-05 Jy ! Component: 150 - total flux cleaned = 3.82476e-05 Jy ! Component: 200 - total flux cleaned = 3.78794e-05 Jy ! Total flux subtracted in 200 components = 3.78794e-05 Jy ! Clean residual min=-0.002257 max=0.002384 Jy/beam ! Clean residual mean=0.000005 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.310386 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.310386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116231Jy sigma=0.001338 ! Fit after self-cal, rms=0.116227Jy sigma=0.001338 wmodel J2339-1206_X_2011_06_28_pus_map.mod ! Writing 39 model components to file: J2339-1206_X_2011_06_28_pus_map.mod wobs J2339-1206_X_2011_06_28_pus_uvs.fits ! Writing UV FITS file: J2339-1206_X_2011_06_28_pus_uvs.fits wwins J2339-1206_X_2011_06_28_pus_map.win ! wwins: Wrote 1 windows to J2339-1206_X_2011_06_28_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.000133166 Jy ! Component: 100 - total flux cleaned = 0.000320373 Jy ! Component: 150 - total flux cleaned = 0.000533105 Jy ! Component: 200 - total flux cleaned = 0.000803647 Jy ! Component: 250 - total flux cleaned = 0.00093363 Jy ! Component: 300 - total flux cleaned = 0.00112178 Jy ! Component: 350 - total flux cleaned = 0.00118248 Jy ! Component: 400 - total flux cleaned = 0.00118333 Jy ! Component: 450 - total flux cleaned = 0.00115479 Jy ! Component: 500 - total flux cleaned = 0.0011268 Jy ! Component: 550 - total flux cleaned = 0.00107196 Jy ! Component: 600 - total flux cleaned = 0.00093865 Jy ! Component: 650 - total flux cleaned = 0.000912471 Jy ! Component: 700 - total flux cleaned = 0.000886704 Jy ! Component: 750 - total flux cleaned = 0.000937146 Jy ! Component: 800 - total flux cleaned = 0.00103466 Jy ! Component: 850 - total flux cleaned = 0.0010583 Jy ! Component: 900 - total flux cleaned = 0.0011054 Jy ! Component: 950 - total flux cleaned = 0.00117456 Jy ! Component: 1000 - total flux cleaned = 0.00119746 Jy ! Component: 1050 - total flux cleaned = 0.00124258 Jy ! Component: 1100 - total flux cleaned = 0.00135294 Jy ! Component: 1150 - total flux cleaned = 0.00141872 Jy ! Component: 1200 - total flux cleaned = 0.00148292 Jy ! Component: 1250 - total flux cleaned = 0.00163023 Jy ! Component: 1300 - total flux cleaned = 0.00165139 Jy ! Component: 1350 - total flux cleaned = 0.0017132 Jy ! Component: 1400 - total flux cleaned = 0.00185408 Jy ! Component: 1450 - total flux cleaned = 0.0018741 Jy ! Component: 1500 - total flux cleaned = 0.00195285 Jy ! Component: 1550 - total flux cleaned = 0.0020302 Jy ! Component: 1600 - total flux cleaned = 0.00203027 Jy ! Component: 1650 - total flux cleaned = 0.0020679 Jy ! Component: 1700 - total flux cleaned = 0.00204967 Jy ! Component: 1750 - total flux cleaned = 0.00208651 Jy ! Component: 1800 - total flux cleaned = 0.00210465 Jy ! Component: 1850 - total flux cleaned = 0.00206917 Jy ! Component: 1900 - total flux cleaned = 0.00208717 Jy ! Component: 1950 - total flux cleaned = 0.00210474 Jy ! Component: 2000 - total flux cleaned = 0.002139 Jy ! Total flux subtracted in 2048 components = 0.00213871 Jy ! Clean residual min=-0.000877 max=0.000851 Jy/beam ! Clean residual mean=0.000000 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.312525 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 174 components and 0.312525 Jy ![Exited script file: muppet] wmap "J2339-1206_X_2011_06_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7688 x 1.802 at -2.499 degrees (North through East) ! Clean map min=-0.0015779 max=0.28822 Jy/beam ! Writing clean map to FITS file: J2339-1206_X_2011_06_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.28822 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000307739 device "J2339-1206_X_2011_06_28_pus\_map.eps/VPS" ! Attempting to open device: 'J2339-1206_X_2011_06_28_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.320317 0.320317 0.640634 1.28127 2.56253 5.12507 10.2501 20.5003 41.0005 82.0011 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.288 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.7688 x 1.802 at -2.499 degrees (North through East) ! Clean map min=-0.0015779 max=0.28822 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2339-1206_X_2011_06_28_pus\_map.gif/vgif" ! Attempting to open device: 'J2339-1206_X_2011_06_28_pus_map.gif/vgif' mapplot cln