! Started logfile: /scr/pima/rdv73_uvs/J1102-4404_S_uvs.log on Sat Jan 9 17:48:34 2016 obs /scr/pima/rdv73_uvs/J1102-4404_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J1102-4404_S_uva.fits ! AN table 1: 46 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.99793 visibilities/baseline/integration-bin. ! Found source: J1102-4404 ! ! 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 3856 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/rdv73_uvs/J1102-4404_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:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.110564Jy sigma=6.351783 ! Fit after self-cal, rms=0.528074Jy sigma=3.141315 ! 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=2.019 mas, bmaj=6.062 mas, bpa=-4.77 degrees ! Estimated noise=3.70132 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.365238 Jy ! Component: 100 - total flux cleaned = 0.444939 Jy ! Total flux subtracted in 100 components = 0.444939 Jy ! Clean residual min=-0.014252 max=0.022534 Jy/beam ! Clean residual mean=-0.000231 rms=0.004042 Jy/beam ! Combined flux in latest and established models = 0.444939 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.444939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139260Jy sigma=0.737284 ! Fit after self-cal, rms=0.139254Jy sigma=0.737240 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.651 mas, bmaj=7.232 mas, bpa=-4.207 degrees ! Estimated noise=2.08835 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.0329917 Jy ! Component: 100 - total flux cleaned = 0.0460734 Jy ! Component: 150 - total flux cleaned = 0.0522403 Jy ! Component: 200 - total flux cleaned = 0.0551766 Jy ! Total flux subtracted in 200 components = 0.0551766 Jy ! Clean residual min=-0.015076 max=0.013992 Jy/beam ! Clean residual mean=-0.000503 rms=0.004023 Jy/beam ! Combined flux in latest and established models = 0.500116 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 26 components and 0.500116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130322Jy sigma=0.702948 ! Fit after self-cal, rms=0.130333Jy sigma=0.702885 ! 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.91 KP 1.07 LA 1.03 MK 0.92 ! OV 0.99 PT 1.07 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 1.10 LA 0.93 MK 1.00 ! OV 1.05 PT 1.06 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 1.13 LA 0.87 MK 1.00 ! OV 1.11 PT 1.09 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.99 LA 0.74 MK 1.12 ! OV 0.91 PT 0.97 SC 1.02 ! ! ! Fit before self-cal, rms=0.130333Jy sigma=0.702885 ! Fit after self-cal, rms=0.111512Jy sigma=0.628663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.656 mas, bmaj=7.237 mas, bpa=-4.225 degrees ! Estimated noise=2.08297 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.00100984 Jy ! Component: 100 - total flux cleaned = -0.00116314 Jy ! Component: 150 - total flux cleaned = -0.00125213 Jy ! Component: 200 - total flux cleaned = -0.00129089 Jy ! Total flux subtracted in 200 components = -0.00129089 Jy ! Clean residual min=-0.004513 max=0.004298 Jy/beam ! Clean residual mean=-0.000083 rms=0.001167 Jy/beam ! Combined flux in latest and established models = 0.498825 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.498825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111474Jy sigma=0.628422 ! Fit after self-cal, rms=0.111462Jy sigma=0.628091 ! 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.111462Jy sigma=0.628091 ! Fit after self-cal, rms=0.111448Jy sigma=0.628069 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.659 mas, bmaj=7.242 mas, bpa=-4.223 degrees ! Estimated noise=2.08229 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108273 Jy ! Component: 100 - total flux cleaned = -0.00108436 Jy ! Component: 150 - total flux cleaned = -0.00112146 Jy ! Component: 200 - total flux cleaned = -0.00112011 Jy ! Total flux subtracted in 200 components = -0.00112011 Jy ! Clean residual min=-0.004443 max=0.004232 Jy/beam ! Clean residual mean=-0.000084 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 0.497705 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 35 components and 0.497705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111420Jy sigma=0.627926 ! Fit after self-cal, rms=0.111420Jy sigma=0.627917 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 = -1.96218e-07 Jy ! Component: 100 - total flux cleaned = 5.46821e-07 Jy ! Component: 150 - total flux cleaned = -8.34099e-07 Jy ! Component: 200 - total flux cleaned = -2.95942e-05 Jy ! Total flux subtracted in 200 components = -2.95942e-05 Jy ! Clean residual min=-0.004413 max=0.004216 Jy/beam ! Clean residual mean=-0.000084 rms=0.001142 Jy/beam ! Combined flux in latest and established models = 0.497675 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 36 components and 0.497675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111405Jy sigma=0.627810 ! Fit after self-cal, rms=0.111404Jy sigma=0.627804 ! 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.111404Jy sigma=0.627804 ! Fit after self-cal, rms=0.111304Jy sigma=0.625747 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.661 mas, bmaj=7.257 mas, bpa=-4.264 degrees ! Estimated noise=2.0837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000804266 Jy ! Component: 100 - total flux cleaned = -0.000857398 Jy ! Component: 150 - total flux cleaned = -0.000856774 Jy ! Component: 200 - total flux cleaned = -0.000834488 Jy ! Total flux subtracted in 200 components = -0.000834488 Jy ! Clean residual min=-0.004195 max=0.004031 Jy/beam ! Clean residual mean=-0.000068 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.496841 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.496841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111288Jy sigma=0.625681 ! Fit after self-cal, rms=0.111297Jy sigma=0.625673 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.28304e-05 Jy ! Component: 100 - total flux cleaned = -5.24012e-05 Jy ! Component: 150 - total flux cleaned = -5.16182e-05 Jy ! Component: 200 - total flux cleaned = -3.33785e-05 Jy ! Total flux subtracted in 200 components = -3.33785e-05 Jy ! Clean residual min=-0.004160 max=0.003998 Jy/beam ! Clean residual mean=-0.000068 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.496807 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.496807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111290Jy sigma=0.625644 ! Fit after self-cal, rms=0.111291Jy sigma=0.625644 ! 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.111291Jy sigma=0.625644 ! Fit after self-cal, rms=0.111301Jy sigma=0.625564 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.798 mas, bmaj=28.5 mas, bpa=-2.097 degrees ! Estimated noise=3.00431 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000597927 Jy ! Component: 100 - total flux cleaned = -0.000597179 Jy ! Component: 150 - total flux cleaned = -0.000595698 Jy ! Component: 200 - total flux cleaned = -0.000594159 Jy ! Total flux subtracted in 200 components = -0.000594159 Jy ! Clean residual min=-0.003589 max=0.004838 Jy/beam ! Clean residual mean=-0.000151 rms=0.001345 Jy/beam ! Combined flux in latest and established models = 0.496213 Jy selfcal ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 51 components and 0.496213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111300Jy sigma=0.625578 ! Fit after self-cal, rms=0.111297Jy sigma=0.625569 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 = -3.89573e-07 Jy ! Component: 100 - total flux cleaned = 6.85517e-07 Jy ! Component: 150 - total flux cleaned = 2.00874e-06 Jy ! Component: 200 - total flux cleaned = 3.28621e-06 Jy ! Total flux subtracted in 200 components = 3.28621e-06 Jy ! Clean residual min=-0.003573 max=0.004829 Jy/beam ! Clean residual mean=-0.000151 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.496216 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 51 components and 0.496216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111299Jy sigma=0.625585 ! Fit after self-cal, rms=0.111298Jy sigma=0.625581 ! 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:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 ![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.113525Jy sigma=0.630540 ! Fit after self-cal, rms=0.113525Jy sigma=0.630540 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:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.113525Jy sigma=0.630540 ! Fit after self-cal, rms=0.111246Jy sigma=0.625561 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.022 mas, bmaj=6.084 mas, bpa=-4.813 degrees ! Estimated noise=3.7167 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.000870051 Jy ! Component: 100 - total flux cleaned = -0.00129811 Jy ! Component: 150 - total flux cleaned = -0.00141024 Jy ! Component: 200 - total flux cleaned = -0.00164114 Jy ! Total flux subtracted in 200 components = -0.00164114 Jy ! Clean residual min=-0.007837 max=0.007512 Jy/beam ! Clean residual mean=-0.000026 rms=0.002050 Jy/beam ! Combined flux in latest and established models = 0.494575 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 68 components and 0.494575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111292Jy sigma=0.625941 ! Fit after self-cal, rms=0.111293Jy sigma=0.625819 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.664 mas, bmaj=7.265 mas, bpa=-4.23 degrees ! Estimated noise=2.08267 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.000800694 Jy ! Component: 100 - total flux cleaned = 0.000851886 Jy ! Component: 150 - total flux cleaned = 0.000886151 Jy ! Component: 200 - total flux cleaned = 0.000911521 Jy ! Component: 250 - total flux cleaned = 0.000932741 Jy ! Component: 300 - total flux cleaned = 0.000932617 Jy ! Component: 350 - total flux cleaned = 0.000916368 Jy ! Component: 400 - total flux cleaned = 0.000901875 Jy ! Total flux subtracted in 400 components = 0.000901875 Jy ! Clean residual min=-0.004056 max=0.003921 Jy/beam ! Clean residual mean=-0.000070 rms=0.001055 Jy/beam ! Combined flux in latest and established models = 0.495477 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.495477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111243Jy sigma=0.625522 ! Fit after self-cal, rms=0.111239Jy sigma=0.625514 ! 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 = -7.69481e-05 Jy ! Component: 100 - total flux cleaned = -9.33656e-05 Jy ! Component: 150 - total flux cleaned = -9.26747e-05 Jy ! Component: 200 - total flux cleaned = -9.28897e-05 Jy ! Component: 250 - total flux cleaned = -0.000106848 Jy ! Component: 300 - total flux cleaned = -0.000106887 Jy ! Component: 350 - total flux cleaned = -0.000117891 Jy ! Component: 400 - total flux cleaned = -0.000118179 Jy ! Total flux subtracted in 400 components = -0.000118179 Jy ! Clean residual min=-0.004031 max=0.003897 Jy/beam ! Clean residual mean=-0.000071 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.495359 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.495359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111230Jy sigma=0.625498 ! Fit after self-cal, rms=0.111232Jy sigma=0.625494 ! 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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.113462Jy sigma=0.630470 ! Fit after self-cal, rms=0.111155Jy sigma=0.625488 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.665 mas, bmaj=7.266 mas, bpa=-4.22 degrees ! Estimated noise=2.08125 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000539988 Jy ! Component: 100 - total flux cleaned = -0.000579341 Jy ! Component: 150 - total flux cleaned = -0.000590205 Jy ! Component: 200 - total flux cleaned = -0.000600151 Jy ! Component: 250 - total flux cleaned = -0.00060039 Jy ! Component: 300 - total flux cleaned = -0.000609799 Jy ! Component: 350 - total flux cleaned = -0.00062724 Jy ! Component: 400 - total flux cleaned = -0.000635641 Jy ! Total flux subtracted in 400 components = -0.000635641 Jy ! Clean residual min=-0.003995 max=0.003888 Jy/beam ! Clean residual mean=-0.000069 rms=0.001050 Jy/beam ! Combined flux in latest and established models = 0.494723 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 90 components and 0.494723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111147Jy sigma=0.625483 ! Fit after self-cal, rms=0.111149Jy sigma=0.625478 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.03348e-05 Jy ! Component: 100 - total flux cleaned = -2.34717e-05 Jy ! Component: 150 - total flux cleaned = -2.32199e-05 Jy ! Component: 200 - total flux cleaned = -2.28365e-05 Jy ! Component: 250 - total flux cleaned = -2.27073e-05 Jy ! Component: 300 - total flux cleaned = -2.22954e-05 Jy ! Component: 350 - total flux cleaned = -1.40715e-05 Jy ! Component: 400 - total flux cleaned = -1.42588e-05 Jy ! Total flux subtracted in 400 components = -1.42588e-05 Jy ! Clean residual min=-0.003976 max=0.003860 Jy/beam ! Clean residual mean=-0.000070 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.494709 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 92 components and 0.494709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111145Jy sigma=0.625467 ! Fit after self-cal, rms=0.111147Jy sigma=0.625463 ! 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.111147Jy sigma=0.625463 ! Fit after self-cal, rms=0.111121Jy sigma=0.625398 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.666 mas, bmaj=7.269 mas, bpa=-4.216 degrees ! Estimated noise=2.08066 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000479538 Jy ! Component: 100 - total flux cleaned = -0.000512028 Jy ! Component: 150 - total flux cleaned = -0.000511696 Jy ! Component: 200 - total flux cleaned = -0.000511791 Jy ! Component: 250 - total flux cleaned = -0.000511412 Jy ! Component: 300 - total flux cleaned = -0.000510703 Jy ! Component: 350 - total flux cleaned = -0.000510388 Jy ! Component: 400 - total flux cleaned = -0.000510471 Jy ! Total flux subtracted in 400 components = -0.000510471 Jy ! Clean residual min=-0.003996 max=0.003829 Jy/beam ! Clean residual mean=-0.000070 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.494198 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 93 components and 0.494199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111114Jy sigma=0.625396 ! Fit after self-cal, rms=0.111116Jy sigma=0.625392 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.04438e-05 Jy ! Component: 100 - total flux cleaned = -2.09357e-05 Jy ! Component: 150 - total flux cleaned = -2.06358e-05 Jy ! Component: 200 - total flux cleaned = -1.10361e-05 Jy ! Component: 250 - total flux cleaned = -1.13838e-05 Jy ! Component: 300 - total flux cleaned = -1.13664e-05 Jy ! Component: 350 - total flux cleaned = -1.1011e-05 Jy ! Component: 400 - total flux cleaned = -1.09347e-05 Jy ! Total flux subtracted in 400 components = -1.09347e-05 Jy ! Clean residual min=-0.003980 max=0.003811 Jy/beam ! Clean residual mean=-0.000070 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.494188 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 94 components and 0.494188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111112Jy sigma=0.625386 ! Fit after self-cal, rms=0.111114Jy sigma=0.625384 ! 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.111114Jy sigma=0.625384 ! Fit after self-cal, rms=0.109499Jy sigma=0.608955 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.809 mas, bmaj=28.57 mas, bpa=-2.043 degrees ! Estimated noise=2.99574 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000440198 Jy ! Component: 100 - total flux cleaned = 0.000440574 Jy ! Component: 150 - total flux cleaned = 0.000441042 Jy ! Component: 200 - total flux cleaned = 0.000442222 Jy ! Component: 250 - total flux cleaned = 0.000443412 Jy ! Component: 300 - total flux cleaned = 0.000444467 Jy ! Component: 350 - total flux cleaned = 0.000445408 Jy ! Component: 400 - total flux cleaned = 0.000446245 Jy ! Total flux subtracted in 400 components = 0.000446245 Jy ! Clean residual min=-0.003536 max=0.004945 Jy/beam ! Clean residual mean=-0.000146 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.494634 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 94 components and 0.494634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109504Jy sigma=0.608964 ! Fit after self-cal, rms=0.109515Jy sigma=0.608922 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (3.6, 100). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210096 Jy ! Component: 100 - total flux cleaned = 0.00287584 Jy ! Component: 150 - total flux cleaned = 0.00304294 Jy ! Component: 200 - total flux cleaned = 0.00342789 Jy ! Component: 250 - total flux cleaned = 0.00380729 Jy ! Component: 300 - total flux cleaned = 0.00394743 Jy ! Component: 350 - total flux cleaned = 0.00402969 Jy ! Component: 400 - total flux cleaned = 0.00413661 Jy ! Total flux subtracted in 400 components = 0.00413661 Jy ! Clean residual min=-0.003048 max=0.002929 Jy/beam ! Clean residual mean=-0.000083 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 0.49877 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 141 components and 0.49877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109316Jy sigma=0.607817 ! Fit after self-cal, rms=0.109307Jy sigma=0.607735 ! Inverting map ! Added new window around map position (-32.4, -15.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000731331 Jy ! Component: 100 - total flux cleaned = 0.000950508 Jy ! Component: 150 - total flux cleaned = 0.00115291 Jy ! Component: 200 - total flux cleaned = 0.00132479 Jy ! Component: 250 - total flux cleaned = 0.00147443 Jy ! Component: 300 - total flux cleaned = 0.00161133 Jy ! Component: 350 - total flux cleaned = 0.00161266 Jy ! Component: 400 - total flux cleaned = 0.00164211 Jy ! Total flux subtracted in 400 components = 0.00164211 Jy ! Clean residual min=-0.002073 max=0.001749 Jy/beam ! Clean residual mean=-0.000028 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.500412 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 209 components and 0.500412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109183Jy sigma=0.606915 ! Fit after self-cal, rms=0.109182Jy sigma=0.606892 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=2.666 mas, bmaj=7.27 mas, bpa=-4.212 degrees ! Estimated noise=2.08261 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.666 x 7.27 at -4.212 degrees (North through East) ! Clean map min=-0.0032606 max=0.48074 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.023 mas, bmaj=6.086 mas, bpa=-4.808 degrees ! Estimated noise=3.71847 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.366867 Jy ! Component: 100 - total flux cleaned = 0.447007 Jy ! Component: 150 - total flux cleaned = 0.467222 Jy ! Component: 200 - total flux cleaned = 0.47374 Jy ! Component: 250 - total flux cleaned = 0.475182 Jy ! Component: 300 - total flux cleaned = 0.477865 Jy ! Component: 350 - total flux cleaned = 0.479405 Jy ! Component: 400 - total flux cleaned = 0.479869 Jy ! Total flux subtracted in 400 components = 0.479869 Jy ! Clean residual min=-0.006006 max=0.005665 Jy/beam ! Clean residual mean=-0.000043 rms=0.001550 Jy/beam ! Combined flux in latest and established models = 0.479869 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 64 model components to the UV plane model. ! The established model now contains 64 components and 0.479869 Jy ! Inverting map and beam ! Estimated beam: bmin=2.666 mas, bmaj=7.27 mas, bpa=-4.212 degrees ! Estimated noise=2.08261 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.00668154 Jy ! Component: 100 - total flux cleaned = 0.0059408 Jy ! Component: 150 - total flux cleaned = 0.0066497 Jy ! Component: 200 - total flux cleaned = 0.00703832 Jy ! Component: 250 - total flux cleaned = 0.00760928 Jy ! Component: 300 - total flux cleaned = 0.00802713 Jy ! Component: 350 - total flux cleaned = 0.0082189 Jy ! Component: 400 - total flux cleaned = 0.008126 Jy ! Total flux subtracted in 400 components = 0.008126 Jy ! Clean residual min=-0.003320 max=0.002885 Jy/beam ! Clean residual mean=-0.000071 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.487995 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 135 components and 0.487995 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.809 mas, bmaj=28.57 mas, bpa=-2.043 degrees ! Estimated noise=2.99574 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125878 Jy ! Component: 100 - total flux cleaned = 0.00251711 Jy ! Component: 150 - total flux cleaned = 0.00326985 Jy ! Component: 200 - total flux cleaned = 0.00381862 Jy ! Component: 250 - total flux cleaned = 0.0042206 Jy ! Component: 300 - total flux cleaned = 0.00459788 Jy ! Component: 350 - total flux cleaned = 0.00499133 Jy ! Component: 400 - total flux cleaned = 0.00531782 Jy ! Total flux subtracted in 400 components = 0.00531782 Jy ! Clean residual min=-0.002206 max=0.002573 Jy/beam ! Clean residual mean=-0.000055 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.493313 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) ! Added new window around map position (-51.6, 102). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151659 Jy ! Component: 100 - total flux cleaned = 0.0020889 Jy ! Component: 150 - total flux cleaned = 0.00222347 Jy ! Component: 200 - total flux cleaned = 0.00230428 Jy ! Component: 250 - total flux cleaned = 0.00234066 Jy ! Component: 300 - total flux cleaned = 0.00227189 Jy ! Component: 350 - total flux cleaned = 0.00227161 Jy ! Component: 400 - total flux cleaned = 0.00220944 Jy ! Total flux subtracted in 400 components = 0.00220944 Jy ! Clean residual min=-0.001999 max=0.001623 Jy/beam ! Clean residual mean=-0.000013 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.495522 Jy ! Adding 129 model components to the UV plane model. ! The established model now contains 263 components and 0.495522 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.666 mas, bmaj=7.27 mas, bpa=-4.212 degrees ! Estimated noise=2.08261 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000543352 Jy ! Component: 100 - total flux cleaned = -0.000813366 Jy ! Component: 150 - total flux cleaned = -0.000974693 Jy ! Component: 200 - total flux cleaned = -0.00105172 Jy ! Component: 250 - total flux cleaned = -0.00105095 Jy ! Component: 300 - total flux cleaned = -0.00111633 Jy ! Component: 350 - total flux cleaned = -0.00117741 Jy ! Component: 400 - total flux cleaned = -0.00135877 Jy ! Total flux subtracted in 400 components = -0.00135877 Jy ! Clean residual min=-0.002396 max=0.002483 Jy/beam ! Clean residual mean=-0.000003 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.494163 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 313 components and 0.494163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108659Jy sigma=0.603830 ! Fit after self-cal, rms=0.108629Jy sigma=0.603670 wmodel /scr/pima/rdv73_uvs/J1102-4404_S_map.mod ! Writing 313 model components to file: /scr/pima/rdv73_uvs/J1102-4404_S_map.mod wobs /scr/pima/rdv73_uvs/J1102-4404_S_uvs.fits ! Applying 1932 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J1102-4404_S_uvs.fits wwins /scr/pima/rdv73_uvs/J1102-4404_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv73_uvs/J1102-4404_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.00033732 Jy ! Component: 100 - total flux cleaned = -0.000863836 Jy ! Component: 150 - total flux cleaned = -0.00128674 Jy ! Component: 200 - total flux cleaned = -0.00161806 Jy ! Component: 250 - total flux cleaned = -0.00183126 Jy ! Component: 300 - total flux cleaned = -0.00200317 Jy ! Component: 350 - total flux cleaned = -0.00207056 Jy ! Component: 400 - total flux cleaned = -0.00213552 Jy ! Component: 450 - total flux cleaned = -0.00216728 Jy ! Component: 500 - total flux cleaned = -0.00219856 Jy ! Component: 550 - total flux cleaned = -0.00228958 Jy ! Component: 600 - total flux cleaned = -0.00234923 Jy ! Component: 650 - total flux cleaned = -0.00240778 Jy ! Component: 700 - total flux cleaned = -0.00243604 Jy ! Component: 750 - total flux cleaned = -0.00251993 Jy ! Component: 800 - total flux cleaned = -0.00260289 Jy ! Component: 850 - total flux cleaned = -0.00271175 Jy ! Component: 900 - total flux cleaned = -0.00284591 Jy ! Component: 950 - total flux cleaned = -0.00300465 Jy ! Component: 1000 - total flux cleaned = -0.0031872 Jy ! Component: 1050 - total flux cleaned = -0.00329004 Jy ! Component: 1100 - total flux cleaned = -0.003417 Jy ! Component: 1150 - total flux cleaned = -0.00359262 Jy ! Component: 1200 - total flux cleaned = -0.00379064 Jy ! Component: 1250 - total flux cleaned = -0.00396226 Jy ! Component: 1300 - total flux cleaned = -0.0041563 Jy ! Component: 1350 - total flux cleaned = -0.0043484 Jy ! Component: 1400 - total flux cleaned = -0.00451479 Jy ! Component: 1450 - total flux cleaned = -0.00470309 Jy ! Component: 1500 - total flux cleaned = -0.00486626 Jy ! Component: 1550 - total flux cleaned = -0.00500491 Jy ! Component: 1600 - total flux cleaned = -0.00523396 Jy ! Component: 1650 - total flux cleaned = -0.00536996 Jy ! Component: 1700 - total flux cleaned = -0.00548226 Jy ! Component: 1750 - total flux cleaned = -0.005683 Jy ! Component: 1800 - total flux cleaned = -0.00574963 Jy ! Component: 1850 - total flux cleaned = -0.00592545 Jy ! Component: 1900 - total flux cleaned = -0.00612163 Jy ! Component: 1950 - total flux cleaned = -0.00629473 Jy ! Component: 2000 - total flux cleaned = -0.00646644 Jy ! Component: 2050 - total flux cleaned = -0.00665828 Jy ! Component: 2100 - total flux cleaned = -0.00674278 Jy ! Component: 2150 - total flux cleaned = -0.00684792 Jy ! Component: 2200 - total flux cleaned = -0.007015 Jy ! Component: 2250 - total flux cleaned = -0.00711883 Jy ! Component: 2300 - total flux cleaned = -0.00724253 Jy ! Component: 2350 - total flux cleaned = -0.00740638 Jy ! Component: 2400 - total flux cleaned = -0.00752847 Jy ! Component: 2450 - total flux cleaned = -0.00760935 Jy ! Component: 2500 - total flux cleaned = -0.00779038 Jy ! Component: 2550 - total flux cleaned = -0.00791029 Jy ! Component: 2600 - total flux cleaned = -0.00800978 Jy ! Component: 2650 - total flux cleaned = -0.00816793 Jy ! Component: 2700 - total flux cleaned = -0.00832507 Jy ! Component: 2750 - total flux cleaned = -0.00846175 Jy ! Component: 2800 - total flux cleaned = -0.00855888 Jy ! Component: 2850 - total flux cleaned = -0.00871359 Jy ! Component: 2900 - total flux cleaned = -0.00888671 Jy ! Component: 2950 - total flux cleaned = -0.00894407 Jy ! Component: 3000 - total flux cleaned = -0.00915331 Jy ! Component: 3050 - total flux cleaned = -0.00930452 Jy ! Component: 3100 - total flux cleaned = -0.00934208 Jy ! Component: 3150 - total flux cleaned = -0.00949204 Jy ! Component: 3200 - total flux cleaned = -0.00956659 Jy ! Component: 3250 - total flux cleaned = -0.00969638 Jy ! Component: 3300 - total flux cleaned = -0.00980719 Jy ! Component: 3350 - total flux cleaned = -0.00991733 Jy ! Component: 3400 - total flux cleaned = -0.0100087 Jy ! Component: 3450 - total flux cleaned = -0.0101179 Jy ! Component: 3500 - total flux cleaned = -0.0101722 Jy ! Component: 3550 - total flux cleaned = -0.0103164 Jy ! Component: 3600 - total flux cleaned = -0.0104779 Jy ! Component: 3650 - total flux cleaned = -0.0105314 Jy ! Component: 3700 - total flux cleaned = -0.0106204 Jy ! Component: 3750 - total flux cleaned = -0.010709 Jy ! Component: 3800 - total flux cleaned = -0.0107972 Jy ! Component: 3850 - total flux cleaned = -0.0108322 Jy ! Component: 3900 - total flux cleaned = -0.0109021 Jy ! Component: 3950 - total flux cleaned = -0.0109892 Jy ! Component: 4000 - total flux cleaned = -0.011024 Jy ! Component: 4050 - total flux cleaned = -0.0111104 Jy ! Total flux subtracted in 4096 components = -0.0111965 Jy ! Clean residual min=-0.001244 max=0.000975 Jy/beam ! Clean residual mean=-0.000009 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.482967 Jy keep ! Adding 201 model components to the UV plane model. ! The established model now contains 509 components and 0.482967 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J1102-4404_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.666 x 7.27 at -4.212 degrees (North through East) ! Clean map min=-0.0045683 max=0.47263 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J1102-4404_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.4726 rms= 0.00033 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J1102-4404_S_uvs.log closed on Sat Jan 9 17:48:42 2016