! Started logfile: J1029-1852_X_2009_05_13_pus_uvs.log on Sat Jan 21 12:41:50 2017 obs J1029-1852_X_2009_05_13_pus_uva.fits ! Reading UV FITS file: J1029-1852_X_2009_05_13_pus_uva.fits ! AN table 1: 163 integrations on 120 of 120 possible baselines. ! AN table 2: 24 integrations on 120 of 120 possible baselines. ! Apparent sampling: 0.0917112 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1029-1852 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1988 lines of history. ! ! Reading 8232 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 = 1024 print "field_cell =",field_cell ! field_cell = 0.1 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J1029-1852_X_2009_05_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 = 1024x1024 pixels with 0.100x0.100 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 1793 telescope corrections were flagged in sub-array 1. ! A total of 384 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 1793 telescope corrections were flagged in sub-array 1. ! A total of 384 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 1793 telescope corrections were flagged in sub-array 1. ! A total of 384 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 1793 telescope corrections were flagged in sub-array 1. ! A total of 384 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.942600Jy sigma=0.006976 ! Fit after self-cal, rms=0.778242Jy sigma=0.005725 ! 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.7292 mas, bmaj=1.261 mas, bpa=-35.68 degrees ! Estimated noise=1632.46 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.185304 Jy ! Component: 100 - total flux cleaned = 0.259492 Jy ! Total flux subtracted in 100 components = 0.259492 Jy ! Clean residual min=-0.019836 max=0.042272 Jy/beam ! Clean residual mean=-0.000041 rms=0.006805 Jy/beam ! Combined flux in latest and established models = 0.259492 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.259492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213597Jy sigma=0.001209 ! Fit after self-cal, rms=0.211282Jy sigma=0.001199 ! Inverting map ! Added new window around map position (1.2, -0.6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0469258 Jy ! Component: 100 - total flux cleaned = 0.0720925 Jy ! Total flux subtracted in 100 components = 0.0720925 Jy ! Clean residual min=-0.015197 max=0.019860 Jy/beam ! Clean residual mean=-0.000011 rms=0.003636 Jy/beam ! Combined flux in latest and established models = 0.331585 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.331585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199242Jy sigma=0.001101 ! Fit after self-cal, rms=0.197993Jy sigma=0.001095 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7771 mas, bmaj=1.519 mas, bpa=-37.78 degrees ! Estimated noise=1121.39 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.0168515 Jy ! Component: 100 - total flux cleaned = 0.0187573 Jy ! Component: 150 - total flux cleaned = 0.0195494 Jy ! Component: 200 - total flux cleaned = 0.019904 Jy ! Total flux subtracted in 200 components = 0.019904 Jy ! Clean residual min=-0.010547 max=0.011099 Jy/beam ! Clean residual mean=0.000018 rms=0.002396 Jy/beam ! Combined flux in latest and established models = 0.351489 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 29 components and 0.351489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194344Jy sigma=0.001079 ! Fit after self-cal, rms=0.193718Jy sigma=0.001078 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.98 HN 0.97 HO 0.90 ! KK 1.02 KP 1.01 LA 0.97 MK 0.94 ! NL 1.12 NY 1.00* OV 0.95 PT 1.01 ! SC 1.01 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* FD 0.00* HN 0.00* HO 0.00* ! KK 0.00* KP 0.00* LA 0.00* MK 0.00* ! NL 0.00* NY 0.00* OV 0.00* PT 0.00* ! SC 0.00* TS 0.00* WZ 0.00* KB 0.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.02 HO 0.89 ! KK 0.98 KP 0.98 LA 1.00 MK 0.95 ! NL 1.17 NY 1.00* OV 0.95 PT 1.02 ! SC 1.00 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* FD 0.00* HN 0.00* HO 0.00* ! KK 0.00* KP 0.00* LA 0.00* MK 0.00* ! NL 0.00* NY 0.00* OV 0.00* PT 0.00* ! SC 0.00* TS 0.00* WZ 0.00* KB 0.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.15 HO 0.82 ! KK 1.00 KP 1.02 LA 1.02 MK 0.98 ! NL 1.13 NY 1.00* OV 0.93 PT 1.06 ! SC 0.95 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* FD 0.00* HN 0.00* HO 0.00* ! KK 0.00* KP 0.00* LA 0.00* MK 0.00* ! NL 0.00* NY 0.00* OV 0.00* PT 0.00* ! SC 0.00* TS 0.00* WZ 0.00* KB 0.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.07 HN 1.11 HO 0.86 ! KK 0.93 KP 0.99 LA 0.97 MK 0.98 ! NL 1.10 NY 1.00* OV 0.99 PT 1.04 ! SC 0.98 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* FD 0.00* HN 0.00* HO 0.00* ! KK 0.00* KP 0.00* LA 0.00* MK 0.00* ! NL 0.00* NY 0.00* OV 0.00* PT 0.00* ! SC 0.00* TS 0.00* WZ 0.00* KB 0.00* ! ! ! Fit before self-cal, rms=0.193718Jy sigma=0.001078 ! Fit after self-cal, rms=0.184745Jy sigma=0.001068 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7367 mas, bmaj=1.495 mas, bpa=-40.08 degrees ! Estimated noise=1098.02 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.00216385 Jy ! Component: 100 - total flux cleaned = 0.00153364 Jy ! Component: 150 - total flux cleaned = 0.000837487 Jy ! Component: 200 - total flux cleaned = 0.000368588 Jy ! Total flux subtracted in 200 components = 0.000368588 Jy ! Clean residual min=-0.004949 max=0.005310 Jy/beam ! Clean residual mean=0.000036 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.351857 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.351857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184525Jy sigma=0.001067 ! Fit after self-cal, rms=0.184212Jy sigma=0.001066 ! 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.184212Jy sigma=0.001066 ! Fit after self-cal, rms=0.183363Jy sigma=0.001066 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7307 mas, bmaj=1.494 mas, bpa=-40.18 degrees ! Estimated noise=1092.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116304 Jy ! Component: 100 - total flux cleaned = 0.00112287 Jy ! Component: 150 - total flux cleaned = 0.000851152 Jy ! Component: 200 - total flux cleaned = 0.000635812 Jy ! Total flux subtracted in 200 components = 0.000635812 Jy ! Clean residual min=-0.004662 max=0.005019 Jy/beam ! Clean residual mean=0.000033 rms=0.001194 Jy/beam ! Combined flux in latest and established models = 0.352493 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.352493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183304Jy sigma=0.001065 ! Fit after self-cal, rms=0.183241Jy sigma=0.001065 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.24636e-05 Jy ! Component: 100 - total flux cleaned = -0.00010239 Jy ! Component: 150 - total flux cleaned = -0.000268269 Jy ! Component: 200 - total flux cleaned = -0.000385678 Jy ! Total flux subtracted in 200 components = -0.000385678 Jy ! Clean residual min=-0.004702 max=0.004873 Jy/beam ! Clean residual mean=0.000034 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 0.352107 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 60 components and 0.352107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183227Jy sigma=0.001065 ! Fit after self-cal, rms=0.183183Jy sigma=0.001065 ! 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.183183Jy sigma=0.001065 ! Fit after self-cal, rms=0.183276Jy sigma=0.001065 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7294 mas, bmaj=1.493 mas, bpa=-40.11 degrees ! Estimated noise=1088.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000207011 Jy ! Component: 100 - total flux cleaned = 0.000270689 Jy ! Component: 150 - total flux cleaned = 0.000273628 Jy ! Component: 200 - total flux cleaned = 0.000230602 Jy ! Total flux subtracted in 200 components = 0.000230602 Jy ! Clean residual min=-0.004570 max=0.004829 Jy/beam ! Clean residual mean=0.000033 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.352338 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 71 components and 0.352338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183262Jy sigma=0.001065 ! Fit after self-cal, rms=0.183211Jy sigma=0.001065 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 = -9.60148e-05 Jy ! Component: 100 - total flux cleaned = -0.000135669 Jy ! Component: 150 - total flux cleaned = -0.000153827 Jy ! Component: 200 - total flux cleaned = -0.000188371 Jy ! Total flux subtracted in 200 components = -0.000188371 Jy ! Clean residual min=-0.004573 max=0.004668 Jy/beam ! Clean residual mean=0.000033 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.35215 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.35215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183206Jy sigma=0.001065 ! Fit after self-cal, rms=0.183179Jy sigma=0.001065 ! 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.183179Jy sigma=0.001065 ! Fit after self-cal, rms=0.183263Jy sigma=0.001064 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.221 mas, bmaj=4.674 mas, bpa=-11.58 degrees ! Estimated noise=1390.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.24933e-05 Jy ! Component: 100 - total flux cleaned = 4.76381e-05 Jy ! Component: 150 - total flux cleaned = 9.98839e-06 Jy ! Component: 200 - total flux cleaned = -2.29536e-05 Jy ! Total flux subtracted in 200 components = -2.29536e-05 Jy ! Clean residual min=-0.004578 max=0.005980 Jy/beam ! Clean residual mean=0.000067 rms=0.001470 Jy/beam ! Combined flux in latest and established models = 0.352127 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 82 components and 0.352127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183260Jy sigma=0.001064 ! Fit after self-cal, rms=0.183269Jy sigma=0.001064 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 = 5.50678e-05 Jy ! Component: 100 - total flux cleaned = 3.87629e-05 Jy ! Component: 150 - total flux cleaned = 2.27835e-05 Jy ! Component: 200 - total flux cleaned = -6.02435e-06 Jy ! Total flux subtracted in 200 components = -6.02435e-06 Jy ! Clean residual min=-0.004520 max=0.005981 Jy/beam ! Clean residual mean=0.000066 rms=0.001467 Jy/beam ! Combined flux in latest and established models = 0.352121 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 92 components and 0.352121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183269Jy sigma=0.001064 ! Fit after self-cal, rms=0.183271Jy sigma=0.001064 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=0.7286 mas, bmaj=1.492 mas, bpa=-40.05 degrees ! Estimated noise=1085.38 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7286 x 1.492 at -40.05 degrees (North through East) ! Clean map min=-0.0044968 max=0.18979 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.6829 mas, bmaj=1.235 mas, bpa=-38.98 degrees ! Estimated noise=1592.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.183908 Jy ! Component: 100 - total flux cleaned = 0.26199 Jy ! Component: 150 - total flux cleaned = 0.303782 Jy ! Component: 200 - total flux cleaned = 0.327631 Jy ! Total flux subtracted in 200 components = 0.327631 Jy ! Clean residual min=-0.009939 max=0.012194 Jy/beam ! Clean residual mean=0.000016 rms=0.002526 Jy/beam ! Combined flux in latest and established models = 0.32763 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.32763 Jy ! Inverting map and beam ! Estimated beam: bmin=0.7286 mas, bmaj=1.492 mas, bpa=-40.05 degrees ! Estimated noise=1085.38 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.015402 Jy ! Component: 100 - total flux cleaned = 0.0208424 Jy ! Component: 150 - total flux cleaned = 0.0221204 Jy ! Component: 200 - total flux cleaned = 0.0223331 Jy ! Total flux subtracted in 200 components = 0.0223331 Jy ! Clean residual min=-0.005860 max=0.005617 Jy/beam ! Clean residual mean=0.000032 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 0.349964 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 33 components and 0.349963 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.221 mas, bmaj=4.674 mas, bpa=-11.58 degrees ! Estimated noise=1390.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212732 Jy ! Component: 100 - total flux cleaned = 0.00231237 Jy ! Component: 150 - total flux cleaned = 0.00231128 Jy ! Component: 200 - total flux cleaned = 0.00228686 Jy ! Total flux subtracted in 200 components = 0.00228686 Jy ! Clean residual min=-0.004478 max=0.005732 Jy/beam ! Clean residual mean=0.000065 rms=0.001460 Jy/beam ! Combined flux in latest and established models = 0.35225 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 = -2.41666e-05 Jy ! Component: 100 - total flux cleaned = -4.56077e-05 Jy ! Component: 150 - total flux cleaned = -6.79029e-05 Jy ! Component: 200 - total flux cleaned = -6.79651e-05 Jy ! Total flux subtracted in 200 components = -6.79651e-05 Jy ! Clean residual min=-0.004428 max=0.005749 Jy/beam ! Clean residual mean=0.000064 rms=0.001455 Jy/beam ! Combined flux in latest and established models = 0.352182 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.352182 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.7286 mas, bmaj=1.492 mas, bpa=-40.05 degrees ! Estimated noise=1085.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102944 Jy ! Component: 100 - total flux cleaned = -0.00118262 Jy ! Component: 150 - total flux cleaned = -0.0011763 Jy ! Component: 200 - total flux cleaned = -0.000951738 Jy ! Total flux subtracted in 200 components = -0.000951738 Jy ! Clean residual min=-0.005222 max=0.005106 Jy/beam ! Clean residual mean=0.000031 rms=0.001220 Jy/beam ! Combined flux in latest and established models = 0.351231 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.351231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183408Jy sigma=0.001065 ! Fit after self-cal, rms=0.183477Jy sigma=0.001065 wmodel J1029-1852_X_2009_05_13_pus_map.mod ! Writing 57 model components to file: J1029-1852_X_2009_05_13_pus_map.mod wobs J1029-1852_X_2009_05_13_pus_uvs.fits ! Writing UV FITS file: J1029-1852_X_2009_05_13_pus_uvs.fits wwins J1029-1852_X_2009_05_13_pus_map.win ! wwins: Wrote 2 windows to J1029-1852_X_2009_05_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=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000173476 Jy ! Component: 100 - total flux cleaned = -0.000624539 Jy ! Component: 150 - total flux cleaned = -0.00104399 Jy ! Component: 200 - total flux cleaned = -0.00124456 Jy ! Component: 250 - total flux cleaned = -0.00137273 Jy ! Component: 300 - total flux cleaned = -0.00149048 Jy ! Component: 350 - total flux cleaned = -0.00154454 Jy ! Component: 400 - total flux cleaned = -0.00143492 Jy ! Component: 450 - total flux cleaned = -0.00138114 Jy ! Component: 500 - total flux cleaned = -0.00148539 Jy ! Component: 550 - total flux cleaned = -0.00163743 Jy ! Component: 600 - total flux cleaned = -0.00178505 Jy ! Component: 650 - total flux cleaned = -0.00197649 Jy ! Component: 700 - total flux cleaned = -0.00211678 Jy ! Component: 750 - total flux cleaned = -0.00239039 Jy ! Component: 800 - total flux cleaned = -0.00261345 Jy ! Component: 850 - total flux cleaned = -0.00296291 Jy ! Component: 900 - total flux cleaned = -0.0032176 Jy ! Component: 950 - total flux cleaned = -0.00334292 Jy ! Component: 1000 - total flux cleaned = -0.00354872 Jy ! Component: 1050 - total flux cleaned = -0.00387126 Jy ! Component: 1100 - total flux cleaned = -0.00414707 Jy ! Component: 1150 - total flux cleaned = -0.00437928 Jy ! Component: 1200 - total flux cleaned = -0.00464537 Jy ! Component: 1250 - total flux cleaned = -0.00483211 Jy ! Component: 1300 - total flux cleaned = -0.00508787 Jy ! Component: 1350 - total flux cleaned = -0.00519627 Jy ! Component: 1400 - total flux cleaned = -0.00544458 Jy ! Component: 1450 - total flux cleaned = -0.00561921 Jy ! Component: 1500 - total flux cleaned = -0.00582547 Jy ! Component: 1550 - total flux cleaned = -0.00589281 Jy ! Component: 1600 - total flux cleaned = -0.00599324 Jy ! Component: 1650 - total flux cleaned = -0.00612497 Jy ! Component: 1700 - total flux cleaned = -0.00635188 Jy ! Component: 1750 - total flux cleaned = -0.00641566 Jy ! Component: 1800 - total flux cleaned = -0.00654209 Jy ! Component: 1850 - total flux cleaned = -0.00663505 Jy ! Component: 1900 - total flux cleaned = -0.00678781 Jy ! Component: 1950 - total flux cleaned = -0.0068178 Jy ! Component: 2000 - total flux cleaned = -0.00681786 Jy ! Component: 2050 - total flux cleaned = -0.00687656 Jy ! Component: 2100 - total flux cleaned = -0.0068475 Jy ! Component: 2150 - total flux cleaned = -0.00687584 Jy ! Component: 2200 - total flux cleaned = -0.00679047 Jy ! Component: 2250 - total flux cleaned = -0.00673476 Jy ! Component: 2300 - total flux cleaned = -0.00676257 Jy ! Component: 2350 - total flux cleaned = -0.00678947 Jy ! Component: 2400 - total flux cleaned = -0.00673534 Jy ! Component: 2450 - total flux cleaned = -0.00665541 Jy ! Component: 2500 - total flux cleaned = -0.00665579 Jy ! Component: 2550 - total flux cleaned = -0.00665613 Jy ! Component: 2600 - total flux cleaned = -0.00668228 Jy ! Component: 2650 - total flux cleaned = -0.00670818 Jy ! Component: 2700 - total flux cleaned = -0.00683464 Jy ! Component: 2750 - total flux cleaned = -0.00678413 Jy ! Component: 2800 - total flux cleaned = -0.00678366 Jy ! Component: 2850 - total flux cleaned = -0.00673452 Jy ! Component: 2900 - total flux cleaned = -0.00668605 Jy ! Component: 2950 - total flux cleaned = -0.00670998 Jy ! Component: 3000 - total flux cleaned = -0.0066861 Jy ! Component: 3050 - total flux cleaned = -0.0066857 Jy ! Component: 3100 - total flux cleaned = -0.00663857 Jy ! Component: 3150 - total flux cleaned = -0.00661513 Jy ! Component: 3200 - total flux cleaned = -0.00656934 Jy ! Component: 3250 - total flux cleaned = -0.00656914 Jy ! Component: 3300 - total flux cleaned = -0.00663669 Jy ! Component: 3350 - total flux cleaned = -0.00659164 Jy ! Component: 3400 - total flux cleaned = -0.00659167 Jy ! Component: 3450 - total flux cleaned = -0.00656945 Jy ! Component: 3500 - total flux cleaned = -0.00661303 Jy ! Component: 3550 - total flux cleaned = -0.00661305 Jy ! Component: 3600 - total flux cleaned = -0.00654831 Jy ! Component: 3650 - total flux cleaned = -0.00656985 Jy ! Component: 3700 - total flux cleaned = -0.00663364 Jy ! Component: 3750 - total flux cleaned = -0.00659144 Jy ! Component: 3800 - total flux cleaned = -0.00654974 Jy ! Component: 3850 - total flux cleaned = -0.0066125 Jy ! Component: 3900 - total flux cleaned = -0.00663345 Jy ! Component: 3950 - total flux cleaned = -0.00667451 Jy ! Component: 4000 - total flux cleaned = -0.00667444 Jy ! Component: 4050 - total flux cleaned = -0.00673536 Jy ! Total flux subtracted in 4096 components = -0.00675547 Jy ! Clean residual min=-0.001461 max=0.001073 Jy/beam ! Clean residual mean=0.000011 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.344475 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 306 components and 0.344475 Jy ![Exited script file: muppet] wmap "J1029-1852_X_2009_05_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7286 x 1.492 at -40.05 degrees (North through East) ! Clean map min=-0.0033974 max=0.19444 Jy/beam ! Writing clean map to FITS file: J1029-1852_X_2009_05_13_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.194438 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000351091 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.541702 0.541702 1.0834 2.16681 4.33362 8.66724 17.3345 34.6689 69.3379 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.194 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7286 x 1.492 at -40.05 degrees (North through East) ! Clean map min=-0.0033974 max=0.19444 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1029-1852_X_2009_05_13_pus_uvs.log closed on Sat Jan 21 12:41:56 2017