! Started logfile: J1638+5720_L_2011_08_18_pus_uvs.log on Tue Jan 12 23:00:30 2016 obs J1638+5720_L_2011_08_18_pus_uva.fits ! Reading UV FITS file: J1638+5720_L_2011_08_18_pus_uva.fits ! AN table 1: 600 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.943704 visibilities/baseline/integration-bin. ! Found source: J1638+5720 ! ! 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 1.35446e+09 8e+06 1 8e+06 ! 02 2 1.36246e+09 8e+06 1 8e+06 ! 03 3 1.42646e+09 8e+06 1 8e+06 ! 04 4 1.43446e+09 8e+06 1 8e+06 ! ! Polarization(s): RR LL RL LR ! ! Read 783 lines of history. ! ! Reading 326144 visibilities. select I ! Selecting polarization: I, 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 = 1024 print "field_cell =",field_cell ! field_cell = 0.8 print "taper_size =",taper_size ! taper_size = 15 ![@muppet J1638+5720_L_2011_08_18_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 = 1024x1024 pixels with 0.800x0.800 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 352 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 252 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.222769Jy sigma=0.002881 ! Fit after self-cal, rms=0.146722Jy sigma=0.001879 ! 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=4.519 mas, bmaj=7.685 mas, bpa=12.99 degrees ! Estimated noise=386.891 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.71618 Jy ! Component: 100 - total flux cleaned = 0.885638 Jy ! Total flux subtracted in 100 components = 0.885638 Jy ! Clean residual min=-0.013399 max=0.065446 Jy/beam ! Clean residual mean=0.000017 rms=0.003272 Jy/beam ! Combined flux in latest and established models = 0.885638 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.885638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145336Jy sigma=0.001675 ! Fit after self-cal, rms=0.145208Jy sigma=0.001674 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0676232 Jy ! Component: 100 - total flux cleaned = 0.0982596 Jy ! Total flux subtracted in 100 components = 0.0982596 Jy ! Clean residual min=-0.009084 max=0.013622 Jy/beam ! Clean residual mean=0.000004 rms=0.002216 Jy/beam ! Combined flux in latest and established models = 0.983897 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 9 components and 0.983897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107960Jy sigma=0.001195 ! Fit after self-cal, rms=0.107459Jy sigma=0.001189 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0142045 Jy ! Component: 100 - total flux cleaned = 0.0161273 Jy ! Total flux subtracted in 100 components = 0.0161273 Jy ! Clean residual min=-0.009183 max=0.010458 Jy/beam ! Clean residual mean=0.000002 rms=0.002123 Jy/beam ! Combined flux in latest and established models = 1.00002 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 1.00002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104545Jy sigma=0.001166 ! Fit after self-cal, rms=0.104394Jy sigma=0.001164 ! 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=5.555 mas, bmaj=9.057 mas, bpa=12.6 degrees ! Estimated noise=191.906 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 (-6.4, -9.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.01241 Jy ! Component: 100 - total flux cleaned = 0.0193293 Jy ! Component: 150 - total flux cleaned = 0.0216715 Jy ! Component: 200 - total flux cleaned = 0.0235079 Jy ! Total flux subtracted in 200 components = 0.0235079 Jy ! Clean residual min=-0.006482 max=0.006397 Jy/beam ! Clean residual mean=0.000005 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 1.02353 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 36 components and 1.02353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102404Jy sigma=0.001140 ! Fit after self-cal, rms=0.102272Jy sigma=0.001138 ! 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 1.08 FD 1.00 HN 1.05 KP 1.05 ! LA 1.00 MK 0.98 NL 1.03 OV 0.96 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.99 HN 1.07 KP 1.07 ! LA 1.05 MK 0.99 NL 1.02 OV 0.97 ! SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.01 KP 0.93 ! LA 0.95 MK 0.88 NL 0.97 OV 0.98 ! SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.02 KP 0.99 ! LA 0.97 MK 0.91 NL 0.95 OV 1.00 ! SC 1.04 ! ! ! Fit before self-cal, rms=0.102272Jy sigma=0.001138 ! Fit after self-cal, rms=0.061991Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.523 mas, bmaj=9.075 mas, bpa=12.41 degrees ! Estimated noise=192.203 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 (-16.8, -27.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00258603 Jy ! Component: 100 - total flux cleaned = 0.00275347 Jy ! Component: 150 - total flux cleaned = 0.00327965 Jy ! Component: 200 - total flux cleaned = 0.00387261 Jy ! Total flux subtracted in 200 components = 0.00387261 Jy ! Clean residual min=-0.002795 max=0.003576 Jy/beam ! Clean residual mean=0.000002 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 1.02741 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 57 components and 1.02741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061157Jy sigma=0.000669 ! Fit after self-cal, rms=0.061028Jy sigma=0.000668 ! 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.061028Jy sigma=0.000668 ! Fit after self-cal, rms=0.059005Jy sigma=0.000652 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.526 mas, bmaj=9.08 mas, bpa=12.52 degrees ! Estimated noise=192.421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000141422 Jy ! Component: 100 - total flux cleaned = 0.000244814 Jy ! Component: 150 - total flux cleaned = 0.000918738 Jy ! Component: 200 - total flux cleaned = 0.0013556 Jy ! Total flux subtracted in 200 components = 0.0013556 Jy ! Clean residual min=-0.002401 max=0.002757 Jy/beam ! Clean residual mean=0.000000 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 1.02876 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 71 components and 1.02876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058544Jy sigma=0.000648 ! Fit after self-cal, rms=0.058493Jy sigma=0.000648 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 (-25.6, -48.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185083 Jy ! Component: 100 - total flux cleaned = 0.00361796 Jy ! Component: 150 - total flux cleaned = 0.00461344 Jy ! Component: 200 - total flux cleaned = 0.00531607 Jy ! Total flux subtracted in 200 components = 0.00531607 Jy ! Clean residual min=-0.002442 max=0.002554 Jy/beam ! Clean residual mean=-0.000000 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 1.03408 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 84 components and 1.03408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058131Jy sigma=0.000644 ! Fit after self-cal, rms=0.058092Jy sigma=0.000644 ! Inverting map ! Added new window around map position (17.6, 27.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000556036 Jy ! Component: 100 - total flux cleaned = 0.000628629 Jy ! Component: 150 - total flux cleaned = 0.00107506 Jy ! Component: 200 - total flux cleaned = 0.00136269 Jy ! Total flux subtracted in 200 components = 0.00136269 Jy ! Clean residual min=-0.002392 max=0.002386 Jy/beam ! Clean residual mean=-0.000000 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 1.03544 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 98 components and 1.03544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057770Jy sigma=0.000642 ! Fit after self-cal, rms=0.057741Jy sigma=0.000642 ! 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.057741Jy sigma=0.000642 ! Fit after self-cal, rms=0.048460Jy sigma=0.000595 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.515 mas, bmaj=9.065 mas, bpa=12.24 degrees ! Estimated noise=192.345 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176053 Jy ! Component: 100 - total flux cleaned = 0.00209278 Jy ! Component: 150 - total flux cleaned = 0.00209527 Jy ! Component: 200 - total flux cleaned = 0.0020915 Jy ! Total flux subtracted in 200 components = 0.0020915 Jy ! Clean residual min=-0.001299 max=0.001952 Jy/beam ! Clean residual mean=-0.000001 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 1.03753 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 107 components and 1.03753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048129Jy sigma=0.000591 ! Fit after self-cal, rms=0.048068Jy sigma=0.000591 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.000299882 Jy ! Component: 100 - total flux cleaned = 0.000299591 Jy ! Component: 150 - total flux cleaned = 0.000298401 Jy ! Component: 200 - total flux cleaned = 0.000352085 Jy ! Total flux subtracted in 200 components = 0.000352085 Jy ! Clean residual min=-0.001186 max=0.001647 Jy/beam ! Clean residual mean=-0.000001 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 1.03788 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 115 components and 1.03788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047878Jy sigma=0.000589 ! Fit after self-cal, rms=0.047842Jy sigma=0.000589 ! Inverting map ! Added new window around map position (7.2, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000447204 Jy ! Component: 100 - total flux cleaned = 0.000329415 Jy ! Component: 150 - total flux cleaned = 0.000219069 Jy ! Component: 200 - total flux cleaned = 0.0002185 Jy ! Total flux subtracted in 200 components = 0.0002185 Jy ! Clean residual min=-0.001133 max=0.001404 Jy/beam ! Clean residual mean=-0.000001 rms=0.000273 Jy/beam ! Combined flux in latest and established models = 1.0381 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 126 components and 1.0381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047671Jy sigma=0.000588 ! Fit after self-cal, rms=0.047646Jy sigma=0.000588 ! Inverting map ! Added new window around map position (-55.2, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000551968 Jy ! Component: 100 - total flux cleaned = 0.000657426 Jy ! Component: 150 - total flux cleaned = 0.000656514 Jy ! Component: 200 - total flux cleaned = 0.00070165 Jy ! Total flux subtracted in 200 components = 0.00070165 Jy ! Clean residual min=-0.001074 max=0.001164 Jy/beam ! Clean residual mean=-0.000001 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 1.0388 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 139 components and 1.0388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047515Jy sigma=0.000587 ! Fit after self-cal, rms=0.047498Jy sigma=0.000586 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.55723e-05 Jy ! Component: 100 - total flux cleaned = 0.000190873 Jy ! Component: 150 - total flux cleaned = 0.000191184 Jy ! Component: 200 - total flux cleaned = 0.000274678 Jy ! Total flux subtracted in 200 components = 0.000274678 Jy ! Clean residual min=-0.001043 max=0.001140 Jy/beam ! Clean residual mean=-0.000001 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 1.03908 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 146 components and 1.03908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047396Jy sigma=0.000586 ! Fit after self-cal, rms=0.047380Jy sigma=0.000586 ! Inverting map ! Added new window around map position (-27.2, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.43859e-05 Jy ! Component: 100 - total flux cleaned = 4.89096e-05 Jy ! Component: 150 - total flux cleaned = 4.81259e-05 Jy ! Component: 200 - total flux cleaned = 8.82254e-05 Jy ! Total flux subtracted in 200 components = 8.82254e-05 Jy ! Clean residual min=-0.000970 max=0.001110 Jy/beam ! Clean residual mean=-0.000001 rms=0.000249 Jy/beam ! Combined flux in latest and established models = 1.03917 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 154 components and 1.03917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047287Jy sigma=0.000585 ! Fit after self-cal, rms=0.047274Jy sigma=0.000585 ! Inverting map ! Added new window around map position (-136, -155.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000505735 Jy ! Component: 100 - total flux cleaned = 0.000668954 Jy ! Component: 150 - total flux cleaned = 0.000857768 Jy ! Component: 200 - total flux cleaned = 0.00089431 Jy ! Total flux subtracted in 200 components = 0.00089431 Jy ! Clean residual min=-0.000923 max=0.001071 Jy/beam ! Clean residual mean=-0.000001 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 1.04006 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 165 components and 1.04006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047190Jy sigma=0.000584 ! Fit after self-cal, rms=0.047179Jy sigma=0.000584 ! Inverting map ! Added new window around map position (153.6, 143.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000326612 Jy ! Component: 100 - total flux cleaned = 0.000361716 Jy ! Component: 150 - total flux cleaned = 0.000466158 Jy ! Component: 200 - total flux cleaned = 0.000499346 Jy ! Total flux subtracted in 200 components = 0.000499346 Jy ! Clean residual min=-0.000890 max=0.000996 Jy/beam ! Clean residual mean=-0.000001 rms=0.000236 Jy/beam ! Combined flux in latest and established models = 1.04056 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 180 components and 1.04056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047109Jy sigma=0.000583 ! Fit after self-cal, rms=0.047101Jy sigma=0.000583 ! Inverting map ! Added new window around map position (-195.2, -124.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000543007 Jy ! Component: 100 - total flux cleaned = 0.000577131 Jy ! Component: 150 - total flux cleaned = 0.000708283 Jy ! Component: 200 - total flux cleaned = 0.000674923 Jy ! Total flux subtracted in 200 components = 0.000674923 Jy ! Clean residual min=-0.000882 max=0.000981 Jy/beam ! Clean residual mean=-0.000001 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 1.04124 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 193 components and 1.04124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047039Jy sigma=0.000583 ! Fit after self-cal, rms=0.047032Jy sigma=0.000583 ! Inverting map ! Added new window around map position (29.6, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000383598 Jy ! Component: 100 - total flux cleaned = 0.000688282 Jy ! Component: 150 - total flux cleaned = 0.000975719 Jy ! Component: 200 - total flux cleaned = 0.00100734 Jy ! Total flux subtracted in 200 components = 0.00100734 Jy ! Clean residual min=-0.000908 max=0.000983 Jy/beam ! Clean residual mean=-0.000001 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 1.04224 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 203 components and 1.04224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046973Jy sigma=0.000582 ! Fit after self-cal, rms=0.046968Jy sigma=0.000582 ! Inverting map ! Added new window around map position (-168, -129.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132062 Jy ! Component: 100 - total flux cleaned = 0.000130638 Jy ! Component: 150 - total flux cleaned = 0.000221323 Jy ! Component: 200 - total flux cleaned = 0.000250957 Jy ! Total flux subtracted in 200 components = 0.000250957 Jy ! Clean residual min=-0.000906 max=0.000919 Jy/beam ! Clean residual mean=-0.000001 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 1.04249 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 219 components and 1.04249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046913Jy sigma=0.000582 ! Fit after self-cal, rms=0.046909Jy sigma=0.000582 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 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.046909Jy sigma=0.000582 ! Fit after self-cal, rms=0.046790Jy sigma=0.000581 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.761 mas, bmaj=12.5 mas, bpa=14.17 degrees ! Estimated noise=223.729 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110817 Jy ! Component: 100 - total flux cleaned = 0.00163581 Jy ! Component: 150 - total flux cleaned = 0.0020007 Jy ! Component: 200 - total flux cleaned = 0.00225045 Jy ! Total flux subtracted in 200 components = 0.00225045 Jy ! Clean residual min=-0.000777 max=0.001206 Jy/beam ! Clean residual mean=-0.000001 rms=0.000216 Jy/beam ! Combined flux in latest and established models = 1.04474 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 243 components and 1.04474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046753Jy sigma=0.000580 ! Fit after self-cal, rms=0.046747Jy sigma=0.000580 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 (-32.8, -72.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122659 Jy ! Component: 100 - total flux cleaned = 0.00197805 Jy ! Component: 150 - total flux cleaned = 0.00231673 Jy ! Component: 200 - total flux cleaned = 0.00262897 Jy ! Total flux subtracted in 200 components = 0.00262897 Jy ! Clean residual min=-0.000718 max=0.000818 Jy/beam ! Clean residual mean=-0.000000 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 1.04737 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 293 components and 1.04737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046716Jy sigma=0.000580 ! Fit after self-cal, rms=0.046712Jy sigma=0.000580 ! Inverting map ! Added new window around map position (158.4, 123.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000473279 Jy ! Component: 100 - total flux cleaned = 0.000612797 Jy ! Component: 150 - total flux cleaned = 0.000830941 Jy ! Component: 200 - total flux cleaned = 0.00112037 Jy ! Total flux subtracted in 200 components = 0.00112037 Jy ! Clean residual min=-0.000692 max=0.000737 Jy/beam ! Clean residual mean=-0.000000 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 1.04849 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 324 components and 1.04849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046692Jy sigma=0.000580 ! Fit after self-cal, rms=0.046690Jy sigma=0.000580 ! 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=5.51 mas, bmaj=9.062 mas, bpa=12.15 degrees ! Estimated noise=192.391 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.51 x 9.062 at 12.15 degrees (North through East) ! Clean map min=-0.00091808 max=0.92936 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.046690Jy sigma=0.000580 ! Fit after self-cal, rms=0.042642Jy sigma=0.000526 ! Inverting map and beam ! Estimated beam: bmin=5.51 mas, bmaj=9.062 mas, bpa=12.13 degrees ! Estimated noise=192.507 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011144 Jy ! Component: 100 - total flux cleaned = 0.0012996 Jy ! Component: 150 - total flux cleaned = 0.00133267 Jy ! Component: 200 - total flux cleaned = 0.00133245 Jy ! Total flux subtracted in 200 components = 0.00133245 Jy ! Clean residual min=-0.000761 max=0.000794 Jy/beam ! Clean residual mean=-0.000000 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 1.04983 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 333 components and 1.04983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042560Jy sigma=0.000525 ! Fit after self-cal, rms=0.042554Jy sigma=0.000525 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.74386e-05 Jy ! Component: 100 - total flux cleaned = 6.43002e-06 Jy ! Component: 150 - total flux cleaned = 6.85087e-06 Jy ! Component: 200 - total flux cleaned = 8.93305e-05 Jy ! Total flux subtracted in 200 components = 8.93305e-05 Jy ! Clean residual min=-0.000750 max=0.000782 Jy/beam ! Clean residual mean=-0.000000 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 1.04992 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 342 components and 1.04992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042505Jy sigma=0.000525 ! Fit after self-cal, rms=0.042500Jy sigma=0.000525 ! Inverting map ! Added new window around map position (-167.2, -108.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379712 Jy ! Component: 100 - total flux cleaned = 0.000379263 Jy ! Component: 150 - total flux cleaned = 0.000431658 Jy ! Component: 200 - total flux cleaned = 0.000431507 Jy ! Total flux subtracted in 200 components = 0.000431507 Jy ! Clean residual min=-0.000744 max=0.000739 Jy/beam ! Clean residual mean=-0.000000 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 1.05035 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 356 components and 1.05035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042457Jy sigma=0.000524 ! Fit after self-cal, rms=0.042453Jy sigma=0.000524 ! 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.042453Jy sigma=0.000524 ! Fit after self-cal, rms=0.042428Jy sigma=0.000524 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=4.472 mas, bmaj=7.675 mas, bpa=12.41 degrees ! Estimated noise=387.429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.716786 Jy ! Component: 100 - total flux cleaned = 0.889457 Jy ! Component: 150 - total flux cleaned = 0.956986 Jy ! Component: 200 - total flux cleaned = 0.987311 Jy ! Total flux subtracted in 200 components = 0.987311 Jy ! Clean residual min=-0.006143 max=0.013433 Jy/beam ! Clean residual mean=0.000002 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.987311 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.987311 Jy ! Inverting map and beam ! Estimated beam: bmin=5.507 mas, bmaj=9.06 mas, bpa=12.09 degrees ! Estimated noise=192.552 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.0170699 Jy ! Component: 100 - total flux cleaned = 0.0270639 Jy ! Component: 150 - total flux cleaned = 0.0336078 Jy ! Component: 200 - total flux cleaned = 0.0381885 Jy ! Total flux subtracted in 200 components = 0.0381885 Jy ! Clean residual min=-0.002559 max=0.002636 Jy/beam ! Clean residual mean=0.000001 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 1.0255 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 25 components and 1.0255 Jy ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228955 Jy ! Component: 100 - total flux cleaned = 0.00303346 Jy ! Component: 150 - total flux cleaned = 0.00326529 Jy ! Component: 200 - total flux cleaned = 0.00370486 Jy ! Total flux subtracted in 200 components = 0.00370486 Jy ! Clean residual min=-0.001826 max=0.001786 Jy/beam ! Clean residual mean=0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 1.0292 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 42 components and 1.0292 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.757 mas, bmaj=12.5 mas, bpa=14.13 degrees ! Estimated noise=224.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0033839 Jy ! Component: 100 - total flux cleaned = 0.00583502 Jy ! Component: 150 - total flux cleaned = 0.00773189 Jy ! Component: 200 - total flux cleaned = 0.00923675 Jy ! Total flux subtracted in 200 components = 0.00923675 Jy ! Clean residual min=-0.001185 max=0.001102 Jy/beam ! Clean residual mean=0.000001 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 1.03844 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.00122054 Jy ! Component: 100 - total flux cleaned = 0.00243308 Jy ! Component: 150 - total flux cleaned = 0.00343395 Jy ! Component: 200 - total flux cleaned = 0.0043933 Jy ! Total flux subtracted in 200 components = 0.0043933 Jy ! Clean residual min=-0.001000 max=0.000890 Jy/beam ! Clean residual mean=0.000000 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 1.04283 Jy ! Adding 149 model components to the UV plane model. ! The established model now contains 188 components and 1.04283 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.507 mas, bmaj=9.06 mas, bpa=12.09 degrees ! Estimated noise=192.552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00031403 Jy ! Component: 100 - total flux cleaned = -0.000315202 Jy ! Component: 150 - total flux cleaned = -0.00040916 Jy ! Component: 200 - total flux cleaned = -0.000319027 Jy ! Total flux subtracted in 200 components = -0.000319027 Jy ! Clean residual min=-0.001432 max=0.001439 Jy/beam ! Clean residual mean=-0.000000 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 1.04252 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 195 components and 1.04252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.044520Jy sigma=0.000541 ! Fit after self-cal, rms=0.044210Jy sigma=0.000539 wmodel J1638+5720_L_2011_08_18_pus_map.mod ! Writing 195 model components to file: J1638+5720_L_2011_08_18_pus_map.mod wobs J1638+5720_L_2011_08_18_pus_uvs.fits ! Writing UV FITS file: J1638+5720_L_2011_08_18_pus_uvs.fits wwins J1638+5720_L_2011_08_18_pus_map.win ! wwins: Wrote 16 windows to J1638+5720_L_2011_08_18_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=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000550534 Jy ! Component: 100 - total flux cleaned = 0.000385148 Jy ! Component: 150 - total flux cleaned = 0.000298409 Jy ! Component: 200 - total flux cleaned = 0.000187324 Jy ! Component: 250 - total flux cleaned = 0.000187149 Jy ! Component: 300 - total flux cleaned = 0.000160831 Jy ! Component: 350 - total flux cleaned = 0.000160623 Jy ! Component: 400 - total flux cleaned = 0.000135599 Jy ! Component: 450 - total flux cleaned = 0.000135583 Jy ! Component: 500 - total flux cleaned = 0.000159168 Jy ! Component: 550 - total flux cleaned = 0.000205125 Jy ! Component: 600 - total flux cleaned = 0.000204655 Jy ! Component: 650 - total flux cleaned = 0.000271526 Jy ! Component: 700 - total flux cleaned = 0.000359137 Jy ! Component: 750 - total flux cleaned = 0.000402346 Jy ! Component: 800 - total flux cleaned = 0.000487651 Jy ! Component: 850 - total flux cleaned = 0.000550723 Jy ! Component: 900 - total flux cleaned = 0.000633567 Jy ! Component: 950 - total flux cleaned = 0.000715481 Jy ! Component: 1000 - total flux cleaned = 0.000755836 Jy ! Component: 1050 - total flux cleaned = 0.000755724 Jy ! Component: 1100 - total flux cleaned = 0.000755714 Jy ! Component: 1150 - total flux cleaned = 0.000775126 Jy ! Component: 1200 - total flux cleaned = 0.000755726 Jy ! Component: 1250 - total flux cleaned = 0.000813519 Jy ! Component: 1300 - total flux cleaned = 0.000832474 Jy ! Component: 1350 - total flux cleaned = 0.000889439 Jy ! Component: 1400 - total flux cleaned = 0.000927222 Jy ! Component: 1450 - total flux cleaned = 0.000945978 Jy ! Component: 1500 - total flux cleaned = 0.000964655 Jy ! Component: 1550 - total flux cleaned = 0.00101957 Jy ! Component: 1600 - total flux cleaned = 0.00103788 Jy ! Component: 1650 - total flux cleaned = 0.0010921 Jy ! Component: 1700 - total flux cleaned = 0.00107434 Jy ! Component: 1750 - total flux cleaned = 0.00112772 Jy ! Component: 1800 - total flux cleaned = 0.00114539 Jy ! Component: 1850 - total flux cleaned = 0.00121563 Jy ! Component: 1900 - total flux cleaned = 0.00123301 Jy ! Component: 1950 - total flux cleaned = 0.00130247 Jy ! Component: 2000 - total flux cleaned = 0.00137143 Jy ! Component: 2050 - total flux cleaned = 0.00140566 Jy ! Component: 2100 - total flux cleaned = 0.00145684 Jy ! Component: 2150 - total flux cleaned = 0.00154128 Jy ! Component: 2200 - total flux cleaned = 0.00154116 Jy ! Component: 2250 - total flux cleaned = 0.00164127 Jy ! Component: 2300 - total flux cleaned = 0.00165784 Jy ! Component: 2350 - total flux cleaned = 0.00170697 Jy ! Component: 2400 - total flux cleaned = 0.00173978 Jy ! Component: 2450 - total flux cleaned = 0.0018048 Jy ! Component: 2500 - total flux cleaned = 0.0017725 Jy ! Component: 2550 - total flux cleaned = 0.00185305 Jy ! Component: 2600 - total flux cleaned = 0.00190114 Jy ! Component: 2650 - total flux cleaned = 0.00191718 Jy ! Component: 2700 - total flux cleaned = 0.00196446 Jy ! Component: 2750 - total flux cleaned = 0.00199572 Jy ! Component: 2800 - total flux cleaned = 0.00199582 Jy ! Component: 2850 - total flux cleaned = 0.002058 Jy ! Component: 2900 - total flux cleaned = 0.00208888 Jy ! Component: 2950 - total flux cleaned = 0.00207354 Jy ! Component: 3000 - total flux cleaned = 0.00210413 Jy ! Component: 3050 - total flux cleaned = 0.00214969 Jy ! Component: 3100 - total flux cleaned = 0.00213442 Jy ! Component: 3150 - total flux cleaned = 0.00213443 Jy ! Component: 3200 - total flux cleaned = 0.00217936 Jy ! Component: 3250 - total flux cleaned = 0.00217924 Jy ! Component: 3300 - total flux cleaned = 0.00216445 Jy ! Component: 3350 - total flux cleaned = 0.00220877 Jy ! Component: 3400 - total flux cleaned = 0.00219416 Jy ! Component: 3450 - total flux cleaned = 0.00225274 Jy ! Component: 3500 - total flux cleaned = 0.00228182 Jy ! Component: 3550 - total flux cleaned = 0.0023109 Jy ! Component: 3600 - total flux cleaned = 0.00231084 Jy ! Component: 3650 - total flux cleaned = 0.00229641 Jy ! Component: 3700 - total flux cleaned = 0.00229643 Jy ! Component: 3750 - total flux cleaned = 0.00235347 Jy ! Component: 3800 - total flux cleaned = 0.00235354 Jy ! Component: 3850 - total flux cleaned = 0.00241021 Jy ! Component: 3900 - total flux cleaned = 0.0023819 Jy ! Component: 3950 - total flux cleaned = 0.00240995 Jy ! Component: 4000 - total flux cleaned = 0.00240994 Jy ! Component: 4050 - total flux cleaned = 0.00240993 Jy ! Total flux subtracted in 4096 components = 0.00236837 Jy ! Clean residual min=-0.000692 max=0.000693 Jy/beam ! Clean residual mean=-0.000000 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 1.04488 Jy keep ! Adding 172 model components to the UV plane model. ! The established model now contains 358 components and 1.04488 Jy ![Exited script file: muppet] wmap "J1638+5720_L_2011_08_18_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.507 x 9.06 at 12.09 degrees (North through East) ! Clean map min=-0.0011204 max=0.92983 Jy/beam ! Writing clean map to FITS file: J1638+5720_L_2011_08_18_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.929831 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219837 device "J1638+5720_L_2011_08_18_pus\_map.eps/VPS" ! Attempting to open device: 'J1638+5720_L_2011_08_18_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0709281 0.0709281 0.141856 0.283713 0.567425 1.13485 2.2697 4.5394 9.0788 18.1576 36.3152 72.6304 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.929 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.507 x 9.06 at 12.09 degrees (North through East) ! Clean map min=-0.0011204 max=0.92983 Jy/beam quit ! Quitting program ! Log file J1638+5720_L_2011_08_18_pus_uvs.log closed on Tue Jan 12 23:01:00 2016