! Started logfile: J1128+1039_X_2011_08_02_pus_uvs.log on Wed Apr 18 21:52:49 2012 obs J1128+1039_X_2011_08_02_pus_uva.fits ! Reading UV FITS file: J1128+1039_X_2011_08_02_pus_uva.fits ! AN table 1: 180 integrations on 78 of 78 possible baselines. ! Apparent sampling: 0.445655 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1128+1039 ! ! 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 25028 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 J1128+1039_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 749 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 749 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 749 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 749 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.782728Jy sigma=0.008775 ! Fit after self-cal, rms=0.755859Jy sigma=0.008484 ! 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.8433 mas, bmaj=3.106 mas, bpa=-20.54 degrees ! Estimated noise=822.147 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.195098 Jy ! Component: 100 - total flux cleaned = 0.244336 Jy ! Total flux subtracted in 100 components = 0.244336 Jy ! Clean residual min=-0.009193 max=0.019923 Jy/beam ! Clean residual mean=0.000005 rms=0.002899 Jy/beam ! Combined flux in latest and established models = 0.244336 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.244336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146161Jy sigma=0.001476 ! Fit after self-cal, rms=0.146182Jy sigma=0.001476 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0204803 Jy ! Component: 100 - total flux cleaned = 0.0294474 Jy ! Total flux subtracted in 100 components = 0.0294474 Jy ! Clean residual min=-0.008194 max=0.009092 Jy/beam ! Clean residual mean=0.000031 rms=0.002250 Jy/beam ! Combined flux in latest and established models = 0.273783 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.273783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143385Jy sigma=0.001442 ! Fit after self-cal, rms=0.143407Jy sigma=0.001442 ! 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=1.055 mas, bmaj=3.091 mas, bpa=-19.82 degrees ! Estimated noise=402.5 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.00635525 Jy ! Component: 100 - total flux cleaned = 0.0108136 Jy ! Component: 150 - total flux cleaned = 0.0141039 Jy ! Component: 200 - total flux cleaned = 0.0165353 Jy ! Total flux subtracted in 200 components = 0.0165353 Jy ! Clean residual min=-0.007333 max=0.006929 Jy/beam ! Clean residual mean=0.000076 rms=0.002099 Jy/beam ! Combined flux in latest and established models = 0.290318 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 34 components and 0.290318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143005Jy sigma=0.001439 ! Fit after self-cal, rms=0.143016Jy sigma=0.001439 ! 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.99 FD 0.91 FT 1.00* HH 1.00* ! HN 1.02 KP 0.91 LA 1.02 MK 0.96 ! NL 0.96 OV 1.03 PT 1.04 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.92 FT 1.00* HH 1.00* ! HN 1.05 KP 0.88 LA 1.03 MK 1.02 ! NL 1.10 OV 1.05 PT 1.12 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.89 FT 1.00* HH 1.00* ! HN 1.05 KP 0.79 LA 1.01 MK 0.97 ! NL 1.01 OV 1.04 PT 1.04 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.96 FT 1.00* HH 1.00* ! HN 1.07 KP 0.85 LA 1.07 MK 1.02 ! NL 1.05 OV 1.08 PT 1.12 TS 1.00* ! WZ 1.00* ! ! ! Fit before self-cal, rms=0.143016Jy sigma=0.001439 ! Fit after self-cal, rms=0.140945Jy sigma=0.001400 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.06 mas, bmaj=3.084 mas, bpa=-19.85 degrees ! Estimated noise=401.23 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.00102552 Jy ! Component: 100 - total flux cleaned = -0.00129104 Jy ! Component: 150 - total flux cleaned = -0.0013729 Jy ! Component: 200 - total flux cleaned = -0.00140698 Jy ! Total flux subtracted in 200 components = -0.00140698 Jy ! Clean residual min=-0.002418 max=0.002265 Jy/beam ! Clean residual mean=-0.000004 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.288911 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 50 components and 0.288911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140907Jy sigma=0.001400 ! Fit after self-cal, rms=0.140965Jy sigma=0.001400 ! 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.140965Jy sigma=0.001400 ! Fit after self-cal, rms=0.141303Jy sigma=0.001399 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=3.084 mas, bpa=-19.88 degrees ! Estimated noise=400.839 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108037 Jy ! Component: 100 - total flux cleaned = -0.00158201 Jy ! Component: 150 - total flux cleaned = -0.00174727 Jy ! Component: 200 - total flux cleaned = -0.00185155 Jy ! Total flux subtracted in 200 components = -0.00185155 Jy ! Clean residual min=-0.002355 max=0.001793 Jy/beam ! Clean residual mean=0.000001 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.28706 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.28706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141289Jy sigma=0.001399 ! Fit after self-cal, rms=0.141299Jy sigma=0.001399 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.000104057 Jy ! Component: 100 - total flux cleaned = -0.000174291 Jy ! Component: 150 - total flux cleaned = -0.000223581 Jy ! Component: 200 - total flux cleaned = -0.000285785 Jy ! Total flux subtracted in 200 components = -0.000285785 Jy ! Clean residual min=-0.002337 max=0.001783 Jy/beam ! Clean residual mean=0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.286774 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.286774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141294Jy sigma=0.001398 ! Fit after self-cal, rms=0.141292Jy sigma=0.001398 ! 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.141292Jy sigma=0.001398 ! Fit after self-cal, rms=0.141551Jy sigma=0.001398 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=3.086 mas, bpa=-19.9 degrees ! Estimated noise=400.553 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000779971 Jy ! Component: 100 - total flux cleaned = -0.00122645 Jy ! Component: 150 - total flux cleaned = -0.00133007 Jy ! Component: 200 - total flux cleaned = -0.001409 Jy ! Total flux subtracted in 200 components = -0.001409 Jy ! Clean residual min=-0.002273 max=0.001748 Jy/beam ! Clean residual mean=0.000002 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.285365 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 70 components and 0.285365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141543Jy sigma=0.001398 ! Fit after self-cal, rms=0.141548Jy sigma=0.001398 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 = -7.69795e-05 Jy ! Component: 100 - total flux cleaned = -0.000118772 Jy ! Component: 150 - total flux cleaned = -0.00015861 Jy ! Component: 200 - total flux cleaned = -0.000183815 Jy ! Total flux subtracted in 200 components = -0.000183815 Jy ! Clean residual min=-0.002244 max=0.001748 Jy/beam ! Clean residual mean=0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.285181 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.285181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141545Jy sigma=0.001398 ! Fit after self-cal, rms=0.141544Jy sigma=0.001398 ! 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.141544Jy sigma=0.001398 ! Fit after self-cal, rms=0.141744Jy sigma=0.001398 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.284 mas, bmaj=3.325 mas, bpa=-13.77 degrees ! Estimated noise=458.515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00065953 Jy ! Component: 100 - total flux cleaned = -0.00104634 Jy ! Component: 150 - total flux cleaned = -0.00117462 Jy ! Component: 200 - total flux cleaned = -0.0012358 Jy ! Total flux subtracted in 200 components = -0.0012358 Jy ! Clean residual min=-0.001969 max=0.001799 Jy/beam ! Clean residual mean=0.000002 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.283946 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 74 components and 0.283946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141741Jy sigma=0.001398 ! Fit after self-cal, rms=0.141744Jy sigma=0.001398 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 = -8.77702e-05 Jy ! Component: 100 - total flux cleaned = -0.00012222 Jy ! Component: 150 - total flux cleaned = -0.000158826 Jy ! Component: 200 - total flux cleaned = -0.000177862 Jy ! Total flux subtracted in 200 components = -0.000177862 Jy ! Clean residual min=-0.001937 max=0.001783 Jy/beam ! Clean residual mean=0.000002 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.283768 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 78 components and 0.283768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141744Jy sigma=0.001398 ! Fit after self-cal, rms=0.141743Jy sigma=0.001398 ! 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=1.061 mas, bmaj=3.088 mas, bpa=-19.91 degrees ! Estimated noise=400.385 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.061 x 3.088 at -19.91 degrees (North through East) ! Clean map min=-0.0020179 max=0.25414 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.8507 mas, bmaj=3.109 mas, bpa=-20.55 degrees ! Estimated noise=819.097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.194096 Jy ! Component: 100 - total flux cleaned = 0.242456 Jy ! Component: 150 - total flux cleaned = 0.262106 Jy ! Component: 200 - total flux cleaned = 0.270579 Jy ! Total flux subtracted in 200 components = 0.270579 Jy ! Clean residual min=-0.004126 max=0.004364 Jy/beam ! Clean residual mean=-0.000006 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.270579 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.270579 Jy ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=3.088 mas, bpa=-19.91 degrees ! Estimated noise=400.385 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.00497598 Jy ! Component: 100 - total flux cleaned = 0.00762249 Jy ! Component: 150 - total flux cleaned = 0.0092859 Jy ! Component: 200 - total flux cleaned = 0.0104025 Jy ! Total flux subtracted in 200 components = 0.0104025 Jy ! Clean residual min=-0.002190 max=0.001849 Jy/beam ! Clean residual mean=-0.000002 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.280982 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 46 components and 0.280982 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=1.023 mas, bmaj=3.062 mas, bpa=-19.36 degrees ! Estimated noise=428.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000624832 Jy ! Component: 100 - total flux cleaned = 0.000882246 Jy ! Component: 150 - total flux cleaned = 0.00100233 Jy ! Component: 200 - total flux cleaned = 0.00112749 Jy ! Total flux subtracted in 200 components = 0.00112749 Jy ! Clean residual min=-0.002442 max=0.002113 Jy/beam ! Clean residual mean=-0.000000 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.282109 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.45791e-05 Jy ! Component: 100 - total flux cleaned = 9.45879e-05 Jy ! Component: 150 - total flux cleaned = 0.00016503 Jy ! Component: 200 - total flux cleaned = 0.000191132 Jy ! Total flux subtracted in 200 components = 0.000191132 Jy ! Clean residual min=-0.002416 max=0.002059 Jy/beam ! Clean residual mean=0.000000 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.2823 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 66 components and 0.2823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141744Jy sigma=0.001398 ! Fit after self-cal, rms=0.141736Jy sigma=0.001398 wmodel J1128+1039_X_2011_08_02_pus_map.mod ! Writing 66 model components to file: J1128+1039_X_2011_08_02_pus_map.mod wobs J1128+1039_X_2011_08_02_pus_uvs.fits ! Writing UV FITS file: J1128+1039_X_2011_08_02_pus_uvs.fits wwins J1128+1039_X_2011_08_02_pus_map.win ! wwins: Wrote 1 windows to J1128+1039_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.00068334 Jy ! Component: 100 - total flux cleaned = -0.00097582 Jy ! Component: 150 - total flux cleaned = -0.00107542 Jy ! Component: 200 - total flux cleaned = -0.0012018 Jy ! Component: 250 - total flux cleaned = -0.00114107 Jy ! Component: 300 - total flux cleaned = -0.0011105 Jy ! Component: 350 - total flux cleaned = -0.00108085 Jy ! Component: 400 - total flux cleaned = -0.00108032 Jy ! Component: 450 - total flux cleaned = -0.00118933 Jy ! Component: 500 - total flux cleaned = -0.00129559 Jy ! Component: 550 - total flux cleaned = -0.00132117 Jy ! Component: 600 - total flux cleaned = -0.00134652 Jy ! Component: 650 - total flux cleaned = -0.00127092 Jy ! Component: 700 - total flux cleaned = -0.00124654 Jy ! Component: 750 - total flux cleaned = -0.00117334 Jy ! Component: 800 - total flux cleaned = -0.00117323 Jy ! Component: 850 - total flux cleaned = -0.00114955 Jy ! Component: 900 - total flux cleaned = -0.00107965 Jy ! Component: 950 - total flux cleaned = -0.00105685 Jy ! Component: 1000 - total flux cleaned = -0.00101181 Jy ! Component: 1050 - total flux cleaned = -0.000967242 Jy ! Component: 1100 - total flux cleaned = -0.000813283 Jy ! Component: 1150 - total flux cleaned = -0.000682777 Jy ! Component: 1200 - total flux cleaned = -0.000575483 Jy ! Component: 1250 - total flux cleaned = -0.000575317 Jy ! Component: 1300 - total flux cleaned = -0.000386743 Jy ! Component: 1350 - total flux cleaned = -0.000283025 Jy ! Component: 1400 - total flux cleaned = -0.00020095 Jy ! Component: 1450 - total flux cleaned = -7.93793e-05 Jy ! Component: 1500 - total flux cleaned = 6.37291e-07 Jy ! Component: 1550 - total flux cleaned = 9.94969e-05 Jy ! Component: 1600 - total flux cleaned = 0.000177689 Jy ! Component: 1650 - total flux cleaned = 0.000196597 Jy ! Component: 1700 - total flux cleaned = 0.000215982 Jy ! Component: 1750 - total flux cleaned = 0.000386391 Jy ! Component: 1800 - total flux cleaned = 0.000348716 Jy ! Component: 1850 - total flux cleaned = 0.000441683 Jy ! Component: 1900 - total flux cleaned = 0.000496825 Jy ! Component: 1950 - total flux cleaned = 0.000551622 Jy ! Component: 2000 - total flux cleaned = 0.000641563 Jy ! Total flux subtracted in 2048 components = 0.000695139 Jy ! Clean residual min=-0.000968 max=0.001124 Jy/beam ! Clean residual mean=0.000000 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.282996 Jy keep ! Adding 129 model components to the UV plane model. ! The established model now contains 195 components and 0.282996 Jy ![Exited script file: muppet] wmap "J1128+1039_X_2011_08_02_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.023 x 3.062 at -19.36 degrees (North through East) ! Clean map min=-0.0019418 max=0.25294 Jy/beam ! Writing clean map to FITS file: J1128+1039_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.252944 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000359992 device "J1128+1039_X_2011_08_02_pus\_map.eps/VPS" ! Attempting to open device: 'J1128+1039_X_2011_08_02_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.426962 0.426962 0.853925 1.70785 3.4157 6.8314 13.6628 27.3256 54.6512 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.252 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.023 x 3.062 at -19.36 degrees (North through East) ! Clean map min=-0.0019418 max=0.25294 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1128+1039_X_2011_08_02_pus\_map.gif/vgif" ! Attempting to open device: 'J1128+1039_X_2011_08_02_pus_map.gif/vgif' mapplot cln