! Started logfile: J0854+2006_S_2010_10_13_pus_uvs.log on Sun Feb 27 23:59:29 2011 obs J0854+2006_S_2010_10_13_pus_uva.fits ! Reading UV FITS file: J0854+2006_S_2010_10_13_pus_uva.fits ! AN table 1: 294 integrations on 105 of 105 possible baselines. ! AN table 2: 30 integrations on 105 of 105 possible baselines. ! AN table 3: 15 integrations on 105 of 105 possible baselines. ! Apparent sampling: 0.108948 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0854+2006 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23696e+09 8e+06 1 8e+06 ! 02 2 2.26696e+09 8e+06 1 8e+06 ! 03 3 2.35696e+09 8e+06 1 8e+06 ! 04 4 2.37696e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 3545 lines of history. ! ! Reading 15512 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J0854+2006_S_2010_10_13_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.500x0.500 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 3397 telescope corrections were flagged in sub-array 1. ! A total of 348 telescope corrections were flagged in sub-array 2. ! A total of 153 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 3397 telescope corrections were flagged in sub-array 1. ! A total of 348 telescope corrections were flagged in sub-array 2. ! A total of 153 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 3397 telescope corrections were flagged in sub-array 1. ! A total of 348 telescope corrections were flagged in sub-array 2. ! A total of 153 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 3397 telescope corrections were flagged in sub-array 1. ! A total of 348 telescope corrections were flagged in sub-array 2. ! A total of 153 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.148544Jy sigma=0.009085 ! Fit after self-cal, rms=1.142702Jy sigma=0.008843 ! 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=1.733 mas, bmaj=2.831 mas, bpa=20.67 degrees ! Estimated noise=940.594 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 = 1.25044 Jy ! Component: 100 - total flux cleaned = 1.56314 Jy ! Total flux subtracted in 100 components = 1.56314 Jy ! Clean residual min=-0.053729 max=0.131619 Jy/beam ! Clean residual mean=0.001670 rms=0.013662 Jy/beam ! Combined flux in latest and established models = 1.56314 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 1.56314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.876484Jy sigma=0.004790 ! Fit after self-cal, rms=0.876491Jy sigma=0.004790 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.150218 Jy ! Component: 100 - total flux cleaned = 0.235589 Jy ! Total flux subtracted in 100 components = 0.235589 Jy ! Clean residual min=-0.044128 max=0.050343 Jy/beam ! Clean residual mean=0.001102 rms=0.010742 Jy/beam ! Combined flux in latest and established models = 1.79873 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 1.79873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.829648Jy sigma=0.003955 ! Fit after self-cal, rms=0.829565Jy sigma=0.003954 ! 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=2.23 mas, bmaj=3.679 mas, bpa=8.759 degrees ! Estimated noise=596.283 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.0887267 Jy ! Component: 100 - total flux cleaned = 0.128098 Jy ! Component: 150 - total flux cleaned = 0.146281 Jy ! Component: 200 - total flux cleaned = 0.150452 Jy ! Total flux subtracted in 200 components = 0.150452 Jy ! Clean residual min=-0.022719 max=0.062288 Jy/beam ! Clean residual mean=0.012229 rms=0.011106 Jy/beam ! Combined flux in latest and established models = 1.94918 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 1.94918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.814072Jy sigma=0.003808 ! Fit after self-cal, rms=0.814035Jy sigma=0.003808 ! Inverting map ! Added new window around map position (-5.5, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0606275 Jy ! Component: 100 - total flux cleaned = 0.0947967 Jy ! Component: 150 - total flux cleaned = 0.104175 Jy ! Component: 200 - total flux cleaned = 0.108021 Jy ! Total flux subtracted in 200 components = 0.108021 Jy ! Clean residual min=-0.027662 max=0.055421 Jy/beam ! Clean residual mean=0.009813 rms=0.010574 Jy/beam ! Combined flux in latest and established models = 2.0572 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 41 components and 2.0572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.802071Jy sigma=0.003765 ! Fit after self-cal, rms=0.801707Jy sigma=0.003754 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 126 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HH 1.05 HN 1.04 ! KB 0.65 KK 0.99 KP 0.96 LA 1.04 ! MK 0.99 NL 1.08 NY 1.00 OV 0.97 ! PT 0.99 SC 1.01 TS 0.99 ! ! A total of 30 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 1.00* HH 1.00* HN 1.00* ! KB 1.47 KK 1.00* KP 1.00* LA 1.00* ! MK 0.99 NL 1.00* NY 1.00* OV 0.93 ! PT 1.00* SC 1.00* TS 0.93 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.00* FD 1.00* HH 1.04 HN 1.02 ! KB 1.00* KK 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.23 NY 1.07 OV 1.00* ! PT 1.00* SC 1.05 TS 1.00* ! ! ! Correcting IF 2. ! A total of 126 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HH 1.05 HN 1.04 ! KB 0.65 KK 0.98 KP 0.97 LA 1.01 ! MK 0.98 NL 1.10 NY 0.99 OV 1.02 ! PT 1.00 SC 1.01 TS 0.99 ! ! A total of 30 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 1.00* HH 1.00* HN 1.00* ! KB 1.49 KK 1.00* KP 1.00* LA 1.00* ! MK 0.94 NL 1.00* NY 1.00* OV 1.00 ! PT 1.00* SC 1.00* TS 0.94 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.00* FD 1.00* HH 1.04 HN 1.01 ! KB 1.00* KK 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.37 NY 1.03 OV 1.00* ! PT 1.00* SC 1.02 TS 1.00* ! ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HH 1.01 HN 1.05 ! KB 0.66 KK 0.96 KP 0.99 LA 1.00 ! MK 0.96 NL 1.10 NY 0.99 OV 1.01 ! PT 0.99 SC 1.00 TS 0.98 ! ! A total of 30 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.00* HH 1.00* HN 1.00* ! KB 1.51 KK 1.00* KP 1.00* LA 1.00* ! MK 0.95 NL 1.00* NY 1.00* OV 0.95 ! PT 1.00* SC 1.00* TS 0.94 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.00* FD 1.00* HH 1.00 HN 1.03 ! KB 1.00* KK 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.28 NY 1.04 OV 1.00* ! PT 1.00* SC 1.04 TS 1.00* ! ! ! Correcting IF 4. ! A total of 126 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.97 HH 0.97 HN 1.04 ! KB 0.71 KK 0.96 KP 0.97 LA 0.99 ! MK 0.96 NL 1.07 NY 0.99 OV 1.01 ! PT 0.99 SC 1.03 TS 1.20 ! ! A total of 30 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.91 FD 1.00* HH 1.00* HN 1.00* ! KB 1.62 KK 1.00* KP 1.00* LA 1.00* ! MK 0.94 NL 1.00* NY 1.00* OV 0.95 ! PT 1.00* SC 1.00* TS 1.13 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.00* FD 1.00* HH 0.98 HN 1.02 ! KB 1.00* KK 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.28 NY 1.02 OV 1.00* ! PT 1.00* SC 1.05 TS 1.00* ! ! ! Fit before self-cal, rms=0.801707Jy sigma=0.003754 ! Fit after self-cal, rms=0.492667Jy sigma=0.003084 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.218 mas, bmaj=3.749 mas, bpa=7.995 degrees ! Estimated noise=608.292 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.01054 Jy ! Component: 100 - total flux cleaned = 0.0184435 Jy ! Component: 150 - total flux cleaned = 0.0208879 Jy ! Component: 200 - total flux cleaned = 0.0224514 Jy ! Total flux subtracted in 200 components = 0.0224514 Jy ! Clean residual min=-0.032040 max=0.038253 Jy/beam ! Clean residual mean=0.007513 rms=0.008941 Jy/beam ! Combined flux in latest and established models = 2.07965 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 54 components and 2.07965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.489224Jy sigma=0.003052 ! Fit after self-cal, rms=0.489070Jy sigma=0.003051 ! 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.489070Jy sigma=0.003051 ! Fit after self-cal, rms=0.221563Jy sigma=0.001711 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.237 mas, bmaj=3.753 mas, bpa=8.616 degrees ! Estimated noise=612.924 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0213598 Jy ! Component: 100 - total flux cleaned = -0.0261544 Jy ! Component: 150 - total flux cleaned = -0.0278289 Jy ! Component: 200 - total flux cleaned = -0.0280756 Jy ! Total flux subtracted in 200 components = -0.0280756 Jy ! Clean residual min=-0.007853 max=0.021324 Jy/beam ! Clean residual mean=0.003027 rms=0.002851 Jy/beam ! Combined flux in latest and established models = 2.05157 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 70 components and 2.05157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219209Jy sigma=0.001683 ! Fit after self-cal, rms=0.219038Jy sigma=0.001680 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) ! Added new window around map position (-7, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0209413 Jy ! Component: 100 - total flux cleaned = 0.0236679 Jy ! Component: 150 - total flux cleaned = 0.0236747 Jy ! Component: 200 - total flux cleaned = 0.0233655 Jy ! Total flux subtracted in 200 components = 0.0233655 Jy ! Clean residual min=-0.006799 max=0.012264 Jy/beam ! Clean residual mean=0.002570 rms=0.002531 Jy/beam ! Combined flux in latest and established models = 2.07494 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 90 components and 2.07494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.216860Jy sigma=0.001648 ! Fit after self-cal, rms=0.216500Jy sigma=0.001645 ! Inverting map ! Added new window around map position (-4.5, -38.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118105 Jy ! Component: 100 - total flux cleaned = 0.0146314 Jy ! Component: 150 - total flux cleaned = 0.0152167 Jy ! Component: 200 - total flux cleaned = 0.0154846 Jy ! Total flux subtracted in 200 components = 0.0154846 Jy ! Clean residual min=-0.006891 max=0.011822 Jy/beam ! Clean residual mean=0.002320 rms=0.002325 Jy/beam ! Combined flux in latest and established models = 2.09042 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 101 components and 2.09042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.215443Jy sigma=0.001632 ! Fit after self-cal, rms=0.215349Jy sigma=0.001632 ! Inverting map ! Added new window around map position (-26, -53.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114357 Jy ! Component: 100 - total flux cleaned = 0.0175553 Jy ! Component: 150 - total flux cleaned = 0.0195773 Jy ! Component: 200 - total flux cleaned = 0.0211721 Jy ! Total flux subtracted in 200 components = 0.0211721 Jy ! Clean residual min=-0.006843 max=0.010393 Jy/beam ! Clean residual mean=0.001986 rms=0.002152 Jy/beam ! Combined flux in latest and established models = 2.1116 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 121 components and 2.1116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.214460Jy sigma=0.001622 ! Fit after self-cal, rms=0.214427Jy sigma=0.001621 ! Inverting map ! Added new window around map position (2.5, 23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00924047 Jy ! Component: 100 - total flux cleaned = 0.0131548 Jy ! Component: 150 - total flux cleaned = 0.0159837 Jy ! Component: 200 - total flux cleaned = 0.0175984 Jy ! Total flux subtracted in 200 components = 0.0175984 Jy ! Clean residual min=-0.006987 max=0.010010 Jy/beam ! Clean residual mean=0.001734 rms=0.002020 Jy/beam ! Combined flux in latest and established models = 2.12919 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 140 components and 2.12919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213740Jy sigma=0.001614 ! Fit after self-cal, rms=0.213721Jy sigma=0.001614 ! Inverting map ! Added new window around map position (24.5, 53.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100535 Jy ! Component: 100 - total flux cleaned = 0.0160684 Jy ! Component: 150 - total flux cleaned = 0.019218 Jy ! Component: 200 - total flux cleaned = 0.0211273 Jy ! Total flux subtracted in 200 components = 0.0211273 Jy ! Clean residual min=-0.006489 max=0.009109 Jy/beam ! Clean residual mean=0.001410 rms=0.001834 Jy/beam ! Combined flux in latest and established models = 2.15032 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 162 components and 2.15032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213049Jy sigma=0.001607 ! Fit after self-cal, rms=0.213017Jy sigma=0.001606 ! Inverting map ! Added new window around map position (-61, -26.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00789634 Jy ! Component: 100 - total flux cleaned = 0.0117526 Jy ! Component: 150 - total flux cleaned = 0.0133259 Jy ! Component: 200 - total flux cleaned = 0.0148023 Jy ! Total flux subtracted in 200 components = 0.0148023 Jy ! Clean residual min=-0.006373 max=0.007676 Jy/beam ! Clean residual mean=0.001218 rms=0.001755 Jy/beam ! Combined flux in latest and established models = 2.16512 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 175 components and 2.16512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212522Jy sigma=0.001602 ! Fit after self-cal, rms=0.212499Jy sigma=0.001601 ! Inverting map ! Added new window around map position (-63.5, 35). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00600438 Jy ! Component: 100 - total flux cleaned = 0.00810095 Jy ! Component: 150 - total flux cleaned = 0.00915748 Jy ! Component: 200 - total flux cleaned = 0.0103104 Jy ! Total flux subtracted in 200 components = 0.0103104 Jy ! Clean residual min=-0.006054 max=0.007326 Jy/beam ! Clean residual mean=0.001092 rms=0.001694 Jy/beam ! Combined flux in latest and established models = 2.17543 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 186 components and 2.17543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212169Jy sigma=0.001598 ! Fit after self-cal, rms=0.212147Jy sigma=0.001598 ! Inverting map ! Added new window around map position (12, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00568749 Jy ! Component: 100 - total flux cleaned = 0.00728684 Jy ! Component: 150 - total flux cleaned = 0.00800916 Jy ! Component: 200 - total flux cleaned = 0.00870211 Jy ! Total flux subtracted in 200 components = 0.00870211 Jy ! Clean residual min=-0.005880 max=0.007391 Jy/beam ! Clean residual mean=0.000971 rms=0.001653 Jy/beam ! Combined flux in latest and established models = 2.18414 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 197 components and 2.18414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211812Jy sigma=0.001595 ! Fit after self-cal, rms=0.211793Jy sigma=0.001594 ! Inverting map ! Added new window around map position (2, 38). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00646919 Jy ! Component: 100 - total flux cleaned = 0.00723795 Jy ! Component: 150 - total flux cleaned = 0.00833726 Jy ! Component: 200 - total flux cleaned = 0.00923386 Jy ! Total flux subtracted in 200 components = 0.00923386 Jy ! Clean residual min=-0.006375 max=0.006875 Jy/beam ! Clean residual mean=0.000834 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 2.19337 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 218 components and 2.19337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211414Jy sigma=0.001592 ! Fit after self-cal, rms=0.211399Jy sigma=0.001592 ! Inverting map ! Added new window around map position (-41, -46). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00598432 Jy ! Component: 100 - total flux cleaned = 0.00641737 Jy ! Component: 150 - total flux cleaned = 0.00691901 Jy ! Component: 200 - total flux cleaned = 0.00751981 Jy ! Total flux subtracted in 200 components = 0.00751981 Jy ! Clean residual min=-0.006430 max=0.006655 Jy/beam ! Clean residual mean=0.000731 rms=0.001580 Jy/beam ! Combined flux in latest and established models = 2.20089 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 238 components and 2.20089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211099Jy sigma=0.001589 ! Fit after self-cal, rms=0.211099Jy sigma=0.001589 ! 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.211099Jy sigma=0.001589 ! Fit after self-cal, rms=0.205052Jy sigma=0.001501 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.238 mas, bmaj=3.759 mas, bpa=8.599 degrees ! Estimated noise=613.339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00186504 Jy ! Component: 100 - total flux cleaned = -0.00322327 Jy ! Component: 150 - total flux cleaned = -0.00459811 Jy ! Component: 200 - total flux cleaned = -0.00617028 Jy ! Total flux subtracted in 200 components = -0.00617028 Jy ! Clean residual min=-0.005323 max=0.005518 Jy/beam ! Clean residual mean=-0.000015 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 2.19472 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 251 components and 2.19472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204660Jy sigma=0.001497 ! Fit after self-cal, rms=0.204656Jy sigma=0.001497 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) ! Added new window around map position (-3, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154372 Jy ! Component: 100 - total flux cleaned = -0.000528146 Jy ! Component: 150 - total flux cleaned = -0.00194883 Jy ! Component: 200 - total flux cleaned = -0.00273304 Jy ! Total flux subtracted in 200 components = -0.00273304 Jy ! Clean residual min=-0.005053 max=0.004957 Jy/beam ! Clean residual mean=0.000021 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 2.19199 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 268 components and 2.19199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204357Jy sigma=0.001494 ! Fit after self-cal, rms=0.204330Jy sigma=0.001494 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.204330Jy sigma=0.001494 ! Fit after self-cal, rms=0.204380Jy sigma=0.001493 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.917 mas, bmaj=9.543 mas, bpa=-1.191 degrees ! Estimated noise=827.994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00271688 Jy ! Component: 100 - total flux cleaned = -0.00429224 Jy ! Component: 150 - total flux cleaned = -0.00507468 Jy ! Component: 200 - total flux cleaned = -0.00537865 Jy ! Total flux subtracted in 200 components = -0.00537865 Jy ! Clean residual min=-0.005771 max=0.006750 Jy/beam ! Clean residual mean=-0.000014 rms=0.001702 Jy/beam ! Combined flux in latest and established models = 2.18661 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 290 components and 2.18661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204335Jy sigma=0.001492 ! Fit after self-cal, rms=0.204324Jy sigma=0.001492 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.000172898 Jy ! Component: 100 - total flux cleaned = -0.000707536 Jy ! Component: 150 - total flux cleaned = -0.00103215 Jy ! Component: 200 - total flux cleaned = -0.00133342 Jy ! Total flux subtracted in 200 components = -0.00133342 Jy ! Clean residual min=-0.005579 max=0.006309 Jy/beam ! Clean residual mean=0.000024 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 2.18527 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 303 components and 2.18527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204324Jy sigma=0.001492 ! Fit after self-cal, rms=0.204315Jy sigma=0.001492 ! 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=2.237 mas, bmaj=3.76 mas, bpa=8.601 degrees ! Estimated noise=613.092 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.237 x 3.76 at 8.601 degrees (North through East) ! Clean map min=-0.012972 max=1.7142 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204315Jy sigma=0.001492 ! Fit after self-cal, rms=0.169672Jy sigma=0.001191 ! Inverting map and beam ! Estimated beam: bmin=2.237 mas, bmaj=3.758 mas, bpa=8.589 degrees ! Estimated noise=613.159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.28394e-05 Jy ! Component: 100 - total flux cleaned = -0.0015924 Jy ! Component: 150 - total flux cleaned = -0.00312331 Jy ! Component: 200 - total flux cleaned = -0.00452237 Jy ! Total flux subtracted in 200 components = -0.00452237 Jy ! Clean residual min=-0.004658 max=0.004530 Jy/beam ! Clean residual mean=0.000007 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 2.18075 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 313 components and 2.18075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169370Jy sigma=0.001188 ! Fit after self-cal, rms=0.169357Jy sigma=0.001188 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000302837 Jy ! Component: 100 - total flux cleaned = -0.0012592 Jy ! Component: 150 - total flux cleaned = -0.00193389 Jy ! Component: 200 - total flux cleaned = -0.00235883 Jy ! Total flux subtracted in 200 components = -0.00235883 Jy ! Clean residual min=-0.004546 max=0.004324 Jy/beam ! Clean residual mean=0.000039 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 2.17839 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 326 components and 2.17839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169175Jy sigma=0.001186 ! Fit after self-cal, rms=0.169170Jy sigma=0.001186 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169170Jy sigma=0.001186 ! Fit after self-cal, rms=0.169213Jy sigma=0.001186 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=1.739 mas, bmaj=2.965 mas, bpa=21.31 degrees ! Estimated noise=969.199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.29357 Jy ! Component: 100 - total flux cleaned = 1.60675 Jy ! Component: 150 - total flux cleaned = 1.75888 Jy ! Component: 200 - total flux cleaned = 1.84669 Jy ! Total flux subtracted in 200 components = 1.84669 Jy ! Clean residual min=-0.012452 max=0.044335 Jy/beam ! Clean residual mean=0.000741 rms=0.004138 Jy/beam ! Combined flux in latest and established models = 1.84669 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 17 model components to the UV plane model. ! The established model now contains 17 components and 1.84669 Jy ! Inverting map and beam ! Estimated beam: bmin=2.236 mas, bmaj=3.76 mas, bpa=8.594 degrees ! Estimated noise=612.815 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.0800419 Jy ! Component: 100 - total flux cleaned = 0.124531 Jy ! Component: 150 - total flux cleaned = 0.152242 Jy ! Component: 200 - total flux cleaned = 0.170935 Jy ! Total flux subtracted in 200 components = 0.170935 Jy ! Clean residual min=-0.002844 max=0.011766 Jy/beam ! Clean residual mean=0.002504 rms=0.001802 Jy/beam ! Combined flux in latest and established models = 2.01763 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 50 components and 2.01763 Jy ! Inverting map ! Added new window around map position (4.5, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140856 Jy ! Component: 100 - total flux cleaned = 0.0254276 Jy ! Component: 150 - total flux cleaned = 0.0352125 Jy ! Component: 200 - total flux cleaned = 0.0440115 Jy ! Total flux subtracted in 200 components = 0.0440115 Jy ! Clean residual min=-0.002753 max=0.008586 Jy/beam ! Clean residual mean=0.001743 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 2.06164 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 81 components and 2.06164 Jy ! Inverting map ! Added new window around map position (-4.5, 11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0088147 Jy ! Component: 100 - total flux cleaned = 0.0162369 Jy ! Component: 150 - total flux cleaned = 0.0230698 Jy ! Component: 200 - total flux cleaned = 0.0293734 Jy ! Total flux subtracted in 200 components = 0.0293734 Jy ! Clean residual min=-0.002986 max=0.006132 Jy/beam ! Clean residual mean=0.001267 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 2.09101 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 106 components and 2.09101 Jy ! Inverting map ! Added new window around map position (-9.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00638721 Jy ! Component: 100 - total flux cleaned = 0.0118565 Jy ! Component: 150 - total flux cleaned = 0.0169304 Jy ! Component: 200 - total flux cleaned = 0.0214677 Jy ! Total flux subtracted in 200 components = 0.0214677 Jy ! Clean residual min=-0.003288 max=0.005067 Jy/beam ! Clean residual mean=0.000923 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 2.11248 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 131 components and 2.11248 Jy ! Inverting map ! Added new window around map position (-30.5, -44.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00491942 Jy ! Component: 100 - total flux cleaned = 0.0088344 Jy ! Component: 150 - total flux cleaned = 0.0120276 Jy ! Component: 200 - total flux cleaned = 0.0147499 Jy ! Total flux subtracted in 200 components = 0.0147499 Jy ! Clean residual min=-0.003271 max=0.004603 Jy/beam ! Clean residual mean=0.000694 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 2.12723 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 156 components and 2.12723 Jy ! Inverting map ! Added new window around map position (-21, -12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00422288 Jy ! Component: 100 - total flux cleaned = 0.00704652 Jy ! Component: 150 - total flux cleaned = 0.00932965 Jy ! Component: 200 - total flux cleaned = 0.0112571 Jy ! Total flux subtracted in 200 components = 0.0112571 Jy ! Clean residual min=-0.003381 max=0.004135 Jy/beam ! Clean residual mean=0.000520 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 2.13849 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 184 components and 2.13849 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.917 mas, bmaj=9.544 mas, bpa=-1.371 degrees ! Estimated noise=827.865 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00604313 Jy ! Component: 100 - total flux cleaned = 0.0104371 Jy ! Component: 150 - total flux cleaned = 0.0142355 Jy ! Component: 200 - total flux cleaned = 0.0175749 Jy ! Total flux subtracted in 200 components = 0.0175749 Jy ! Clean residual min=-0.003608 max=0.004312 Jy/beam ! Clean residual mean=0.000687 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 2.15606 Jy flux_cutoff = imstat(rms) * dynam 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.00296118 Jy ! Component: 100 - total flux cleaned = 0.00559766 Jy ! Component: 150 - total flux cleaned = 0.0079594 Jy ! Component: 200 - total flux cleaned = 0.01008 Jy ! Total flux subtracted in 200 components = 0.01008 Jy ! Clean residual min=-0.004024 max=0.003925 Jy/beam ! Clean residual mean=0.000252 rms=0.001316 Jy/beam ! Combined flux in latest and established models = 2.16614 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 241 components and 2.16614 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.236 mas, bmaj=3.76 mas, bpa=8.594 degrees ! Estimated noise=612.815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00184151 Jy ! Component: 100 - total flux cleaned = -0.00244683 Jy ! Component: 150 - total flux cleaned = -0.00255986 Jy ! Component: 200 - total flux cleaned = -0.00245595 Jy ! Total flux subtracted in 200 components = -0.00245595 Jy ! Clean residual min=-0.003482 max=0.003557 Jy/beam ! Clean residual mean=0.000140 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 2.16369 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 258 components and 2.16369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169073Jy sigma=0.001183 ! Fit after self-cal, rms=0.168880Jy sigma=0.001181 wmodel J0854+2006_S_2010_10_13_pus_map.mod ! Writing 258 model components to file: J0854+2006_S_2010_10_13_pus_map.mod wobs J0854+2006_S_2010_10_13_pus_uvs.fits ! Writing UV FITS file: J0854+2006_S_2010_10_13_pus_uvs.fits wwins J0854+2006_S_2010_10_13_pus_map.win ! wwins: Wrote 18 windows to J0854+2006_S_2010_10_13_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.00138028 Jy ! Component: 100 - total flux cleaned = 0.00234369 Jy ! Component: 150 - total flux cleaned = 0.00303442 Jy ! Component: 200 - total flux cleaned = 0.00353423 Jy ! Component: 250 - total flux cleaned = 0.00385964 Jy ! Component: 300 - total flux cleaned = 0.00428363 Jy ! Component: 350 - total flux cleaned = 0.00459494 Jy ! Component: 400 - total flux cleaned = 0.00485004 Jy ! Component: 450 - total flux cleaned = 0.00515136 Jy ! Component: 500 - total flux cleaned = 0.00534936 Jy ! Component: 550 - total flux cleaned = 0.00549558 Jy ! Component: 600 - total flux cleaned = 0.00559203 Jy ! Component: 650 - total flux cleaned = 0.00573488 Jy ! Component: 700 - total flux cleaned = 0.00592317 Jy ! Component: 750 - total flux cleaned = 0.00596931 Jy ! Component: 800 - total flux cleaned = 0.00610735 Jy ! Component: 850 - total flux cleaned = 0.00619866 Jy ! Component: 900 - total flux cleaned = 0.00628895 Jy ! Component: 950 - total flux cleaned = 0.00637825 Jy ! Component: 1000 - total flux cleaned = 0.00646674 Jy ! Component: 1050 - total flux cleaned = 0.00664166 Jy ! Component: 1100 - total flux cleaned = 0.00672793 Jy ! Component: 1150 - total flux cleaned = 0.00672793 Jy ! Component: 1200 - total flux cleaned = 0.00681316 Jy ! Component: 1250 - total flux cleaned = 0.00693982 Jy ! Component: 1300 - total flux cleaned = 0.00706519 Jy ! Component: 1350 - total flux cleaned = 0.00714789 Jy ! Component: 1400 - total flux cleaned = 0.00718922 Jy ! Component: 1450 - total flux cleaned = 0.00731177 Jy ! Component: 1500 - total flux cleaned = 0.0073926 Jy ! Component: 1550 - total flux cleaned = 0.00751305 Jy ! Component: 1600 - total flux cleaned = 0.00759255 Jy ! Component: 1650 - total flux cleaned = 0.00767152 Jy ! Component: 1700 - total flux cleaned = 0.00771058 Jy ! Component: 1750 - total flux cleaned = 0.00782715 Jy ! Component: 1800 - total flux cleaned = 0.0078272 Jy ! Component: 1850 - total flux cleaned = 0.00790401 Jy ! Component: 1900 - total flux cleaned = 0.00794187 Jy ! Component: 1950 - total flux cleaned = 0.00797987 Jy ! Component: 2000 - total flux cleaned = 0.00801751 Jy ! Total flux subtracted in 2048 components = 0.00809217 Jy ! Clean residual min=-0.002302 max=0.002013 Jy/beam ! Clean residual mean=0.000011 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 2.17178 Jy keep ! Adding 156 model components to the UV plane model. ! The established model now contains 413 components and 2.17178 Jy ![Exited script file: muppet] wmap "J0854+2006_S_2010_10_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.236 x 3.76 at 8.594 degrees (North through East) ! Clean map min=-0.0029297 max=1.7165 Jy/beam ! Writing clean map to FITS file: J0854+2006_S_2010_10_13_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.71653 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000693109 device "J0854+2006_S_2010_10_13_pus\_map.eps/VPS" ! Attempting to open device: 'J0854+2006_S_2010_10_13_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.121136 0.121136 0.242271 0.484542 0.969085 1.93817 3.87634 7.75268 15.5054 31.0107 62.0214 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.716 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.236 x 3.76 at 8.594 degrees (North through East) ! Clean map min=-0.0029297 max=1.7165 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0854+2006_S_2010_10_13_pus\_map.gif/vgif" ! Attempting to open device: 'J0854+2006_S_2010_10_13_pus_map.gif/vgif' mapplot cln