! Started logfile: /scr/pima/rdv93_uvs/J1711-3338_S_uvs.log on Tue Oct 8 15:31:33 2013 obs /scr/pima/rdv93_uvs/J1711-3338_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1711-3338_S_uva.fits ! AN table 1: 22 integrations on 10 of 10 possible baselines. ! AN table 2: 22 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.83871 visibilities/baseline/integration-bin. ! Found source: J1711-3338 ! ! 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 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2288 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/rdv93_uvs/J1711-3338_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:LA 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 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2: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.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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.001501Jy sigma=1.953604 ! Fit after self-cal, rms=0.909190Jy sigma=1.663840 ! 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=13.04 mas, bmaj=37.61 mas, bpa=3.2 degrees ! Estimated noise=14.4922 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 = 0.0996767 Jy ! Component: 100 - total flux cleaned = 0.13543 Jy ! Total flux subtracted in 100 components = 0.13543 Jy ! Clean residual min=-0.013977 max=0.016307 Jy/beam ! Clean residual mean=-0.000423 rms=0.005607 Jy/beam ! Combined flux in latest and established models = 0.13543 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 59 components and 0.13543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066067Jy sigma=0.120574 ! Fit after self-cal, rms=0.065980Jy sigma=0.120382 ! 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=14.14 mas, bmaj=40.91 mas, bpa=3.412 degrees ! Estimated noise=8.87536 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.0190564 Jy ! Component: 100 - total flux cleaned = 0.0248924 Jy ! Component: 150 - total flux cleaned = 0.0268781 Jy ! Component: 200 - total flux cleaned = 0.0268334 Jy ! Total flux subtracted in 200 components = 0.0268334 Jy ! Clean residual min=-0.003882 max=0.003849 Jy/beam ! Clean residual mean=-0.000144 rms=0.001767 Jy/beam ! Combined flux in latest and established models = 0.162264 Jy ! Performing phase self-cal ! Adding 124 model components to the UV plane model. ! The established model now contains 182 components and 0.162264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060416Jy sigma=0.105105 ! Fit after self-cal, rms=0.060481Jy sigma=0.104968 ! 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.97 LA 1.09 NL 1.12 OV 1.03 ! PT 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 0.98 KP 1.05 LA 1.15 ! NL 0.89 OV 0.89 PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 LA 1.03 NL 1.29 OV 1.08 ! PT 1.06 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.12 FD 0.98 KP 1.02 LA 1.06 ! NL 0.91 OV 0.98 PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 LA 0.94 NL 1.24 OV 1.00 ! PT 1.06 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.10 FD 1.09 KP 0.94 LA 0.97 ! NL 1.04 OV 1.05 PT 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 LA 0.79 NL 1.02 OV 0.80 ! PT 0.86 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.10 FD 1.00 KP 0.82 LA 0.79 ! NL 0.83 OV 0.86 PT 0.95 ! ! ! Fit before self-cal, rms=0.060481Jy sigma=0.104968 ! Fit after self-cal, rms=0.057375Jy sigma=0.096209 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=14.31 mas, bmaj=42.01 mas, bpa=3.173 degrees ! Estimated noise=8.58921 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.00141008 Jy ! Component: 100 - total flux cleaned = 0.00178958 Jy ! Component: 150 - total flux cleaned = 0.00135236 Jy ! Component: 200 - total flux cleaned = 0.00116004 Jy ! Total flux subtracted in 200 components = 0.00116004 Jy ! Clean residual min=-0.001488 max=0.001486 Jy/beam ! Clean residual mean=-0.000014 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.163424 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 242 components and 0.163424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056666Jy sigma=0.095707 ! Fit after self-cal, rms=0.056801Jy sigma=0.095640 ! 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.056801Jy sigma=0.095640 ! Fit after self-cal, rms=0.056604Jy sigma=0.095619 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.3 mas, bmaj=41.94 mas, bpa=3.078 degrees ! Estimated noise=8.57005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000156261 Jy ! Component: 100 - total flux cleaned = -0.00025421 Jy ! Component: 150 - total flux cleaned = -0.000469332 Jy ! Component: 200 - total flux cleaned = -0.000930337 Jy ! Total flux subtracted in 200 components = -0.000930337 Jy ! Clean residual min=-0.001043 max=0.001030 Jy/beam ! Clean residual mean=-0.000010 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.162494 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 297 components and 0.162494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056266Jy sigma=0.095407 ! Fit after self-cal, rms=0.056328Jy sigma=0.095397 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.000375098 Jy ! Component: 100 - total flux cleaned = -0.00107085 Jy ! Component: 150 - total flux cleaned = -0.00181358 Jy ! Component: 200 - total flux cleaned = -0.00240317 Jy ! Total flux subtracted in 200 components = -0.00240317 Jy ! Clean residual min=-0.000782 max=0.000776 Jy/beam ! Clean residual mean=-0.000004 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.16009 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 346 components and 0.16009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056150Jy sigma=0.095298 ! Fit after self-cal, rms=0.056189Jy sigma=0.095292 ! 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.056189Jy sigma=0.095292 ! Fit after self-cal, rms=0.056964Jy sigma=0.095208 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.34 mas, bmaj=42.05 mas, bpa=3.204 degrees ! Estimated noise=8.61048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000352376 Jy ! Component: 100 - total flux cleaned = 0.00017173 Jy ! Component: 150 - total flux cleaned = -0.000411473 Jy ! Component: 200 - total flux cleaned = -0.000910825 Jy ! Total flux subtracted in 200 components = -0.000910825 Jy ! Clean residual min=-0.000624 max=0.000619 Jy/beam ! Clean residual mean=-0.000004 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.15918 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 389 components and 0.15918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056848Jy sigma=0.095136 ! Fit after self-cal, rms=0.056884Jy sigma=0.095131 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.000229216 Jy ! Component: 100 - total flux cleaned = -0.000653349 Jy ! Component: 150 - total flux cleaned = -0.00118933 Jy ! Component: 200 - total flux cleaned = -0.00144422 Jy ! Total flux subtracted in 200 components = -0.00144422 Jy ! Clean residual min=-0.000514 max=0.000508 Jy/beam ! Clean residual mean=-0.000003 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.157735 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 437 components and 0.157735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056811Jy sigma=0.095095 ! Fit after self-cal, rms=0.056832Jy sigma=0.095093 ! 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.056832Jy sigma=0.095093 ! Fit after self-cal, rms=0.057396Jy sigma=0.095014 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.27 mas, bmaj=43.79 mas, bpa=4.341 degrees ! Estimated noise=8.23164 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000142227 Jy ! Component: 100 - total flux cleaned = -0.000106385 Jy ! Component: 150 - total flux cleaned = -0.000259541 Jy ! Component: 200 - total flux cleaned = -0.000308374 Jy ! Total flux subtracted in 200 components = -0.000308374 Jy ! Clean residual min=-0.000402 max=0.000399 Jy/beam ! Clean residual mean=-0.000002 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.157427 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 497 components and 0.157427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057346Jy sigma=0.094984 ! Fit after self-cal, rms=0.057365Jy sigma=0.094981 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.0001672 Jy ! Component: 100 - total flux cleaned = -0.000441626 Jy ! Component: 150 - total flux cleaned = -0.000682548 Jy ! Component: 200 - total flux cleaned = -0.000872432 Jy ! Total flux subtracted in 200 components = -0.000872432 Jy ! Clean residual min=-0.000344 max=0.000345 Jy/beam ! Clean residual mean=-0.000002 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.156555 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 550 components and 0.156555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057328Jy sigma=0.094964 ! Fit after self-cal, rms=0.057342Jy sigma=0.094963 ! 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:LA,true ! 1:LA 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 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: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.057342Jy sigma=0.094963 ! Fit after self-cal, rms=0.057342Jy sigma=0.094963 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:LA 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 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2: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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057342Jy sigma=0.094963 ! Fit after self-cal, rms=0.056772Jy sigma=0.094953 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=13.16 mas, bmaj=38.39 mas, bpa=2.884 degrees ! Estimated noise=13.8647 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.000129008 Jy ! Component: 100 - total flux cleaned = -3.78786e-05 Jy ! Component: 150 - total flux cleaned = -3.54585e-05 Jy ! Component: 200 - total flux cleaned = -3.72223e-05 Jy ! Total flux subtracted in 200 components = -3.72223e-05 Jy ! Clean residual min=-0.001087 max=0.001084 Jy/beam ! Clean residual mean=0.000013 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.156517 Jy ! Performing phase self-cal ! Adding 105 model components to the UV plane model. ! The established model now contains 652 components and 0.156517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056764Jy sigma=0.094998 ! Fit after self-cal, rms=0.056767Jy sigma=0.094990 ! 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=14.36 mas, bmaj=42.05 mas, bpa=3.223 degrees ! Estimated noise=8.62788 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.000461844 Jy ! Component: 100 - total flux cleaned = -0.000996275 Jy ! Component: 150 - total flux cleaned = -0.00136703 Jy ! Component: 200 - total flux cleaned = -0.00182091 Jy ! Component: 250 - total flux cleaned = -0.00213011 Jy ! Component: 300 - total flux cleaned = -0.00246141 Jy ! Component: 350 - total flux cleaned = -0.0027057 Jy ! Component: 400 - total flux cleaned = -0.00291511 Jy ! Total flux subtracted in 400 components = -0.00291511 Jy ! Clean residual min=-0.000340 max=0.000338 Jy/beam ! Clean residual mean=-0.000003 rms=0.000144 Jy/beam ! Combined flux in latest and established models = 0.153602 Jy ! Performing phase self-cal ! Adding 127 model components to the UV plane model. ! The established model now contains 772 components and 0.153602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056675Jy sigma=0.094918 ! Fit after self-cal, rms=0.056697Jy sigma=0.094915 ! 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.000139656 Jy ! Component: 100 - total flux cleaned = -0.000178221 Jy ! Component: 150 - total flux cleaned = -0.000140848 Jy ! Component: 200 - total flux cleaned = -7.00634e-05 Jy ! Component: 250 - total flux cleaned = 5.02482e-05 Jy ! Component: 300 - total flux cleaned = 8.44857e-05 Jy ! Component: 350 - total flux cleaned = 0.000151552 Jy ! Component: 400 - total flux cleaned = 0.000168277 Jy ! Total flux subtracted in 400 components = 0.000168277 Jy ! Clean residual min=-0.000276 max=0.000277 Jy/beam ! Clean residual mean=-0.000001 rms=0.000122 Jy/beam ! Combined flux in latest and established models = 0.153771 Jy ! Performing phase self-cal ! Adding 105 model components to the UV plane model. ! The established model now contains 869 components and 0.153771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056657Jy sigma=0.094892 ! Fit after self-cal, rms=0.056668Jy sigma=0.094891 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056668Jy sigma=0.094891 ! Fit after self-cal, rms=0.056481Jy sigma=0.094887 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.34 mas, bmaj=42 mas, bpa=3.126 degrees ! Estimated noise=8.61863 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000308377 Jy ! Component: 100 - total flux cleaned = -0.000443827 Jy ! Component: 150 - total flux cleaned = -0.000492231 Jy ! Component: 200 - total flux cleaned = -0.000538546 Jy ! Component: 250 - total flux cleaned = -0.000583887 Jy ! Component: 300 - total flux cleaned = -0.000673848 Jy ! Component: 350 - total flux cleaned = -0.000793088 Jy ! Component: 400 - total flux cleaned = -0.000852786 Jy ! Total flux subtracted in 400 components = -0.000852786 Jy ! Clean residual min=-0.000249 max=0.000248 Jy/beam ! Clean residual mean=-0.000005 rms=0.000107 Jy/beam ! Combined flux in latest and established models = 0.152918 Jy selfcal ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 961 components and 0.152918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056450Jy sigma=0.094872 ! Fit after self-cal, rms=0.056458Jy sigma=0.094871 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.000155891 Jy ! Component: 100 - total flux cleaned = 0.00025877 Jy ! Component: 150 - total flux cleaned = 0.000258562 Jy ! Component: 200 - total flux cleaned = 0.00027253 Jy ! Component: 250 - total flux cleaned = 0.000258773 Jy ! Component: 300 - total flux cleaned = 0.000272478 Jy ! Component: 350 - total flux cleaned = 0.000272307 Jy ! Component: 400 - total flux cleaned = 0.000272535 Jy ! Total flux subtracted in 400 components = 0.000272535 Jy ! Clean residual min=-0.000225 max=0.000226 Jy/beam ! Clean residual mean=-0.000001 rms=0.000101 Jy/beam ! Combined flux in latest and established models = 0.15319 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 1039 components and 0.15319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056434Jy sigma=0.094860 ! Fit after self-cal, rms=0.056440Jy sigma=0.094859 ! Inverting map ! Added new window around map position (-27.2, -102.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123269 Jy ! Component: 100 - total flux cleaned = 0.00014126 Jy ! Component: 150 - total flux cleaned = 9.39978e-05 Jy ! Component: 200 - total flux cleaned = 7.9834e-05 Jy ! Component: 250 - total flux cleaned = 4.70956e-05 Jy ! Component: 300 - total flux cleaned = 4.09492e-05 Jy ! Component: 350 - total flux cleaned = 2.40799e-05 Jy ! Component: 400 - total flux cleaned = 2.95026e-05 Jy ! Total flux subtracted in 400 components = 2.95026e-05 Jy ! Clean residual min=-0.000321 max=0.000317 Jy/beam ! Clean residual mean=-0.000006 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.15322 Jy ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 1136 components and 0.15322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056433Jy sigma=0.094854 ! Fit after self-cal, rms=0.056430Jy sigma=0.094854 ! 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.056430Jy sigma=0.094854 ! Fit after self-cal, rms=0.056919Jy sigma=0.094790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.36 mas, bmaj=42.06 mas, bpa=3.203 degrees ! Estimated noise=8.6529 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.65939e-05 Jy ! Component: 100 - total flux cleaned = -7.02718e-05 Jy ! Component: 150 - total flux cleaned = -0.000121087 Jy ! Component: 200 - total flux cleaned = -0.000172511 Jy ! Component: 250 - total flux cleaned = -0.000209846 Jy ! Component: 300 - total flux cleaned = -0.000249287 Jy ! Component: 350 - total flux cleaned = -0.000277118 Jy ! Component: 400 - total flux cleaned = -0.000316316 Jy ! Total flux subtracted in 400 components = -0.000316316 Jy ! Clean residual min=-0.000394 max=0.000366 Jy/beam ! Clean residual mean=-0.000007 rms=0.000105 Jy/beam ! Combined flux in latest and established models = 0.152903 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 1189 components and 0.152904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056915Jy sigma=0.094784 ! Fit after self-cal, rms=0.056910Jy sigma=0.094782 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 = -4.04186e-05 Jy ! Component: 100 - total flux cleaned = -6.88007e-05 Jy ! Component: 150 - total flux cleaned = -9.5228e-05 Jy ! Component: 200 - total flux cleaned = -0.000115708 Jy ! Component: 250 - total flux cleaned = -0.000134949 Jy ! Component: 300 - total flux cleaned = -0.000156976 Jy ! Component: 350 - total flux cleaned = -0.000167416 Jy ! Component: 400 - total flux cleaned = -0.000170816 Jy ! Total flux subtracted in 400 components = -0.000170816 Jy ! Clean residual min=-0.000375 max=0.000353 Jy/beam ! Clean residual mean=-0.000007 rms=0.000103 Jy/beam ! Combined flux in latest and established models = 0.152733 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 1231 components and 0.152733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056908Jy sigma=0.094781 ! Fit after self-cal, rms=0.056906Jy sigma=0.094781 ! 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.056906Jy sigma=0.094781 ! Fit after self-cal, rms=0.059456Jy sigma=0.089280 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.28 mas, bmaj=43.72 mas, bpa=4.322 degrees ! Estimated noise=8.33177 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000730599 Jy ! Component: 100 - total flux cleaned = 0.000612766 Jy ! Component: 150 - total flux cleaned = 0.000504535 Jy ! Component: 200 - total flux cleaned = 0.000402568 Jy ! Component: 250 - total flux cleaned = 0.000321209 Jy ! Component: 300 - total flux cleaned = 0.000271483 Jy ! Component: 350 - total flux cleaned = 0.000223745 Jy ! Component: 400 - total flux cleaned = 0.000185699 Jy ! Total flux subtracted in 400 components = 0.000185699 Jy ! Clean residual min=-0.000458 max=0.000427 Jy/beam ! Clean residual mean=-0.000004 rms=0.000125 Jy/beam ! Combined flux in latest and established models = 0.152918 Jy selfcal ! Performing phase self-cal ! Adding 129 model components to the UV plane model. ! The established model now contains 1356 components and 0.152918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059445Jy sigma=0.089222 ! Fit after self-cal, rms=0.059496Jy sigma=0.089182 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 = -1.43915e-05 Jy ! Component: 100 - total flux cleaned = -3.41333e-05 Jy ! Component: 150 - total flux cleaned = -8.7241e-05 Jy ! Component: 200 - total flux cleaned = -0.000144042 Jy ! Component: 250 - total flux cleaned = -0.000196412 Jy ! Component: 300 - total flux cleaned = -0.00024887 Jy ! Component: 350 - total flux cleaned = -0.000294667 Jy ! Component: 400 - total flux cleaned = -0.000337725 Jy ! Total flux subtracted in 400 components = -0.000337725 Jy ! Clean residual min=-0.000388 max=0.000415 Jy/beam ! Clean residual mean=-0.000003 rms=0.000114 Jy/beam ! Combined flux in latest and established models = 0.152581 Jy ! Performing phase self-cal ! Adding 119 model components to the UV plane model. ! The established model now contains 1461 components and 0.152581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059492Jy sigma=0.089180 ! Fit after self-cal, rms=0.059495Jy sigma=0.089179 ! 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=14.38 mas, bmaj=42.06 mas, bpa=3.293 degrees ! Estimated noise=8.75264 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.38 x 42.06 at 3.293 degrees (North through East) ! Clean map min=-0.0038826 max=0.10605 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=13.21 mas, bmaj=38.06 mas, bpa=3.204 degrees ! Estimated noise=13.9934 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0907881 Jy ! Component: 100 - total flux cleaned = 0.101219 Jy ! Component: 150 - total flux cleaned = 0.0919877 Jy ! Component: 200 - total flux cleaned = 0.084852 Jy ! Component: 250 - total flux cleaned = 0.0778879 Jy ! Component: 300 - total flux cleaned = 0.0716858 Jy ! Component: 350 - total flux cleaned = 0.06647 Jy ! Component: 400 - total flux cleaned = 0.0623207 Jy ! Total flux subtracted in 400 components = 0.0623207 Jy ! Clean residual min=-0.009877 max=0.020852 Jy/beam ! Clean residual mean=-0.000167 rms=0.004176 Jy/beam ! Combined flux in latest and established models = 0.0623206 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 160 model components to the UV plane model. ! The established model now contains 160 components and 0.0623206 Jy ! Inverting map and beam ! Estimated beam: bmin=14.38 mas, bmaj=42.06 mas, bpa=3.293 degrees ! Estimated noise=8.75264 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) ! Added new window around map position (12.8, 29.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0191705 Jy ! Component: 100 - total flux cleaned = 0.0185552 Jy ! Component: 150 - total flux cleaned = 0.0166949 Jy ! Component: 200 - total flux cleaned = 0.0155292 Jy ! Component: 250 - total flux cleaned = 0.0163291 Jy ! Component: 300 - total flux cleaned = 0.0175148 Jy ! Component: 350 - total flux cleaned = 0.0189983 Jy ! Component: 400 - total flux cleaned = 0.0202477 Jy ! Total flux subtracted in 400 components = 0.0202477 Jy ! Clean residual min=-0.003912 max=0.004128 Jy/beam ! Clean residual mean=-0.000013 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.0825683 Jy ! Adding 153 model components to the UV plane model. ! The established model now contains 313 components and 0.0825683 Jy ! Inverting map ! Added new window around map position (91.2, -36). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000497549 Jy ! Component: 100 - total flux cleaned = -0.000724799 Jy ! Component: 150 - total flux cleaned = -0.000733462 Jy ! Component: 200 - total flux cleaned = -0.00132214 Jy ! Component: 250 - total flux cleaned = -0.00167856 Jy ! Component: 300 - total flux cleaned = -0.00208948 Jy ! Component: 350 - total flux cleaned = -0.00223974 Jy ! Component: 400 - total flux cleaned = -0.00273014 Jy ! Total flux subtracted in 400 components = -0.00273014 Jy ! Clean residual min=-0.002205 max=0.002492 Jy/beam ! Clean residual mean=-0.000028 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.0798381 Jy ! Adding 123 model components to the UV plane model. ! The established model now contains 431 components and 0.0798382 Jy ! Inverting map ! Added new window around map position (-63.6, 52.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117297 Jy ! Component: 100 - total flux cleaned = 0.00110757 Jy ! Component: 150 - total flux cleaned = 0.00110481 Jy ! Component: 200 - total flux cleaned = 0.000989763 Jy ! Component: 250 - total flux cleaned = 0.000830437 Jy ! Component: 300 - total flux cleaned = 0.00073086 Jy ! Component: 350 - total flux cleaned = 0.000586253 Jy ! Component: 400 - total flux cleaned = 0.000493754 Jy ! Total flux subtracted in 400 components = 0.000493754 Jy ! Clean residual min=-0.001372 max=0.001038 Jy/beam ! Clean residual mean=-0.000023 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0803319 Jy ! Adding 133 model components to the UV plane model. ! The established model now contains 559 components and 0.080332 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=15.28 mas, bmaj=43.72 mas, bpa=4.322 degrees ! Estimated noise=8.33177 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.29899e-05 Jy ! Component: 100 - total flux cleaned = -3.40467e-05 Jy ! Component: 150 - total flux cleaned = 0.000113015 Jy ! Component: 200 - total flux cleaned = 0.00011178 Jy ! Component: 250 - total flux cleaned = 0.000146067 Jy ! Component: 300 - total flux cleaned = 0.000316253 Jy ! Component: 350 - total flux cleaned = 0.000485973 Jy ! Component: 400 - total flux cleaned = 0.000621314 Jy ! Total flux subtracted in 400 components = 0.000621314 Jy ! Clean residual min=-0.001155 max=0.000716 Jy/beam ! Clean residual mean=-0.000014 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.0809533 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.000201958 Jy ! Component: 100 - total flux cleaned = 0.0003716 Jy ! Component: 150 - total flux cleaned = 0.000508936 Jy ! Component: 200 - total flux cleaned = 0.000748082 Jy ! Component: 250 - total flux cleaned = 0.000954325 Jy ! Component: 300 - total flux cleaned = 0.00119574 Jy ! Component: 350 - total flux cleaned = 0.00147593 Jy ! Component: 400 - total flux cleaned = 0.00168989 Jy ! Total flux subtracted in 400 components = 0.00168989 Jy ! Clean residual min=-0.001251 max=0.000593 Jy/beam ! Clean residual mean=-0.000013 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.0826432 Jy ! Adding 189 model components to the UV plane model. ! The established model now contains 726 components and 0.0826432 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=14.38 mas, bmaj=42.06 mas, bpa=3.293 degrees ! Estimated noise=8.75264 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000392851 Jy ! Component: 100 - total flux cleaned = 0.000393399 Jy ! Component: 150 - total flux cleaned = 0.000394979 Jy ! Component: 200 - total flux cleaned = 0.000279995 Jy ! Component: 250 - total flux cleaned = 0.000142326 Jy ! Component: 300 - total flux cleaned = -1.69559e-05 Jy ! Component: 350 - total flux cleaned = -9.45416e-05 Jy ! Component: 400 - total flux cleaned = -0.000245078 Jy ! Total flux subtracted in 400 components = -0.000245078 Jy ! Clean residual min=-0.001067 max=0.000712 Jy/beam ! Clean residual mean=-0.000010 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.0823981 Jy selfcal ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 826 components and 0.0823981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059744Jy sigma=0.089414 ! Fit after self-cal, rms=0.059758Jy sigma=0.089329 wmodel /scr/pima/rdv93_uvs/J1711-3338_S_map.mod ! Writing 826 model components to file: /scr/pima/rdv93_uvs/J1711-3338_S_map.mod wobs /scr/pima/rdv93_uvs/J1711-3338_S_uvs.fits ! Applying 1364 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1711-3338_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1711-3338_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv93_uvs/J1711-3338_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.000328047 Jy ! Component: 100 - total flux cleaned = -0.000578375 Jy ! Component: 150 - total flux cleaned = -0.000734291 Jy ! Component: 200 - total flux cleaned = -0.000829868 Jy ! Component: 250 - total flux cleaned = -0.000921756 Jy ! Component: 300 - total flux cleaned = -0.00101022 Jy ! Component: 350 - total flux cleaned = -0.00109571 Jy ! Component: 400 - total flux cleaned = -0.00116063 Jy ! Component: 450 - total flux cleaned = -0.00121494 Jy ! Component: 500 - total flux cleaned = -0.00127696 Jy ! Component: 550 - total flux cleaned = -0.00128553 Jy ! Component: 600 - total flux cleaned = -0.00129413 Jy ! Component: 650 - total flux cleaned = -0.00131132 Jy ! Component: 700 - total flux cleaned = -0.00131985 Jy ! Component: 750 - total flux cleaned = -0.00134516 Jy ! Component: 800 - total flux cleaned = -0.00137013 Jy ! Component: 850 - total flux cleaned = -0.00140349 Jy ! Component: 900 - total flux cleaned = -0.00146168 Jy ! Component: 950 - total flux cleaned = -0.00151157 Jy ! Component: 1000 - total flux cleaned = -0.00156158 Jy ! Component: 1050 - total flux cleaned = -0.00160322 Jy ! Component: 1100 - total flux cleaned = -0.00165315 Jy ! Component: 1150 - total flux cleaned = -0.00167823 Jy ! Component: 1200 - total flux cleaned = -0.00171998 Jy ! Component: 1250 - total flux cleaned = -0.00176178 Jy ! Component: 1300 - total flux cleaned = -0.00178694 Jy ! Component: 1350 - total flux cleaned = -0.00179539 Jy ! Component: 1400 - total flux cleaned = -0.00182907 Jy ! Component: 1450 - total flux cleaned = -0.00187977 Jy ! Component: 1500 - total flux cleaned = -0.0019137 Jy ! Component: 1550 - total flux cleaned = -0.0019477 Jy ! Component: 1600 - total flux cleaned = -0.00197341 Jy ! Component: 1650 - total flux cleaned = -0.00200771 Jy ! Component: 1700 - total flux cleaned = -0.00205941 Jy ! Component: 1750 - total flux cleaned = -0.00209407 Jy ! Component: 1800 - total flux cleaned = -0.00213762 Jy ! Component: 1850 - total flux cleaned = -0.00217251 Jy ! Component: 1900 - total flux cleaned = -0.0021988 Jy ! Component: 1950 - total flux cleaned = -0.00223408 Jy ! Component: 2000 - total flux cleaned = -0.00228737 Jy ! Component: 2050 - total flux cleaned = -0.00231421 Jy ! Component: 2100 - total flux cleaned = -0.0023502 Jy ! Component: 2150 - total flux cleaned = -0.00237735 Jy ! Component: 2200 - total flux cleaned = -0.00240475 Jy ! Component: 2250 - total flux cleaned = -0.00240486 Jy ! Component: 2300 - total flux cleaned = -0.0024048 Jy ! Component: 2350 - total flux cleaned = -0.00240477 Jy ! Component: 2400 - total flux cleaned = -0.00240483 Jy ! Component: 2450 - total flux cleaned = -0.00239535 Jy ! Component: 2500 - total flux cleaned = -0.00237602 Jy ! Component: 2550 - total flux cleaned = -0.0023467 Jy ! Component: 2600 - total flux cleaned = -0.00232701 Jy ! Component: 2650 - total flux cleaned = -0.00229697 Jy ! Component: 2700 - total flux cleaned = -0.00227688 Jy ! Component: 2750 - total flux cleaned = -0.00223598 Jy ! Component: 2800 - total flux cleaned = -0.00220484 Jy ! Component: 2850 - total flux cleaned = -0.00217313 Jy ! Component: 2900 - total flux cleaned = -0.00215184 Jy ! Component: 2950 - total flux cleaned = -0.00213029 Jy ! Component: 3000 - total flux cleaned = -0.00208629 Jy ! Component: 3050 - total flux cleaned = -0.00207515 Jy ! Component: 3100 - total flux cleaned = -0.00204138 Jy ! Component: 3150 - total flux cleaned = -0.00201859 Jy ! Component: 3200 - total flux cleaned = -0.00199552 Jy ! Component: 3250 - total flux cleaned = -0.00196028 Jy ! Component: 3300 - total flux cleaned = -0.00192448 Jy ! Component: 3350 - total flux cleaned = -0.00191233 Jy ! Component: 3400 - total flux cleaned = -0.00188771 Jy ! Component: 3450 - total flux cleaned = -0.00186276 Jy ! Component: 3500 - total flux cleaned = -0.00183735 Jy ! Component: 3550 - total flux cleaned = -0.00181152 Jy ! Component: 3600 - total flux cleaned = -0.00178534 Jy ! Component: 3650 - total flux cleaned = -0.00175861 Jy ! Component: 3700 - total flux cleaned = -0.00174513 Jy ! Component: 3750 - total flux cleaned = -0.00173129 Jy ! Component: 3800 - total flux cleaned = -0.00174531 Jy ! Component: 3850 - total flux cleaned = -0.00171689 Jy ! Component: 3900 - total flux cleaned = -0.0017313 Jy ! Component: 3950 - total flux cleaned = -0.00171659 Jy ! Component: 4000 - total flux cleaned = -0.00171665 Jy ! Component: 4050 - total flux cleaned = -0.00171671 Jy ! Total flux subtracted in 4096 components = -0.00170113 Jy ! Clean residual min=-0.000826 max=0.000806 Jy/beam ! Clean residual mean=-0.000009 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.080697 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 1082 components and 0.0806969 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1711-3338_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.38 x 42.06 at 3.293 degrees (North through East) ! Clean map min=-0.014112 max=0.10094 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1711-3338_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.1009 rms= 0.00035 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1711-3338_S_uvs.log closed on Tue Oct 8 15:31:46 2013