! Started logfile: J1029-1852_S_2009_05_13_pus_uvs.log on Sun Jan 22 11:35:48 2017 obs J1029-1852_S_2009_05_13_pus_uva.fits ! Reading UV FITS file: J1029-1852_S_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 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1341 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1029-1852_S_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.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 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.932797Jy sigma=0.005863 ! Fit after self-cal, rms=0.610576Jy sigma=0.003926 ! 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=2.437 mas, bmaj=4.672 mas, bpa=-40.83 degrees ! Estimated noise=2135.78 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.320967 Jy ! Component: 100 - total flux cleaned = 0.394873 Jy ! Total flux subtracted in 100 components = 0.394873 Jy ! Clean residual min=-0.026592 max=0.039435 Jy/beam ! Clean residual mean=-0.000012 rms=0.006390 Jy/beam ! Combined flux in latest and established models = 0.394873 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.394873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213627Jy sigma=0.001161 ! Fit after self-cal, rms=0.213621Jy sigma=0.001161 ! Inverting map ! Added new window around map position (9.5, -1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0195206 Jy ! Component: 100 - total flux cleaned = 0.021687 Jy ! Total flux subtracted in 100 components = 0.021687 Jy ! Clean residual min=-0.018583 max=0.026251 Jy/beam ! Clean residual mean=-0.000011 rms=0.004847 Jy/beam ! Combined flux in latest and established models = 0.41656 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 12 components and 0.41656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203510Jy sigma=0.001126 ! Fit after self-cal, rms=0.203091Jy sigma=0.001124 ! 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.719 mas, bmaj=5.748 mas, bpa=-42 degrees ! Estimated noise=1267 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.0150667 Jy ! Component: 100 - total flux cleaned = 0.0178977 Jy ! Component: 150 - total flux cleaned = 0.0190542 Jy ! Component: 200 - total flux cleaned = 0.0200585 Jy ! Total flux subtracted in 200 components = 0.0200585 Jy ! Clean residual min=-0.014271 max=0.016396 Jy/beam ! Clean residual mean=-0.000010 rms=0.003809 Jy/beam ! Combined flux in latest and established models = 0.436619 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.436619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196558Jy sigma=0.001103 ! Fit after self-cal, rms=0.196118Jy sigma=0.001102 ! 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.01 FD 1.00 HN 1.04 HO 0.90 ! KK 0.78 KP 1.03 LA 0.91 MK 0.99 ! NL 1.14 NY 1.00* OV 1.01 PT 0.97 ! 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 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.94 HN 1.00 HO 0.91 ! KK 0.83 KP 1.03 LA 0.95 MK 1.02 ! NL 1.07 NY 1.00* OV 1.03 PT 0.99 ! SC 1.02 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 0.92 FD 0.98 HN 1.00 HO 0.89 ! KK 0.99 KP 1.07 LA 0.99 MK 0.98 ! NL 1.05 NY 1.00* OV 1.09 PT 1.02 ! SC 0.97 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 1.06 FD 1.00 HN 0.97 HO 0.86 ! KK 1.07 KP 1.00 LA 1.02 MK 0.99 ! NL 0.98 NY 1.00* OV 1.00 PT 0.98 ! SC 1.03 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.196118Jy sigma=0.001102 ! Fit after self-cal, rms=0.182020Jy sigma=0.001077 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.621 mas, bmaj=5.712 mas, bpa=-43.69 degrees ! Estimated noise=1251.74 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 (32, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00934061 Jy ! Component: 100 - total flux cleaned = 0.0140626 Jy ! Component: 150 - total flux cleaned = 0.0174965 Jy ! Component: 200 - total flux cleaned = 0.0200916 Jy ! Total flux subtracted in 200 components = 0.0200916 Jy ! Clean residual min=-0.006631 max=0.006572 Jy/beam ! Clean residual mean=0.000002 rms=0.001719 Jy/beam ! Combined flux in latest and established models = 0.45671 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 47 components and 0.45671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181552Jy sigma=0.001073 ! Fit after self-cal, rms=0.181230Jy sigma=0.001072 ! 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.181230Jy sigma=0.001072 ! Fit after self-cal, rms=0.180924Jy sigma=0.001072 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.627 mas, bmaj=5.715 mas, bpa=-43.7 degrees ! Estimated noise=1248.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00375506 Jy ! Component: 100 - total flux cleaned = 0.00554287 Jy ! Component: 150 - total flux cleaned = 0.00631553 Jy ! Component: 200 - total flux cleaned = 0.00720039 Jy ! Total flux subtracted in 200 components = 0.00720039 Jy ! Clean residual min=-0.005510 max=0.006038 Jy/beam ! Clean residual mean=0.000010 rms=0.001512 Jy/beam ! Combined flux in latest and established models = 0.463911 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 57 components and 0.463911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180828Jy sigma=0.001071 ! Fit after self-cal, rms=0.180839Jy sigma=0.001071 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.00119052 Jy ! Component: 100 - total flux cleaned = 0.00167839 Jy ! Component: 150 - total flux cleaned = 0.00211696 Jy ! Component: 200 - total flux cleaned = 0.00241882 Jy ! Total flux subtracted in 200 components = 0.00241882 Jy ! Clean residual min=-0.005379 max=0.006087 Jy/beam ! Clean residual mean=0.000011 rms=0.001469 Jy/beam ! Combined flux in latest and established models = 0.466329 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 64 components and 0.466329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180803Jy sigma=0.001071 ! Fit after self-cal, rms=0.180803Jy sigma=0.001071 ! 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.180803Jy sigma=0.001071 ! Fit after self-cal, rms=0.180910Jy sigma=0.001071 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.629 mas, bmaj=5.716 mas, bpa=-43.69 degrees ! Estimated noise=1248.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0014518 Jy ! Component: 100 - total flux cleaned = 0.00195219 Jy ! Component: 150 - total flux cleaned = 0.00213439 Jy ! Component: 200 - total flux cleaned = 0.00226325 Jy ! Total flux subtracted in 200 components = 0.00226325 Jy ! Clean residual min=-0.004952 max=0.005809 Jy/beam ! Clean residual mean=0.000013 rms=0.001429 Jy/beam ! Combined flux in latest and established models = 0.468593 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 72 components and 0.468593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180884Jy sigma=0.001071 ! Fit after self-cal, rms=0.180897Jy sigma=0.001071 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.000363372 Jy ! Component: 100 - total flux cleaned = 0.000483592 Jy ! Component: 150 - total flux cleaned = 0.000560295 Jy ! Component: 200 - total flux cleaned = 0.000706774 Jy ! Total flux subtracted in 200 components = 0.000706774 Jy ! Clean residual min=-0.004890 max=0.005794 Jy/beam ! Clean residual mean=0.000013 rms=0.001412 Jy/beam ! Combined flux in latest and established models = 0.469299 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 75 components and 0.469299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180881Jy sigma=0.001071 ! Fit after self-cal, rms=0.180878Jy sigma=0.001071 ! 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.180878Jy sigma=0.001071 ! Fit after self-cal, rms=0.180915Jy sigma=0.001071 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.49 mas, bmaj=17.08 mas, bpa=-11.54 degrees ! Estimated noise=1565.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143326 Jy ! Component: 100 - total flux cleaned = 0.00165927 Jy ! Component: 150 - total flux cleaned = 0.00177569 Jy ! Component: 200 - total flux cleaned = 0.0017774 Jy ! Total flux subtracted in 200 components = 0.0017774 Jy ! Clean residual min=-0.005513 max=0.008424 Jy/beam ! Clean residual mean=0.000028 rms=0.002184 Jy/beam ! Combined flux in latest and established models = 0.471077 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 86 components and 0.471077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180911Jy sigma=0.001071 ! Fit after self-cal, rms=0.180924Jy sigma=0.001071 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.000252991 Jy ! Component: 100 - total flux cleaned = 0.000363887 Jy ! Component: 150 - total flux cleaned = 0.000363315 Jy ! Component: 200 - total flux cleaned = 0.000363503 Jy ! Total flux subtracted in 200 components = 0.000363503 Jy ! Clean residual min=-0.005489 max=0.008441 Jy/beam ! Clean residual mean=0.000028 rms=0.002174 Jy/beam ! Combined flux in latest and established models = 0.47144 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 90 components and 0.47144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180922Jy sigma=0.001071 ! Fit after self-cal, rms=0.180922Jy sigma=0.001071 ! 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.629 mas, bmaj=5.716 mas, bpa=-43.69 degrees ! Estimated noise=1248.52 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.629 x 5.716 at -43.69 degrees (North through East) ! Clean map min=-0.0045362 max=0.39724 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=2.351 mas, bmaj=4.643 mas, bpa=-42.93 degrees ! Estimated noise=2107.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.316544 Jy ! Component: 100 - total flux cleaned = 0.389031 Jy ! Component: 150 - total flux cleaned = 0.421016 Jy ! Component: 200 - total flux cleaned = 0.429024 Jy ! Total flux subtracted in 200 components = 0.429024 Jy ! Clean residual min=-0.015052 max=0.013749 Jy/beam ! Clean residual mean=-0.000012 rms=0.003276 Jy/beam ! Combined flux in latest and established models = 0.429024 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.429024 Jy ! Inverting map and beam ! Estimated beam: bmin=2.629 mas, bmaj=5.716 mas, bpa=-43.69 degrees ! Estimated noise=1248.52 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.0110244 Jy ! Component: 100 - total flux cleaned = 0.0152976 Jy ! Component: 150 - total flux cleaned = 0.0188805 Jy ! Component: 200 - total flux cleaned = 0.0215564 Jy ! Total flux subtracted in 200 components = 0.0215564 Jy ! Clean residual min=-0.008438 max=0.007467 Jy/beam ! Clean residual mean=0.000001 rms=0.002022 Jy/beam ! Combined flux in latest and established models = 0.450581 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.450581 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=7.49 mas, bmaj=17.08 mas, bpa=-11.54 degrees ! Estimated noise=1565.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00746441 Jy ! Component: 100 - total flux cleaned = 0.0120387 Jy ! Component: 150 - total flux cleaned = 0.0151299 Jy ! Component: 200 - total flux cleaned = 0.0172868 Jy ! Total flux subtracted in 200 components = 0.0172868 Jy ! Clean residual min=-0.005995 max=0.008543 Jy/beam ! Clean residual mean=0.000025 rms=0.002172 Jy/beam ! Combined flux in latest and established models = 0.467867 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.00154936 Jy ! Component: 100 - total flux cleaned = 0.00208889 Jy ! Component: 150 - total flux cleaned = 0.00243056 Jy ! Component: 200 - total flux cleaned = 0.00270121 Jy ! Total flux subtracted in 200 components = 0.00270121 Jy ! Clean residual min=-0.005698 max=0.008434 Jy/beam ! Clean residual mean=0.000027 rms=0.002144 Jy/beam ! Combined flux in latest and established models = 0.470569 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 49 components and 0.470569 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.629 mas, bmaj=5.716 mas, bpa=-43.69 degrees ! Estimated noise=1248.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.17297e-05 Jy ! Component: 100 - total flux cleaned = 1.3963e-05 Jy ! Component: 150 - total flux cleaned = 2.6934e-05 Jy ! Component: 200 - total flux cleaned = 4.3755e-05 Jy ! Total flux subtracted in 200 components = 4.3755e-05 Jy ! Clean residual min=-0.005722 max=0.006185 Jy/beam ! Clean residual mean=0.000014 rms=0.001532 Jy/beam ! Combined flux in latest and established models = 0.470612 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.470612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181293Jy sigma=0.001072 ! Fit after self-cal, rms=0.181388Jy sigma=0.001072 wmodel J1029-1852_S_2009_05_13_pus_map.mod ! Writing 53 model components to file: J1029-1852_S_2009_05_13_pus_map.mod wobs J1029-1852_S_2009_05_13_pus_uvs.fits ! Writing UV FITS file: J1029-1852_S_2009_05_13_pus_uvs.fits wwins J1029-1852_S_2009_05_13_pus_map.win ! wwins: Wrote 3 windows to J1029-1852_S_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.00137989 Jy ! Component: 100 - total flux cleaned = 0.00147728 Jy ! Component: 150 - total flux cleaned = 0.00184644 Jy ! Component: 200 - total flux cleaned = 0.00228717 Jy ! Component: 250 - total flux cleaned = 0.00278964 Jy ! Component: 300 - total flux cleaned = 0.00334922 Jy ! Component: 350 - total flux cleaned = 0.00388535 Jy ! Component: 400 - total flux cleaned = 0.00447328 Jy ! Component: 450 - total flux cleaned = 0.00475551 Jy ! Component: 500 - total flux cleaned = 0.00496008 Jy ! Component: 550 - total flux cleaned = 0.00509243 Jy ! Component: 600 - total flux cleaned = 0.00528286 Jy ! Component: 650 - total flux cleaned = 0.00522205 Jy ! Component: 700 - total flux cleaned = 0.00546294 Jy ! Component: 750 - total flux cleaned = 0.00546407 Jy ! Component: 800 - total flux cleaned = 0.00569325 Jy ! Component: 850 - total flux cleaned = 0.00574952 Jy ! Component: 900 - total flux cleaned = 0.00591476 Jy ! Component: 950 - total flux cleaned = 0.00629017 Jy ! Component: 1000 - total flux cleaned = 0.00629006 Jy ! Component: 1050 - total flux cleaned = 0.00639363 Jy ! Component: 1100 - total flux cleaned = 0.0065951 Jy ! Component: 1150 - total flux cleaned = 0.00654658 Jy ! Component: 1200 - total flux cleaned = 0.0065483 Jy ! Component: 1250 - total flux cleaned = 0.00650014 Jy ! Component: 1300 - total flux cleaned = 0.00640695 Jy ! Component: 1350 - total flux cleaned = 0.00645177 Jy ! Component: 1400 - total flux cleaned = 0.00640677 Jy ! Component: 1450 - total flux cleaned = 0.00631984 Jy ! Component: 1500 - total flux cleaned = 0.00632056 Jy ! Component: 1550 - total flux cleaned = 0.00636273 Jy ! Component: 1600 - total flux cleaned = 0.00640419 Jy ! Component: 1650 - total flux cleaned = 0.00640304 Jy ! Component: 1700 - total flux cleaned = 0.00636244 Jy ! Component: 1750 - total flux cleaned = 0.00640204 Jy ! Component: 1800 - total flux cleaned = 0.00647926 Jy ! Component: 1850 - total flux cleaned = 0.00663225 Jy ! Component: 1900 - total flux cleaned = 0.00655578 Jy ! Component: 1950 - total flux cleaned = 0.00648166 Jy ! Component: 2000 - total flux cleaned = 0.00640811 Jy ! Component: 2050 - total flux cleaned = 0.00622709 Jy ! Component: 2100 - total flux cleaned = 0.00629892 Jy ! Component: 2150 - total flux cleaned = 0.00633372 Jy ! Component: 2200 - total flux cleaned = 0.00629874 Jy ! Component: 2250 - total flux cleaned = 0.00636775 Jy ! Component: 2300 - total flux cleaned = 0.00640198 Jy ! Component: 2350 - total flux cleaned = 0.00640211 Jy ! Component: 2400 - total flux cleaned = 0.00633469 Jy ! Component: 2450 - total flux cleaned = 0.00633509 Jy ! Component: 2500 - total flux cleaned = 0.0063349 Jy ! Component: 2550 - total flux cleaned = 0.00633499 Jy ! Component: 2600 - total flux cleaned = 0.00623932 Jy ! Component: 2650 - total flux cleaned = 0.0061446 Jy ! Component: 2700 - total flux cleaned = 0.00608221 Jy ! Component: 2750 - total flux cleaned = 0.00605122 Jy ! Component: 2800 - total flux cleaned = 0.00595866 Jy ! Component: 2850 - total flux cleaned = 0.00583646 Jy ! Component: 2900 - total flux cleaned = 0.00580618 Jy ! Component: 2950 - total flux cleaned = 0.00568563 Jy ! Component: 3000 - total flux cleaned = 0.00559599 Jy ! Component: 3050 - total flux cleaned = 0.00550717 Jy ! Component: 3100 - total flux cleaned = 0.00550719 Jy ! Component: 3150 - total flux cleaned = 0.00536186 Jy ! Component: 3200 - total flux cleaned = 0.00541972 Jy ! Component: 3250 - total flux cleaned = 0.00539095 Jy ! Component: 3300 - total flux cleaned = 0.0053339 Jy ! Component: 3350 - total flux cleaned = 0.00536213 Jy ! Component: 3400 - total flux cleaned = 0.00533412 Jy ! Component: 3450 - total flux cleaned = 0.00527844 Jy ! Component: 3500 - total flux cleaned = 0.00533351 Jy ! Component: 3550 - total flux cleaned = 0.00530606 Jy ! Component: 3600 - total flux cleaned = 0.00530603 Jy ! Component: 3650 - total flux cleaned = 0.00538761 Jy ! Component: 3700 - total flux cleaned = 0.00546869 Jy ! Component: 3750 - total flux cleaned = 0.00552229 Jy ! Component: 3800 - total flux cleaned = 0.00554895 Jy ! Component: 3850 - total flux cleaned = 0.00554897 Jy ! Component: 3900 - total flux cleaned = 0.0057337 Jy ! Component: 3950 - total flux cleaned = 0.00568132 Jy ! Component: 4000 - total flux cleaned = 0.00578588 Jy ! Component: 4050 - total flux cleaned = 0.00586393 Jy ! Total flux subtracted in 4096 components = 0.00588974 Jy ! Clean residual min=-0.001581 max=0.001524 Jy/beam ! Clean residual mean=-0.000005 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.476502 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 328 components and 0.476502 Jy ![Exited script file: muppet] wmap "J1029-1852_S_2009_05_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.629 x 5.716 at -43.69 degrees (North through East) ! Clean map min=-0.0031023 max=0.39639 Jy/beam ! Writing clean map to FITS file: J1029-1852_S_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.396386 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000436709 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.330518 0.330518 0.661036 1.32207 2.64415 5.28829 10.5766 21.1532 42.3063 84.6127 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.396 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.629 x 5.716 at -43.69 degrees (North through East) ! Clean map min=-0.0031023 max=0.39639 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_S_2009_05_13_pus_uvs.log closed on Sun Jan 22 11:35:54 2017