! Started logfile: /scr/pima/rdv95_uvs/J0106-4034_S_uvs.log on Wed Nov 6 20:41:27 2013 obs /scr/pima/rdv95_uvs/J0106-4034_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J0106-4034_S_uva.fits ! AN table 1: 6 integrations on 3 of 3 possible baselines. ! AN table 2: 2 integrations on 15 of 15 possible baselines. ! AN table 3: 4 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.907407 visibilities/baseline/integration-bin. ! Found source: J0106-4034 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 392 visibilities. select RR ! 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.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv95_uvs/J0106-4034_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:FT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.325381Jy sigma=11.416426 ! Fit after self-cal, rms=0.269286Jy sigma=1.936253 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] flag 1:FT ! Flagging baselines of antenna 1:FT in the currently selected channels. ![Exited script file: /tmp/ff.ff] 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.977 mas, bmaj=22.2 mas, bpa=-3.625 degrees ! Estimated noise=5.98014 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.614436 Jy ! Component: 100 - total flux cleaned = 0.748739 Jy ! Total flux subtracted in 100 components = 0.748739 Jy ! Clean residual min=-0.030080 max=0.054481 Jy/beam ! Clean residual mean=0.000241 rms=0.010593 Jy/beam ! Combined flux in latest and established models = 0.748739 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.748739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148382Jy sigma=1.116952 ! Fit after self-cal, rms=0.148382Jy sigma=1.116940 ! 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=3.705 mas, bmaj=26.21 mas, bpa=-3.236 degrees ! Estimated noise=4.58821 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.052541 Jy ! Component: 100 - total flux cleaned = 0.0778824 Jy ! Component: 150 - total flux cleaned = 0.0835742 Jy ! Component: 200 - total flux cleaned = 0.0850787 Jy ! Total flux subtracted in 200 components = 0.0850787 Jy ! Clean residual min=-0.020018 max=0.021541 Jy/beam ! Clean residual mean=-0.000094 rms=0.005350 Jy/beam ! Combined flux in latest and established models = 0.833818 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 78 components and 0.833818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126309Jy sigma=0.947673 ! Fit after self-cal, rms=0.126291Jy sigma=0.947560 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* FT 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.01 KP 0.91 LA 1.15 NL 1.33 ! PT 1.04 SC 0.91 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.98 KP 0.96 LA 1.19 MK 0.91 ! OV 0.96 PT 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* FT 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.05 KP 1.03 LA 1.05 NL 1.47 ! PT 1.06 SC 1.02 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.05 KP 1.01 LA 1.05 MK 0.96 ! OV 0.99 PT 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* FT 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.08 KP 1.02 LA 0.98 NL 1.49 ! PT 1.03 SC 0.93 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.04 KP 1.00 LA 0.97 MK 0.96 ! OV 1.01 PT 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* FT 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.06 KP 0.88 LA 0.83 NL 1.35 ! PT 0.95 SC 0.96 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.01 KP 0.93 LA 0.84 MK 1.09 ! OV 0.84 PT 0.93 ! ! ! Fit before self-cal, rms=0.126291Jy sigma=0.947560 ! Fit after self-cal, rms=0.061857Jy sigma=0.465383 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.673 mas, bmaj=26.46 mas, bpa=-3.209 degrees ! Estimated noise=4.55815 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.00349922 Jy ! Component: 100 - total flux cleaned = -0.00350285 Jy ! Component: 150 - total flux cleaned = -0.00341662 Jy ! Component: 200 - total flux cleaned = -0.00333742 Jy ! Total flux subtracted in 200 components = -0.00333742 Jy ! Clean residual min=-0.009474 max=0.008543 Jy/beam ! Clean residual mean=-0.000001 rms=0.002579 Jy/beam ! Combined flux in latest and established models = 0.83048 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 101 components and 0.83048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061611Jy sigma=0.461968 ! Fit after self-cal, rms=0.061740Jy sigma=0.461729 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061740Jy sigma=0.461729 ! Fit after self-cal, rms=0.061822Jy sigma=0.461347 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.674 mas, bmaj=26.48 mas, bpa=-3.204 degrees ! Estimated noise=4.55312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00192391 Jy ! Component: 100 - total flux cleaned = -0.00184421 Jy ! Component: 150 - total flux cleaned = -0.0017734 Jy ! Component: 200 - total flux cleaned = -0.00171073 Jy ! Total flux subtracted in 200 components = -0.00171073 Jy ! Clean residual min=-0.009217 max=0.008449 Jy/beam ! Clean residual mean=-0.000015 rms=0.002507 Jy/beam ! Combined flux in latest and established models = 0.82877 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 112 components and 0.82877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061691Jy sigma=0.459489 ! Fit after self-cal, rms=0.061690Jy sigma=0.459467 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.000108081 Jy ! Component: 100 - total flux cleaned = 0.000269752 Jy ! Component: 150 - total flux cleaned = 0.000318667 Jy ! Component: 200 - total flux cleaned = 0.000364967 Jy ! Total flux subtracted in 200 components = 0.000364967 Jy ! Clean residual min=-0.009172 max=0.008417 Jy/beam ! Clean residual mean=-0.000017 rms=0.002482 Jy/beam ! Combined flux in latest and established models = 0.829135 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 118 components and 0.829135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061657Jy sigma=0.458564 ! Fit after self-cal, rms=0.061655Jy sigma=0.458551 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061655Jy sigma=0.458551 ! Fit after self-cal, rms=0.060627Jy sigma=0.442478 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.674 mas, bmaj=26.51 mas, bpa=-3.176 degrees ! Estimated noise=4.55049 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000730773 Jy ! Component: 100 - total flux cleaned = -0.000730983 Jy ! Component: 150 - total flux cleaned = -0.00068446 Jy ! Component: 200 - total flux cleaned = -0.000685381 Jy ! Total flux subtracted in 200 components = -0.000685381 Jy ! Clean residual min=-0.008201 max=0.007811 Jy/beam ! Clean residual mean=-0.000063 rms=0.002359 Jy/beam ! Combined flux in latest and established models = 0.828449 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 136 components and 0.828449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060500Jy sigma=0.441451 ! Fit after self-cal, rms=0.060499Jy sigma=0.441437 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.52074e-05 Jy ! Component: 100 - total flux cleaned = -1.95249e-05 Jy ! Component: 150 - total flux cleaned = -5.32484e-05 Jy ! Component: 200 - total flux cleaned = -8.29256e-05 Jy ! Total flux subtracted in 200 components = -8.29256e-05 Jy ! Clean residual min=-0.008169 max=0.007750 Jy/beam ! Clean residual mean=-0.000062 rms=0.002354 Jy/beam ! Combined flux in latest and established models = 0.828366 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 144 components and 0.828366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060460Jy sigma=0.441099 ! Fit after self-cal, rms=0.060461Jy sigma=0.441089 ! 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 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060461Jy sigma=0.441089 ! Fit after self-cal, rms=0.060553Jy sigma=0.440684 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.865 mas, bmaj=34.2 mas, bpa=5.979 degrees ! Estimated noise=5.36689 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000726006 Jy ! Component: 100 - total flux cleaned = 0.000925554 Jy ! Component: 150 - total flux cleaned = 0.0010906 Jy ! Component: 200 - total flux cleaned = 0.0011847 Jy ! Total flux subtracted in 200 components = 0.0011847 Jy ! Clean residual min=-0.008955 max=0.007140 Jy/beam ! Clean residual mean=-0.000124 rms=0.002841 Jy/beam ! Combined flux in latest and established models = 0.829551 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 153 components and 0.829551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060590Jy sigma=0.440359 ! Fit after self-cal, rms=0.060576Jy sigma=0.440266 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 = 2.83176e-05 Jy ! Component: 100 - total flux cleaned = 6.77833e-05 Jy ! Component: 150 - total flux cleaned = 0.000105138 Jy ! Component: 200 - total flux cleaned = 0.000141367 Jy ! Total flux subtracted in 200 components = 0.000141367 Jy ! Clean residual min=-0.008932 max=0.007103 Jy/beam ! Clean residual mean=-0.000125 rms=0.002824 Jy/beam ! Combined flux in latest and established models = 0.829692 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 156 components and 0.829692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060602Jy sigma=0.440261 ! Fit after self-cal, rms=0.060594Jy sigma=0.440202 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 2:SC,true ! 2:SC self-cal status=fixed weight=1 selfant 3:FD,true ! 3:FD self-cal status=fixed weight=1 selfant 3:KP,true ! 3:KP self-cal status=fixed weight=1 selfant 3:LA,true ! 3:LA self-cal status=fixed weight=1 selfant 3:MK,true ! 3:MK self-cal status=fixed weight=1 selfant 3:OV,true ! 3:OV self-cal status=fixed weight=1 selfant 3:PT,true ! 3:PT self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.224616Jy sigma=1.567462 ! Fit after self-cal, rms=0.224616Jy sigma=1.567462 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:FT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.224616Jy sigma=1.567462 ! Fit after self-cal, rms=0.060621Jy sigma=0.439536 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.951 mas, bmaj=22.5 mas, bpa=-3.5 degrees ! Estimated noise=5.86392 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.00350574 Jy ! Component: 100 - total flux cleaned = -0.00579115 Jy ! Component: 150 - total flux cleaned = -0.00692958 Jy ! Component: 200 - total flux cleaned = -0.00734958 Jy ! Total flux subtracted in 200 components = -0.00734958 Jy ! Clean residual min=-0.009225 max=0.009689 Jy/beam ! Clean residual mean=0.000060 rms=0.002556 Jy/beam ! Combined flux in latest and established models = 0.822343 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 189 components and 0.822343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060609Jy sigma=0.440418 ! Fit after self-cal, rms=0.060603Jy sigma=0.440282 ! Inverting map 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=3.676 mas, bmaj=26.52 mas, bpa=-3.134 degrees ! Estimated noise=4.54427 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00302346 Jy ! Component: 100 - total flux cleaned = 0.00469531 Jy ! Component: 150 - total flux cleaned = 0.00542902 Jy ! Component: 200 - total flux cleaned = 0.00556454 Jy ! Component: 250 - total flux cleaned = 0.00571642 Jy ! Component: 300 - total flux cleaned = 0.00579808 Jy ! Component: 350 - total flux cleaned = 0.00584954 Jy ! Component: 400 - total flux cleaned = 0.0059015 Jy ! Total flux subtracted in 400 components = 0.0059015 Jy ! Clean residual min=-0.007971 max=0.007513 Jy/beam ! Clean residual mean=-0.000069 rms=0.002271 Jy/beam ! Combined flux in latest and established models = 0.828244 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 214 components and 0.828244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060452Jy sigma=0.438267 ! Fit after self-cal, rms=0.060450Jy sigma=0.438239 ! Inverting map dynam = dynam - 0.5 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) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.80866e-05 Jy ! Component: 100 - total flux cleaned = 2.32503e-05 Jy ! Component: 150 - total flux cleaned = 7.26707e-05 Jy ! Component: 200 - total flux cleaned = 9.63976e-05 Jy ! Component: 250 - total flux cleaned = 0.00012016 Jy ! Component: 300 - total flux cleaned = 0.000166767 Jy ! Component: 350 - total flux cleaned = 0.000189423 Jy ! Component: 400 - total flux cleaned = 0.000234564 Jy ! Total flux subtracted in 400 components = 0.000234564 Jy ! Clean residual min=-0.007977 max=0.007400 Jy/beam ! Clean residual mean=-0.000070 rms=0.002261 Jy/beam ! Combined flux in latest and established models = 0.828479 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 221 components and 0.828479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060420Jy sigma=0.437878 ! Fit after self-cal, rms=0.060422Jy sigma=0.437869 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.225420Jy sigma=1.572720 ! Fit after self-cal, rms=0.060566Jy sigma=0.437672 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.676 mas, bmaj=26.53 mas, bpa=-3.126 degrees ! Estimated noise=4.54196 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00097862 Jy ! Component: 100 - total flux cleaned = -0.00104819 Jy ! Component: 150 - total flux cleaned = -0.00107818 Jy ! Component: 200 - total flux cleaned = -0.00113423 Jy ! Component: 250 - total flux cleaned = -0.00116105 Jy ! Component: 300 - total flux cleaned = -0.00121082 Jy ! Component: 350 - total flux cleaned = -0.00118793 Jy ! Component: 400 - total flux cleaned = -0.00118799 Jy ! Total flux subtracted in 400 components = -0.00118799 Jy ! Clean residual min=-0.008006 max=0.007359 Jy/beam ! Clean residual mean=-0.000079 rms=0.002238 Jy/beam ! Combined flux in latest and established models = 0.827291 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 225 components and 0.827291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060510Jy sigma=0.437165 ! Fit after self-cal, rms=0.060508Jy sigma=0.437147 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000128791 Jy ! Component: 100 - total flux cleaned = -8.15111e-05 Jy ! Component: 150 - total flux cleaned = -3.5742e-05 Jy ! Component: 200 - total flux cleaned = -1.26079e-05 Jy ! Component: 250 - total flux cleaned = 9.43057e-06 Jy ! Component: 300 - total flux cleaned = 3.16989e-05 Jy ! Component: 350 - total flux cleaned = 5.41562e-05 Jy ! Component: 400 - total flux cleaned = 9.69685e-05 Jy ! Total flux subtracted in 400 components = 9.69685e-05 Jy ! Clean residual min=-0.007993 max=0.007291 Jy/beam ! Clean residual mean=-0.000080 rms=0.002231 Jy/beam ! Combined flux in latest and established models = 0.827388 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 230 components and 0.827388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060479Jy sigma=0.436848 ! Fit after self-cal, rms=0.060480Jy sigma=0.436842 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060480Jy sigma=0.436842 ! Fit after self-cal, rms=0.060576Jy sigma=0.436625 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.676 mas, bmaj=26.55 mas, bpa=-3.115 degrees ! Estimated noise=4.53967 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00118927 Jy ! Component: 100 - total flux cleaned = -0.00119 Jy ! Component: 150 - total flux cleaned = -0.00121657 Jy ! Component: 200 - total flux cleaned = -0.00124091 Jy ! Component: 250 - total flux cleaned = -0.00128716 Jy ! Component: 300 - total flux cleaned = -0.0013088 Jy ! Component: 350 - total flux cleaned = -0.00128791 Jy ! Component: 400 - total flux cleaned = -0.00126738 Jy ! Total flux subtracted in 400 components = -0.00126738 Jy ! Clean residual min=-0.008072 max=0.007161 Jy/beam ! Clean residual mean=-0.000086 rms=0.002216 Jy/beam ! Combined flux in latest and established models = 0.82612 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 232 components and 0.82612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060520Jy sigma=0.436177 ! Fit after self-cal, rms=0.060520Jy sigma=0.436171 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.62917e-05 Jy ! Component: 100 - total flux cleaned = -3.59522e-05 Jy ! Component: 150 - total flux cleaned = -1.54145e-05 Jy ! Component: 200 - total flux cleaned = 4.83347e-06 Jy ! Component: 250 - total flux cleaned = 2.5148e-05 Jy ! Component: 300 - total flux cleaned = 4.44734e-05 Jy ! Component: 350 - total flux cleaned = 6.47086e-05 Jy ! Component: 400 - total flux cleaned = 0.000102878 Jy ! Total flux subtracted in 400 components = 0.000102878 Jy ! Clean residual min=-0.008062 max=0.007092 Jy/beam ! Clean residual mean=-0.000086 rms=0.002210 Jy/beam ! Combined flux in latest and established models = 0.826223 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 238 components and 0.826223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060496Jy sigma=0.435932 ! Fit after self-cal, rms=0.060498Jy sigma=0.435929 ! 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, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060498Jy sigma=0.435929 ! Fit after self-cal, rms=0.060581Jy sigma=0.435780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.871 mas, bmaj=34.36 mas, bpa=6.084 degrees ! Estimated noise=5.3507 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.48701e-05 Jy ! Component: 100 - total flux cleaned = 0.000119216 Jy ! Component: 150 - total flux cleaned = 0.00023659 Jy ! Component: 200 - total flux cleaned = 0.000237167 Jy ! Component: 250 - total flux cleaned = 0.000268225 Jy ! Component: 300 - total flux cleaned = 0.000298048 Jy ! Component: 350 - total flux cleaned = 0.000327523 Jy ! Component: 400 - total flux cleaned = 0.000356766 Jy ! Total flux subtracted in 400 components = 0.000356766 Jy ! Clean residual min=-0.008626 max=0.006543 Jy/beam ! Clean residual mean=-0.000156 rms=0.002705 Jy/beam ! Combined flux in latest and established models = 0.82658 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 247 components and 0.82658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060642Jy sigma=0.435845 ! Fit after self-cal, rms=0.060628Jy sigma=0.435712 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.29833e-07 Jy ! Component: 100 - total flux cleaned = 2.8888e-05 Jy ! Component: 150 - total flux cleaned = 5.64846e-05 Jy ! Component: 200 - total flux cleaned = 8.37593e-05 Jy ! Component: 250 - total flux cleaned = 0.000110179 Jy ! Component: 300 - total flux cleaned = 0.000136547 Jy ! Component: 350 - total flux cleaned = 0.000163083 Jy ! Component: 400 - total flux cleaned = 0.000188137 Jy ! Total flux subtracted in 400 components = 0.000188137 Jy ! Clean residual min=-0.008607 max=0.006524 Jy/beam ! Clean residual mean=-0.000157 rms=0.002687 Jy/beam ! Combined flux in latest and established models = 0.826768 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 254 components and 0.826768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060690Jy sigma=0.435930 ! Fit after self-cal, rms=0.060677Jy sigma=0.435787 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=3.677 mas, bmaj=26.56 mas, bpa=-3.105 degrees ! Estimated noise=4.53743 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.677 x 26.56 at -3.105 degrees (North through East) ! Clean map min=-0.0077188 max=0.77327 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.060677Jy sigma=0.435787 ! Fit after self-cal, rms=0.058421Jy sigma=0.402300 ! Inverting map and beam ! Estimated beam: bmin=3.677 mas, bmaj=26.58 mas, bpa=-3.08 degrees ! Estimated noise=4.53168 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00136998 Jy ! Component: 100 - total flux cleaned = -0.00158758 Jy ! Component: 150 - total flux cleaned = -0.00168346 Jy ! Component: 200 - total flux cleaned = -0.0017126 Jy ! Component: 250 - total flux cleaned = -0.0017394 Jy ! Component: 300 - total flux cleaned = -0.00171382 Jy ! Component: 350 - total flux cleaned = -0.00173755 Jy ! Component: 400 - total flux cleaned = -0.00173652 Jy ! Total flux subtracted in 400 components = -0.00173652 Jy ! Clean residual min=-0.008052 max=0.006954 Jy/beam ! Clean residual mean=-0.000101 rms=0.002162 Jy/beam ! Combined flux in latest and established models = 0.825032 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 271 components and 0.825031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058294Jy sigma=0.401874 ! Fit after self-cal, rms=0.058295Jy sigma=0.401845 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.78955e-05 Jy ! Component: 100 - total flux cleaned = -3.32015e-05 Jy ! Component: 150 - total flux cleaned = -3.28399e-05 Jy ! Component: 200 - total flux cleaned = -3.27758e-05 Jy ! Component: 250 - total flux cleaned = -3.30358e-05 Jy ! Component: 300 - total flux cleaned = -3.24039e-05 Jy ! Component: 350 - total flux cleaned = -1.33491e-05 Jy ! Component: 400 - total flux cleaned = 5.28193e-06 Jy ! Total flux subtracted in 400 components = 5.28193e-06 Jy ! Clean residual min=-0.008080 max=0.006830 Jy/beam ! Clean residual mean=-0.000101 rms=0.002160 Jy/beam ! Combined flux in latest and established models = 0.825037 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 278 components and 0.825037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058244Jy sigma=0.401611 ! Fit after self-cal, rms=0.058248Jy sigma=0.401599 ! 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.058248Jy sigma=0.401599 ! Fit after self-cal, rms=0.058319Jy sigma=0.401475 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.95 mas, bmaj=22.55 mas, bpa=-3.432 degrees ! Estimated noise=5.84962 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.601 Jy ! Component: 100 - total flux cleaned = 0.732212 Jy ! Component: 150 - total flux cleaned = 0.767203 Jy ! Component: 200 - total flux cleaned = 0.784829 Jy ! Component: 250 - total flux cleaned = 0.794159 Jy ! Component: 300 - total flux cleaned = 0.799857 Jy ! Component: 350 - total flux cleaned = 0.804067 Jy ! Component: 400 - total flux cleaned = 0.807244 Jy ! Total flux subtracted in 400 components = 0.807244 Jy ! Clean residual min=-0.009249 max=0.008433 Jy/beam ! Clean residual mean=0.000089 rms=0.002436 Jy/beam ! Combined flux in latest and established models = 0.807244 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 90 model components to the UV plane model. ! The established model now contains 90 components and 0.807244 Jy ! Inverting map and beam ! Estimated beam: bmin=3.678 mas, bmaj=26.59 mas, bpa=-3.076 degrees ! Estimated noise=4.52992 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00659085 Jy ! Component: 100 - total flux cleaned = 0.0103585 Jy ! Component: 150 - total flux cleaned = 0.0127002 Jy ! Component: 200 - total flux cleaned = 0.0141801 Jy ! Component: 250 - total flux cleaned = 0.0151204 Jy ! Component: 300 - total flux cleaned = 0.0154893 Jy ! Component: 350 - total flux cleaned = 0.0156228 Jy ! Component: 400 - total flux cleaned = 0.0157641 Jy ! Total flux subtracted in 400 components = 0.0157641 Jy ! Clean residual min=-0.008282 max=0.006843 Jy/beam ! Clean residual mean=-0.000099 rms=0.002178 Jy/beam ! Combined flux in latest and established models = 0.823008 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 124 components and 0.823008 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=9.872 mas, bmaj=34.44 mas, bpa=6.123 degrees ! Estimated noise=5.34075 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142251 Jy ! Component: 100 - total flux cleaned = 0.00150085 Jy ! Component: 150 - total flux cleaned = 0.00157235 Jy ! Component: 200 - total flux cleaned = 0.00160506 Jy ! Component: 250 - total flux cleaned = 0.00166987 Jy ! Component: 300 - total flux cleaned = 0.00169794 Jy ! Component: 350 - total flux cleaned = 0.00172855 Jy ! Component: 400 - total flux cleaned = 0.0017861 Jy ! Total flux subtracted in 400 components = 0.0017861 Jy ! Clean residual min=-0.008486 max=0.006350 Jy/beam ! Clean residual mean=-0.000174 rms=0.002687 Jy/beam ! Combined flux in latest and established models = 0.824794 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.61797e-05 Jy ! Component: 100 - total flux cleaned = 5.04944e-05 Jy ! Component: 150 - total flux cleaned = 7.66656e-05 Jy ! Component: 200 - total flux cleaned = 0.000103249 Jy ! Component: 250 - total flux cleaned = 0.000151944 Jy ! Component: 300 - total flux cleaned = 0.000175909 Jy ! Component: 350 - total flux cleaned = 0.000199601 Jy ! Component: 400 - total flux cleaned = 0.000223147 Jy ! Total flux subtracted in 400 components = 0.000223147 Jy ! Clean residual min=-0.008453 max=0.006283 Jy/beam ! Clean residual mean=-0.000176 rms=0.002660 Jy/beam ! Combined flux in latest and established models = 0.825017 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 147 components and 0.825017 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.678 mas, bmaj=26.59 mas, bpa=-3.076 degrees ! Estimated noise=4.52992 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000659276 Jy ! Component: 100 - total flux cleaned = -0.000759496 Jy ! Component: 150 - total flux cleaned = -0.000837777 Jy ! Component: 200 - total flux cleaned = -0.000837306 Jy ! Component: 250 - total flux cleaned = -0.000837227 Jy ! Component: 300 - total flux cleaned = -0.000837702 Jy ! Component: 350 - total flux cleaned = -0.000837798 Jy ! Component: 400 - total flux cleaned = -0.000837391 Jy ! Total flux subtracted in 400 components = -0.000837391 Jy ! Clean residual min=-0.008183 max=0.006717 Jy/beam ! Clean residual mean=-0.000106 rms=0.002133 Jy/beam ! Combined flux in latest and established models = 0.82418 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 178 components and 0.824179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058210Jy sigma=0.400827 ! Fit after self-cal, rms=0.058204Jy sigma=0.400757 wmodel /scr/pima/rdv95_uvs/J0106-4034_S_map.mod ! Writing 178 model components to file: /scr/pima/rdv95_uvs/J0106-4034_S_map.mod wobs /scr/pima/rdv95_uvs/J0106-4034_S_uvs.fits ! Applying 222 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J0106-4034_S_uvs.fits wwins /scr/pima/rdv95_uvs/J0106-4034_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv95_uvs/J0106-4034_S_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.00237202 Jy ! Component: 100 - total flux cleaned = -0.00317452 Jy ! Component: 150 - total flux cleaned = -0.00380051 Jy ! Component: 200 - total flux cleaned = -0.0038013 Jy ! Component: 250 - total flux cleaned = -0.00415955 Jy ! Component: 300 - total flux cleaned = -0.00458585 Jy ! Component: 350 - total flux cleaned = -0.00466452 Jy ! Component: 400 - total flux cleaned = -0.00450868 Jy ! Component: 450 - total flux cleaned = -0.00384653 Jy ! Component: 500 - total flux cleaned = -0.00342113 Jy ! Component: 550 - total flux cleaned = -0.00293866 Jy ! Component: 600 - total flux cleaned = -0.00233947 Jy ! Component: 650 - total flux cleaned = -0.00201646 Jy ! Component: 700 - total flux cleaned = -0.00163774 Jy ! Component: 750 - total flux cleaned = -0.00145329 Jy ! Component: 800 - total flux cleaned = -0.00127355 Jy ! Component: 850 - total flux cleaned = -0.00109709 Jy ! Component: 900 - total flux cleaned = -0.000924969 Jy ! Component: 950 - total flux cleaned = -0.000701227 Jy ! Component: 1000 - total flux cleaned = -0.000427223 Jy ! Component: 1050 - total flux cleaned = -0.000212287 Jy ! Component: 1100 - total flux cleaned = 0.000101687 Jy ! Component: 1150 - total flux cleaned = 0.000152632 Jy ! Component: 1200 - total flux cleaned = 0.000254219 Jy ! Component: 1250 - total flux cleaned = 0.000304886 Jy ! Component: 1300 - total flux cleaned = 0.000401473 Jy ! Component: 1350 - total flux cleaned = 0.000353139 Jy ! Component: 1400 - total flux cleaned = 0.000352421 Jy ! Component: 1450 - total flux cleaned = 0.000260507 Jy ! Component: 1500 - total flux cleaned = 0.00030628 Jy ! Component: 1550 - total flux cleaned = 0.000216528 Jy ! Component: 1600 - total flux cleaned = 0.000260776 Jy ! Component: 1650 - total flux cleaned = 0.000217198 Jy ! Component: 1700 - total flux cleaned = 0.000217401 Jy ! Component: 1750 - total flux cleaned = 0.000217688 Jy ! Component: 1800 - total flux cleaned = 0.000217338 Jy ! Component: 1850 - total flux cleaned = 0.000258324 Jy ! Component: 1900 - total flux cleaned = 0.000298395 Jy ! Component: 1950 - total flux cleaned = 0.000257833 Jy ! Component: 2000 - total flux cleaned = 0.000257972 Jy ! Component: 2050 - total flux cleaned = 0.000257979 Jy ! Component: 2100 - total flux cleaned = 0.00025802 Jy ! Component: 2150 - total flux cleaned = 0.000296614 Jy ! Component: 2200 - total flux cleaned = 0.000258798 Jy ! Component: 2250 - total flux cleaned = 0.000221136 Jy ! Component: 2300 - total flux cleaned = 0.000183723 Jy ! Component: 2350 - total flux cleaned = 0.000109031 Jy ! Component: 2400 - total flux cleaned = 0.000109 Jy ! Component: 2450 - total flux cleaned = 0.00014623 Jy ! Component: 2500 - total flux cleaned = 3.56386e-05 Jy ! Component: 2550 - total flux cleaned = 7.25557e-05 Jy ! Component: 2600 - total flux cleaned = 7.27665e-05 Jy ! Component: 2650 - total flux cleaned = 3.54636e-05 Jy ! Component: 2700 - total flux cleaned = 3.55921e-05 Jy ! Component: 2750 - total flux cleaned = 3.56629e-05 Jy ! Component: 2800 - total flux cleaned = -3.91488e-05 Jy ! Component: 2850 - total flux cleaned = -3.92844e-05 Jy ! Component: 2900 - total flux cleaned = -1.7499e-06 Jy ! Component: 2950 - total flux cleaned = 3.70449e-05 Jy ! Component: 3000 - total flux cleaned = 7.52549e-05 Jy ! Component: 3050 - total flux cleaned = 7.58362e-05 Jy ! Component: 3100 - total flux cleaned = 0.000115246 Jy ! Component: 3150 - total flux cleaned = 0.000154844 Jy ! Component: 3200 - total flux cleaned = 0.000155029 Jy ! Component: 3250 - total flux cleaned = 0.00023679 Jy ! Component: 3300 - total flux cleaned = 0.000277428 Jy ! Component: 3350 - total flux cleaned = 0.000319256 Jy ! Component: 3400 - total flux cleaned = 0.000404098 Jy ! Component: 3450 - total flux cleaned = 0.000404332 Jy ! Component: 3500 - total flux cleaned = 0.000448079 Jy ! Component: 3550 - total flux cleaned = 0.000492229 Jy ! Component: 3600 - total flux cleaned = 0.000447652 Jy ! Component: 3650 - total flux cleaned = 0.000447705 Jy ! Component: 3700 - total flux cleaned = 0.000447557 Jy ! Component: 3750 - total flux cleaned = 0.000401048 Jy ! Component: 3800 - total flux cleaned = 0.000401324 Jy ! Component: 3850 - total flux cleaned = 0.000304683 Jy ! Component: 3900 - total flux cleaned = 0.000353875 Jy ! Component: 3950 - total flux cleaned = 0.000354265 Jy ! Component: 4000 - total flux cleaned = 0.000303554 Jy ! Component: 4050 - total flux cleaned = 0.000250929 Jy ! Total flux subtracted in 4096 components = 0.000250825 Jy ! Clean residual min=-0.002880 max=0.002816 Jy/beam ! Clean residual mean=-0.000081 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.82443 Jy keep ! Adding 371 model components to the UV plane model. ! The established model now contains 549 components and 0.824431 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J0106-4034_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.678 x 26.59 at -3.076 degrees (North through East) ! Clean map min=-0.007209 max=0.77373 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J0106-4034_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.7737 rms= 0.001 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J0106-4034_S_uvs.log closed on Wed Nov 6 20:41:33 2013