! Started logfile: /scr/pima/rdv94_uvs/J1231-3533_X_uvs.log on Tue Oct 8 12:19:10 2013 obs /scr/pima/rdv94_uvs/J1231-3533_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J1231-3533_X_uva.fits ! AN table 1: 22 integrations on 21 of 21 possible baselines. ! AN table 2: 22 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.571429 visibilities/baseline/integration-bin. ! Found source: J1231-3533 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J1231-3533_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1: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:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.001742Jy sigma=0.743508 ! Fit after self-cal, rms=0.928712Jy sigma=0.700692 ! 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=0.813 mas, bmaj=8.881 mas, bpa=-22.25 degrees ! Estimated noise=39.1032 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.0558597 Jy ! Component: 100 - total flux cleaned = 0.0699143 Jy ! Total flux subtracted in 100 components = 0.0699143 Jy ! Clean residual min=-0.008013 max=0.008963 Jy/beam ! Clean residual mean=0.000017 rms=0.002262 Jy/beam ! Combined flux in latest and established models = 0.0699143 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0699143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071292Jy sigma=0.053098 ! Fit after self-cal, rms=0.069943Jy sigma=0.052133 ! 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=1.171 mas, bmaj=8.662 mas, bpa=-21.48 degrees ! Estimated noise=21.7625 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.0082845 Jy ! Component: 100 - total flux cleaned = 0.0123257 Jy ! Component: 150 - total flux cleaned = 0.0149169 Jy ! Component: 200 - total flux cleaned = 0.0155066 Jy ! Total flux subtracted in 200 components = 0.0155066 Jy ! Clean residual min=-0.005891 max=0.005236 Jy/beam ! Clean residual mean=0.000013 rms=0.001521 Jy/beam ! Combined flux in latest and established models = 0.085421 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 56 components and 0.085421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069133Jy sigma=0.051210 ! Fit after self-cal, rms=0.069224Jy sigma=0.051189 ! 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.76 HN 1.00* KP 0.98 LA 1.20 ! NL 0.68 OV 1.10 PT 1.25 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.91 FD 0.87 KP 0.95 LA 1.15 ! MK 1.09 NL 1.00* OV 1.13 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 HN 1.00* KP 0.97 LA 1.15 ! NL 0.87 OV 0.98 PT 1.28 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.23 FD 1.12 KP 0.77 LA 1.17 ! MK 1.26 NL 1.00* OV 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 HN 1.00* KP 0.88 LA 0.91 ! NL 0.92 OV 1.12 PT 1.30 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.13 FD 0.94 KP 0.79 LA 1.07 ! MK 0.96 NL 1.00* OV 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 HN 1.00* KP 0.99 LA 1.03 ! NL 0.80 OV 1.04 PT 1.15 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 1.04 KP 0.88 LA 1.02 ! MK 0.92 NL 1.00* OV 1.09 ! ! ! Fit before self-cal, rms=0.069224Jy sigma=0.051189 ! Fit after self-cal, rms=0.070461Jy sigma=0.050151 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.181 mas, bmaj=8.787 mas, bpa=-21.43 degrees ! Estimated noise=21.4785 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.00166675 Jy ! Component: 100 - total flux cleaned = 0.00182968 Jy ! Component: 150 - total flux cleaned = 0.00206669 Jy ! Component: 200 - total flux cleaned = 0.00223899 Jy ! Total flux subtracted in 200 components = 0.00223899 Jy ! Clean residual min=-0.003349 max=0.003302 Jy/beam ! Clean residual mean=-0.000018 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.08766 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.08766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070365Jy sigma=0.050097 ! Fit after self-cal, rms=0.071280Jy sigma=0.049964 ! 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.071280Jy sigma=0.049964 ! Fit after self-cal, rms=0.072851Jy sigma=0.049931 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.18 mas, bmaj=8.79 mas, bpa=-21.42 degrees ! Estimated noise=21.4866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102802 Jy ! Component: 100 - total flux cleaned = 0.00142519 Jy ! Component: 150 - total flux cleaned = 0.0017123 Jy ! Component: 200 - total flux cleaned = 0.00190268 Jy ! Total flux subtracted in 200 components = 0.00190268 Jy ! Clean residual min=-0.003180 max=0.003166 Jy/beam ! Clean residual mean=-0.000017 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.0895626 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.0895627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072790Jy sigma=0.049905 ! Fit after self-cal, rms=0.073033Jy sigma=0.049896 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.000207956 Jy ! Component: 100 - total flux cleaned = 0.000357806 Jy ! Component: 150 - total flux cleaned = 0.000441396 Jy ! Component: 200 - total flux cleaned = 0.000468365 Jy ! Total flux subtracted in 200 components = 0.000468365 Jy ! Clean residual min=-0.003117 max=0.003082 Jy/beam ! Clean residual mean=-0.000018 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.090031 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.090031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073005Jy sigma=0.049886 ! Fit after self-cal, rms=0.073028Jy sigma=0.049885 ! 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.073028Jy sigma=0.049885 ! Fit after self-cal, rms=0.074153Jy sigma=0.049864 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.173 mas, bmaj=8.749 mas, bpa=-21.43 degrees ! Estimated noise=21.5717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116376 Jy ! Component: 100 - total flux cleaned = 0.00160626 Jy ! Component: 150 - total flux cleaned = 0.0018335 Jy ! Component: 200 - total flux cleaned = 0.0020099 Jy ! Total flux subtracted in 200 components = 0.0020099 Jy ! Clean residual min=-0.003018 max=0.003149 Jy/beam ! Clean residual mean=-0.000013 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.0920409 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 89 components and 0.0920409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074117Jy sigma=0.049848 ! Fit after self-cal, rms=0.074197Jy sigma=0.049845 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.000277047 Jy ! Component: 100 - total flux cleaned = 0.000518753 Jy ! Component: 150 - total flux cleaned = 0.000608321 Jy ! Component: 200 - total flux cleaned = 0.000694412 Jy ! Total flux subtracted in 200 components = 0.000694412 Jy ! Clean residual min=-0.002978 max=0.003123 Jy/beam ! Clean residual mean=-0.000014 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.0927353 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 92 components and 0.0927353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074181Jy sigma=0.049839 ! Fit after self-cal, rms=0.074195Jy sigma=0.049838 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074195Jy sigma=0.049838 ! Fit after self-cal, rms=0.074818Jy sigma=0.049816 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.108 mas, bmaj=11.02 mas, bpa=-8.992 degrees ! Estimated noise=24.3329 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105207 Jy ! Component: 100 - total flux cleaned = 0.00171086 Jy ! Component: 150 - total flux cleaned = 0.00196246 Jy ! Component: 200 - total flux cleaned = 0.00209819 Jy ! Total flux subtracted in 200 components = 0.00209819 Jy ! Clean residual min=-0.002821 max=0.003355 Jy/beam ! Clean residual mean=-0.000019 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.0948335 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 118 components and 0.0948335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074799Jy sigma=0.049817 ! Fit after self-cal, rms=0.074852Jy sigma=0.049815 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.000224389 Jy ! Component: 100 - total flux cleaned = 0.000306555 Jy ! Component: 150 - total flux cleaned = 0.000398306 Jy ! Component: 200 - total flux cleaned = 0.00047061 Jy ! Total flux subtracted in 200 components = 0.00047061 Jy ! Clean residual min=-0.002783 max=0.003317 Jy/beam ! Clean residual mean=-0.000020 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.0953041 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 128 components and 0.0953041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074844Jy sigma=0.049813 ! Fit after self-cal, rms=0.074855Jy sigma=0.049813 ! 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:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1: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:MK,true ! 2:MK 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 ![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.081588Jy sigma=0.053951 ! Fit after self-cal, rms=0.081588Jy sigma=0.053951 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1: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:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.081588Jy sigma=0.053951 ! Fit after self-cal, rms=0.074645Jy sigma=0.049799 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=0.8161 mas, bmaj=9.065 mas, bpa=-22.19 degrees ! Estimated noise=38.3378 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.00033018 Jy ! Component: 100 - total flux cleaned = -0.000516112 Jy ! Component: 150 - total flux cleaned = -0.000214864 Jy ! Component: 200 - total flux cleaned = 2.97834e-05 Jy ! Total flux subtracted in 200 components = 2.97834e-05 Jy ! Clean residual min=-0.004476 max=0.004507 Jy/beam ! Clean residual mean=-0.000004 rms=0.001222 Jy/beam ! Combined flux in latest and established models = 0.0953339 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 150 components and 0.0953339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074657Jy sigma=0.049821 ! Fit after self-cal, rms=0.074624Jy sigma=0.049802 ! 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=1.171 mas, bmaj=8.745 mas, bpa=-21.43 degrees ! Estimated noise=21.5285 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.000210295 Jy ! Component: 100 - total flux cleaned = 0.000468702 Jy ! Component: 150 - total flux cleaned = 0.00064786 Jy ! Component: 200 - total flux cleaned = 0.000727241 Jy ! Component: 250 - total flux cleaned = 0.00076388 Jy ! Component: 300 - total flux cleaned = 0.000817806 Jy ! Component: 350 - total flux cleaned = 0.000868469 Jy ! Component: 400 - total flux cleaned = 0.000901559 Jy ! Total flux subtracted in 400 components = 0.000901559 Jy ! Clean residual min=-0.003065 max=0.002977 Jy/beam ! Clean residual mean=-0.000015 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.0962354 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 168 components and 0.0962354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074599Jy sigma=0.049789 ! Fit after self-cal, rms=0.074608Jy sigma=0.049788 ! 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.000109401 Jy ! Component: 100 - total flux cleaned = 0.000179245 Jy ! Component: 150 - total flux cleaned = 0.000229275 Jy ! Component: 200 - total flux cleaned = 0.000277408 Jy ! Component: 250 - total flux cleaned = 0.00032364 Jy ! Component: 300 - total flux cleaned = 0.000353402 Jy ! Component: 350 - total flux cleaned = 0.000382543 Jy ! Component: 400 - total flux cleaned = 0.000424626 Jy ! Total flux subtracted in 400 components = 0.000424626 Jy ! Clean residual min=-0.003067 max=0.002956 Jy/beam ! Clean residual mean=-0.000015 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.09666 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 178 components and 0.09666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074593Jy sigma=0.049779 ! Fit after self-cal, rms=0.074599Jy sigma=0.049779 ! 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 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.081419Jy sigma=0.053956 ! Fit after self-cal, rms=0.074478Jy sigma=0.049767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.171 mas, bmaj=8.767 mas, bpa=-21.43 degrees ! Estimated noise=21.3886 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000224485 Jy ! Component: 100 - total flux cleaned = 0.000181383 Jy ! Component: 150 - total flux cleaned = 0.000141299 Jy ! Component: 200 - total flux cleaned = 0.000160243 Jy ! Component: 250 - total flux cleaned = 0.000159596 Jy ! Component: 300 - total flux cleaned = 0.000175833 Jy ! Component: 350 - total flux cleaned = 0.000192241 Jy ! Component: 400 - total flux cleaned = 0.000207152 Jy ! Total flux subtracted in 400 components = 0.000207152 Jy ! Clean residual min=-0.003013 max=0.002858 Jy/beam ! Clean residual mean=-0.000014 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.0968672 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 201 components and 0.0968672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074455Jy sigma=0.049764 ! Fit after self-cal, rms=0.074489Jy sigma=0.049763 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 = 3.01493e-05 Jy ! Component: 100 - total flux cleaned = 1.49334e-05 Jy ! Component: 150 - total flux cleaned = 4.32702e-05 Jy ! Component: 200 - total flux cleaned = 5.58646e-05 Jy ! Component: 250 - total flux cleaned = 6.83191e-05 Jy ! Component: 300 - total flux cleaned = 8.04153e-05 Jy ! Component: 350 - total flux cleaned = 0.000104817 Jy ! Component: 400 - total flux cleaned = 0.000128578 Jy ! Total flux subtracted in 400 components = 0.000128578 Jy ! Clean residual min=-0.002997 max=0.002839 Jy/beam ! Clean residual mean=-0.000014 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0969958 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 207 components and 0.0969958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074478Jy sigma=0.049762 ! Fit after self-cal, rms=0.074482Jy sigma=0.049762 ! 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.074482Jy sigma=0.049762 ! Fit after self-cal, rms=0.074966Jy sigma=0.049746 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.168 mas, bmaj=8.757 mas, bpa=-21.43 degrees ! Estimated noise=21.4084 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00072629 Jy ! Component: 100 - total flux cleaned = 0.000984568 Jy ! Component: 150 - total flux cleaned = 0.00105914 Jy ! Component: 200 - total flux cleaned = 0.00112419 Jy ! Component: 250 - total flux cleaned = 0.00117308 Jy ! Component: 300 - total flux cleaned = 0.00120823 Jy ! Component: 350 - total flux cleaned = 0.00124246 Jy ! Component: 400 - total flux cleaned = 0.00127558 Jy ! Total flux subtracted in 400 components = 0.00127558 Jy ! Clean residual min=-0.002926 max=0.002815 Jy/beam ! Clean residual mean=-0.000011 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.0982713 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 219 components and 0.0982713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074950Jy sigma=0.049744 ! Fit after self-cal, rms=0.074977Jy sigma=0.049743 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.42225e-05 Jy ! Component: 100 - total flux cleaned = 9.03125e-05 Jy ! Component: 150 - total flux cleaned = 0.000124117 Jy ! Component: 200 - total flux cleaned = 0.000157358 Jy ! Component: 250 - total flux cleaned = 0.000190082 Jy ! Component: 300 - total flux cleaned = 0.000232605 Jy ! Component: 350 - total flux cleaned = 0.000273995 Jy ! Component: 400 - total flux cleaned = 0.000304447 Jy ! Total flux subtracted in 400 components = 0.000304447 Jy ! Clean residual min=-0.002928 max=0.002791 Jy/beam ! Clean residual mean=-0.000012 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.0985758 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 224 components and 0.0985758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074968Jy sigma=0.049741 ! Fit after self-cal, rms=0.074974Jy sigma=0.049741 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074974Jy sigma=0.049741 ! Fit after self-cal, rms=0.120368Jy sigma=0.047805 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.039 mas, bmaj=10.91 mas, bpa=-9.417 degrees ! Estimated noise=25.5225 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00316217 Jy ! Component: 100 - total flux cleaned = 0.00442528 Jy ! Component: 150 - total flux cleaned = 0.00521271 Jy ! Component: 200 - total flux cleaned = 0.00575113 Jy ! Component: 250 - total flux cleaned = 0.0061349 Jy ! Component: 300 - total flux cleaned = 0.00627066 Jy ! Component: 350 - total flux cleaned = 0.00635101 Jy ! Component: 400 - total flux cleaned = 0.00643853 Jy ! Total flux subtracted in 400 components = 0.00643853 Jy ! Clean residual min=-0.002994 max=0.003156 Jy/beam ! Clean residual mean=-0.000018 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.105014 Jy selfcal ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 272 components and 0.105014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120310Jy sigma=0.047696 ! Fit after self-cal, rms=0.120608Jy sigma=0.047547 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 (34, 10.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011294 Jy ! Component: 100 - total flux cleaned = 0.00197943 Jy ! Component: 150 - total flux cleaned = 0.00259937 Jy ! Component: 200 - total flux cleaned = 0.00305577 Jy ! Component: 250 - total flux cleaned = 0.00335983 Jy ! Component: 300 - total flux cleaned = 0.00347653 Jy ! Component: 350 - total flux cleaned = 0.00368571 Jy ! Component: 400 - total flux cleaned = 0.0039437 Jy ! Total flux subtracted in 400 components = 0.0039437 Jy ! Clean residual min=-0.002387 max=0.002193 Jy/beam ! Clean residual mean=-0.000005 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.108958 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 333 components and 0.108958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120444Jy sigma=0.047433 ! Fit after self-cal, rms=0.120479Jy sigma=0.047410 ! 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=1.17 mas, bmaj=8.729 mas, bpa=-21.41 degrees ! Estimated noise=22.5709 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.17 x 8.729 at -21.41 degrees (North through East) ! Clean map min=-0.0041718 max=0.074743 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=0.8145 mas, bmaj=9.035 mas, bpa=-22.2 degrees ! Estimated noise=39.988 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0568242 Jy ! Component: 100 - total flux cleaned = 0.0716328 Jy ! Component: 150 - total flux cleaned = 0.077818 Jy ! Component: 200 - total flux cleaned = 0.082092 Jy ! Component: 250 - total flux cleaned = 0.0846889 Jy ! Component: 300 - total flux cleaned = 0.085893 Jy ! Component: 350 - total flux cleaned = 0.0872447 Jy ! Component: 400 - total flux cleaned = 0.088173 Jy ! Total flux subtracted in 400 components = 0.088173 Jy ! Clean residual min=-0.005300 max=0.004782 Jy/beam ! Clean residual mean=-0.000011 rms=0.001222 Jy/beam ! Combined flux in latest and established models = 0.0881731 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 76 model components to the UV plane model. ! The established model now contains 76 components and 0.0881731 Jy ! Inverting map and beam ! Estimated beam: bmin=1.17 mas, bmaj=8.729 mas, bpa=-21.41 degrees ! Estimated noise=22.5709 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.00368219 Jy ! Component: 100 - total flux cleaned = 0.00544112 Jy ! Component: 150 - total flux cleaned = 0.00699142 Jy ! Component: 200 - total flux cleaned = 0.00855769 Jy ! Component: 250 - total flux cleaned = 0.00993165 Jy ! Component: 300 - total flux cleaned = 0.0112309 Jy ! Component: 350 - total flux cleaned = 0.0123497 Jy ! Component: 400 - total flux cleaned = 0.0131469 Jy ! Total flux subtracted in 400 components = 0.0131469 Jy ! Clean residual min=-0.003021 max=0.002246 Jy/beam ! Clean residual mean=-0.000002 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.10132 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 158 components and 0.10132 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.039 mas, bmaj=10.91 mas, bpa=-9.417 degrees ! Estimated noise=25.5225 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105678 Jy ! Component: 100 - total flux cleaned = 0.00193595 Jy ! Component: 150 - total flux cleaned = 0.00268892 Jy ! Component: 200 - total flux cleaned = 0.00325249 Jy ! Component: 250 - total flux cleaned = 0.00376529 Jy ! Component: 300 - total flux cleaned = 0.00423186 Jy ! Component: 350 - total flux cleaned = 0.00454682 Jy ! Component: 400 - total flux cleaned = 0.0048942 Jy ! Total flux subtracted in 400 components = 0.0048942 Jy ! Clean residual min=-0.002598 max=0.002099 Jy/beam ! Clean residual mean=-0.000003 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.106214 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.000304193 Jy ! Component: 100 - total flux cleaned = 0.000617581 Jy ! Component: 150 - total flux cleaned = 0.000942309 Jy ! Component: 200 - total flux cleaned = 0.00121088 Jy ! Component: 250 - total flux cleaned = 0.00145099 Jy ! Component: 300 - total flux cleaned = 0.00166451 Jy ! Component: 350 - total flux cleaned = 0.00185314 Jy ! Component: 400 - total flux cleaned = 0.0020382 Jy ! Total flux subtracted in 400 components = 0.0020382 Jy ! Clean residual min=-0.002479 max=0.002002 Jy/beam ! Clean residual mean=-0.000003 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.108252 Jy ! Adding 136 model components to the UV plane model. ! The established model now contains 283 components and 0.108252 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.17 mas, bmaj=8.729 mas, bpa=-21.41 degrees ! Estimated noise=22.5709 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.44258e-05 Jy ! Component: 100 - total flux cleaned = 0.000326486 Jy ! Component: 150 - total flux cleaned = 0.000715722 Jy ! Component: 200 - total flux cleaned = 0.00108332 Jy ! Component: 250 - total flux cleaned = 0.00149937 Jy ! Component: 300 - total flux cleaned = 0.00189818 Jy ! Component: 350 - total flux cleaned = 0.00222347 Jy ! Component: 400 - total flux cleaned = 0.00253724 Jy ! Total flux subtracted in 400 components = 0.00253724 Jy ! Clean residual min=-0.002297 max=0.002043 Jy/beam ! Clean residual mean=-0.000002 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.11079 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 335 components and 0.11079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120394Jy sigma=0.047342 ! Fit after self-cal, rms=0.120348Jy sigma=0.047311 wmodel /scr/pima/rdv94_uvs/J1231-3533_X_map.mod ! Writing 335 model components to file: /scr/pima/rdv94_uvs/J1231-3533_X_map.mod wobs /scr/pima/rdv94_uvs/J1231-3533_X_uvs.fits ! Applying 1848 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J1231-3533_X_uvs.fits wwins /scr/pima/rdv94_uvs/J1231-3533_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv94_uvs/J1231-3533_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000697865 Jy ! Component: 100 - total flux cleaned = -0.00135236 Jy ! Component: 150 - total flux cleaned = -0.00171539 Jy ! Component: 200 - total flux cleaned = -0.00189933 Jy ! Component: 250 - total flux cleaned = -0.00192791 Jy ! Component: 300 - total flux cleaned = -0.00208773 Jy ! Component: 350 - total flux cleaned = -0.00203826 Jy ! Component: 400 - total flux cleaned = -0.00198908 Jy ! Component: 450 - total flux cleaned = -0.00196554 Jy ! Component: 500 - total flux cleaned = -0.00198898 Jy ! Component: 550 - total flux cleaned = -0.00196626 Jy ! Component: 600 - total flux cleaned = -0.00189986 Jy ! Component: 650 - total flux cleaned = -0.00181205 Jy ! Component: 700 - total flux cleaned = -0.00174708 Jy ! Component: 750 - total flux cleaned = -0.0017046 Jy ! Component: 800 - total flux cleaned = -0.00160022 Jy ! Component: 850 - total flux cleaned = -0.00164147 Jy ! Component: 900 - total flux cleaned = -0.00153996 Jy ! Component: 950 - total flux cleaned = -0.00153959 Jy ! Component: 1000 - total flux cleaned = -0.00147995 Jy ! Component: 1050 - total flux cleaned = -0.00144092 Jy ! Component: 1100 - total flux cleaned = -0.00140234 Jy ! Component: 1150 - total flux cleaned = -0.00142137 Jy ! Component: 1200 - total flux cleaned = -0.00138334 Jy ! Component: 1250 - total flux cleaned = -0.0013643 Jy ! Component: 1300 - total flux cleaned = -0.00132707 Jy ! Component: 1350 - total flux cleaned = -0.00134539 Jy ! Component: 1400 - total flux cleaned = -0.00123557 Jy ! Component: 1450 - total flux cleaned = -0.00121761 Jy ! Component: 1500 - total flux cleaned = -0.00116334 Jy ! Component: 1550 - total flux cleaned = -0.00118141 Jy ! Component: 1600 - total flux cleaned = -0.00116341 Jy ! Component: 1650 - total flux cleaned = -0.00112781 Jy ! Component: 1700 - total flux cleaned = -0.00118107 Jy ! Component: 1750 - total flux cleaned = -0.00121646 Jy ! Component: 1800 - total flux cleaned = -0.00123399 Jy ! Component: 1850 - total flux cleaned = -0.00125156 Jy ! Component: 1900 - total flux cleaned = -0.00126907 Jy ! Component: 1950 - total flux cleaned = -0.00128654 Jy ! Component: 2000 - total flux cleaned = -0.00130389 Jy ! Component: 2050 - total flux cleaned = -0.00133854 Jy ! Component: 2100 - total flux cleaned = -0.0013384 Jy ! Component: 2150 - total flux cleaned = -0.00133836 Jy ! Component: 2200 - total flux cleaned = -0.00135563 Jy ! Component: 2250 - total flux cleaned = -0.00139018 Jy ! Component: 2300 - total flux cleaned = -0.00137295 Jy ! Component: 2350 - total flux cleaned = -0.00139027 Jy ! Component: 2400 - total flux cleaned = -0.00140748 Jy ! Component: 2450 - total flux cleaned = -0.00142464 Jy ! Component: 2500 - total flux cleaned = -0.00145915 Jy ! Component: 2550 - total flux cleaned = -0.00145904 Jy ! Component: 2600 - total flux cleaned = -0.00145908 Jy ! Component: 2650 - total flux cleaned = -0.0014936 Jy ! Component: 2700 - total flux cleaned = -0.0014936 Jy ! Component: 2750 - total flux cleaned = -0.00154564 Jy ! Component: 2800 - total flux cleaned = -0.00161525 Jy ! Component: 2850 - total flux cleaned = -0.00166779 Jy ! Component: 2900 - total flux cleaned = -0.00168528 Jy ! Component: 2950 - total flux cleaned = -0.0016675 Jy ! Component: 3000 - total flux cleaned = -0.00168524 Jy ! Component: 3050 - total flux cleaned = -0.00166758 Jy ! Component: 3100 - total flux cleaned = -0.0017032 Jy ! Component: 3150 - total flux cleaned = -0.00163166 Jy ! Component: 3200 - total flux cleaned = -0.00164976 Jy ! Component: 3250 - total flux cleaned = -0.00159546 Jy ! Component: 3300 - total flux cleaned = -0.00159543 Jy ! Component: 3350 - total flux cleaned = -0.00159534 Jy ! Component: 3400 - total flux cleaned = -0.00157701 Jy ! Component: 3450 - total flux cleaned = -0.00161399 Jy ! Component: 3500 - total flux cleaned = -0.00161391 Jy ! Component: 3550 - total flux cleaned = -0.00167031 Jy ! Component: 3600 - total flux cleaned = -0.00172716 Jy ! Component: 3650 - total flux cleaned = -0.0017653 Jy ! Component: 3700 - total flux cleaned = -0.00182296 Jy ! Component: 3750 - total flux cleaned = -0.00190022 Jy ! Component: 3800 - total flux cleaned = -0.00195905 Jy ! Component: 3850 - total flux cleaned = -0.00199856 Jy ! Component: 3900 - total flux cleaned = -0.00207829 Jy ! Component: 3950 - total flux cleaned = -0.00217917 Jy ! Component: 4000 - total flux cleaned = -0.00226066 Jy ! Component: 4050 - total flux cleaned = -0.00234294 Jy ! Total flux subtracted in 4096 components = -0.00242596 Jy ! Clean residual min=-0.001110 max=0.001168 Jy/beam ! Clean residual mean=-0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.108364 Jy keep ! Adding 181 model components to the UV plane model. ! The established model now contains 516 components and 0.108364 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J1231-3533_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.17 x 8.729 at -21.41 degrees (North through East) ! Clean map min=-0.0025976 max=0.071772 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J1231-3533_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.0717 rms= 0.00035 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J1231-3533_X_uvs.log closed on Tue Oct 8 12:19:16 2013