! Started logfile: /scr/pima/rdv62_uvs/J1454-4012_S_uvs.log on Fri Nov 22 22:38:21 2013 obs /scr/pima/rdv62_uvs/J1454-4012_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J1454-4012_S_uva.fits ! AN table 1: 46 integrations on 21 of 21 possible baselines. ! AN table 2: 46 integrations on 3 of 3 possible baselines. ! Apparent sampling: 0.985507 visibilities/baseline/integration-bin. ! Found source: J1454-4012 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 4352 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv62_uvs/J1454-4012_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:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:KK self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.151915Jy sigma=4.900124 ! Fit after self-cal, rms=0.612370Jy sigma=1.601005 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] flag 2:KK ! Flagging baselines of antenna 2:KK in the currently selected channels. ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=27.94 mas, bpa=11.53 degrees ! Estimated noise=6.9858 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.396313 Jy ! Component: 100 - total flux cleaned = 0.562586 Jy ! Total flux subtracted in 100 components = 0.562586 Jy ! Clean residual min=-0.050317 max=0.080308 Jy/beam ! Clean residual mean=-0.000415 rms=0.023173 Jy/beam ! Combined flux in latest and established models = 0.562586 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 52 components and 0.562586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210300Jy sigma=1.017201 ! Fit after self-cal, rms=0.205486Jy sigma=1.012888 ! 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=4.823 mas, bmaj=29.55 mas, bpa=10.43 degrees ! Estimated noise=3.23079 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.137949 Jy ! Component: 100 - total flux cleaned = 0.20596 Jy ! Component: 150 - total flux cleaned = 0.221861 Jy ! Component: 200 - total flux cleaned = 0.226778 Jy ! Total flux subtracted in 200 components = 0.226778 Jy ! Clean residual min=-0.017340 max=0.017302 Jy/beam ! Clean residual mean=-0.000360 rms=0.007321 Jy/beam ! Combined flux in latest and established models = 0.789364 Jy ! Performing phase self-cal ! Adding 115 model components to the UV plane model. ! The established model now contains 166 components and 0.789364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129647Jy sigma=0.530312 ! Fit after self-cal, rms=0.128187Jy sigma=0.528001 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 0.97 LA 1.14 NL 1.05 ! OV 1.00 PT 1.01 SC 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* KP 0.00* MK 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.00 LA 1.06 NL 1.05 ! OV 1.05 PT 1.02 SC 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* KP 0.00* MK 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 1.01 LA 0.84 NL 1.13 ! OV 1.11 PT 1.04 SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* KP 0.00* MK 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 0.94 LA 0.76 NL 1.03 ! OV 0.94 PT 0.99 SC 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* KP 0.00* MK 0.00* ! ! ! Fit before self-cal, rms=0.128187Jy sigma=0.528001 ! Fit after self-cal, rms=0.108626Jy sigma=0.369474 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.915 mas, bmaj=30.17 mas, bpa=10.42 degrees ! Estimated noise=3.18267 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.00185393 Jy ! Component: 100 - total flux cleaned = 0.000795199 Jy ! Component: 150 - total flux cleaned = 0.000767016 Jy ! Component: 200 - total flux cleaned = 0.000780084 Jy ! Total flux subtracted in 200 components = 0.000780084 Jy ! Clean residual min=-0.003992 max=0.004066 Jy/beam ! Clean residual mean=0.000082 rms=0.001578 Jy/beam ! Combined flux in latest and established models = 0.790144 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 207 components and 0.790144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105461Jy sigma=0.364891 ! Fit after self-cal, rms=0.105518Jy sigma=0.364592 ! 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.105518Jy sigma=0.364592 ! Fit after self-cal, rms=0.104371Jy sigma=0.364461 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.907 mas, bmaj=30.02 mas, bpa=10.41 degrees ! Estimated noise=3.1717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000491771 Jy ! Component: 100 - total flux cleaned = 0.000348786 Jy ! Component: 150 - total flux cleaned = 0.00169535 Jy ! Component: 200 - total flux cleaned = 0.0025828 Jy ! Total flux subtracted in 200 components = 0.0025828 Jy ! Clean residual min=-0.002816 max=0.002821 Jy/beam ! Clean residual mean=0.000036 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.792727 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 244 components and 0.792727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103129Jy sigma=0.362828 ! Fit after self-cal, rms=0.103078Jy sigma=0.362796 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.000117818 Jy ! Component: 100 - total flux cleaned = -0.000124881 Jy ! Component: 150 - total flux cleaned = -0.000698705 Jy ! Component: 200 - total flux cleaned = -0.000698845 Jy ! Total flux subtracted in 200 components = -0.000698845 Jy ! Clean residual min=-0.002217 max=0.002209 Jy/beam ! Clean residual mean=0.000022 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.792028 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 263 components and 0.792028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102441Jy sigma=0.361908 ! Fit after self-cal, rms=0.102414Jy sigma=0.361889 ! 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.102414Jy sigma=0.361889 ! Fit after self-cal, rms=0.101700Jy sigma=0.361531 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.905 mas, bmaj=29.92 mas, bpa=10.4 degrees ! Estimated noise=3.16549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000962039 Jy ! Component: 100 - total flux cleaned = 0.0017007 Jy ! Component: 150 - total flux cleaned = 0.00272349 Jy ! Component: 200 - total flux cleaned = 0.0035912 Jy ! Total flux subtracted in 200 components = 0.0035912 Jy ! Clean residual min=-0.001769 max=0.001768 Jy/beam ! Clean residual mean=0.000013 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.79562 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 301 components and 0.795619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101301Jy sigma=0.360946 ! Fit after self-cal, rms=0.101286Jy sigma=0.360938 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.000200156 Jy ! Component: 100 - total flux cleaned = -3.21712e-06 Jy ! Component: 150 - total flux cleaned = -0.000394053 Jy ! Component: 200 - total flux cleaned = -0.000676793 Jy ! Total flux subtracted in 200 components = -0.000676793 Jy ! Clean residual min=-0.001531 max=0.001536 Jy/beam ! Clean residual mean=0.000012 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.794943 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 322 components and 0.794943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101012Jy sigma=0.360556 ! Fit after self-cal, rms=0.101001Jy sigma=0.360540 ! 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.101001Jy sigma=0.360540 ! Fit after self-cal, rms=0.100574Jy sigma=0.360301 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.74 mas, bmaj=48.09 mas, bpa=-3.554 degrees ! Estimated noise=3.00429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308739 Jy ! Component: 100 - total flux cleaned = 0.000966171 Jy ! Component: 150 - total flux cleaned = 0.00144224 Jy ! Component: 200 - total flux cleaned = 0.001895 Jy ! Total flux subtracted in 200 components = 0.001895 Jy ! Clean residual min=-0.001039 max=0.001043 Jy/beam ! Clean residual mean=-0.000010 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.796838 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 355 components and 0.796838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100458Jy sigma=0.360040 ! Fit after self-cal, rms=0.100452Jy sigma=0.360031 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.00027809 Jy ! Component: 100 - total flux cleaned = 0.000749159 Jy ! Component: 150 - total flux cleaned = 0.00143188 Jy ! Component: 200 - total flux cleaned = 0.00215619 Jy ! Total flux subtracted in 200 components = 0.00215619 Jy ! Clean residual min=-0.000909 max=0.000912 Jy/beam ! Clean residual mean=-0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.798994 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 382 components and 0.798994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100377Jy sigma=0.359863 ! Fit after self-cal, rms=0.100372Jy sigma=0.359857 ! 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: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 1:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 46 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.135751Jy sigma=0.440296 ! Fit after self-cal, rms=0.135751Jy sigma=0.440296 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:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:KK self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.135751Jy sigma=0.440296 ! Fit after self-cal, rms=0.100210Jy sigma=0.359842 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=3.293 mas, bmaj=28.14 mas, bpa=11.49 degrees ! Estimated noise=6.92398 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.00217844 Jy ! Component: 100 - total flux cleaned = 0.00415548 Jy ! Component: 150 - total flux cleaned = 0.00522258 Jy ! Component: 200 - total flux cleaned = 0.00666183 Jy ! Total flux subtracted in 200 components = 0.00666183 Jy ! Clean residual min=-0.001945 max=0.001939 Jy/beam ! Clean residual mean=0.000012 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.805656 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 420 components and 0.805656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100075Jy sigma=0.359859 ! Fit after self-cal, rms=0.100068Jy sigma=0.359776 ! 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=4.902 mas, bmaj=29.82 mas, bpa=10.39 degrees ! Estimated noise=3.15983 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.000122743 Jy ! Component: 100 - total flux cleaned = 0.000505693 Jy ! Component: 150 - total flux cleaned = 0.000856073 Jy ! Component: 200 - total flux cleaned = 0.00105962 Jy ! Component: 250 - total flux cleaned = 0.00132487 Jy ! Component: 300 - total flux cleaned = 0.00152286 Jy ! Component: 350 - total flux cleaned = 0.00165388 Jy ! Component: 400 - total flux cleaned = 0.00151543 Jy ! Total flux subtracted in 400 components = 0.00151543 Jy ! Clean residual min=-0.001149 max=0.001168 Jy/beam ! Clean residual mean=-0.000021 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.807171 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 494 components and 0.807171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099855Jy sigma=0.359323 ! Fit after self-cal, rms=0.099839Jy sigma=0.359282 ! 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.000751868 Jy ! Component: 100 - total flux cleaned = -0.00125584 Jy ! Component: 150 - total flux cleaned = -0.00179586 Jy ! Component: 200 - total flux cleaned = -0.00221771 Jy ! Component: 250 - total flux cleaned = -0.00237464 Jy ! Component: 300 - total flux cleaned = -0.00258027 Jy ! Component: 350 - total flux cleaned = -0.00268118 Jy ! Component: 400 - total flux cleaned = -0.00283461 Jy ! Total flux subtracted in 400 components = -0.00283461 Jy ! Clean residual min=-0.000852 max=0.000853 Jy/beam ! Clean residual mean=-0.000023 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.804336 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 563 components and 0.804337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099710Jy sigma=0.359062 ! Fit after self-cal, rms=0.099703Jy sigma=0.359050 ! 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 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 138 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.134946Jy sigma=0.438852 ! Fit after self-cal, rms=0.099677Jy sigma=0.359025 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.901 mas, bmaj=29.82 mas, bpa=10.39 degrees ! Estimated noise=3.15906 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000846453 Jy ! Component: 100 - total flux cleaned = -0.00104917 Jy ! Component: 150 - total flux cleaned = -0.0010986 Jy ! Component: 200 - total flux cleaned = -0.00114517 Jy ! Component: 250 - total flux cleaned = -0.000864179 Jy ! Component: 300 - total flux cleaned = -0.000492068 Jy ! Component: 350 - total flux cleaned = -0.000168197 Jy ! Component: 400 - total flux cleaned = 0.000156651 Jy ! Total flux subtracted in 400 components = 0.000156651 Jy ! Clean residual min=-0.000768 max=0.000771 Jy/beam ! Clean residual mean=-0.000013 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.804493 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 613 components and 0.804493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099573Jy sigma=0.358781 ! Fit after self-cal, rms=0.099569Jy sigma=0.358774 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.000733647 Jy ! Component: 100 - total flux cleaned = -0.00110776 Jy ! Component: 150 - total flux cleaned = -0.00162387 Jy ! Component: 200 - total flux cleaned = -0.00208729 Jy ! Component: 250 - total flux cleaned = -0.00250144 Jy ! Component: 300 - total flux cleaned = -0.00257619 Jy ! Component: 350 - total flux cleaned = -0.00261288 Jy ! Component: 400 - total flux cleaned = -0.0027598 Jy ! Total flux subtracted in 400 components = -0.0027598 Jy ! Clean residual min=-0.000612 max=0.000606 Jy/beam ! Clean residual mean=-0.000014 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.801734 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 664 components and 0.801733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099499Jy sigma=0.358607 ! Fit after self-cal, rms=0.099497Jy sigma=0.358605 ! Inverting map ! Added new window around map position (96, -102.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313079 Jy ! Component: 100 - total flux cleaned = 0.000232144 Jy ! Component: 150 - total flux cleaned = 0.000198328 Jy ! Component: 200 - total flux cleaned = 0.00018455 Jy ! Component: 250 - total flux cleaned = 0.000184838 Jy ! Component: 300 - total flux cleaned = 0.000184967 Jy ! Component: 350 - total flux cleaned = 0.000195915 Jy ! Component: 400 - total flux cleaned = 0.000205935 Jy ! Total flux subtracted in 400 components = 0.000205935 Jy ! Clean residual min=-0.000808 max=0.000821 Jy/beam ! Clean residual mean=-0.000014 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.801939 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 691 components and 0.801939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099483Jy sigma=0.358591 ! Fit after self-cal, rms=0.099481Jy sigma=0.358589 ! 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.099481Jy sigma=0.358589 ! Fit after self-cal, rms=0.099482Jy sigma=0.358466 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.902 mas, bmaj=29.82 mas, bpa=10.4 degrees ! Estimated noise=3.15896 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000145502 Jy ! Component: 100 - total flux cleaned = 0.000193313 Jy ! Component: 150 - total flux cleaned = 0.000225213 Jy ! Component: 200 - total flux cleaned = 0.000235358 Jy ! Component: 250 - total flux cleaned = 0.000254554 Jy ! Component: 300 - total flux cleaned = 0.000254601 Jy ! Component: 350 - total flux cleaned = 0.00026351 Jy ! Component: 400 - total flux cleaned = 0.000272101 Jy ! Total flux subtracted in 400 components = 0.000272101 Jy ! Clean residual min=-0.000870 max=0.000872 Jy/beam ! Clean residual mean=-0.000013 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.802212 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 721 components and 0.802211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099476Jy sigma=0.358462 ! Fit after self-cal, rms=0.099475Jy sigma=0.358461 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 = 6.66983e-05 Jy ! Component: 100 - total flux cleaned = 7.54228e-05 Jy ! Component: 150 - total flux cleaned = 7.54083e-05 Jy ! Component: 200 - total flux cleaned = 7.52926e-05 Jy ! Component: 250 - total flux cleaned = 6.70022e-05 Jy ! Component: 300 - total flux cleaned = 6.7127e-05 Jy ! Component: 350 - total flux cleaned = 5.92403e-05 Jy ! Component: 400 - total flux cleaned = 5.11667e-05 Jy ! Total flux subtracted in 400 components = 5.11667e-05 Jy ! Clean residual min=-0.000885 max=0.000870 Jy/beam ! Clean residual mean=-0.000014 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.802263 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 736 components and 0.802263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099471Jy sigma=0.358457 ! Fit after self-cal, rms=0.099470Jy sigma=0.358457 ! 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.099470Jy sigma=0.358457 ! Fit after self-cal, rms=0.098365Jy sigma=0.345466 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.74 mas, bmaj=48.07 mas, bpa=-3.555 degrees ! Estimated noise=3.00473 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000219709 Jy ! Component: 100 - total flux cleaned = -0.000307273 Jy ! Component: 150 - total flux cleaned = -0.000362893 Jy ! Component: 200 - total flux cleaned = -0.000378424 Jy ! Component: 250 - total flux cleaned = -0.000388229 Jy ! Component: 300 - total flux cleaned = -0.00040197 Jy ! Component: 350 - total flux cleaned = -0.000410211 Jy ! Component: 400 - total flux cleaned = -0.000418395 Jy ! Total flux subtracted in 400 components = -0.000418395 Jy ! Clean residual min=-0.001006 max=0.000847 Jy/beam ! Clean residual mean=-0.000023 rms=0.000265 Jy/beam ! Combined flux in latest and established models = 0.801844 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 751 components and 0.801844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098363Jy sigma=0.345460 ! Fit after self-cal, rms=0.098371Jy sigma=0.345446 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 = 6.261e-06 Jy ! Component: 100 - total flux cleaned = -3.13247e-06 Jy ! Component: 150 - total flux cleaned = -7.46779e-06 Jy ! Component: 200 - total flux cleaned = -1.15258e-05 Jy ! Component: 250 - total flux cleaned = -2.3413e-05 Jy ! Component: 300 - total flux cleaned = -3.13656e-05 Jy ! Component: 350 - total flux cleaned = -4.29453e-05 Jy ! Component: 400 - total flux cleaned = -5.07255e-05 Jy ! Total flux subtracted in 400 components = -5.07255e-05 Jy ! Clean residual min=-0.000957 max=0.000818 Jy/beam ! Clean residual mean=-0.000021 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.801794 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 767 components and 0.801794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098370Jy sigma=0.345444 ! Fit after self-cal, rms=0.098369Jy sigma=0.345443 ! 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=4.903 mas, bmaj=29.85 mas, bpa=10.4 degrees ! Estimated noise=3.16205 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.903 x 29.85 at 10.4 degrees (North through East) ! Clean map min=-0.013659 max=0.46523 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=3.291 mas, bmaj=28.15 mas, bpa=11.49 degrees ! Estimated noise=6.92231 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0822716 Jy ! Component: 100 - total flux cleaned = -0.111691 Jy ! Component: 150 - total flux cleaned = -0.127712 Jy ! Component: 200 - total flux cleaned = -0.140983 Jy ! Component: 250 - total flux cleaned = -0.153834 Jy ! Component: 300 - total flux cleaned = -0.162209 Jy ! Component: 350 - total flux cleaned = -0.168449 Jy ! Component: 400 - total flux cleaned = -0.172978 Jy ! Total flux subtracted in 400 components = -0.172978 Jy ! Clean residual min=-0.163297 max=0.425058 Jy/beam ! Clean residual mean=-0.002477 rms=0.072518 Jy/beam ! Combined flux in latest and established models = -0.172978 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 70 model components to the UV plane model. ! The established model now contains 70 components and -0.172978 Jy ! Inverting map and beam ! Estimated beam: bmin=4.903 mas, bmaj=29.85 mas, bpa=10.4 degrees ! Estimated noise=3.16205 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0.4, 1.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.436531 Jy ! Component: 100 - total flux cleaned = 0.60627 Jy ! Component: 150 - total flux cleaned = 0.706972 Jy ! Component: 200 - total flux cleaned = 0.767278 Jy ! Component: 250 - total flux cleaned = 0.80086 Jy ! Component: 300 - total flux cleaned = 0.824471 Jy ! Component: 350 - total flux cleaned = 0.845844 Jy ! Component: 400 - total flux cleaned = 0.862448 Jy ! Total flux subtracted in 400 components = 0.862448 Jy ! Clean residual min=-0.040879 max=0.037000 Jy/beam ! Clean residual mean=0.000127 rms=0.011649 Jy/beam ! Combined flux in latest and established models = 0.689471 Jy ! Adding 167 model components to the UV plane model. ! The established model now contains 226 components and 0.689471 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=11.74 mas, bmaj=48.07 mas, bpa=-3.555 degrees ! Estimated noise=3.00473 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106152 Jy ! Component: 100 - total flux cleaned = 0.0228293 Jy ! Component: 150 - total flux cleaned = 0.0316953 Jy ! Component: 200 - total flux cleaned = 0.0395722 Jy ! Component: 250 - total flux cleaned = 0.0466417 Jy ! Component: 300 - total flux cleaned = 0.0515816 Jy ! Component: 350 - total flux cleaned = 0.0570325 Jy ! Component: 400 - total flux cleaned = 0.0617412 Jy ! Total flux subtracted in 400 components = 0.0617412 Jy ! Clean residual min=-0.014755 max=0.013884 Jy/beam ! Clean residual mean=0.000242 rms=0.004057 Jy/beam ! Combined flux in latest and established models = 0.751212 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.00412191 Jy ! Component: 100 - total flux cleaned = 0.0077529 Jy ! Component: 150 - total flux cleaned = 0.0109878 Jy ! Component: 200 - total flux cleaned = 0.0153187 Jy ! Component: 250 - total flux cleaned = 0.0196005 Jy ! Component: 300 - total flux cleaned = 0.023445 Jy ! Component: 350 - total flux cleaned = 0.0276592 Jy ! Component: 400 - total flux cleaned = 0.0314743 Jy ! Total flux subtracted in 400 components = 0.0314743 Jy ! Clean residual min=-0.017133 max=0.013005 Jy/beam ! Clean residual mean=0.000374 rms=0.003263 Jy/beam ! Combined flux in latest and established models = 0.782687 Jy ! Adding 203 model components to the UV plane model. ! The established model now contains 388 components and 0.782686 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.903 mas, bmaj=29.85 mas, bpa=10.4 degrees ! Estimated noise=3.16205 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00116654 Jy ! Component: 100 - total flux cleaned = 0.000144406 Jy ! Component: 150 - total flux cleaned = 0.00246985 Jy ! Component: 200 - total flux cleaned = 0.00375327 Jy ! Component: 250 - total flux cleaned = 0.00515896 Jy ! Component: 300 - total flux cleaned = 0.0062912 Jy ! Component: 350 - total flux cleaned = 0.00735151 Jy ! Component: 400 - total flux cleaned = 0.00818499 Jy ! Total flux subtracted in 400 components = 0.00818499 Jy ! Clean residual min=-0.007265 max=0.005126 Jy/beam ! Clean residual mean=0.000019 rms=0.001692 Jy/beam ! Combined flux in latest and established models = 0.790871 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 430 components and 0.790872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103125Jy sigma=0.354766 ! Fit after self-cal, rms=0.102525Jy sigma=0.353801 wmodel /scr/pima/rdv62_uvs/J1454-4012_S_map.mod ! Writing 430 model components to file: /scr/pima/rdv62_uvs/J1454-4012_S_map.mod wobs /scr/pima/rdv62_uvs/J1454-4012_S_uvs.fits ! Applying 2254 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J1454-4012_S_uvs.fits wwins /scr/pima/rdv62_uvs/J1454-4012_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv62_uvs/J1454-4012_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00151262 Jy ! Component: 100 - total flux cleaned = -0.00234889 Jy ! Component: 150 - total flux cleaned = -0.00210275 Jy ! Component: 200 - total flux cleaned = -0.00202519 Jy ! Component: 250 - total flux cleaned = -0.00237539 Jy ! Component: 300 - total flux cleaned = -0.0028437 Jy ! Component: 350 - total flux cleaned = -0.0032888 Jy ! Component: 400 - total flux cleaned = -0.00382785 Jy ! Component: 450 - total flux cleaned = -0.00428468 Jy ! Component: 500 - total flux cleaned = -0.00483172 Jy ! Component: 550 - total flux cleaned = -0.00499039 Jy ! Component: 600 - total flux cleaned = -0.00514354 Jy ! Component: 650 - total flux cleaned = -0.00509322 Jy ! Component: 700 - total flux cleaned = -0.00494668 Jy ! Component: 750 - total flux cleaned = -0.00480336 Jy ! Component: 800 - total flux cleaned = -0.0045212 Jy ! Component: 850 - total flux cleaned = -0.00424353 Jy ! Component: 900 - total flux cleaned = -0.00383306 Jy ! Component: 950 - total flux cleaned = -0.00342701 Jy ! Component: 1000 - total flux cleaned = -0.00280243 Jy ! Component: 1050 - total flux cleaned = -0.00218365 Jy ! Component: 1100 - total flux cleaned = -0.00165651 Jy ! Component: 1150 - total flux cleaned = -0.0011757 Jy ! Component: 1200 - total flux cleaned = -0.000696616 Jy ! Component: 1250 - total flux cleaned = -0.000175473 Jy ! Component: 1300 - total flux cleaned = 0.000257582 Jy ! Component: 1350 - total flux cleaned = 0.00077585 Jy ! Component: 1400 - total flux cleaned = 0.00124923 Jy ! Component: 1450 - total flux cleaned = 0.00163559 Jy ! Component: 1500 - total flux cleaned = 0.00219258 Jy ! Component: 1550 - total flux cleaned = 0.00257719 Jy ! Component: 1600 - total flux cleaned = 0.00296138 Jy ! Component: 1650 - total flux cleaned = 0.00334534 Jy ! Component: 1700 - total flux cleaned = 0.00364429 Jy ! Component: 1750 - total flux cleaned = 0.00402935 Jy ! Component: 1800 - total flux cleaned = 0.0044583 Jy ! Component: 1850 - total flux cleaned = 0.0049308 Jy ! Component: 1900 - total flux cleaned = 0.00536203 Jy ! Component: 1950 - total flux cleaned = 0.00588103 Jy ! Component: 2000 - total flux cleaned = 0.00635878 Jy ! Component: 2050 - total flux cleaned = 0.00683782 Jy ! Component: 2100 - total flux cleaned = 0.00710034 Jy ! Component: 2150 - total flux cleaned = 0.00736473 Jy ! Component: 2200 - total flux cleaned = 0.00749854 Jy ! Component: 2250 - total flux cleaned = 0.00758929 Jy ! Component: 2300 - total flux cleaned = 0.00763511 Jy ! Component: 2350 - total flux cleaned = 0.00763518 Jy ! Component: 2400 - total flux cleaned = 0.007682 Jy ! Component: 2450 - total flux cleaned = 0.0076826 Jy ! Component: 2500 - total flux cleaned = 0.00768304 Jy ! Component: 2550 - total flux cleaned = 0.00768244 Jy ! Component: 2600 - total flux cleaned = 0.0076296 Jy ! Component: 2650 - total flux cleaned = 0.0076297 Jy ! Component: 2700 - total flux cleaned = 0.00757423 Jy ! Component: 2750 - total flux cleaned = 0.00751761 Jy ! Component: 2800 - total flux cleaned = 0.00751775 Jy ! Component: 2850 - total flux cleaned = 0.00745802 Jy ! Component: 2900 - total flux cleaned = 0.00733327 Jy ! Component: 2950 - total flux cleaned = 0.00733284 Jy ! Component: 3000 - total flux cleaned = 0.0072011 Jy ! Component: 3050 - total flux cleaned = 0.00720118 Jy ! Component: 3100 - total flux cleaned = 0.0070625 Jy ! Component: 3150 - total flux cleaned = 0.00713616 Jy ! Component: 3200 - total flux cleaned = 0.00706134 Jy ! Component: 3250 - total flux cleaned = 0.00706059 Jy ! Component: 3300 - total flux cleaned = 0.00706178 Jy ! Component: 3350 - total flux cleaned = 0.00697765 Jy ! Component: 3400 - total flux cleaned = 0.0069768 Jy ! Component: 3450 - total flux cleaned = 0.00688725 Jy ! Component: 3500 - total flux cleaned = 0.00688666 Jy ! Component: 3550 - total flux cleaned = 0.00679263 Jy ! Component: 3600 - total flux cleaned = 0.00669409 Jy ! Component: 3650 - total flux cleaned = 0.00669352 Jy ! Component: 3700 - total flux cleaned = 0.00658747 Jy ! Component: 3750 - total flux cleaned = 0.00647739 Jy ! Component: 3800 - total flux cleaned = 0.00647687 Jy ! Component: 3850 - total flux cleaned = 0.00635749 Jy ! Component: 3900 - total flux cleaned = 0.00623225 Jy ! Component: 3950 - total flux cleaned = 0.00623098 Jy ! Component: 4000 - total flux cleaned = 0.00609938 Jy ! Component: 4050 - total flux cleaned = 0.00610105 Jy ! Total flux subtracted in 4096 components = 0.00596254 Jy ! Clean residual min=-0.007479 max=0.010169 Jy/beam ! Clean residual mean=0.000070 rms=0.003045 Jy/beam ! Combined flux in latest and established models = 0.796834 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 685 components and 0.796834 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J1454-4012_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.903 x 29.85 at 10.4 degrees (North through East) ! Clean map min=-0.044738 max=0.38462 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J1454-4012_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.3846 rms= 0.00306 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J1454-4012_S_uvs.log closed on Fri Nov 22 22:38:29 2013