! Started logfile: /scr/pima/rdv62_uvs/J0538-4405_S_uvs.log on Fri Nov 22 22:32:06 2013 obs /scr/pima/rdv62_uvs/J0538-4405_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J0538-4405_S_uva.fits ! AN table 1: 2 integrations on 10 of 10 possible baselines. ! AN table 2: 5 integrations on 1 of 1 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0538-4405 ! ! 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 100 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/rdv62_uvs/J0538-4405_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:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:KK self-cal status=correctable weight=1 ! 2:MK 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 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=2.857817Jy sigma=56.888335 ! Fit after self-cal, rms=1.756513Jy sigma=35.934667 ! 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 2:KK ! Flagging baselines of antenna 2:KK 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=12.07 mas, bmaj=151.1 mas, bpa=20.32 degrees ! Estimated noise=5.10613 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.06148 Jy ! Component: 100 - total flux cleaned = 2.58653 Jy ! Total flux subtracted in 100 components = 2.58653 Jy ! Clean residual min=-0.145787 max=0.218531 Jy/beam ! Clean residual mean=0.008832 rms=0.077318 Jy/beam ! Combined flux in latest and established models = 2.58653 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 2.58653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.583745Jy sigma=11.544415 ! Fit after self-cal, rms=0.583731Jy sigma=11.544174 ! 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=13.07 mas, bmaj=159.7 mas, bpa=19.75 degrees ! Estimated noise=4.16353 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.250036 Jy ! Component: 100 - total flux cleaned = 0.357521 Jy ! Component: 150 - total flux cleaned = 0.456794 Jy ! Component: 200 - total flux cleaned = 0.512691 Jy ! Total flux subtracted in 200 components = 0.512691 Jy ! Clean residual min=-0.059477 max=0.059912 Jy/beam ! Clean residual mean=0.001469 rms=0.026791 Jy/beam ! Combined flux in latest and established models = 3.09922 Jy ! Performing phase self-cal ! Adding 95 model components to the UV plane model. ! The established model now contains 121 components and 3.09922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.434479Jy sigma=8.292546 ! Fit after self-cal, rms=0.434418Jy sigma=8.291110 ! 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.92 KP 0.96 LA 1.20 OV 1.12 ! PT 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* MK 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.00 LA 1.13 OV 1.12 ! PT 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* MK 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 0.98 LA 0.91 OV 1.24 ! PT 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* MK 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.95 LA 0.76 OV 0.97 ! PT 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* MK 0.00* ! ! ! Fit before self-cal, rms=0.434418Jy sigma=8.291110 ! Fit after self-cal, rms=0.146870Jy sigma=2.474580 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=13.35 mas, bmaj=157.6 mas, bpa=19.82 degrees ! Estimated noise=4.11494 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.0264077 Jy ! Component: 100 - total flux cleaned = -0.0339011 Jy ! Component: 150 - total flux cleaned = -0.0371828 Jy ! Component: 200 - total flux cleaned = -0.0333605 Jy ! Total flux subtracted in 200 components = -0.0333605 Jy ! Clean residual min=-0.015765 max=0.015677 Jy/beam ! Clean residual mean=0.000689 rms=0.006594 Jy/beam ! Combined flux in latest and established models = 3.06586 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 207 components and 3.06586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119560Jy sigma=2.179701 ! Fit after self-cal, rms=0.119444Jy sigma=2.170720 ! 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.119444Jy sigma=2.170720 ! Fit after self-cal, rms=0.117418Jy sigma=2.043126 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.41 mas, bmaj=157.4 mas, bpa=19.86 degrees ! Estimated noise=4.10717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0102387 Jy ! Component: 100 - total flux cleaned = -0.016467 Jy ! Component: 150 - total flux cleaned = -0.0219583 Jy ! Component: 200 - total flux cleaned = -0.0246129 Jy ! Total flux subtracted in 200 components = -0.0246129 Jy ! Clean residual min=-0.008666 max=0.008720 Jy/beam ! Clean residual mean=0.000626 rms=0.004696 Jy/beam ! Combined flux in latest and established models = 3.04125 Jy selfcal ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 300 components and 3.04125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103297Jy sigma=1.897990 ! Fit after self-cal, rms=0.103221Jy sigma=1.896277 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.000341988 Jy ! Component: 100 - total flux cleaned = -0.000902288 Jy ! Component: 150 - total flux cleaned = 0.0010667 Jy ! Component: 200 - total flux cleaned = 0.00382452 Jy ! Total flux subtracted in 200 components = 0.00382452 Jy ! Clean residual min=-0.006565 max=0.006562 Jy/beam ! Clean residual mean=0.000315 rms=0.003349 Jy/beam ! Combined flux in latest and established models = 3.04508 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 366 components and 3.04507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099735Jy sigma=1.850733 ! Fit after self-cal, rms=0.099714Jy sigma=1.850231 ! 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.099714Jy sigma=1.850231 ! Fit after self-cal, rms=0.099618Jy sigma=1.788623 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.45 mas, bmaj=157.2 mas, bpa=19.88 degrees ! Estimated noise=4.11058 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0024851 Jy ! Component: 100 - total flux cleaned = -0.00437189 Jy ! Component: 150 - total flux cleaned = -0.00408025 Jy ! Component: 200 - total flux cleaned = -0.00270839 Jy ! Total flux subtracted in 200 components = -0.00270839 Jy ! Clean residual min=-0.005588 max=0.005602 Jy/beam ! Clean residual mean=0.000471 rms=0.003284 Jy/beam ! Combined flux in latest and established models = 3.04237 Jy selfcal ! Performing phase self-cal ! Adding 97 model components to the UV plane model. ! The established model now contains 456 components and 3.04237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092316Jy sigma=1.711198 ! Fit after self-cal, rms=0.092299Jy sigma=1.710539 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.0020689 Jy ! Component: 100 - total flux cleaned = 0.00509679 Jy ! Component: 150 - total flux cleaned = 0.00743061 Jy ! Component: 200 - total flux cleaned = 0.00887658 Jy ! Total flux subtracted in 200 components = 0.00887658 Jy ! Clean residual min=-0.004925 max=0.004916 Jy/beam ! Clean residual mean=0.000303 rms=0.002505 Jy/beam ! Combined flux in latest and established models = 3.05124 Jy ! Performing phase self-cal ! Adding 105 model components to the UV plane model. ! The established model now contains 547 components and 3.05124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090197Jy sigma=1.683695 ! Fit after self-cal, rms=0.090183Jy sigma=1.683567 ! 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.090183Jy sigma=1.683567 ! Fit after self-cal, rms=0.090211Jy sigma=1.654922 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.31 mas, bmaj=154.8 mas, bpa=19.92 degrees ! Estimated noise=4.06034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017324 Jy ! Component: 100 - total flux cleaned = 0.00306513 Jy ! Component: 150 - total flux cleaned = 0.00478375 Jy ! Component: 200 - total flux cleaned = 0.00765924 Jy ! Total flux subtracted in 200 components = 0.00765924 Jy ! Clean residual min=-0.004287 max=0.004301 Jy/beam ! Clean residual mean=0.000331 rms=0.002252 Jy/beam ! Combined flux in latest and established models = 3.0589 Jy selfcal ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 635 components and 3.0589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086471Jy sigma=1.613637 ! Fit after self-cal, rms=0.086473Jy sigma=1.613410 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.00263948 Jy ! Component: 100 - total flux cleaned = 0.00529589 Jy ! Component: 150 - total flux cleaned = 0.0078549 Jy ! Component: 200 - total flux cleaned = 0.0107621 Jy ! Total flux subtracted in 200 components = 0.0107621 Jy ! Clean residual min=-0.003438 max=0.003392 Jy/beam ! Clean residual mean=0.000230 rms=0.001739 Jy/beam ! Combined flux in latest and established models = 3.06967 Jy ! Performing phase self-cal ! Adding 87 model components to the UV plane model. ! The established model now contains 712 components and 3.06966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085177Jy sigma=1.595654 ! Fit after self-cal, rms=0.085166Jy sigma=1.595578 ! 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:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA 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 2:MK,true ! 2:MK 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 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.813068Jy sigma=37.273902 ! Fit after self-cal, rms=0.085166Jy sigma=1.595578 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:KK self-cal status=correctable weight=1 ! 2:MK 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 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.085166Jy sigma=1.595578 ! Fit after self-cal, rms=0.085103Jy sigma=1.580614 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=12.46 mas, bmaj=149.6 mas, bpa=20.44 degrees ! Estimated noise=5.11149 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.00950137 Jy ! Component: 100 - total flux cleaned = -0.0111134 Jy ! Component: 150 - total flux cleaned = -0.0103296 Jy ! Component: 200 - total flux cleaned = -0.01038 Jy ! Total flux subtracted in 200 components = -0.01038 Jy ! Clean residual min=-0.005186 max=0.005114 Jy/beam ! Clean residual mean=0.000278 rms=0.002059 Jy/beam ! Combined flux in latest and established models = 3.05928 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 788 components and 3.05929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082903Jy sigma=1.576331 ! Fit after self-cal, rms=0.082909Jy sigma=1.575277 ! 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=13.5 mas, bmaj=157 mas, bpa=19.9 degrees ! Estimated noise=4.11329 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.00238676 Jy ! Component: 100 - total flux cleaned = 0.00377533 Jy ! Component: 150 - total flux cleaned = 0.00471802 Jy ! Component: 200 - total flux cleaned = 0.00619783 Jy ! Component: 250 - total flux cleaned = 0.00661255 Jy ! Component: 300 - total flux cleaned = 0.00618303 Jy ! Component: 350 - total flux cleaned = 0.00550179 Jy ! Component: 400 - total flux cleaned = 0.0050244 Jy ! Total flux subtracted in 400 components = 0.0050244 Jy ! Clean residual min=-0.004045 max=0.004069 Jy/beam ! Clean residual mean=0.000214 rms=0.001665 Jy/beam ! Combined flux in latest and established models = 3.06431 Jy ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 887 components and 3.06431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081470Jy sigma=1.539149 ! Fit after self-cal, rms=0.081418Jy sigma=1.538207 ! 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 = 0.000115415 Jy ! Component: 100 - total flux cleaned = -0.000416711 Jy ! Component: 150 - total flux cleaned = -0.000167414 Jy ! Component: 200 - total flux cleaned = 0.000197645 Jy ! Component: 250 - total flux cleaned = 0.000924629 Jy ! Component: 300 - total flux cleaned = 0.00218616 Jy ! Component: 350 - total flux cleaned = 0.00353875 Jy ! Component: 400 - total flux cleaned = 0.00514312 Jy ! Total flux subtracted in 400 components = 0.00514312 Jy ! Clean residual min=-0.002516 max=0.002513 Jy/beam ! Clean residual mean=0.000076 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 3.06945 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 974 components and 3.06945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080971Jy sigma=1.531872 ! Fit after self-cal, rms=0.080949Jy sigma=1.531174 ! 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 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.807562Jy sigma=37.163814 ! Fit after self-cal, rms=0.080296Jy sigma=1.513320 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.52 mas, bmaj=157 mas, bpa=19.92 degrees ! Estimated noise=4.11805 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00256919 Jy ! Component: 100 - total flux cleaned = 0.00268051 Jy ! Component: 150 - total flux cleaned = 0.00401524 Jy ! Component: 200 - total flux cleaned = 0.00591907 Jy ! Component: 250 - total flux cleaned = 0.00767422 Jy ! Component: 300 - total flux cleaned = 0.0090138 Jy ! Component: 350 - total flux cleaned = 0.00921545 Jy ! Component: 400 - total flux cleaned = 0.00869768 Jy ! Total flux subtracted in 400 components = 0.00869768 Jy ! Clean residual min=-0.001742 max=0.001754 Jy/beam ! Clean residual mean=0.000092 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 3.07815 Jy selfcal ! Performing phase self-cal ! Adding 138 model components to the UV plane model. ! The established model now contains 1080 components and 3.07815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079404Jy sigma=1.499305 ! Fit after self-cal, rms=0.079416Jy sigma=1.498791 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.000330563 Jy ! Component: 100 - total flux cleaned = 1.46788e-05 Jy ! Component: 150 - total flux cleaned = 0.000566414 Jy ! Component: 200 - total flux cleaned = 0.00101127 Jy ! Component: 250 - total flux cleaned = 0.0013787 Jy ! Component: 300 - total flux cleaned = 0.00167118 Jy ! Component: 350 - total flux cleaned = 0.00218952 Jy ! Component: 400 - total flux cleaned = 0.00265272 Jy ! Total flux subtracted in 400 components = 0.00265272 Jy ! Clean residual min=-0.001310 max=0.001296 Jy/beam ! Clean residual mean=0.000071 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 3.0808 Jy ! Performing phase self-cal ! Adding 153 model components to the UV plane model. ! The established model now contains 1226 components and 3.0808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079204Jy sigma=1.493884 ! Fit after self-cal, rms=0.079193Jy sigma=1.493727 ! Inverting map ! Added new window around map position (74.4, -102.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000634879 Jy ! Component: 100 - total flux cleaned = 0.000844009 Jy ! Component: 150 - total flux cleaned = 0.000840628 Jy ! Component: 200 - total flux cleaned = 0.000567984 Jy ! Component: 250 - total flux cleaned = 0.000150558 Jy ! Component: 300 - total flux cleaned = 0.000202815 Jy ! Component: 350 - total flux cleaned = 0.000260273 Jy ! Component: 400 - total flux cleaned = 0.000263433 Jy ! Total flux subtracted in 400 components = 0.000263433 Jy ! Clean residual min=-0.001137 max=0.001891 Jy/beam ! Clean residual mean=0.000052 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 3.08107 Jy ! Performing phase self-cal ! Adding 127 model components to the UV plane model. ! The established model now contains 1339 components and 3.08107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079054Jy sigma=1.491780 ! Fit after self-cal, rms=0.079054Jy sigma=1.491313 ! Inverting map ! Added new window around map position (-94.8, 77.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.35879e-05 Jy ! Component: 100 - total flux cleaned = -6.0522e-05 Jy ! Component: 150 - total flux cleaned = -0.000122875 Jy ! Component: 200 - total flux cleaned = 1.41462e-06 Jy ! Component: 250 - total flux cleaned = 0.000185731 Jy ! Component: 300 - total flux cleaned = 0.000308631 Jy ! Component: 350 - total flux cleaned = 0.000492571 Jy ! Component: 400 - total flux cleaned = 0.000614553 Jy ! Total flux subtracted in 400 components = 0.000614553 Jy ! Clean residual min=-0.001016 max=0.001020 Jy/beam ! Clean residual mean=0.000079 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 3.08168 Jy ! Performing phase self-cal ! Adding 160 model components to the UV plane model. ! The established model now contains 1484 components and 3.08168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078942Jy sigma=1.487032 ! Fit after self-cal, rms=0.078928Jy sigma=1.486950 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.17878e-05 Jy ! Component: 100 - total flux cleaned = 0.000251735 Jy ! Component: 150 - total flux cleaned = 0.000464436 Jy ! Component: 200 - total flux cleaned = 0.000772671 Jy ! Component: 250 - total flux cleaned = 0.00102331 Jy ! Component: 300 - total flux cleaned = 0.00112646 Jy ! Component: 350 - total flux cleaned = 0.00128489 Jy ! Component: 400 - total flux cleaned = 0.00156317 Jy ! Total flux subtracted in 400 components = 0.00156317 Jy ! Clean residual min=-0.000951 max=0.000952 Jy/beam ! Clean residual mean=0.000050 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 3.08324 Jy ! Performing phase self-cal ! Adding 121 model components to the UV plane model. ! The established model now contains 1584 components and 3.08324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078807Jy sigma=1.484836 ! Fit after self-cal, rms=0.078808Jy sigma=1.484675 ! 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.078808Jy sigma=1.484675 ! Fit after self-cal, rms=0.078670Jy sigma=1.479177 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.53 mas, bmaj=156.9 mas, bpa=19.92 degrees ! Estimated noise=4.1198 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000666486 Jy ! Component: 100 - total flux cleaned = 0.000892554 Jy ! Component: 150 - total flux cleaned = 0.000394509 Jy ! Component: 200 - total flux cleaned = 0.000243254 Jy ! Component: 250 - total flux cleaned = 0.00127665 Jy ! Component: 300 - total flux cleaned = 0.00220701 Jy ! Component: 350 - total flux cleaned = 0.00312594 Jy ! Component: 400 - total flux cleaned = 0.00404489 Jy ! Total flux subtracted in 400 components = 0.00404489 Jy ! Clean residual min=-0.001086 max=0.001092 Jy/beam ! Clean residual mean=0.000041 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 3.08729 Jy selfcal ! Performing phase self-cal ! Adding 137 model components to the UV plane model. ! The established model now contains 1690 components and 3.08729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078297Jy sigma=1.473455 ! Fit after self-cal, rms=0.078299Jy sigma=1.473309 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.00157315 Jy ! Component: 100 - total flux cleaned = 0.00245287 Jy ! Component: 150 - total flux cleaned = 0.00318215 Jy ! Component: 200 - total flux cleaned = 0.0032881 Jy ! Component: 250 - total flux cleaned = 0.00307566 Jy ! Component: 300 - total flux cleaned = 0.00302095 Jy ! Component: 350 - total flux cleaned = 0.002965 Jy ! Component: 400 - total flux cleaned = 0.00278749 Jy ! Total flux subtracted in 400 components = 0.00278749 Jy ! Clean residual min=-0.001005 max=0.001004 Jy/beam ! Clean residual mean=0.000031 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 3.09008 Jy ! Performing phase self-cal ! Adding 121 model components to the UV plane model. ! The established model now contains 1764 components and 3.09008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078206Jy sigma=1.471304 ! Fit after self-cal, rms=0.078204Jy sigma=1.470986 ! 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.078204Jy sigma=1.470986 ! Fit after self-cal, rms=0.078186Jy sigma=1.469294 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.37 mas, bmaj=154.6 mas, bpa=19.96 degrees ! Estimated noise=4.06598 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106238 Jy ! Component: 100 - total flux cleaned = 0.000212908 Jy ! Component: 150 - total flux cleaned = -0.000332378 Jy ! Component: 200 - total flux cleaned = -0.000273069 Jy ! Component: 250 - total flux cleaned = -9.61538e-05 Jy ! Component: 300 - total flux cleaned = 0.000133063 Jy ! Component: 350 - total flux cleaned = 0.000534089 Jy ! Component: 400 - total flux cleaned = 0.000882826 Jy ! Total flux subtracted in 400 components = 0.000882826 Jy ! Clean residual min=-0.000989 max=0.000975 Jy/beam ! Clean residual mean=0.000046 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 3.09096 Jy selfcal ! Performing phase self-cal ! Adding 139 model components to the UV plane model. ! The established model now contains 1880 components and 3.09096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077988Jy sigma=1.465817 ! Fit after self-cal, rms=0.077987Jy sigma=1.465724 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.000627849 Jy ! Component: 100 - total flux cleaned = 0.00124519 Jy ! Component: 150 - total flux cleaned = 0.00164371 Jy ! Component: 200 - total flux cleaned = 0.00219482 Jy ! Component: 250 - total flux cleaned = 0.0025799 Jy ! Component: 300 - total flux cleaned = 0.00270619 Jy ! Component: 350 - total flux cleaned = 0.00308803 Jy ! Component: 400 - total flux cleaned = 0.0035233 Jy ! Total flux subtracted in 400 components = 0.0035233 Jy ! Clean residual min=-0.000738 max=0.000733 Jy/beam ! Clean residual mean=0.000009 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 3.09448 Jy ! Performing phase self-cal ! Adding 150 model components to the UV plane model. ! The established model now contains 1992 components and 3.09448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077894Jy sigma=1.463455 ! Fit after self-cal, rms=0.077892Jy sigma=1.463345 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137006 Jy ! Component: 100 - total flux cleaned = 0.000546239 Jy ! Component: 150 - total flux cleaned = 0.0010087 Jy ! Component: 200 - total flux cleaned = 0.00128536 Jy ! Component: 250 - total flux cleaned = 0.00155372 Jy ! Component: 300 - total flux cleaned = 0.00182129 Jy ! Component: 350 - total flux cleaned = 0.00197732 Jy ! Component: 400 - total flux cleaned = 0.00205632 Jy ! Total flux subtracted in 400 components = 0.00205632 Jy ! Clean residual min=-0.000674 max=0.000673 Jy/beam ! Clean residual mean=0.000013 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 3.09654 Jy ! Performing phase self-cal ! Adding 151 model components to the UV plane model. ! The established model now contains 2098 components and 3.09654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077812Jy sigma=1.461890 ! Fit after self-cal, rms=0.077810Jy sigma=1.461805 ! 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=13.53 mas, bmaj=156.9 mas, bpa=19.93 degrees ! Estimated noise=4.12074 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.53 x 156.9 at 19.93 degrees (North through East) ! Clean map min=-0.032658 max=2.6145 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.077810Jy sigma=1.461805 ! Fit after self-cal, rms=0.072933Jy sigma=1.312253 ! Inverting map and beam ! Estimated beam: bmin=13.53 mas, bmaj=156.9 mas, bpa=19.93 degrees ! Estimated noise=4.12173 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000121721 Jy ! Component: 100 - total flux cleaned = -0.000248032 Jy ! Component: 150 - total flux cleaned = 0.000122764 Jy ! Component: 200 - total flux cleaned = 0.000465804 Jy ! Component: 250 - total flux cleaned = 0.000833223 Jy ! Component: 300 - total flux cleaned = 0.00109431 Jy ! Component: 350 - total flux cleaned = 0.00134689 Jy ! Component: 400 - total flux cleaned = 0.00151354 Jy ! Total flux subtracted in 400 components = 0.00151354 Jy ! Clean residual min=-0.000693 max=0.000704 Jy/beam ! Clean residual mean=0.000025 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 3.09805 Jy ! Performing phase self-cal ! Adding 167 model components to the UV plane model. ! The established model now contains 2227 components and 3.09805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072808Jy sigma=1.309583 ! Fit after self-cal, rms=0.072806Jy sigma=1.309484 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000390391 Jy ! Component: 100 - total flux cleaned = 0.00111577 Jy ! Component: 150 - total flux cleaned = 0.00158788 Jy ! Component: 200 - total flux cleaned = 0.00196838 Jy ! Component: 250 - total flux cleaned = 0.00226975 Jy ! Component: 300 - total flux cleaned = 0.00240229 Jy ! Component: 350 - total flux cleaned = 0.00253889 Jy ! Component: 400 - total flux cleaned = 0.00268356 Jy ! Total flux subtracted in 400 components = 0.00268356 Jy ! Clean residual min=-0.000827 max=0.000838 Jy/beam ! Clean residual mean=-0.000001 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 3.10073 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 2269 components and 3.10073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072721Jy sigma=1.308230 ! Fit after self-cal, rms=0.072729Jy sigma=1.308007 ! 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.072729Jy sigma=1.308007 ! Fit after self-cal, rms=0.072755Jy sigma=1.307583 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=12.5 mas, bmaj=149.5 mas, bpa=20.47 degrees ! Estimated noise=5.11989 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.06692 Jy ! Component: 100 - total flux cleaned = 2.54222 Jy ! Component: 150 - total flux cleaned = 2.67032 Jy ! Component: 200 - total flux cleaned = 2.71709 Jy ! Component: 250 - total flux cleaned = 2.74517 Jy ! Component: 300 - total flux cleaned = 2.77542 Jy ! Component: 350 - total flux cleaned = 2.80447 Jy ! Component: 400 - total flux cleaned = 2.82497 Jy ! Total flux subtracted in 400 components = 2.82497 Jy ! Clean residual min=-0.026987 max=0.026655 Jy/beam ! Clean residual mean=0.003403 rms=0.011878 Jy/beam ! Combined flux in latest and established models = 2.82496 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 200 model components to the UV plane model. ! The established model now contains 200 components and 2.82496 Jy ! Inverting map and beam ! Estimated beam: bmin=13.54 mas, bmaj=156.9 mas, bpa=19.93 degrees ! Estimated noise=4.12247 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.00800887 Jy ! Component: 100 - total flux cleaned = 0.00193644 Jy ! Component: 150 - total flux cleaned = 0.00112289 Jy ! Component: 200 - total flux cleaned = -0.00132779 Jy ! Component: 250 - total flux cleaned = -0.00379509 Jy ! Component: 300 - total flux cleaned = -0.00464704 Jy ! Component: 350 - total flux cleaned = -0.005478 Jy ! Component: 400 - total flux cleaned = -0.00734069 Jy ! Total flux subtracted in 400 components = -0.00734069 Jy ! Clean residual min=-0.016163 max=0.016147 Jy/beam ! Clean residual mean=0.000705 rms=0.006356 Jy/beam ! Combined flux in latest and established models = 2.81762 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 300 components and 2.81762 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=14.37 mas, bmaj=154.6 mas, bpa=19.96 degrees ! Estimated noise=4.06737 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00150028 Jy ! Component: 100 - total flux cleaned = -0.00101304 Jy ! Component: 150 - total flux cleaned = -9.54003e-05 Jy ! Component: 200 - total flux cleaned = 0.00172387 Jy ! Component: 250 - total flux cleaned = 0.00443111 Jy ! Component: 300 - total flux cleaned = 0.00488761 Jy ! Component: 350 - total flux cleaned = 0.00485401 Jy ! Component: 400 - total flux cleaned = 0.00261491 Jy ! Total flux subtracted in 400 components = 0.00261491 Jy ! Clean residual min=-0.009795 max=0.009887 Jy/beam ! Clean residual mean=0.000438 rms=0.003138 Jy/beam ! Combined flux in latest and established models = 2.82024 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 = -0.00125633 Jy ! Component: 100 - total flux cleaned = -0.00125353 Jy ! Component: 150 - total flux cleaned = -0.00127164 Jy ! Component: 200 - total flux cleaned = -0.00130177 Jy ! Component: 250 - total flux cleaned = -0.001349 Jy ! Component: 300 - total flux cleaned = -0.00139989 Jy ! Component: 350 - total flux cleaned = -0.00147356 Jy ! Component: 400 - total flux cleaned = -0.00155007 Jy ! Total flux subtracted in 400 components = -0.00155007 Jy ! Clean residual min=-0.036968 max=0.037056 Jy/beam ! Clean residual mean=0.000522 rms=0.010727 Jy/beam ! Combined flux in latest and established models = 2.81869 Jy ! Adding 100 model components to the UV plane model. ! The established model now contains 392 components and 2.81869 Jy ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000362437 Jy ! Component: 100 - total flux cleaned = 0.00243452 Jy ! Component: 150 - total flux cleaned = 0.00241879 Jy ! Component: 200 - total flux cleaned = 0.00244996 Jy ! Component: 250 - total flux cleaned = 0.0025011 Jy ! Component: 300 - total flux cleaned = 0.00257384 Jy ! Component: 350 - total flux cleaned = 0.00266207 Jy ! Component: 400 - total flux cleaned = 0.00276317 Jy ! Total flux subtracted in 400 components = 0.00276317 Jy ! Clean residual min=-0.045060 max=0.044400 Jy/beam ! Clean residual mean=0.000078 rms=0.010692 Jy/beam ! Combined flux in latest and established models = 2.82145 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 408 components and 2.82145 Jy ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144892 Jy ! Component: 100 - total flux cleaned = 0.00128821 Jy ! Component: 150 - total flux cleaned = 0.000660083 Jy ! Component: 200 - total flux cleaned = 0.000716232 Jy ! Component: 250 - total flux cleaned = 0.000768352 Jy ! Component: 300 - total flux cleaned = 0.000820982 Jy ! Component: 350 - total flux cleaned = 0.000873437 Jy ! Component: 400 - total flux cleaned = 0.000940617 Jy ! Total flux subtracted in 400 components = 0.000940617 Jy ! Clean residual min=-0.025238 max=0.024663 Jy/beam ! Clean residual mean=0.000277 rms=0.006664 Jy/beam ! Combined flux in latest and established models = 2.82239 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 421 components and 2.82239 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=13.54 mas, bmaj=156.9 mas, bpa=19.93 degrees ! Estimated noise=4.12247 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00117053 Jy ! Component: 100 - total flux cleaned = -0.00115023 Jy ! Component: 150 - total flux cleaned = -0.00111316 Jy ! Component: 200 - total flux cleaned = -0.00109222 Jy ! Component: 250 - total flux cleaned = -0.00108892 Jy ! Component: 300 - total flux cleaned = -0.00108289 Jy ! Component: 350 - total flux cleaned = -0.00108305 Jy ! Component: 400 - total flux cleaned = -0.00106902 Jy ! Total flux subtracted in 400 components = -0.00106902 Jy ! Clean residual min=-0.029746 max=0.030088 Jy/beam ! Clean residual mean=0.000180 rms=0.007227 Jy/beam ! Combined flux in latest and established models = 2.82132 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 424 components and 2.82132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086907Jy sigma=1.655226 ! Fit after self-cal, rms=0.084985Jy sigma=1.630388 wmodel /scr/pima/rdv62_uvs/J0538-4405_S_map.mod ! Writing 424 model components to file: /scr/pima/rdv62_uvs/J0538-4405_S_map.mod wobs /scr/pima/rdv62_uvs/J0538-4405_S_uvs.fits ! Applying 55 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J0538-4405_S_uvs.fits wwins /scr/pima/rdv62_uvs/J0538-4405_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv62_uvs/J0538-4405_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.00642659 Jy ! Component: 100 - total flux cleaned = 0.00643516 Jy ! Component: 150 - total flux cleaned = 0.00643947 Jy ! Component: 200 - total flux cleaned = 0.00644093 Jy ! Component: 250 - total flux cleaned = 0.0064406 Jy ! Component: 300 - total flux cleaned = 0.00608342 Jy ! Component: 350 - total flux cleaned = 0.00519008 Jy ! Component: 400 - total flux cleaned = 0.00464946 Jy ! Component: 450 - total flux cleaned = 0.00483521 Jy ! Component: 500 - total flux cleaned = 0.00483167 Jy ! Component: 550 - total flux cleaned = 0.0048315 Jy ! Component: 600 - total flux cleaned = 0.0048351 Jy ! Component: 650 - total flux cleaned = 0.00484051 Jy ! Component: 700 - total flux cleaned = 0.00484735 Jy ! Component: 750 - total flux cleaned = 0.00485531 Jy ! Component: 800 - total flux cleaned = 0.00486394 Jy ! Component: 850 - total flux cleaned = 0.00487402 Jy ! Component: 900 - total flux cleaned = 0.00488306 Jy ! Component: 950 - total flux cleaned = 0.00488994 Jy ! Component: 1000 - total flux cleaned = 0.00489661 Jy ! Component: 1050 - total flux cleaned = 0.00490464 Jy ! Component: 1100 - total flux cleaned = 0.00491258 Jy ! Component: 1150 - total flux cleaned = 0.00492176 Jy ! Component: 1200 - total flux cleaned = 0.00493362 Jy ! Component: 1250 - total flux cleaned = 0.00494948 Jy ! Component: 1300 - total flux cleaned = 0.00496504 Jy ! Component: 1350 - total flux cleaned = 0.00497968 Jy ! Component: 1400 - total flux cleaned = 0.00499567 Jy ! Component: 1450 - total flux cleaned = 0.005008 Jy ! Component: 1500 - total flux cleaned = 0.0050171 Jy ! Component: 1550 - total flux cleaned = 0.00502618 Jy ! Component: 1600 - total flux cleaned = 0.00503868 Jy ! Component: 1650 - total flux cleaned = 0.00505122 Jy ! Component: 1700 - total flux cleaned = 0.00506653 Jy ! Component: 1750 - total flux cleaned = 0.00508209 Jy ! Component: 1800 - total flux cleaned = 0.00510873 Jy ! Component: 1850 - total flux cleaned = 0.00513797 Jy ! Component: 1900 - total flux cleaned = 0.00516642 Jy ! Component: 1950 - total flux cleaned = 0.00519675 Jy ! Component: 2000 - total flux cleaned = 0.00522466 Jy ! Component: 2050 - total flux cleaned = 0.00524222 Jy ! Component: 2100 - total flux cleaned = 0.00525869 Jy ! Component: 2150 - total flux cleaned = 0.00528187 Jy ! Component: 2200 - total flux cleaned = 0.00530548 Jy ! Component: 2250 - total flux cleaned = 0.00533442 Jy ! Component: 2300 - total flux cleaned = 0.00536395 Jy ! Component: 2350 - total flux cleaned = 0.00539812 Jy ! Component: 2400 - total flux cleaned = 0.0054539 Jy ! Component: 2450 - total flux cleaned = 0.00551335 Jy ! Component: 2500 - total flux cleaned = 0.00557361 Jy ! Component: 2550 - total flux cleaned = 0.00563031 Jy ! Component: 2600 - total flux cleaned = 0.0056793 Jy ! Component: 2650 - total flux cleaned = 0.0057088 Jy ! Component: 2700 - total flux cleaned = 0.00575209 Jy ! Component: 2750 - total flux cleaned = 0.00579623 Jy ! Component: 2800 - total flux cleaned = 0.00585115 Jy ! Component: 2850 - total flux cleaned = 0.0059073 Jy ! Component: 2900 - total flux cleaned = 0.00597269 Jy ! Component: 2950 - total flux cleaned = 0.00228055 Jy ! Component: 3000 - total flux cleaned = 0.0061928 Jy ! Component: 3050 - total flux cleaned = 0.00208308 Jy ! Component: 3100 - total flux cleaned = 0.00649175 Jy ! Component: 3150 - total flux cleaned = 0.00628634 Jy ! Component: 3200 - total flux cleaned = 0.0061566 Jy ! Component: 3250 - total flux cleaned = 0.00608865 Jy ! Component: 3300 - total flux cleaned = 0.00606712 Jy ! Component: 3350 - total flux cleaned = 0.00608455 Jy ! Component: 3400 - total flux cleaned = 0.00613232 Jy ! Component: 3450 - total flux cleaned = 0.00620648 Jy ! Component: 3500 - total flux cleaned = 0.00634975 Jy ! Component: 3550 - total flux cleaned = 0.00654729 Jy ! Component: 3600 - total flux cleaned = 0.0067311 Jy ! Component: 3650 - total flux cleaned = 0.00682918 Jy ! Component: 3700 - total flux cleaned = 0.00696497 Jy ! Component: 3750 - total flux cleaned = 0.00711122 Jy ! Component: 3800 - total flux cleaned = 0.00728722 Jy ! Component: 3850 - total flux cleaned = 0.00747351 Jy ! Component: 3900 - total flux cleaned = 0.00768507 Jy ! Component: 3950 - total flux cleaned = -0.0043754 Jy ! Component: 4000 - total flux cleaned = 0.0085216 Jy ! Component: 4050 - total flux cleaned = -0.00491007 Jy ! Total flux subtracted in 4096 components = 0.00997445 Jy ! Clean residual min=-0.737203 max=0.732093 Jy/beam ! Clean residual mean=0.001330 rms=0.216678 Jy/beam ! Combined flux in latest and established models = 2.8313 Jy keep ! Adding 29 model components to the UV plane model. ! The established model now contains 438 components and 2.8313 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J0538-4405_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.54 x 156.9 at 19.93 degrees (North through East) ! Clean map min=-0.9758 max=2.8147 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J0538-4405_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= 2.8147 rms= 0.21993 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J0538-4405_S_uvs.log closed on Fri Nov 22 22:32:44 2013