! Started logfile: /scr/pima/rdv93_uvs/J2035+1857_X_uvs.log on Tue Oct 8 15:50:57 2013 obs /scr/pima/rdv93_uvs/J2035+1857_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J2035+1857_X_uva.fits ! AN table 1: 22 integrations on 45 of 45 possible baselines. ! AN table 2: 22 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.520548 visibilities/baseline/integration-bin. ! Found source: J2035+1857 ! ! 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.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 3344 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J2035+1857_X] 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:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN 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:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007456Jy sigma=1.272502 ! Fit after self-cal, rms=0.947500Jy sigma=1.181789 ! 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 \] ![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=1.961 mas, bmaj=3.497 mas, bpa=-13.41 degrees ! Estimated noise=23.021 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.0484684 Jy ! Component: 100 - total flux cleaned = 0.0648224 Jy ! Total flux subtracted in 100 components = 0.0648224 Jy ! Clean residual min=-0.012828 max=0.012186 Jy/beam ! Clean residual mean=0.000026 rms=0.004000 Jy/beam ! Combined flux in latest and established models = 0.0648224 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 36 components and 0.0648224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051048Jy sigma=0.065625 ! Fit after self-cal, rms=0.049981Jy sigma=0.065049 ! 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.673 mas, bmaj=3.999 mas, bpa=-11.91 degrees ! Estimated noise=10.8728 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.0108472 Jy ! Component: 100 - total flux cleaned = 0.0168499 Jy ! Component: 150 - total flux cleaned = 0.020436 Jy ! Component: 200 - total flux cleaned = 0.0226462 Jy ! Total flux subtracted in 200 components = 0.0226462 Jy ! Clean residual min=-0.008974 max=0.010998 Jy/beam ! Clean residual mean=-0.000011 rms=0.002938 Jy/beam ! Combined flux in latest and established models = 0.0874686 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 73 components and 0.0874686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049369Jy sigma=0.058682 ! Fit after self-cal, rms=0.049482Jy sigma=0.058645 ! 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: ! BR 1.24 FD 1.21 HN 1.33 KP 0.79 ! LA 1.27 MK 0.72 NL 1.28 OV 0.95 ! PT 0.88 SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.41 FD 1.28 HN 1.62 KP 1.11 ! LA 0.83 NL 0.92 OV 1.14 PT 1.14 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.13 HN 1.36 KP 0.77 ! LA 1.22 MK 0.85 NL 1.22 OV 0.91 ! PT 0.86 SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.11 FD 1.20 HN 1.73 KP 1.02 ! LA 0.95 NL 0.87 OV 1.09 PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.21 HN 1.46 KP 0.73 ! LA 1.59 MK 1.06 NL 0.90 OV 0.93 ! PT 0.86 SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.36 FD 1.16 HN 1.32 KP 0.87 ! LA 0.95 NL 0.99 OV 1.06 PT 1.18 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 1.25 HN 1.19 KP 0.78 ! LA 1.43 MK 1.14 NL 0.98 OV 1.00 ! PT 0.85 SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.14 FD 1.12 HN 0.97 KP 1.01 ! LA 0.88 NL 1.09 OV 1.01 PT 1.13 ! ! ! Fit before self-cal, rms=0.049482Jy sigma=0.058645 ! Fit after self-cal, rms=0.056481Jy sigma=0.052135 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.668 mas, bmaj=4.14 mas, bpa=-11.74 degrees ! Estimated noise=10.7698 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.00193675 Jy ! Component: 100 - total flux cleaned = -0.00182413 Jy ! Component: 150 - total flux cleaned = -0.00172969 Jy ! Component: 200 - total flux cleaned = -0.00167457 Jy ! Total flux subtracted in 200 components = -0.00167457 Jy ! Clean residual min=-0.005133 max=0.006897 Jy/beam ! Clean residual mean=0.000001 rms=0.001525 Jy/beam ! Combined flux in latest and established models = 0.085794 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 89 components and 0.085794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056237Jy sigma=0.052218 ! Fit after self-cal, rms=0.057078Jy sigma=0.052092 ! 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.057078Jy sigma=0.052092 ! Fit after self-cal, rms=0.056149Jy sigma=0.052001 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.704 mas, bmaj=4.108 mas, bpa=-12.18 degrees ! Estimated noise=10.5069 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00169877 Jy ! Component: 100 - total flux cleaned = -0.00174537 Jy ! Component: 150 - total flux cleaned = -0.00162708 Jy ! Component: 200 - total flux cleaned = -0.00152943 Jy ! Total flux subtracted in 200 components = -0.00152943 Jy ! Clean residual min=-0.004885 max=0.006623 Jy/beam ! Clean residual mean=0.000001 rms=0.001492 Jy/beam ! Combined flux in latest and established models = 0.0842646 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 92 components and 0.0842646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055900Jy sigma=0.052091 ! Fit after self-cal, rms=0.055990Jy sigma=0.052077 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-0.8, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00497991 Jy ! Component: 100 - total flux cleaned = 0.0050578 Jy ! Component: 150 - total flux cleaned = 0.00489512 Jy ! Component: 200 - total flux cleaned = 0.00467818 Jy ! Total flux subtracted in 200 components = 0.00467818 Jy ! Clean residual min=-0.004412 max=0.004892 Jy/beam ! Clean residual mean=-0.000004 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.0889427 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 128 components and 0.0889428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055248Jy sigma=0.051204 ! Fit after self-cal, rms=0.055224Jy sigma=0.050924 ! 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.055224Jy sigma=0.050924 ! Fit after self-cal, rms=0.054403Jy sigma=0.050742 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.715 mas, bmaj=4.074 mas, bpa=-12.6 degrees ! Estimated noise=10.1881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125994 Jy ! Component: 100 - total flux cleaned = 0.000714721 Jy ! Component: 150 - total flux cleaned = 0.000644535 Jy ! Component: 200 - total flux cleaned = 0.000643334 Jy ! Total flux subtracted in 200 components = 0.000643334 Jy ! Clean residual min=-0.003502 max=0.004029 Jy/beam ! Clean residual mean=-0.000004 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 0.0895861 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 142 components and 0.0895861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054014Jy sigma=0.050617 ! Fit after self-cal, rms=0.054074Jy sigma=0.050550 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.000986116 Jy ! Component: 100 - total flux cleaned = 0.000988649 Jy ! Component: 150 - total flux cleaned = 0.00103935 Jy ! Component: 200 - total flux cleaned = 0.00117546 Jy ! Total flux subtracted in 200 components = 0.00117546 Jy ! Clean residual min=-0.003503 max=0.003905 Jy/beam ! Clean residual mean=-0.000005 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.0907616 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 158 components and 0.0907615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053865Jy sigma=0.050512 ! Fit after self-cal, rms=0.053851Jy sigma=0.050487 ! 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 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053851Jy sigma=0.050487 ! Fit after self-cal, rms=0.053042Jy sigma=0.050409 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.782 mas, bmaj=4.379 mas, bpa=-15.5 degrees ! Estimated noise=9.42916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000899442 Jy ! Component: 100 - total flux cleaned = -0.000701649 Jy ! Component: 150 - total flux cleaned = -0.000743961 Jy ! Component: 200 - total flux cleaned = -0.000745382 Jy ! Total flux subtracted in 200 components = -0.000745382 Jy ! Clean residual min=-0.003546 max=0.003935 Jy/beam ! Clean residual mean=-0.000006 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.0900162 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 173 components and 0.0900162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052847Jy sigma=0.050403 ! Fit after self-cal, rms=0.052899Jy sigma=0.050384 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.000156443 Jy ! Component: 100 - total flux cleaned = 2.30892e-07 Jy ! Component: 150 - total flux cleaned = 7.17965e-05 Jy ! Component: 200 - total flux cleaned = 0.000174611 Jy ! Total flux subtracted in 200 components = 0.000174611 Jy ! Clean residual min=-0.003580 max=0.003862 Jy/beam ! Clean residual mean=-0.000006 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.0901908 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 183 components and 0.0901908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052792Jy sigma=0.050366 ! Fit after self-cal, rms=0.052823Jy sigma=0.050354 ! 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:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN 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:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2: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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054019Jy sigma=0.050486 ! Fit after self-cal, rms=0.054019Jy sigma=0.050486 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN 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:OV self-cal status=correctable weight=1 ! 2: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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.054019Jy sigma=0.050486 ! Fit after self-cal, rms=0.051598Jy sigma=0.050304 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.003 mas, bmaj=3.497 mas, bpa=-12.91 degrees ! Estimated noise=20.3662 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.00219742 Jy ! Component: 100 - total flux cleaned = -0.00213902 Jy ! Component: 150 - total flux cleaned = -0.00193969 Jy ! Component: 200 - total flux cleaned = -0.00160238 Jy ! Total flux subtracted in 200 components = -0.00160238 Jy ! Clean residual min=-0.003522 max=0.003390 Jy/beam ! Clean residual mean=-0.000000 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.0885884 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 202 components and 0.0885884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051370Jy sigma=0.050381 ! Fit after self-cal, rms=0.051286Jy sigma=0.050349 ! 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=2.719 mas, bmaj=4.045 mas, bpa=-12.95 degrees ! Estimated noise=9.78007 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.00104884 Jy ! Component: 100 - total flux cleaned = -0.00126159 Jy ! Component: 150 - total flux cleaned = -0.00118913 Jy ! Component: 200 - total flux cleaned = -0.000989831 Jy ! Component: 250 - total flux cleaned = -0.00080594 Jy ! Component: 300 - total flux cleaned = -0.000633437 Jy ! Component: 350 - total flux cleaned = -0.000496755 Jy ! Component: 400 - total flux cleaned = -0.000444465 Jy ! Total flux subtracted in 400 components = -0.000444465 Jy ! Clean residual min=-0.003180 max=0.003262 Jy/beam ! Clean residual mean=-0.000004 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.0881439 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 218 components and 0.0881439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051107Jy sigma=0.050266 ! Fit after self-cal, rms=0.051060Jy sigma=0.050242 ! 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) ! Added new window around map position (4.8, -19.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00053069 Jy ! Component: 100 - total flux cleaned = 0.000176304 Jy ! Component: 150 - total flux cleaned = -0.000406709 Jy ! Component: 200 - total flux cleaned = -0.00111976 Jy ! Component: 250 - total flux cleaned = -0.00172731 Jy ! Component: 300 - total flux cleaned = -0.00234723 Jy ! Component: 350 - total flux cleaned = -0.00297627 Jy ! Component: 400 - total flux cleaned = -0.00352345 Jy ! Total flux subtracted in 400 components = -0.00352345 Jy ! Clean residual min=-0.002950 max=0.002890 Jy/beam ! Clean residual mean=-0.000001 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.0846205 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 289 components and 0.0846205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050536Jy sigma=0.049812 ! Fit after self-cal, rms=0.050479Jy sigma=0.049681 ! Inverting map ! Added new window around map position (-34.6, -19.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188665 Jy ! Component: 100 - total flux cleaned = 0.00131715 Jy ! Component: 150 - total flux cleaned = 0.00064991 Jy ! Component: 200 - total flux cleaned = 0.000212309 Jy ! Component: 250 - total flux cleaned = -0.000142725 Jy ! Component: 300 - total flux cleaned = -0.000795758 Jy ! Component: 350 - total flux cleaned = -0.00127637 Jy ! Component: 400 - total flux cleaned = -0.00197416 Jy ! Total flux subtracted in 400 components = -0.00197416 Jy ! Clean residual min=-0.002040 max=0.002274 Jy/beam ! Clean residual mean=-0.000002 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.0826463 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 344 components and 0.0826463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050053Jy sigma=0.049379 ! Fit after self-cal, rms=0.049997Jy sigma=0.049324 ! Inverting map ! Added new window around map position (2.4, 6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000871871 Jy ! Component: 100 - total flux cleaned = 0.0014097 Jy ! Component: 150 - total flux cleaned = 0.00203957 Jy ! Component: 200 - total flux cleaned = 0.00264265 Jy ! Component: 250 - total flux cleaned = 0.00297928 Jy ! Component: 300 - total flux cleaned = 0.00332556 Jy ! Component: 350 - total flux cleaned = 0.00357823 Jy ! Component: 400 - total flux cleaned = 0.00384974 Jy ! Total flux subtracted in 400 components = 0.00384974 Jy ! Clean residual min=-0.001663 max=0.001476 Jy/beam ! Clean residual mean=-0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.086496 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 389 components and 0.086496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049658Jy sigma=0.049110 ! Fit after self-cal, rms=0.049633Jy sigma=0.049085 ! 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. ! Applying 2560 buffered edits. 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.050841Jy sigma=0.049354 ! Fit after self-cal, rms=0.047481Jy sigma=0.048961 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.722 mas, bmaj=4.013 mas, bpa=-13.16 degrees ! Estimated noise=9.61901 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000242971 Jy ! Component: 100 - total flux cleaned = 0.000291531 Jy ! Component: 150 - total flux cleaned = 0.00018748 Jy ! Component: 200 - total flux cleaned = 0.000155689 Jy ! Component: 250 - total flux cleaned = 9.56266e-05 Jy ! Component: 300 - total flux cleaned = 9.46371e-05 Jy ! Component: 350 - total flux cleaned = 0.000121628 Jy ! Component: 400 - total flux cleaned = 0.000146333 Jy ! Total flux subtracted in 400 components = 0.000146333 Jy ! Clean residual min=-0.001372 max=0.001166 Jy/beam ! Clean residual mean=-0.000003 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.0866424 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 432 components and 0.0866424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047300Jy sigma=0.048893 ! Fit after self-cal, rms=0.047255Jy sigma=0.048879 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.000184949 Jy ! Component: 100 - total flux cleaned = 0.000211542 Jy ! Component: 150 - total flux cleaned = 3.37721e-05 Jy ! Component: 200 - total flux cleaned = -6.26315e-05 Jy ! Component: 250 - total flux cleaned = -0.000110175 Jy ! Component: 300 - total flux cleaned = -0.000155254 Jy ! Component: 350 - total flux cleaned = -0.000241634 Jy ! Component: 400 - total flux cleaned = -0.000263062 Jy ! Total flux subtracted in 400 components = -0.000263062 Jy ! Clean residual min=-0.001275 max=0.001046 Jy/beam ! Clean residual mean=-0.000003 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.0863793 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 461 components and 0.0863793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047145Jy sigma=0.048848 ! Fit after self-cal, rms=0.047129Jy sigma=0.048844 ! 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.047129Jy sigma=0.048844 ! Fit after self-cal, rms=0.046496Jy sigma=0.048826 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.714 mas, bmaj=3.994 mas, bpa=-13.19 degrees ! Estimated noise=9.55655 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00023932 Jy ! Component: 100 - total flux cleaned = -0.00044077 Jy ! Component: 150 - total flux cleaned = -0.000601527 Jy ! Component: 200 - total flux cleaned = -0.000686387 Jy ! Component: 250 - total flux cleaned = -0.000727248 Jy ! Component: 300 - total flux cleaned = -0.000747622 Jy ! Component: 350 - total flux cleaned = -0.000709587 Jy ! Component: 400 - total flux cleaned = -0.000765152 Jy ! Total flux subtracted in 400 components = -0.000765152 Jy ! Clean residual min=-0.001170 max=0.001065 Jy/beam ! Clean residual mean=-0.000003 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.0856142 Jy selfcal ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 499 components and 0.0856141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046409Jy sigma=0.048802 ! Fit after self-cal, rms=0.046393Jy sigma=0.048798 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.04134e-05 Jy ! Component: 100 - total flux cleaned = -0.00015976 Jy ! Component: 150 - total flux cleaned = -0.000311589 Jy ! Component: 200 - total flux cleaned = -0.000348496 Jy ! Component: 250 - total flux cleaned = -0.000348727 Jy ! Component: 300 - total flux cleaned = -0.000365323 Jy ! Component: 350 - total flux cleaned = -0.000297038 Jy ! Component: 400 - total flux cleaned = -0.000247129 Jy ! Total flux subtracted in 400 components = -0.000247129 Jy ! Clean residual min=-0.001172 max=0.001096 Jy/beam ! Clean residual mean=-0.000003 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.085367 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 521 components and 0.085367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046331Jy sigma=0.048780 ! Fit after self-cal, rms=0.046317Jy sigma=0.048778 ! 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, 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.046317Jy sigma=0.048778 ! Fit after self-cal, rms=0.049994Jy sigma=0.046853 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=4.325 mas, bpa=-17.4 degrees ! Estimated noise=9.17613 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000238837 Jy ! Component: 100 - total flux cleaned = -0.000216048 Jy ! Component: 150 - total flux cleaned = -0.000215495 Jy ! Component: 200 - total flux cleaned = -0.000232013 Jy ! Component: 250 - total flux cleaned = -0.000296482 Jy ! Component: 300 - total flux cleaned = -0.000357189 Jy ! Component: 350 - total flux cleaned = -0.000472057 Jy ! Component: 400 - total flux cleaned = -0.000554405 Jy ! Total flux subtracted in 400 components = -0.000554405 Jy ! Clean residual min=-0.001049 max=0.001038 Jy/beam ! Clean residual mean=-0.000002 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.0848126 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 560 components and 0.0848126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049952Jy sigma=0.046806 ! Fit after self-cal, rms=0.050128Jy sigma=0.046773 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.000135947 Jy ! Component: 100 - total flux cleaned = -0.000121474 Jy ! Component: 150 - total flux cleaned = -0.000149292 Jy ! Component: 200 - total flux cleaned = -0.000162477 Jy ! Component: 250 - total flux cleaned = -0.000201688 Jy ! Component: 300 - total flux cleaned = -0.00021448 Jy ! Component: 350 - total flux cleaned = -0.000239369 Jy ! Component: 400 - total flux cleaned = -0.000251762 Jy ! Total flux subtracted in 400 components = -0.000251762 Jy ! Clean residual min=-0.001052 max=0.001069 Jy/beam ! Clean residual mean=-0.000001 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 0.0845609 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 586 components and 0.0845609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050096Jy sigma=0.046758 ! Fit after self-cal, rms=0.050089Jy sigma=0.046756 ! Inverting map ! Added new window around map position (43.8, -27.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000575226 Jy ! Component: 100 - total flux cleaned = 0.000860052 Jy ! Component: 150 - total flux cleaned = 0.00108626 Jy ! Component: 200 - total flux cleaned = 0.0010443 Jy ! Component: 250 - total flux cleaned = 0.00104342 Jy ! Component: 300 - total flux cleaned = 0.00111978 Jy ! Component: 350 - total flux cleaned = 0.00119236 Jy ! Component: 400 - total flux cleaned = 0.00119259 Jy ! Total flux subtracted in 400 components = 0.00119259 Jy ! Clean residual min=-0.001076 max=0.000779 Jy/beam ! Clean residual mean=-0.000000 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.0857535 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 631 components and 0.0857534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049997Jy sigma=0.046686 ! Fit after self-cal, rms=0.049976Jy sigma=0.046678 ! 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=2.738 mas, bmaj=3.987 mas, bpa=-13.26 degrees ! Estimated noise=9.69023 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.738 x 3.987 at -13.26 degrees (North through East) ! Clean map min=-0.004341 max=0.05355 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.027 mas, bmaj=3.443 mas, bpa=-13.2 degrees ! Estimated noise=20.2646 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0418584 Jy ! Component: 100 - total flux cleaned = 0.0576597 Jy ! Component: 150 - total flux cleaned = 0.0662357 Jy ! Component: 200 - total flux cleaned = 0.071006 Jy ! Component: 250 - total flux cleaned = 0.0734943 Jy ! Component: 300 - total flux cleaned = 0.0757166 Jy ! Component: 350 - total flux cleaned = 0.0767156 Jy ! Component: 400 - total flux cleaned = 0.0774799 Jy ! Total flux subtracted in 400 components = 0.0774799 Jy ! Clean residual min=-0.003887 max=0.003716 Jy/beam ! Clean residual mean=0.000010 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.07748 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 104 model components to the UV plane model. ! The established model now contains 104 components and 0.07748 Jy ! Inverting map and beam ! Estimated beam: bmin=2.738 mas, bmaj=3.987 mas, bpa=-13.26 degrees ! Estimated noise=9.69023 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.00124592 Jy ! Component: 100 - total flux cleaned = 0.00201259 Jy ! Component: 150 - total flux cleaned = 0.00240729 Jy ! Component: 200 - total flux cleaned = 0.00226996 Jy ! Component: 250 - total flux cleaned = 0.00238619 Jy ! Component: 300 - total flux cleaned = 0.00229239 Jy ! Component: 350 - total flux cleaned = 0.00202676 Jy ! Component: 400 - total flux cleaned = 0.00177117 Jy ! Total flux subtracted in 400 components = 0.00177117 Jy ! Clean residual min=-0.002665 max=0.002434 Jy/beam ! Clean residual mean=0.000005 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.0792512 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 187 components and 0.0792512 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=3.74 mas, bmaj=4.325 mas, bpa=-17.4 degrees ! Estimated noise=9.17613 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000649111 Jy ! Component: 100 - total flux cleaned = -0.000870814 Jy ! Component: 150 - total flux cleaned = -0.000594975 Jy ! Component: 200 - total flux cleaned = -0.000590254 Jy ! Component: 250 - total flux cleaned = -0.000587286 Jy ! Component: 300 - total flux cleaned = -0.000587909 Jy ! Component: 350 - total flux cleaned = -0.000538082 Jy ! Component: 400 - total flux cleaned = -0.00049489 Jy ! Total flux subtracted in 400 components = -0.00049489 Jy ! Clean residual min=-0.001920 max=0.001534 Jy/beam ! Clean residual mean=0.000003 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0787563 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 = -9.25726e-05 Jy ! Component: 100 - total flux cleaned = -9.24601e-05 Jy ! Component: 150 - total flux cleaned = -1.02453e-05 Jy ! Component: 200 - total flux cleaned = 3.02914e-05 Jy ! Component: 250 - total flux cleaned = -8.18397e-05 Jy ! Component: 300 - total flux cleaned = 2.68659e-05 Jy ! Component: 350 - total flux cleaned = -7.74825e-05 Jy ! Component: 400 - total flux cleaned = -0.000143511 Jy ! Total flux subtracted in 400 components = -0.000143511 Jy ! Clean residual min=-0.001754 max=0.001178 Jy/beam ! Clean residual mean=0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0786128 Jy ! Adding 135 model components to the UV plane model. ! The established model now contains 310 components and 0.0786128 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.738 mas, bmaj=3.987 mas, bpa=-13.26 degrees ! Estimated noise=9.69023 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.60273e-05 Jy ! Component: 100 - total flux cleaned = -4.87964e-05 Jy ! Component: 150 - total flux cleaned = 0.00014875 Jy ! Component: 200 - total flux cleaned = 0.000300725 Jy ! Component: 250 - total flux cleaned = 0.000447283 Jy ! Component: 300 - total flux cleaned = 0.000481849 Jy ! Component: 350 - total flux cleaned = 0.000447482 Jy ! Component: 400 - total flux cleaned = 0.000448619 Jy ! Total flux subtracted in 400 components = 0.000448619 Jy ! Clean residual min=-0.001659 max=0.001111 Jy/beam ! Clean residual mean=0.000002 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.0790614 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 347 components and 0.0790614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050355Jy sigma=0.046870 ! Fit after self-cal, rms=0.050301Jy sigma=0.046830 wmodel /scr/pima/rdv93_uvs/J2035+1857_X_map.mod ! Writing 347 model components to file: /scr/pima/rdv93_uvs/J2035+1857_X_map.mod wobs /scr/pima/rdv93_uvs/J2035+1857_X_uvs.fits ! Applying 652 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J2035+1857_X_uvs.fits wwins /scr/pima/rdv93_uvs/J2035+1857_X_map.win ! wwins: Wrote 6 windows to /scr/pima/rdv93_uvs/J2035+1857_X_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.000661186 Jy ! Component: 100 - total flux cleaned = -0.00120696 Jy ! Component: 150 - total flux cleaned = -0.00144189 Jy ! Component: 200 - total flux cleaned = -0.00153126 Jy ! Component: 250 - total flux cleaned = -0.00151501 Jy ! Component: 300 - total flux cleaned = -0.00146675 Jy ! Component: 350 - total flux cleaned = -0.00142053 Jy ! Component: 400 - total flux cleaned = -0.00137545 Jy ! Component: 450 - total flux cleaned = -0.00130185 Jy ! Component: 500 - total flux cleaned = -0.00128768 Jy ! Component: 550 - total flux cleaned = -0.00125976 Jy ! Component: 600 - total flux cleaned = -0.00119086 Jy ! Component: 650 - total flux cleaned = -0.00110955 Jy ! Component: 700 - total flux cleaned = -0.001043 Jy ! Component: 750 - total flux cleaned = -0.000964344 Jy ! Component: 800 - total flux cleaned = -0.000874307 Jy ! Component: 850 - total flux cleaned = -0.000811005 Jy ! Component: 900 - total flux cleaned = -0.00071119 Jy ! Component: 950 - total flux cleaned = -0.00064969 Jy ! Component: 1000 - total flux cleaned = -0.000528736 Jy ! Component: 1050 - total flux cleaned = -0.000481272 Jy ! Component: 1100 - total flux cleaned = -0.000399015 Jy ! Component: 1150 - total flux cleaned = -0.000375789 Jy ! Component: 1200 - total flux cleaned = -0.000318506 Jy ! Component: 1250 - total flux cleaned = -0.000239157 Jy ! Component: 1300 - total flux cleaned = -0.000172013 Jy ! Component: 1350 - total flux cleaned = -0.000105618 Jy ! Component: 1400 - total flux cleaned = -4.02883e-05 Jy ! Component: 1450 - total flux cleaned = -7.95675e-06 Jy ! Component: 1500 - total flux cleaned = 0.000108982 Jy ! Component: 1550 - total flux cleaned = 0.00012994 Jy ! Component: 1600 - total flux cleaned = 0.000192351 Jy ! Component: 1650 - total flux cleaned = 0.000264381 Jy ! Component: 1700 - total flux cleaned = 0.000325334 Jy ! Component: 1750 - total flux cleaned = 0.00038568 Jy ! Component: 1800 - total flux cleaned = 0.00045521 Jy ! Component: 1850 - total flux cleaned = 0.000514187 Jy ! Component: 1900 - total flux cleaned = 0.000572654 Jy ! Component: 1950 - total flux cleaned = 0.000640219 Jy ! Component: 2000 - total flux cleaned = 0.000735683 Jy ! Component: 2050 - total flux cleaned = 0.000792387 Jy ! Component: 2100 - total flux cleaned = 0.000857979 Jy ! Component: 2150 - total flux cleaned = 0.000913737 Jy ! Component: 2200 - total flux cleaned = 0.00100611 Jy ! Component: 2250 - total flux cleaned = 0.0010886 Jy ! Component: 2300 - total flux cleaned = 0.00116137 Jy ! Component: 2350 - total flux cleaned = 0.00123364 Jy ! Component: 2400 - total flux cleaned = 0.00131437 Jy ! Component: 2450 - total flux cleaned = 0.00137671 Jy ! Component: 2500 - total flux cleaned = 0.00142981 Jy ! Component: 2550 - total flux cleaned = 0.00147382 Jy ! Component: 2600 - total flux cleaned = 0.00156999 Jy ! Component: 2650 - total flux cleaned = 0.00165693 Jy ! Component: 2700 - total flux cleaned = 0.00176062 Jy ! Component: 2750 - total flux cleaned = 0.00184659 Jy ! Component: 2800 - total flux cleaned = 0.00192357 Jy ! Component: 2850 - total flux cleaned = 0.00201715 Jy ! Component: 2900 - total flux cleaned = 0.00208495 Jy ! Component: 2950 - total flux cleaned = 0.00219459 Jy ! Component: 3000 - total flux cleaned = 0.00227013 Jy ! Component: 3050 - total flux cleaned = 0.00235372 Jy ! Component: 3100 - total flux cleaned = 0.00242869 Jy ! Component: 3150 - total flux cleaned = 0.00251161 Jy ! Component: 3200 - total flux cleaned = 0.00259425 Jy ! Component: 3250 - total flux cleaned = 0.0026848 Jy ! Component: 3300 - total flux cleaned = 0.00273409 Jy ! Component: 3350 - total flux cleaned = 0.0028077 Jy ! Component: 3400 - total flux cleaned = 0.00289733 Jy ! Component: 3450 - total flux cleaned = 0.00297046 Jy ! Component: 3500 - total flux cleaned = 0.00306769 Jy ! Component: 3550 - total flux cleaned = 0.00313227 Jy ! Component: 3600 - total flux cleaned = 0.00320478 Jy ! Component: 3650 - total flux cleaned = 0.00326102 Jy ! Component: 3700 - total flux cleaned = 0.00332514 Jy ! Component: 3750 - total flux cleaned = 0.00338113 Jy ! Component: 3800 - total flux cleaned = 0.00346086 Jy ! Component: 3850 - total flux cleaned = 0.00351657 Jy ! Component: 3900 - total flux cleaned = 0.00354831 Jy ! Component: 3950 - total flux cleaned = 0.00362757 Jy ! Component: 4000 - total flux cleaned = 0.00366713 Jy ! Component: 4050 - total flux cleaned = 0.00373041 Jy ! Total flux subtracted in 4096 components = 0.00375413 Jy ! Clean residual min=-0.000568 max=0.000538 Jy/beam ! Clean residual mean=0.000000 rms=0.000144 Jy/beam ! Combined flux in latest and established models = 0.0828155 Jy keep ! Adding 231 model components to the UV plane model. ! The established model now contains 577 components and 0.0828155 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J2035+1857_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.738 x 3.987 at -13.26 degrees (North through East) ! Clean map min=-0.0031733 max=0.051223 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J2035+1857_X_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.0512 rms= 0.00014 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J2035+1857_X_uvs.log closed on Tue Oct 8 15:51:04 2013