! Started logfile: /scr/pima/rdv94_uvs/J0802-3810_S_uvs.log on Tue Oct 8 12:15:36 2013 obs /scr/pima/rdv94_uvs/J0802-3810_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0802-3810_S_uva.fits ! AN table 1: 22 integrations on 10 of 10 possible baselines. ! AN table 2: 22 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.96 visibilities/baseline/integration-bin. ! Found source: J0802-3810 ! ! 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 2112 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J0802-3810_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: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.500x0.500 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.000012Jy sigma=1.011058 ! Fit after self-cal, rms=0.947140Jy sigma=0.953568 ! 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=10.05 mas, bmaj=32.99 mas, bpa=-3.981 degrees ! Estimated noise=34.9082 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.0431345 Jy ! Component: 100 - total flux cleaned = 0.0538273 Jy ! Total flux subtracted in 100 components = 0.0538273 Jy ! Clean residual min=-0.006685 max=0.006649 Jy/beam ! Clean residual mean=-0.000138 rms=0.002189 Jy/beam ! Combined flux in latest and established models = 0.0538273 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0538273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051896Jy sigma=0.050606 ! Fit after self-cal, rms=0.051073Jy sigma=0.049911 ! 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=12.06 mas, bmaj=40.35 mas, bpa=-3.667 degrees ! Estimated noise=15.6112 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.00415795 Jy ! Component: 100 - total flux cleaned = 0.00573115 Jy ! Component: 150 - total flux cleaned = 0.00615218 Jy ! Component: 200 - total flux cleaned = 0.0062698 Jy ! Total flux subtracted in 200 components = 0.0062698 Jy ! Clean residual min=-0.004758 max=0.004387 Jy/beam ! Clean residual mean=-0.000158 rms=0.001549 Jy/beam ! Combined flux in latest and established models = 0.0600971 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 88 components and 0.0600971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050852Jy sigma=0.049525 ! Fit after self-cal, rms=0.050877Jy sigma=0.049518 ! 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 1.10 KP 1.20 LA 1.22 OV 0.88 ! PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.37 KP 1.08 LA 1.36 NL 1.01 ! OV 0.94 PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 KP 1.25 LA 1.04 OV 0.91 ! PT 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.37 KP 1.17 LA 1.02 NL 1.01 ! OV 1.15 PT 0.85 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 KP 1.03 LA 0.87 OV 1.09 ! PT 1.08 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.34 KP 1.00 LA 0.82 NL 1.02 ! OV 1.04 PT 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.26 KP 0.97 LA 0.63 OV 0.86 ! PT 0.84 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.31 KP 0.90 LA 0.68 NL 1.10 ! OV 0.81 PT 0.85 ! ! ! Fit before self-cal, rms=0.050877Jy sigma=0.049518 ! Fit after self-cal, rms=0.049878Jy sigma=0.046628 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=12.1 mas, bmaj=40.68 mas, bpa=-3.49 degrees ! Estimated noise=15.5293 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.000505406 Jy ! Component: 100 - total flux cleaned = -0.000529407 Jy ! Component: 150 - total flux cleaned = -0.000510158 Jy ! Component: 200 - total flux cleaned = -0.000474638 Jy ! Total flux subtracted in 200 components = -0.000474638 Jy ! Clean residual min=-0.002466 max=0.002598 Jy/beam ! Clean residual mean=-0.000044 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.0596225 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 100 components and 0.0596225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049850Jy sigma=0.046612 ! Fit after self-cal, rms=0.050326Jy sigma=0.046445 ! 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.050326Jy sigma=0.046445 ! Fit after self-cal, rms=0.050653Jy sigma=0.046413 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.1 mas, bmaj=40.82 mas, bpa=-3.721 degrees ! Estimated noise=15.503 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00042354 Jy ! Component: 100 - total flux cleaned = -0.000489451 Jy ! Component: 150 - total flux cleaned = -0.000472706 Jy ! Component: 200 - total flux cleaned = -0.000440027 Jy ! Total flux subtracted in 200 components = -0.000440027 Jy ! Clean residual min=-0.002471 max=0.002438 Jy/beam ! Clean residual mean=-0.000044 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.0591825 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 111 components and 0.0591825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050627Jy sigma=0.046401 ! Fit after self-cal, rms=0.050712Jy sigma=0.046393 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 = -4.11805e-05 Jy ! Component: 100 - total flux cleaned = -1.09222e-05 Jy ! Component: 150 - total flux cleaned = 1.84681e-05 Jy ! Component: 200 - total flux cleaned = 4.568e-05 Jy ! Total flux subtracted in 200 components = 4.568e-05 Jy ! Clean residual min=-0.002449 max=0.002403 Jy/beam ! Clean residual mean=-0.000046 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.0592282 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 117 components and 0.0592282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050698Jy sigma=0.046386 ! Fit after self-cal, rms=0.050701Jy sigma=0.046384 ! 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.050701Jy sigma=0.046384 ! Fit after self-cal, rms=0.050631Jy sigma=0.046378 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.1 mas, bmaj=40.91 mas, bpa=-3.852 degrees ! Estimated noise=15.4404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000341336 Jy ! Component: 100 - total flux cleaned = -0.000380194 Jy ! Component: 150 - total flux cleaned = -0.000366991 Jy ! Component: 200 - total flux cleaned = -0.000342254 Jy ! Total flux subtracted in 200 components = -0.000342254 Jy ! Clean residual min=-0.002438 max=0.002402 Jy/beam ! Clean residual mean=-0.000042 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.0588859 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 127 components and 0.0588859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050616Jy sigma=0.046371 ! Fit after self-cal, rms=0.050640Jy sigma=0.046369 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.58033e-05 Jy ! Component: 100 - total flux cleaned = -3.97502e-06 Jy ! Component: 150 - total flux cleaned = 2.99892e-05 Jy ! Component: 200 - total flux cleaned = 5.14859e-05 Jy ! Total flux subtracted in 200 components = 5.14859e-05 Jy ! Clean residual min=-0.002400 max=0.002413 Jy/beam ! Clean residual mean=-0.000042 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.0589374 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 137 components and 0.0589374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050631Jy sigma=0.046364 ! Fit after self-cal, rms=0.050642Jy sigma=0.046362 ! 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.050642Jy sigma=0.046362 ! Fit after self-cal, rms=0.050546Jy sigma=0.046359 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.19 mas, bmaj=43.85 mas, bpa=-2.804 degrees ! Estimated noise=15.1408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253283 Jy ! Component: 100 - total flux cleaned = -0.000319339 Jy ! Component: 150 - total flux cleaned = -0.000329345 Jy ! Component: 200 - total flux cleaned = -0.000312809 Jy ! Total flux subtracted in 200 components = -0.000312809 Jy ! Clean residual min=-0.002232 max=0.002260 Jy/beam ! Clean residual mean=-0.000044 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.0586246 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 157 components and 0.0586246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050538Jy sigma=0.046354 ! Fit after self-cal, rms=0.050553Jy sigma=0.046353 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.33788e-05 Jy ! Component: 100 - total flux cleaned = 3.00316e-06 Jy ! Component: 150 - total flux cleaned = 1.81731e-05 Jy ! Component: 200 - total flux cleaned = 1.80826e-05 Jy ! Total flux subtracted in 200 components = 1.80826e-05 Jy ! Clean residual min=-0.002210 max=0.002268 Jy/beam ! Clean residual mean=-0.000045 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.0586427 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 167 components and 0.0586427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050547Jy sigma=0.046350 ! Fit after self-cal, rms=0.050549Jy sigma=0.046349 ! 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: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.050549Jy sigma=0.046349 ! Fit after self-cal, rms=0.050549Jy sigma=0.046349 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: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.050549Jy sigma=0.046349 ! Fit after self-cal, rms=0.050432Jy sigma=0.046346 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=10.09 mas, bmaj=34.11 mas, bpa=-5.189 degrees ! Estimated noise=34.7881 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 = 4.91555e-05 Jy ! Component: 100 - total flux cleaned = 0.000304191 Jy ! Component: 150 - total flux cleaned = 0.000440568 Jy ! Component: 200 - total flux cleaned = 0.000555771 Jy ! Total flux subtracted in 200 components = 0.000555771 Jy ! Clean residual min=-0.003974 max=0.004063 Jy/beam ! Clean residual mean=-0.000012 rms=0.001234 Jy/beam ! Combined flux in latest and established models = 0.0591984 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 194 components and 0.0591984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050507Jy sigma=0.046414 ! Fit after self-cal, rms=0.050499Jy sigma=0.046390 ! 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=12.14 mas, bmaj=41.11 mas, bpa=-4.013 degrees ! Estimated noise=15.313 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.00114242 Jy ! Component: 100 - total flux cleaned = -0.00103361 Jy ! Component: 150 - total flux cleaned = -0.000965298 Jy ! Component: 200 - total flux cleaned = -0.000946636 Jy ! Component: 250 - total flux cleaned = -0.000929637 Jy ! Component: 300 - total flux cleaned = -0.000901046 Jy ! Component: 350 - total flux cleaned = -0.000901547 Jy ! Component: 400 - total flux cleaned = -0.000889469 Jy ! Total flux subtracted in 400 components = -0.000889469 Jy ! Clean residual min=-0.002202 max=0.002224 Jy/beam ! Clean residual mean=-0.000037 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.058309 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 231 components and 0.058309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050431Jy sigma=0.046353 ! Fit after self-cal, rms=0.050442Jy sigma=0.046350 ! 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 = 4.33217e-05 Jy ! Component: 100 - total flux cleaned = 2.89407e-05 Jy ! Component: 150 - total flux cleaned = 4.95625e-05 Jy ! Component: 200 - total flux cleaned = 5.84114e-05 Jy ! Component: 250 - total flux cleaned = 6.66279e-05 Jy ! Component: 300 - total flux cleaned = 7.40803e-05 Jy ! Component: 350 - total flux cleaned = 6.67833e-05 Jy ! Component: 400 - total flux cleaned = 7.35456e-05 Jy ! Total flux subtracted in 400 components = 7.35456e-05 Jy ! Clean residual min=-0.002185 max=0.002298 Jy/beam ! Clean residual mean=-0.000036 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.0583825 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 271 components and 0.0583825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050431Jy sigma=0.046342 ! Fit after self-cal, rms=0.050436Jy sigma=0.046340 ! 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.050436Jy sigma=0.046340 ! Fit after self-cal, rms=0.050397Jy sigma=0.046336 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.17 mas, bmaj=41.19 mas, bpa=-3.988 degrees ! Estimated noise=15.2344 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000269344 Jy ! Component: 100 - total flux cleaned = -0.000372231 Jy ! Component: 150 - total flux cleaned = -0.000428017 Jy ! Component: 200 - total flux cleaned = -0.000427946 Jy ! Component: 250 - total flux cleaned = -0.000427874 Jy ! Component: 300 - total flux cleaned = -0.00043326 Jy ! Component: 350 - total flux cleaned = -0.000443424 Jy ! Component: 400 - total flux cleaned = -0.000443414 Jy ! Total flux subtracted in 400 components = -0.000443414 Jy ! Clean residual min=-0.002181 max=0.002332 Jy/beam ! Clean residual mean=-0.000035 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.0579391 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 307 components and 0.0579391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050389Jy sigma=0.046333 ! Fit after self-cal, rms=0.050401Jy sigma=0.046331 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 (-124.5, 121). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468413 Jy ! Component: 100 - total flux cleaned = 0.000410708 Jy ! Component: 150 - total flux cleaned = 0.000118839 Jy ! Component: 200 - total flux cleaned = -0.000214539 Jy ! Component: 250 - total flux cleaned = -0.000387967 Jy ! Component: 300 - total flux cleaned = -0.000568237 Jy ! Component: 350 - total flux cleaned = -0.000753354 Jy ! Component: 400 - total flux cleaned = -0.000920165 Jy ! Total flux subtracted in 400 components = -0.000920165 Jy ! Clean residual min=-0.001874 max=0.001885 Jy/beam ! Clean residual mean=-0.000026 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.0570189 Jy ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 407 components and 0.0570189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050203Jy sigma=0.046196 ! Fit after self-cal, rms=0.050254Jy sigma=0.046164 ! Inverting map ! Added new window around map position (-34.5, 34.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000998097 Jy ! Component: 100 - total flux cleaned = 0.00139513 Jy ! Component: 150 - total flux cleaned = 0.00166238 Jy ! Component: 200 - total flux cleaned = 0.0017824 Jy ! Component: 250 - total flux cleaned = 0.00192178 Jy ! Component: 300 - total flux cleaned = 0.00205206 Jy ! Component: 350 - total flux cleaned = 0.00214992 Jy ! Component: 400 - total flux cleaned = 0.002264 Jy ! Total flux subtracted in 400 components = 0.002264 Jy ! Clean residual min=-0.001413 max=0.001519 Jy/beam ! Clean residual mean=-0.000019 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0592829 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 493 components and 0.0592829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050144Jy sigma=0.046068 ! Fit after self-cal, rms=0.050180Jy sigma=0.046059 ! Inverting map ! Added new window around map position (67.5, 97.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228004 Jy ! Component: 100 - total flux cleaned = 0.000136396 Jy ! Component: 150 - total flux cleaned = -8.18338e-05 Jy ! Component: 200 - total flux cleaned = -0.000212768 Jy ! Component: 250 - total flux cleaned = -0.000243661 Jy ! Component: 300 - total flux cleaned = -0.000245461 Jy ! Component: 350 - total flux cleaned = -0.000220678 Jy ! Component: 400 - total flux cleaned = -9.62615e-05 Jy ! Total flux subtracted in 400 components = -9.62615e-05 Jy ! Clean residual min=-0.001312 max=0.001137 Jy/beam ! Clean residual mean=-0.000021 rms=0.000300 Jy/beam ! Combined flux in latest and established models = 0.0591866 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 571 components and 0.0591866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050032Jy sigma=0.045965 ! Fit after self-cal, rms=0.049992Jy sigma=0.045952 ! 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.049992Jy sigma=0.045952 ! Fit after self-cal, rms=0.049656Jy sigma=0.045937 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.13 mas, bmaj=41.08 mas, bpa=-4.084 degrees ! Estimated noise=15.1353 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000124391 Jy ! Component: 100 - total flux cleaned = -0.000325301 Jy ! Component: 150 - total flux cleaned = -0.000427621 Jy ! Component: 200 - total flux cleaned = -0.000451262 Jy ! Component: 250 - total flux cleaned = -0.000430935 Jy ! Component: 300 - total flux cleaned = -0.000492168 Jy ! Component: 350 - total flux cleaned = -0.000472523 Jy ! Component: 400 - total flux cleaned = -0.000509932 Jy ! Total flux subtracted in 400 components = -0.000509932 Jy ! Clean residual min=-0.001025 max=0.000932 Jy/beam ! Clean residual mean=-0.000017 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.0586767 Jy selfcal ! Performing phase self-cal ! Adding 95 model components to the UV plane model. ! The established model now contains 651 components and 0.0586767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049592Jy sigma=0.045897 ! Fit after self-cal, rms=0.049596Jy sigma=0.045891 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.000200555 Jy ! Component: 100 - total flux cleaned = -0.000322253 Jy ! Component: 150 - total flux cleaned = -0.000396689 Jy ! Component: 200 - total flux cleaned = -0.000414346 Jy ! Component: 250 - total flux cleaned = -0.000449153 Jy ! Component: 300 - total flux cleaned = -0.000482816 Jy ! Component: 350 - total flux cleaned = -0.000499286 Jy ! Component: 400 - total flux cleaned = -0.00051527 Jy ! Total flux subtracted in 400 components = -0.00051527 Jy ! Clean residual min=-0.000971 max=0.000787 Jy/beam ! Clean residual mean=-0.000019 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.0581614 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 720 components and 0.0581614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049558Jy sigma=0.045872 ! Fit after self-cal, rms=0.049556Jy sigma=0.045870 ! 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.049556Jy sigma=0.045870 ! Fit after self-cal, rms=0.067138Jy sigma=0.044317 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.22 mas, bmaj=43.95 mas, bpa=-3.091 degrees ! Estimated noise=15.3018 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000764666 Jy ! Component: 100 - total flux cleaned = 0.000733073 Jy ! Component: 150 - total flux cleaned = 0.000708748 Jy ! Component: 200 - total flux cleaned = 0.000665606 Jy ! Component: 250 - total flux cleaned = 0.000686972 Jy ! Component: 300 - total flux cleaned = 0.00072552 Jy ! Component: 350 - total flux cleaned = 0.000672212 Jy ! Component: 400 - total flux cleaned = 0.000655059 Jy ! Total flux subtracted in 400 components = 0.000655059 Jy ! Clean residual min=-0.000658 max=0.000883 Jy/beam ! Clean residual mean=-0.000008 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.0588165 Jy selfcal ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 810 components and 0.0588165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067070Jy sigma=0.044256 ! Fit after self-cal, rms=0.067645Jy sigma=0.044177 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 (-72, -84). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.52911e-05 Jy ! Component: 100 - total flux cleaned = 1.31723e-05 Jy ! Component: 150 - total flux cleaned = -9.55564e-05 Jy ! Component: 200 - total flux cleaned = -0.000277129 Jy ! Component: 250 - total flux cleaned = -0.000446331 Jy ! Component: 300 - total flux cleaned = -0.000605326 Jy ! Component: 350 - total flux cleaned = -0.000721972 Jy ! Component: 400 - total flux cleaned = -0.000753166 Jy ! Total flux subtracted in 400 components = -0.000753166 Jy ! Clean residual min=-0.000501 max=0.000663 Jy/beam ! Clean residual mean=0.000002 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.0580633 Jy ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 899 components and 0.0580633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067598Jy sigma=0.044144 ! Fit after self-cal, rms=0.067602Jy sigma=0.044140 ! Inverting map ! Added new window around map position (113, -68.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00028989 Jy ! Component: 100 - total flux cleaned = 0.000184644 Jy ! Component: 150 - total flux cleaned = 0.000146578 Jy ! Component: 200 - total flux cleaned = 9.21984e-05 Jy ! Component: 250 - total flux cleaned = 5.75905e-05 Jy ! Component: 300 - total flux cleaned = 2.44049e-05 Jy ! Component: 350 - total flux cleaned = 8.54917e-06 Jy ! Component: 400 - total flux cleaned = 8.7215e-06 Jy ! Total flux subtracted in 400 components = 8.7215e-06 Jy ! Clean residual min=-0.000519 max=0.000477 Jy/beam ! Clean residual mean=0.000000 rms=0.000128 Jy/beam ! Combined flux in latest and established models = 0.0580721 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 974 components and 0.0580721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067554Jy sigma=0.044118 ! Fit after self-cal, rms=0.067567Jy sigma=0.044115 ! 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=12.14 mas, bmaj=41.12 mas, bpa=-4.205 degrees ! Estimated noise=15.5482 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.14 x 41.12 at -4.205 degrees (North through East) ! Clean map min=-0.0031785 max=0.056856 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=9.97 mas, bmaj=33.96 mas, bpa=-5.719 degrees ! Estimated noise=34.4502 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0432087 Jy ! Component: 100 - total flux cleaned = 0.0508195 Jy ! Component: 150 - total flux cleaned = 0.0516232 Jy ! Component: 200 - total flux cleaned = 0.051864 Jy ! Component: 250 - total flux cleaned = 0.0516972 Jy ! Component: 300 - total flux cleaned = 0.0520756 Jy ! Component: 350 - total flux cleaned = 0.0524357 Jy ! Component: 400 - total flux cleaned = 0.0526489 Jy ! Total flux subtracted in 400 components = 0.0526489 Jy ! Clean residual min=-0.002371 max=0.002020 Jy/beam ! Clean residual mean=-0.000001 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.0526489 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 126 model components to the UV plane model. ! The established model now contains 126 components and 0.0526489 Jy ! Inverting map and beam ! Estimated beam: bmin=12.14 mas, bmaj=41.12 mas, bpa=-4.205 degrees ! Estimated noise=15.5482 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.000306673 Jy ! Component: 100 - total flux cleaned = -9.4825e-05 Jy ! Component: 150 - total flux cleaned = 3.47163e-05 Jy ! Component: 200 - total flux cleaned = 0.000207643 Jy ! Component: 250 - total flux cleaned = 0.000477845 Jy ! Component: 300 - total flux cleaned = 0.000575684 Jy ! Component: 350 - total flux cleaned = 0.00057515 Jy ! Component: 400 - total flux cleaned = 0.000531335 Jy ! Total flux subtracted in 400 components = 0.000531335 Jy ! Clean residual min=-0.001118 max=0.000754 Jy/beam ! Clean residual mean=0.000005 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.0531802 Jy ! Adding 104 model components to the UV plane model. ! The established model now contains 230 components and 0.0531802 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=13.22 mas, bmaj=43.95 mas, bpa=-3.091 degrees ! Estimated noise=15.3018 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.26185e-05 Jy ! Component: 100 - total flux cleaned = 4.32816e-05 Jy ! Component: 150 - total flux cleaned = 7.50818e-05 Jy ! Component: 200 - total flux cleaned = 0.000220941 Jy ! Component: 250 - total flux cleaned = 0.000417904 Jy ! Component: 300 - total flux cleaned = 0.000606139 Jy ! Component: 350 - total flux cleaned = 0.000814325 Jy ! Component: 400 - total flux cleaned = 0.00101335 Jy ! Total flux subtracted in 400 components = 0.00101335 Jy ! Clean residual min=-0.000646 max=0.000416 Jy/beam ! Clean residual mean=0.000003 rms=0.000197 Jy/beam ! Combined flux in latest and established models = 0.0541935 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 = 7.12532e-05 Jy ! Component: 100 - total flux cleaned = 0.000164532 Jy ! Component: 150 - total flux cleaned = 0.000254409 Jy ! Component: 200 - total flux cleaned = 0.000320173 Jy ! Component: 250 - total flux cleaned = 0.000404482 Jy ! Component: 300 - total flux cleaned = 0.00046585 Jy ! Component: 350 - total flux cleaned = 0.000525768 Jy ! Component: 400 - total flux cleaned = 0.000583855 Jy ! Total flux subtracted in 400 components = 0.000583855 Jy ! Clean residual min=-0.000635 max=0.000401 Jy/beam ! Clean residual mean=0.000002 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0547774 Jy ! Adding 169 model components to the UV plane model. ! The established model now contains 390 components and 0.0547774 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=12.14 mas, bmaj=41.12 mas, bpa=-4.205 degrees ! Estimated noise=15.5482 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.24754e-05 Jy ! Component: 100 - total flux cleaned = -4.21811e-05 Jy ! Component: 150 - total flux cleaned = -6.17678e-05 Jy ! Component: 200 - total flux cleaned = -0.000100342 Jy ! Component: 250 - total flux cleaned = -0.000100753 Jy ! Component: 300 - total flux cleaned = -0.000101722 Jy ! Component: 350 - total flux cleaned = -0.000119632 Jy ! Component: 400 - total flux cleaned = -0.000119636 Jy ! Total flux subtracted in 400 components = -0.000119636 Jy ! Clean residual min=-0.000528 max=0.000519 Jy/beam ! Clean residual mean=-0.000003 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.0546577 Jy selfcal ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 478 components and 0.0546577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067575Jy sigma=0.044096 ! Fit after self-cal, rms=0.067585Jy sigma=0.044088 wmodel /scr/pima/rdv94_uvs/J0802-3810_S_map.mod ! Writing 478 model components to file: /scr/pima/rdv94_uvs/J0802-3810_S_map.mod wobs /scr/pima/rdv94_uvs/J0802-3810_S_uvs.fits ! Applying 1100 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0802-3810_S_uvs.fits wwins /scr/pima/rdv94_uvs/J0802-3810_S_map.win ! wwins: Wrote 6 windows to /scr/pima/rdv94_uvs/J0802-3810_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 = 6.9105e-05 Jy ! Component: 100 - total flux cleaned = 2.8692e-05 Jy ! Component: 150 - total flux cleaned = -3.12804e-05 Jy ! Component: 200 - total flux cleaned = -7.40478e-05 Jy ! Component: 250 - total flux cleaned = -0.000122231 Jy ! Component: 300 - total flux cleaned = -0.000182335 Jy ! Component: 350 - total flux cleaned = -0.000234324 Jy ! Component: 400 - total flux cleaned = -0.000303971 Jy ! Component: 450 - total flux cleaned = -0.000341292 Jy ! Component: 500 - total flux cleaned = -0.000396584 Jy ! Component: 550 - total flux cleaned = -0.000463051 Jy ! Component: 600 - total flux cleaned = -0.000510789 Jy ! Component: 650 - total flux cleaned = -0.000534505 Jy ! Component: 700 - total flux cleaned = -0.000546249 Jy ! Component: 750 - total flux cleaned = -0.000557898 Jy ! Component: 800 - total flux cleaned = -0.00057524 Jy ! Component: 850 - total flux cleaned = -0.000592457 Jy ! Component: 900 - total flux cleaned = -0.000603867 Jy ! Component: 950 - total flux cleaned = -0.000615247 Jy ! Component: 1000 - total flux cleaned = -0.000632196 Jy ! Component: 1050 - total flux cleaned = -0.000643398 Jy ! Component: 1100 - total flux cleaned = -0.000649004 Jy ! Component: 1150 - total flux cleaned = -0.00066567 Jy ! Component: 1200 - total flux cleaned = -0.000671192 Jy ! Component: 1250 - total flux cleaned = -0.000687701 Jy ! Component: 1300 - total flux cleaned = -0.000704083 Jy ! Component: 1350 - total flux cleaned = -0.000720403 Jy ! Component: 1400 - total flux cleaned = -0.000731213 Jy ! Component: 1450 - total flux cleaned = -0.000725804 Jy ! Component: 1500 - total flux cleaned = -0.000725825 Jy ! Component: 1550 - total flux cleaned = -0.000736541 Jy ! Component: 1600 - total flux cleaned = -0.000736554 Jy ! Component: 1650 - total flux cleaned = -0.000736536 Jy ! Component: 1700 - total flux cleaned = -0.000741865 Jy ! Component: 1750 - total flux cleaned = -0.000752438 Jy ! Component: 1800 - total flux cleaned = -0.000763002 Jy ! Component: 1850 - total flux cleaned = -0.00075775 Jy ! Component: 1900 - total flux cleaned = -0.000757772 Jy ! Component: 1950 - total flux cleaned = -0.000773505 Jy ! Component: 2000 - total flux cleaned = -0.000783962 Jy ! Component: 2050 - total flux cleaned = -0.000783948 Jy ! Component: 2100 - total flux cleaned = -0.000799618 Jy ! Component: 2150 - total flux cleaned = -0.000804804 Jy ! Component: 2200 - total flux cleaned = -0.00079958 Jy ! Component: 2250 - total flux cleaned = -0.00078398 Jy ! Component: 2300 - total flux cleaned = -0.000794341 Jy ! Component: 2350 - total flux cleaned = -0.000794301 Jy ! Component: 2400 - total flux cleaned = -0.00078912 Jy ! Component: 2450 - total flux cleaned = -0.000778764 Jy ! Component: 2500 - total flux cleaned = -0.000778731 Jy ! Component: 2550 - total flux cleaned = -0.000763248 Jy ! Component: 2600 - total flux cleaned = -0.000758045 Jy ! Component: 2650 - total flux cleaned = -0.000752894 Jy ! Component: 2700 - total flux cleaned = -0.000747708 Jy ! Component: 2750 - total flux cleaned = -0.000737405 Jy ! Component: 2800 - total flux cleaned = -0.00072705 Jy ! Component: 2850 - total flux cleaned = -0.000721907 Jy ! Component: 2900 - total flux cleaned = -0.000716763 Jy ! Component: 2950 - total flux cleaned = -0.000706468 Jy ! Component: 3000 - total flux cleaned = -0.000696154 Jy ! Component: 3050 - total flux cleaned = -0.000691007 Jy ! Component: 3100 - total flux cleaned = -0.000696175 Jy ! Component: 3150 - total flux cleaned = -0.000680705 Jy ! Component: 3200 - total flux cleaned = -0.000670336 Jy ! Component: 3250 - total flux cleaned = -0.000665154 Jy ! Component: 3300 - total flux cleaned = -0.000639233 Jy ! Component: 3350 - total flux cleaned = -0.000608029 Jy ! Component: 3400 - total flux cleaned = -0.00056631 Jy ! Component: 3450 - total flux cleaned = -0.00051923 Jy ! Component: 3500 - total flux cleaned = -0.000477192 Jy ! Component: 3550 - total flux cleaned = -0.000445569 Jy ! Component: 3600 - total flux cleaned = -0.000397951 Jy ! Component: 3650 - total flux cleaned = -0.000381996 Jy ! Component: 3700 - total flux cleaned = -0.000349973 Jy ! Component: 3750 - total flux cleaned = -0.000312437 Jy ! Component: 3800 - total flux cleaned = -0.000274739 Jy ! Component: 3850 - total flux cleaned = -0.000236835 Jy ! Component: 3900 - total flux cleaned = -0.000215033 Jy ! Component: 3950 - total flux cleaned = -0.000187629 Jy ! Component: 4000 - total flux cleaned = -0.000149006 Jy ! Component: 4050 - total flux cleaned = -0.000121278 Jy ! Total flux subtracted in 4096 components = -8.21606e-05 Jy ! Clean residual min=-0.000287 max=0.000299 Jy/beam ! Clean residual mean=0.000013 rms=0.000126 Jy/beam ! Combined flux in latest and established models = 0.0545756 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 779 components and 0.0545756 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0802-3810_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.14 x 41.12 at -4.205 degrees (North through East) ! Clean map min=-0.0034603 max=0.053956 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0802-3810_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.0539 rms= 0.00013 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0802-3810_S_uvs.log closed on Tue Oct 8 12:15:45 2013