! Started logfile: /scr/pima/rdv93_uvs/J1855-1209_S_uvs.log on Tue Oct 8 15:32:28 2013 obs /scr/pima/rdv93_uvs/J1855-1209_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1855-1209_S_uva.fits ! AN table 1: 22 integrations on 36 of 36 possible baselines. ! AN table 2: 22 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.942761 visibilities/baseline/integration-bin. ! Found source: J1855-1209 ! ! 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 6720 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J1855-1209_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:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1: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:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN 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 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.011466Jy sigma=2.613807 ! Fit after self-cal, rms=0.872629Jy sigma=2.232847 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.892 mas, bmaj=7.13 mas, bpa=-4.204 degrees ! Estimated noise=6.9571 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.0998083 Jy ! Component: 100 - total flux cleaned = 0.123468 Jy ! Total flux subtracted in 100 components = 0.123468 Jy ! Clean residual min=-0.005382 max=0.009570 Jy/beam ! Clean residual mean=0.000054 rms=0.001670 Jy/beam ! Combined flux in latest and established models = 0.123468 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.123468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064376Jy sigma=0.151763 ! Fit after self-cal, rms=0.064385Jy sigma=0.151740 ! 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=3.702 mas, bmaj=9.526 mas, bpa=-6.27 degrees ! Estimated noise=3.46826 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.0128141 Jy ! Component: 100 - total flux cleaned = 0.0184173 Jy ! Component: 150 - total flux cleaned = 0.0210374 Jy ! Component: 200 - total flux cleaned = 0.0222953 Jy ! Total flux subtracted in 200 components = 0.0222953 Jy ! Clean residual min=-0.003057 max=0.003029 Jy/beam ! Clean residual mean=0.000019 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.145763 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 55 components and 0.145763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062589Jy sigma=0.144009 ! Fit after self-cal, rms=0.062638Jy sigma=0.143994 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 HN 0.94 KP 1.01 LA 1.15 ! MK 0.67 NL 0.98 OV 1.00 PT 1.01 ! SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 1.01 HN 0.98 KP 1.02 ! LA 1.13 MK 0.97 NL 1.07 OV 0.99 ! PT 1.07 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 HN 1.07 KP 1.03 LA 1.05 ! MK 1.10 NL 1.07 OV 1.03 PT 1.02 ! SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 1.06 HN 1.10 KP 1.00 ! LA 0.97 MK 1.07 NL 1.11 OV 1.01 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 HN 0.93 KP 0.95 LA 0.96 ! MK 1.14 NL 1.11 OV 1.04 PT 1.08 ! SC 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.10 FD 1.07 HN 0.96 KP 0.91 ! LA 0.94 MK 1.02 NL 1.14 OV 1.02 ! PT 1.08 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 0.91 KP 0.87 LA 0.83 ! MK 1.19 NL 1.05 OV 0.88 PT 0.95 ! SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 1.07 HN 0.99 KP 0.81 ! LA 0.79 MK 1.11 NL 1.12 OV 0.90 ! PT 0.90 SC 1.00 ! ! ! Fit before self-cal, rms=0.062638Jy sigma=0.143994 ! Fit after self-cal, rms=0.058545Jy sigma=0.135532 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.716 mas, bmaj=9.551 mas, bpa=-6.216 degrees ! Estimated noise=3.45409 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 = -1.9461e-05 Jy ! Component: 100 - total flux cleaned = -5.94623e-05 Jy ! Component: 150 - total flux cleaned = -8.14754e-05 Jy ! Component: 200 - total flux cleaned = -9.01813e-05 Jy ! Total flux subtracted in 200 components = -9.01813e-05 Jy ! Clean residual min=-0.001896 max=0.002303 Jy/beam ! Clean residual mean=0.000008 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.145673 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 72 components and 0.145673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058534Jy sigma=0.135526 ! Fit after self-cal, rms=0.058575Jy sigma=0.135473 ! 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.058575Jy sigma=0.135473 ! Fit after self-cal, rms=0.058422Jy sigma=0.135469 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=9.549 mas, bpa=-6.234 degrees ! Estimated noise=3.44656 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.58848e-05 Jy ! Component: 100 - total flux cleaned = -0.000108658 Jy ! Component: 150 - total flux cleaned = -0.000118953 Jy ! Component: 200 - total flux cleaned = -0.000136839 Jy ! Total flux subtracted in 200 components = -0.000136839 Jy ! Clean residual min=-0.001905 max=0.002282 Jy/beam ! Clean residual mean=0.000007 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.145536 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.145536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058413Jy sigma=0.135465 ! Fit after self-cal, rms=0.058412Jy sigma=0.135464 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 (16, 22.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197387 Jy ! Component: 100 - total flux cleaned = 0.00248228 Jy ! Component: 150 - total flux cleaned = 0.00255012 Jy ! Component: 200 - total flux cleaned = 0.00252137 Jy ! Total flux subtracted in 200 components = 0.00252137 Jy ! Clean residual min=-0.001790 max=0.001568 Jy/beam ! Clean residual mean=0.000008 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.148057 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.148057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058322Jy sigma=0.135274 ! Fit after self-cal, rms=0.058315Jy sigma=0.135263 ! 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.058315Jy sigma=0.135263 ! Fit after self-cal, rms=0.058150Jy sigma=0.135250 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.711 mas, bmaj=9.55 mas, bpa=-6.267 degrees ! Estimated noise=3.4357 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034137 Jy ! Component: 100 - total flux cleaned = 0.000314379 Jy ! Component: 150 - total flux cleaned = 0.000290905 Jy ! Component: 200 - total flux cleaned = 0.000268968 Jy ! Total flux subtracted in 200 components = 0.000268968 Jy ! Clean residual min=-0.001787 max=0.001501 Jy/beam ! Clean residual mean=0.000007 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.148326 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 96 components and 0.148326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058120Jy sigma=0.135203 ! Fit after self-cal, rms=0.058120Jy sigma=0.135202 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.69144e-06 Jy ! Component: 100 - total flux cleaned = -1.90217e-05 Jy ! Component: 150 - total flux cleaned = -3.88069e-05 Jy ! Component: 200 - total flux cleaned = -7.70447e-05 Jy ! Total flux subtracted in 200 components = -7.70447e-05 Jy ! Clean residual min=-0.001780 max=0.001491 Jy/beam ! Clean residual mean=0.000007 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.148249 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 104 components and 0.148249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058100Jy sigma=0.135179 ! Fit after self-cal, rms=0.058100Jy sigma=0.135179 ! 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.058100Jy sigma=0.135179 ! Fit after self-cal, rms=0.058104Jy sigma=0.135176 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.987 mas, bmaj=15.99 mas, bpa=-0.3063 degrees ! Estimated noise=3.76273 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.5615e-05 Jy ! Component: 100 - total flux cleaned = -4.99079e-05 Jy ! Component: 150 - total flux cleaned = -4.9813e-05 Jy ! Component: 200 - total flux cleaned = -6.2903e-05 Jy ! Total flux subtracted in 200 components = -6.2903e-05 Jy ! Clean residual min=-0.001831 max=0.001850 Jy/beam ! Clean residual mean=0.000012 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.148186 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 118 components and 0.148186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058100Jy sigma=0.135167 ! Fit after self-cal, rms=0.058099Jy sigma=0.135166 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 = -2.59284e-05 Jy ! Component: 100 - total flux cleaned = -4.83519e-05 Jy ! Component: 150 - total flux cleaned = -4.85911e-05 Jy ! Component: 200 - total flux cleaned = -4.83768e-05 Jy ! Total flux subtracted in 200 components = -4.83768e-05 Jy ! Clean residual min=-0.001827 max=0.001828 Jy/beam ! Clean residual mean=0.000012 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.148138 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 126 components and 0.148138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058099Jy sigma=0.135164 ! Fit after self-cal, rms=0.058098Jy sigma=0.135164 ! 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:MK,true ! 1:MK 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:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN 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 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 2:SC,true ! 2:SC self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058098Jy sigma=0.135164 ! Fit after self-cal, rms=0.058098Jy sigma=0.135164 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:MK 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:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN 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 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.058098Jy sigma=0.135164 ! Fit after self-cal, rms=0.058147Jy sigma=0.135160 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.908 mas, bmaj=7.164 mas, bpa=-4.387 degrees ! Estimated noise=6.82706 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.00125464 Jy ! Component: 100 - total flux cleaned = -0.00176592 Jy ! Component: 150 - total flux cleaned = -0.00201867 Jy ! Component: 200 - total flux cleaned = -0.0022414 Jy ! Total flux subtracted in 200 components = -0.0022414 Jy ! Clean residual min=-0.003124 max=0.003024 Jy/beam ! Clean residual mean=-0.000006 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.145897 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 150 components and 0.145896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058142Jy sigma=0.135211 ! Fit after self-cal, rms=0.058138Jy sigma=0.135202 ! 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=3.715 mas, bmaj=9.559 mas, bpa=-6.291 degrees ! Estimated noise=3.4323 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.000907 Jy ! Component: 100 - total flux cleaned = 0.00112444 Jy ! Component: 150 - total flux cleaned = 0.00116967 Jy ! Component: 200 - total flux cleaned = 0.00119063 Jy ! Component: 250 - total flux cleaned = 0.00122954 Jy ! Component: 300 - total flux cleaned = 0.00126543 Jy ! Component: 350 - total flux cleaned = 0.00128235 Jy ! Component: 400 - total flux cleaned = 0.00131424 Jy ! Total flux subtracted in 400 components = 0.00131424 Jy ! Clean residual min=-0.001725 max=0.001482 Jy/beam ! Clean residual mean=0.000007 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.147211 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 178 components and 0.147211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058099Jy sigma=0.135125 ! Fit after self-cal, rms=0.058100Jy sigma=0.135124 ! 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 = 1.17748e-05 Jy ! Component: 100 - total flux cleaned = 2.69962e-05 Jy ! Component: 150 - total flux cleaned = 4.14696e-05 Jy ! Component: 200 - total flux cleaned = 5.5269e-05 Jy ! Component: 250 - total flux cleaned = 8.13913e-05 Jy ! Component: 300 - total flux cleaned = 9.3861e-05 Jy ! Component: 350 - total flux cleaned = 0.00010594 Jy ! Component: 400 - total flux cleaned = 0.000117926 Jy ! Total flux subtracted in 400 components = 0.000117926 Jy ! Clean residual min=-0.001700 max=0.001470 Jy/beam ! Clean residual mean=0.000007 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.147329 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 193 components and 0.147329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058084Jy sigma=0.135102 ! Fit after self-cal, rms=0.058085Jy sigma=0.135101 ! 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. ! Applying 2560 buffered edits. 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 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.058085Jy sigma=0.135101 ! Fit after self-cal, rms=0.057932Jy sigma=0.135096 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.716 mas, bmaj=9.549 mas, bpa=-6.234 degrees ! Estimated noise=3.42465 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000173388 Jy ! Component: 100 - total flux cleaned = -0.000185311 Jy ! Component: 150 - total flux cleaned = -0.000196464 Jy ! Component: 200 - total flux cleaned = -0.000185692 Jy ! Component: 250 - total flux cleaned = -0.000186098 Jy ! Component: 300 - total flux cleaned = -0.000196489 Jy ! Component: 350 - total flux cleaned = -0.000206471 Jy ! Component: 400 - total flux cleaned = -0.000206345 Jy ! Total flux subtracted in 400 components = -0.000206345 Jy ! Clean residual min=-0.001681 max=0.001462 Jy/beam ! Clean residual mean=0.000007 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.147122 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 209 components and 0.147122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057920Jy sigma=0.135084 ! Fit after self-cal, rms=0.057920Jy sigma=0.135084 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.82559e-05 Jy ! Component: 100 - total flux cleaned = -5.88394e-05 Jy ! Component: 150 - total flux cleaned = -5.90839e-05 Jy ! Component: 200 - total flux cleaned = -6.82846e-05 Jy ! Component: 250 - total flux cleaned = -6.83031e-05 Jy ! Component: 300 - total flux cleaned = -7.68805e-05 Jy ! Component: 350 - total flux cleaned = -8.56592e-05 Jy ! Component: 400 - total flux cleaned = -8.53772e-05 Jy ! Total flux subtracted in 400 components = -8.53772e-05 Jy ! Clean residual min=-0.001641 max=0.001448 Jy/beam ! Clean residual mean=0.000007 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.147037 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 216 components and 0.147037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057912Jy sigma=0.135075 ! Fit after self-cal, rms=0.057912Jy sigma=0.135075 ! 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.057912Jy sigma=0.135075 ! Fit after self-cal, rms=0.057839Jy sigma=0.135074 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.716 mas, bmaj=9.549 mas, bpa=-6.234 degrees ! Estimated noise=3.41929 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000261752 Jy ! Component: 100 - total flux cleaned = -0.000270511 Jy ! Component: 150 - total flux cleaned = -0.000270599 Jy ! Component: 200 - total flux cleaned = -0.000278702 Jy ! Component: 250 - total flux cleaned = -0.000278747 Jy ! Component: 300 - total flux cleaned = -0.00027861 Jy ! Component: 350 - total flux cleaned = -0.000286779 Jy ! Component: 400 - total flux cleaned = -0.000286771 Jy ! Total flux subtracted in 400 components = -0.000286771 Jy ! Clean residual min=-0.001645 max=0.001439 Jy/beam ! Clean residual mean=0.000007 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.14675 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 223 components and 0.14675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057831Jy sigma=0.135068 ! Fit after self-cal, rms=0.057831Jy sigma=0.135068 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.5609e-05 Jy ! Component: 100 - total flux cleaned = -3.59111e-05 Jy ! Component: 150 - total flux cleaned = -3.57948e-05 Jy ! Component: 200 - total flux cleaned = -4.30194e-05 Jy ! Component: 250 - total flux cleaned = -5.03515e-05 Jy ! Component: 300 - total flux cleaned = -5.03709e-05 Jy ! Component: 350 - total flux cleaned = -5.78182e-05 Jy ! Component: 400 - total flux cleaned = -5.78444e-05 Jy ! Total flux subtracted in 400 components = -5.78444e-05 Jy ! Clean residual min=-0.001626 max=0.001432 Jy/beam ! Clean residual mean=0.000007 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.146692 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 229 components and 0.146692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057826Jy sigma=0.135062 ! Fit after self-cal, rms=0.057826Jy sigma=0.135062 ! 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.057826Jy sigma=0.135062 ! Fit after self-cal, rms=0.057848Jy sigma=0.132908 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.991 mas, bmaj=15.99 mas, bpa=-0.2368 degrees ! Estimated noise=3.74862 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000355566 Jy ! Component: 100 - total flux cleaned = 0.000466516 Jy ! Component: 150 - total flux cleaned = 0.00051976 Jy ! Component: 200 - total flux cleaned = 0.000568609 Jy ! Component: 250 - total flux cleaned = 0.000601094 Jy ! Component: 300 - total flux cleaned = 0.000631968 Jy ! Component: 350 - total flux cleaned = 0.000649508 Jy ! Component: 400 - total flux cleaned = 0.000660671 Jy ! Total flux subtracted in 400 components = 0.000660671 Jy ! Clean residual min=-0.001712 max=0.001799 Jy/beam ! Clean residual mean=0.000013 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.147353 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 239 components and 0.147353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057852Jy sigma=0.132902 ! Fit after self-cal, rms=0.057864Jy sigma=0.132891 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 (-11.2, -44.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.31283e-05 Jy ! Component: 100 - total flux cleaned = -0.000793315 Jy ! Component: 150 - total flux cleaned = -0.000954645 Jy ! Component: 200 - total flux cleaned = -0.00105589 Jy ! Component: 250 - total flux cleaned = -0.000967007 Jy ! Component: 300 - total flux cleaned = -0.000911611 Jy ! Component: 350 - total flux cleaned = -0.000834348 Jy ! Component: 400 - total flux cleaned = -0.000809574 Jy ! Total flux subtracted in 400 components = -0.000809574 Jy ! Clean residual min=-0.001116 max=0.001218 Jy/beam ! Clean residual mean=0.000012 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.146543 Jy ! Performing phase self-cal ! Adding 103 model components to the UV plane model. ! The established model now contains 341 components and 0.146543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057779Jy sigma=0.132616 ! Fit after self-cal, rms=0.057774Jy sigma=0.132607 ! Inverting map ! Added new window around map position (92, -102.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000936965 Jy ! Component: 100 - total flux cleaned = 0.00137469 Jy ! Component: 150 - total flux cleaned = 0.00171078 Jy ! Component: 200 - total flux cleaned = 0.00196718 Jy ! Component: 250 - total flux cleaned = 0.00217982 Jy ! Component: 300 - total flux cleaned = 0.00235759 Jy ! Component: 350 - total flux cleaned = 0.00250339 Jy ! Component: 400 - total flux cleaned = 0.00270125 Jy ! Total flux subtracted in 400 components = 0.00270125 Jy ! Clean residual min=-0.001059 max=0.000706 Jy/beam ! Clean residual mean=0.000005 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.149245 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 399 components and 0.149245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057732Jy sigma=0.132478 ! Fit after self-cal, rms=0.057729Jy sigma=0.132471 ! 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=3.718 mas, bmaj=9.552 mas, bpa=-6.198 degrees ! Estimated noise=3.4251 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.718 x 9.552 at -6.198 degrees (North through East) ! Clean map min=-0.0018889 max=0.13035 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.907 mas, bmaj=7.143 mas, bpa=-4.3 degrees ! Estimated noise=6.7912 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0973727 Jy ! Component: 100 - total flux cleaned = 0.120417 Jy ! Component: 150 - total flux cleaned = 0.130716 Jy ! Component: 200 - total flux cleaned = 0.136441 Jy ! Component: 250 - total flux cleaned = 0.137968 Jy ! Component: 300 - total flux cleaned = 0.139374 Jy ! Component: 350 - total flux cleaned = 0.14053 Jy ! Component: 400 - total flux cleaned = 0.14085 Jy ! Total flux subtracted in 400 components = 0.14085 Jy ! Clean residual min=-0.002865 max=0.002732 Jy/beam ! Clean residual mean=0.000004 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.14085 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.14085 Jy ! Inverting map and beam ! Estimated beam: bmin=3.718 mas, bmaj=9.552 mas, bpa=-6.198 degrees ! Estimated noise=3.4251 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.00169107 Jy ! Component: 100 - total flux cleaned = 0.00170848 Jy ! Component: 150 - total flux cleaned = 0.00157349 Jy ! Component: 200 - total flux cleaned = 0.00188095 Jy ! Component: 250 - total flux cleaned = 0.00215862 Jy ! Component: 300 - total flux cleaned = 0.00241223 Jy ! Component: 350 - total flux cleaned = 0.00284031 Jy ! Component: 400 - total flux cleaned = 0.00292865 Jy ! Total flux subtracted in 400 components = 0.00292865 Jy ! Clean residual min=-0.001560 max=0.001564 Jy/beam ! Clean residual mean=0.000009 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.143779 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 132 components and 0.143779 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=7.991 mas, bmaj=15.99 mas, bpa=-0.2368 degrees ! Estimated noise=3.74862 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000902094 Jy ! Component: 100 - total flux cleaned = 0.00150653 Jy ! Component: 150 - total flux cleaned = 0.00191685 Jy ! Component: 200 - total flux cleaned = 0.00226267 Jy ! Component: 250 - total flux cleaned = 0.00270713 Jy ! Component: 300 - total flux cleaned = 0.00304267 Jy ! Component: 350 - total flux cleaned = 0.00325601 Jy ! Component: 400 - total flux cleaned = 0.00358728 Jy ! Total flux subtracted in 400 components = 0.00358728 Jy ! Clean residual min=-0.001176 max=0.001039 Jy/beam ! Clean residual mean=0.000009 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.147366 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.000243329 Jy ! Component: 100 - total flux cleaned = 0.000500632 Jy ! Component: 150 - total flux cleaned = 0.000680846 Jy ! Component: 200 - total flux cleaned = 0.000900003 Jy ! Component: 250 - total flux cleaned = 0.0010703 Jy ! Component: 300 - total flux cleaned = 0.00127589 Jy ! Component: 350 - total flux cleaned = 0.00143551 Jy ! Component: 400 - total flux cleaned = 0.00159141 Jy ! Total flux subtracted in 400 components = 0.00159141 Jy ! Clean residual min=-0.001141 max=0.000958 Jy/beam ! Clean residual mean=0.000007 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.148957 Jy ! Adding 124 model components to the UV plane model. ! The established model now contains 252 components and 0.148957 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.718 mas, bmaj=9.552 mas, bpa=-6.198 degrees ! Estimated noise=3.4251 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.32057e-05 Jy ! Component: 100 - total flux cleaned = 1.36341e-05 Jy ! Component: 150 - total flux cleaned = 1.36342e-05 Jy ! Component: 200 - total flux cleaned = -4.90926e-05 Jy ! Component: 250 - total flux cleaned = 1.19811e-05 Jy ! Component: 300 - total flux cleaned = 1.19094e-05 Jy ! Component: 350 - total flux cleaned = -1.61024e-05 Jy ! Component: 400 - total flux cleaned = -1.58698e-05 Jy ! Total flux subtracted in 400 components = -1.58698e-05 Jy ! Clean residual min=-0.001164 max=0.001018 Jy/beam ! Clean residual mean=0.000005 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.148942 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 310 components and 0.148942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057687Jy sigma=0.132313 ! Fit after self-cal, rms=0.057679Jy sigma=0.132298 wmodel /scr/pima/rdv93_uvs/J1855-1209_S_map.mod ! Writing 310 model components to file: /scr/pima/rdv93_uvs/J1855-1209_S_map.mod wobs /scr/pima/rdv93_uvs/J1855-1209_S_uvs.fits ! Applying 1004 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1855-1209_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1855-1209_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv93_uvs/J1855-1209_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.00054536 Jy ! Component: 100 - total flux cleaned = -0.000998378 Jy ! Component: 150 - total flux cleaned = -0.00120094 Jy ! Component: 200 - total flux cleaned = -0.00139359 Jy ! Component: 250 - total flux cleaned = -0.00146124 Jy ! Component: 300 - total flux cleaned = -0.00147777 Jy ! Component: 350 - total flux cleaned = -0.0015583 Jy ! Component: 400 - total flux cleaned = -0.00165243 Jy ! Component: 450 - total flux cleaned = -0.00171413 Jy ! Component: 500 - total flux cleaned = -0.0017894 Jy ! Component: 550 - total flux cleaned = -0.00181884 Jy ! Component: 600 - total flux cleaned = -0.0018334 Jy ! Component: 650 - total flux cleaned = -0.00181907 Jy ! Component: 700 - total flux cleaned = -0.00184692 Jy ! Component: 750 - total flux cleaned = -0.00184675 Jy ! Component: 800 - total flux cleaned = -0.00180593 Jy ! Component: 850 - total flux cleaned = -0.00179262 Jy ! Component: 900 - total flux cleaned = -0.00172675 Jy ! Component: 950 - total flux cleaned = -0.00171398 Jy ! Component: 1000 - total flux cleaned = -0.00170093 Jy ! Component: 1050 - total flux cleaned = -0.00168796 Jy ! Component: 1100 - total flux cleaned = -0.0016379 Jy ! Component: 1150 - total flux cleaned = -0.00165026 Jy ! Component: 1200 - total flux cleaned = -0.00158893 Jy ! Component: 1250 - total flux cleaned = -0.00157683 Jy ! Component: 1300 - total flux cleaned = -0.00154078 Jy ! Component: 1350 - total flux cleaned = -0.00152909 Jy ! Component: 1400 - total flux cleaned = -0.00155249 Jy ! Component: 1450 - total flux cleaned = -0.0015407 Jy ! Component: 1500 - total flux cleaned = -0.00149482 Jy ! Component: 1550 - total flux cleaned = -0.00144923 Jy ! Component: 1600 - total flux cleaned = -0.00141558 Jy ! Component: 1650 - total flux cleaned = -0.00141545 Jy ! Component: 1700 - total flux cleaned = -0.00142655 Jy ! Component: 1750 - total flux cleaned = -0.00139349 Jy ! Component: 1800 - total flux cleaned = -0.00140441 Jy ! Component: 1850 - total flux cleaned = -0.00140433 Jy ! Component: 1900 - total flux cleaned = -0.001415 Jy ! Component: 1950 - total flux cleaned = -0.00142569 Jy ! Component: 2000 - total flux cleaned = -0.00142567 Jy ! Component: 2050 - total flux cleaned = -0.00146783 Jy ! Component: 2100 - total flux cleaned = -0.00148876 Jy ! Component: 2150 - total flux cleaned = -0.0014887 Jy ! Component: 2200 - total flux cleaned = -0.00151962 Jy ! Component: 2250 - total flux cleaned = -0.00155036 Jy ! Component: 2300 - total flux cleaned = -0.00156044 Jy ! Component: 2350 - total flux cleaned = -0.00152001 Jy ! Component: 2400 - total flux cleaned = -0.00148998 Jy ! Component: 2450 - total flux cleaned = -0.00150987 Jy ! Component: 2500 - total flux cleaned = -0.00150993 Jy ! Component: 2550 - total flux cleaned = -0.00151 Jy ! Component: 2600 - total flux cleaned = -0.00150013 Jy ! Component: 2650 - total flux cleaned = -0.00150994 Jy ! Component: 2700 - total flux cleaned = -0.00153908 Jy ! Component: 2750 - total flux cleaned = -0.00155834 Jy ! Component: 2800 - total flux cleaned = -0.00155834 Jy ! Component: 2850 - total flux cleaned = -0.0015297 Jy ! Component: 2900 - total flux cleaned = -0.00152971 Jy ! Component: 2950 - total flux cleaned = -0.00152027 Jy ! Component: 3000 - total flux cleaned = -0.00152033 Jy ! Component: 3050 - total flux cleaned = -0.00154829 Jy ! Component: 3100 - total flux cleaned = -0.00157621 Jy ! Component: 3150 - total flux cleaned = -0.00157623 Jy ! Component: 3200 - total flux cleaned = -0.00159467 Jy ! Component: 3250 - total flux cleaned = -0.00157627 Jy ! Component: 3300 - total flux cleaned = -0.00157631 Jy ! Component: 3350 - total flux cleaned = -0.00157629 Jy ! Component: 3400 - total flux cleaned = -0.00155818 Jy ! Component: 3450 - total flux cleaned = -0.00158517 Jy ! Component: 3500 - total flux cleaned = -0.0015762 Jy ! Component: 3550 - total flux cleaned = -0.0016029 Jy ! Component: 3600 - total flux cleaned = -0.00158526 Jy ! Component: 3650 - total flux cleaned = -0.00156758 Jy ! Component: 3700 - total flux cleaned = -0.00160284 Jy ! Component: 3750 - total flux cleaned = -0.00159414 Jy ! Component: 3800 - total flux cleaned = -0.00157673 Jy ! Component: 3850 - total flux cleaned = -0.00153342 Jy ! Component: 3900 - total flux cleaned = -0.00149894 Jy ! Component: 3950 - total flux cleaned = -0.00152481 Jy ! Component: 4000 - total flux cleaned = -0.00151622 Jy ! Component: 4050 - total flux cleaned = -0.00148213 Jy ! Total flux subtracted in 4096 components = -0.00145667 Jy ! Clean residual min=-0.000478 max=0.000484 Jy/beam ! Clean residual mean=0.000000 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.147485 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 577 components and 0.147485 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1855-1209_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.718 x 9.552 at -6.198 degrees (North through East) ! Clean map min=-0.0012174 max=0.12974 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1855-1209_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.1297 rms= 0.00015 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1855-1209_S_uvs.log closed on Tue Oct 8 15:32:34 2013