! Started logfile: /scr/pima/rdv73_uvs/J0045-3900_X_uvs.log on Sat Jan 9 17:28:52 2016 obs /scr/pima/rdv73_uvs/J0045-3900_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J0045-3900_X_uva.fits ! AN table 1: 47 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.864742 visibilities/baseline/integration-bin. ! Found source: J0045-3900 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 4552 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv73_uvs/J0045-3900_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1: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 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004765Jy sigma=9.148636 ! Fit after self-cal, rms=0.916144Jy sigma=8.282975 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7 mas, bmaj=1.617 mas, bpa=-5.338 degrees ! Estimated noise=2.31255 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.0627915 Jy ! Component: 100 - total flux cleaned = 0.0785487 Jy ! Total flux subtracted in 100 components = 0.0785487 Jy ! Clean residual min=-0.008158 max=0.008407 Jy/beam ! Clean residual mean=0.000015 rms=0.001850 Jy/beam ! Combined flux in latest and established models = 0.0785486 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0785486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087592Jy sigma=0.758887 ! Fit after self-cal, rms=0.086688Jy sigma=0.746362 ! 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=0.9151 mas, bmaj=2.175 mas, bpa=-4.96 degrees ! Estimated noise=1.25762 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.0122599 Jy ! Component: 100 - total flux cleaned = 0.0176648 Jy ! Component: 150 - total flux cleaned = 0.0203004 Jy ! Component: 200 - total flux cleaned = 0.0215943 Jy ! Total flux subtracted in 200 components = 0.0215943 Jy ! Clean residual min=-0.005054 max=0.005713 Jy/beam ! Clean residual mean=0.000008 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.100143 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 21 components and 0.100143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085297Jy sigma=0.730286 ! Fit after self-cal, rms=0.085332Jy sigma=0.730048 ! 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.93 KP 0.92 LA 0.95 MK 0.95 ! NL 1.27 OV 0.99 PT 0.96 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.90 LA 1.01 MK 1.10 ! NL 1.38 OV 0.91 PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.86 LA 1.08 MK 0.98 ! NL 1.31 OV 0.96 PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.92 LA 1.13 MK 1.11 ! NL 1.19 OV 0.97 PT 1.01 SC 1.00 ! ! ! Fit before self-cal, rms=0.085332Jy sigma=0.730048 ! Fit after self-cal, rms=0.089448Jy sigma=0.722377 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9151 mas, bmaj=2.174 mas, bpa=-5.019 degrees ! Estimated noise=1.26365 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.000320832 Jy ! Component: 100 - total flux cleaned = 0.000394926 Jy ! Component: 150 - total flux cleaned = 0.000439741 Jy ! Component: 200 - total flux cleaned = 0.000460689 Jy ! Total flux subtracted in 200 components = 0.000460689 Jy ! Clean residual min=-0.003878 max=0.003894 Jy/beam ! Clean residual mean=0.000004 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.100604 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 25 components and 0.100604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089435Jy sigma=0.722269 ! Fit after self-cal, rms=0.089701Jy sigma=0.721747 ! 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.089701Jy sigma=0.721747 ! Fit after self-cal, rms=0.090378Jy sigma=0.721704 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9137 mas, bmaj=2.17 mas, bpa=-4.946 degrees ! Estimated noise=1.26644 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000365159 Jy ! Component: 100 - total flux cleaned = 0.000426868 Jy ! Component: 150 - total flux cleaned = 0.000464388 Jy ! Component: 200 - total flux cleaned = 0.000482842 Jy ! Total flux subtracted in 200 components = 0.000482842 Jy ! Clean residual min=-0.003869 max=0.003861 Jy/beam ! Clean residual mean=0.000004 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.101087 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 25 components and 0.101087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090369Jy sigma=0.721623 ! Fit after self-cal, rms=0.090393Jy sigma=0.721614 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.59002e-05 Jy ! Component: 100 - total flux cleaned = 7.74989e-06 Jy ! Component: 150 - total flux cleaned = 7.46506e-06 Jy ! Component: 200 - total flux cleaned = 6.60785e-06 Jy ! Total flux subtracted in 200 components = 6.60785e-06 Jy ! Clean residual min=-0.003880 max=0.003853 Jy/beam ! Clean residual mean=0.000004 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.101093 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 26 components and 0.101093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090388Jy sigma=0.721559 ! Fit after self-cal, rms=0.090386Jy sigma=0.721554 ! 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.090386Jy sigma=0.721554 ! Fit after self-cal, rms=0.089980Jy sigma=0.720350 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9096 mas, bmaj=2.177 mas, bpa=-4.905 degrees ! Estimated noise=1.26629 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000377543 Jy ! Component: 100 - total flux cleaned = 0.000418472 Jy ! Component: 150 - total flux cleaned = 0.000456171 Jy ! Component: 200 - total flux cleaned = 0.000491277 Jy ! Total flux subtracted in 200 components = 0.000491277 Jy ! Clean residual min=-0.003841 max=0.003762 Jy/beam ! Clean residual mean=0.000001 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.101584 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 29 components and 0.101584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089973Jy sigma=0.720266 ! Fit after self-cal, rms=0.090003Jy sigma=0.720184 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.96136e-05 Jy ! Component: 100 - total flux cleaned = 2.82181e-05 Jy ! Component: 150 - total flux cleaned = 2.91846e-05 Jy ! Component: 200 - total flux cleaned = 3.01294e-05 Jy ! Total flux subtracted in 200 components = 3.01294e-05 Jy ! Clean residual min=-0.003818 max=0.003755 Jy/beam ! Clean residual mean=0.000001 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.101615 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.101615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089999Jy sigma=0.720133 ! Fit after self-cal, rms=0.089998Jy sigma=0.720128 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089998Jy sigma=0.720128 ! Fit after self-cal, rms=0.090124Jy sigma=0.720045 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.602 mas, bmaj=9.046 mas, bpa=-2.253 degrees ! Estimated noise=1.58093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000675655 Jy ! Component: 100 - total flux cleaned = 0.000714855 Jy ! Component: 150 - total flux cleaned = 0.000722477 Jy ! Component: 200 - total flux cleaned = 0.0007303 Jy ! Total flux subtracted in 200 components = 0.0007303 Jy ! Clean residual min=-0.003188 max=0.004140 Jy/beam ! Clean residual mean=0.000001 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.102345 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 31 components and 0.102345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090124Jy sigma=0.720038 ! Fit after self-cal, rms=0.090119Jy sigma=0.720014 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 (-45.2, -11.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00239696 Jy ! Component: 100 - total flux cleaned = 0.00230339 Jy ! Component: 150 - total flux cleaned = 0.00247842 Jy ! Component: 200 - total flux cleaned = 0.00252478 Jy ! Total flux subtracted in 200 components = 0.00252478 Jy ! Clean residual min=-0.002881 max=0.002848 Jy/beam ! Clean residual mean=-0.000003 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.10487 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 63 components and 0.10487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090012Jy sigma=0.719172 ! Fit after self-cal, rms=0.089980Jy sigma=0.719028 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1: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 ![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.091065Jy sigma=0.735638 ! Fit after self-cal, rms=0.091065Jy sigma=0.735638 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1: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 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.091065Jy sigma=0.735638 ! Fit after self-cal, rms=0.089441Jy sigma=0.718958 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.693 mas, bmaj=1.625 mas, bpa=-5.308 degrees ! Estimated noise=2.32557 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.000213698 Jy ! Component: 100 - total flux cleaned = -0.00107526 Jy ! Component: 150 - total flux cleaned = -0.00108572 Jy ! Component: 200 - total flux cleaned = -0.000950734 Jy ! Total flux subtracted in 200 components = -0.000950734 Jy ! Clean residual min=-0.006772 max=0.006863 Jy/beam ! Clean residual mean=-0.000003 rms=0.001536 Jy/beam ! Combined flux in latest and established models = 0.103919 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 98 components and 0.103919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089372Jy sigma=0.718757 ! Fit after self-cal, rms=0.089307Jy sigma=0.718384 ! Inverting map ! Added new window around map position (4.8, 42.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173322 Jy ! Component: 100 - total flux cleaned = 0.00107148 Jy ! Component: 150 - total flux cleaned = 0.00121384 Jy ! Component: 200 - total flux cleaned = 0.00133032 Jy ! Total flux subtracted in 200 components = 0.00133032 Jy ! Clean residual min=-0.006659 max=0.005939 Jy/beam ! Clean residual mean=-0.000003 rms=0.001442 Jy/beam ! Combined flux in latest and established models = 0.105249 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 118 components and 0.105249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089214Jy sigma=0.717944 ! Fit after self-cal, rms=0.089119Jy sigma=0.717518 ! 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=0.9091 mas, bmaj=2.184 mas, bpa=-5.09 degrees ! Estimated noise=1.26249 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 (15.4, 49.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00249932 Jy ! Component: 100 - total flux cleaned = 0.00250186 Jy ! Component: 150 - total flux cleaned = 0.00264998 Jy ! Component: 200 - total flux cleaned = 0.00292516 Jy ! Component: 250 - total flux cleaned = 0.00311331 Jy ! Component: 300 - total flux cleaned = 0.00334208 Jy ! Component: 350 - total flux cleaned = 0.00339698 Jy ! Component: 400 - total flux cleaned = 0.00344812 Jy ! Total flux subtracted in 400 components = 0.00344812 Jy ! Clean residual min=-0.003077 max=0.002733 Jy/beam ! Clean residual mean=-0.000003 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.108697 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 164 components and 0.108697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088861Jy sigma=0.715272 ! Fit after self-cal, rms=0.088862Jy sigma=0.715002 ! 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.000747023 Jy ! Component: 100 - total flux cleaned = 0.0010845 Jy ! Component: 150 - total flux cleaned = 0.00113832 Jy ! Component: 200 - total flux cleaned = 0.00118935 Jy ! Component: 250 - total flux cleaned = 0.00128592 Jy ! Component: 300 - total flux cleaned = 0.00128693 Jy ! Component: 350 - total flux cleaned = 0.00133188 Jy ! Component: 400 - total flux cleaned = 0.00137265 Jy ! Total flux subtracted in 400 components = 0.00137265 Jy ! Clean residual min=-0.003080 max=0.002660 Jy/beam ! Clean residual mean=-0.000002 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.11007 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 186 components and 0.11007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088751Jy sigma=0.714114 ! Fit after self-cal, rms=0.088755Jy sigma=0.714045 ! 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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.089870Jy sigma=0.730859 ! Fit after self-cal, rms=0.089071Jy sigma=0.713787 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9082 mas, bmaj=2.181 mas, bpa=-5.063 degrees ! Estimated noise=1.26259 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000912784 Jy ! Component: 100 - total flux cleaned = 0.00105413 Jy ! Component: 150 - total flux cleaned = 0.00114228 Jy ! Component: 200 - total flux cleaned = 0.00101553 Jy ! Component: 250 - total flux cleaned = 0.00105743 Jy ! Component: 300 - total flux cleaned = 0.00101851 Jy ! Component: 350 - total flux cleaned = 0.00105731 Jy ! Component: 400 - total flux cleaned = 0.00109478 Jy ! Total flux subtracted in 400 components = 0.00109478 Jy ! Clean residual min=-0.002972 max=0.002667 Jy/beam ! Clean residual mean=-0.000002 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.111165 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 204 components and 0.111165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088990Jy sigma=0.713187 ! Fit after self-cal, rms=0.089001Jy sigma=0.713139 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.000463267 Jy ! Component: 100 - total flux cleaned = 0.000464869 Jy ! Component: 150 - total flux cleaned = 0.000466273 Jy ! Component: 200 - total flux cleaned = 0.000503325 Jy ! Component: 250 - total flux cleaned = 0.000574027 Jy ! Component: 300 - total flux cleaned = 0.000607745 Jy ! Component: 350 - total flux cleaned = 0.000673602 Jy ! Component: 400 - total flux cleaned = 0.000673214 Jy ! Total flux subtracted in 400 components = 0.000673214 Jy ! Clean residual min=-0.002959 max=0.002675 Jy/beam ! Clean residual mean=-0.000002 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.111838 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 219 components and 0.111838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088946Jy sigma=0.712718 ! Fit after self-cal, rms=0.088947Jy sigma=0.712700 ! 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.088947Jy sigma=0.712700 ! Fit after self-cal, rms=0.089553Jy sigma=0.712466 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9065 mas, bmaj=2.188 mas, bpa=-4.977 degrees ! Estimated noise=1.26644 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117522 Jy ! Component: 100 - total flux cleaned = 0.00174113 Jy ! Component: 150 - total flux cleaned = 0.00203843 Jy ! Component: 200 - total flux cleaned = 0.00221361 Jy ! Component: 250 - total flux cleaned = 0.00231555 Jy ! Component: 300 - total flux cleaned = 0.00244723 Jy ! Component: 350 - total flux cleaned = 0.00254249 Jy ! Component: 400 - total flux cleaned = 0.00260392 Jy ! Total flux subtracted in 400 components = 0.00260392 Jy ! Clean residual min=-0.003012 max=0.002686 Jy/beam ! Clean residual mean=-0.000000 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.114442 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 236 components and 0.114442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089493Jy sigma=0.712053 ! Fit after self-cal, rms=0.089506Jy sigma=0.712009 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.000519513 Jy ! Component: 100 - total flux cleaned = 0.000614323 Jy ! Component: 150 - total flux cleaned = 0.000675494 Jy ! Component: 200 - total flux cleaned = 0.000734856 Jy ! Component: 250 - total flux cleaned = 0.000734698 Jy ! Component: 300 - total flux cleaned = 0.000734767 Jy ! Component: 350 - total flux cleaned = 0.0007071 Jy ! Component: 400 - total flux cleaned = 0.000680085 Jy ! Total flux subtracted in 400 components = 0.000680085 Jy ! Clean residual min=-0.002973 max=0.002708 Jy/beam ! Clean residual mean=-0.000001 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.115122 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 247 components and 0.115122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089467Jy sigma=0.711722 ! Fit after self-cal, rms=0.089467Jy sigma=0.711711 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089467Jy sigma=0.711711 ! Fit after self-cal, rms=0.095442Jy sigma=0.698628 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.62 mas, bmaj=9.13 mas, bpa=-2.259 degrees ! Estimated noise=1.61027 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122386 Jy ! Component: 100 - total flux cleaned = 0.00171793 Jy ! Component: 150 - total flux cleaned = 0.00208579 Jy ! Component: 200 - total flux cleaned = 0.00242503 Jy ! Component: 250 - total flux cleaned = 0.0025959 Jy ! Component: 300 - total flux cleaned = 0.00271306 Jy ! Component: 350 - total flux cleaned = 0.0027858 Jy ! Component: 400 - total flux cleaned = 0.00287195 Jy ! Total flux subtracted in 400 components = 0.00287195 Jy ! Clean residual min=-0.002083 max=0.001994 Jy/beam ! Clean residual mean=0.000000 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.117994 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 264 components and 0.117994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095411Jy sigma=0.698358 ! Fit after self-cal, rms=0.095642Jy sigma=0.697736 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 = -5.42474e-05 Jy ! Component: 100 - total flux cleaned = 8.97712e-05 Jy ! Component: 150 - total flux cleaned = 0.000147045 Jy ! Component: 200 - total flux cleaned = 0.000164635 Jy ! Component: 250 - total flux cleaned = 0.00018112 Jy ! Component: 300 - total flux cleaned = 0.000214332 Jy ! Component: 350 - total flux cleaned = 0.000261587 Jy ! Component: 400 - total flux cleaned = 0.000292659 Jy ! Total flux subtracted in 400 components = 0.000292659 Jy ! Clean residual min=-0.002034 max=0.002038 Jy/beam ! Clean residual mean=-0.000002 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.118287 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 277 components and 0.118287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095637Jy sigma=0.697645 ! Fit after self-cal, rms=0.095630Jy sigma=0.697630 ! 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=0.909 mas, bmaj=2.197 mas, bpa=-4.856 degrees ! Estimated noise=1.29863 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.909 x 2.197 at -4.856 degrees (North through East) ! Clean map min=-0.0029976 max=0.084638 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.6929 mas, bmaj=1.642 mas, bpa=-4.29 degrees ! Estimated noise=2.41872 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0654486 Jy ! Component: 100 - total flux cleaned = 0.0832145 Jy ! Component: 150 - total flux cleaned = 0.0926759 Jy ! Component: 200 - total flux cleaned = 0.0948259 Jy ! Component: 250 - total flux cleaned = 0.0966497 Jy ! Component: 300 - total flux cleaned = 0.0985358 Jy ! Component: 350 - total flux cleaned = 0.100643 Jy ! Component: 400 - total flux cleaned = 0.102755 Jy ! Total flux subtracted in 400 components = 0.102755 Jy ! Clean residual min=-0.006797 max=0.006196 Jy/beam ! Clean residual mean=0.000008 rms=0.001544 Jy/beam ! Combined flux in latest and established models = 0.102755 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 62 model components to the UV plane model. ! The established model now contains 62 components and 0.102755 Jy ! Inverting map and beam ! Estimated beam: bmin=0.909 mas, bmaj=2.197 mas, bpa=-4.856 degrees ! Estimated noise=1.29863 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.8, 1.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00627578 Jy ! Component: 100 - total flux cleaned = 0.0100955 Jy ! Component: 150 - total flux cleaned = 0.0120241 Jy ! Component: 200 - total flux cleaned = 0.012942 Jy ! Component: 250 - total flux cleaned = 0.0134969 Jy ! Component: 300 - total flux cleaned = 0.0140968 Jy ! Component: 350 - total flux cleaned = 0.0144942 Jy ! Component: 400 - total flux cleaned = 0.0148632 Jy ! Total flux subtracted in 400 components = 0.0148632 Jy ! Clean residual min=-0.002992 max=0.003150 Jy/beam ! Clean residual mean=0.000002 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.117619 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 117 components and 0.117619 Jy ! Inverting map ! Added new window around map position (-46.6, 47.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275718 Jy ! Component: 100 - total flux cleaned = 0.00381645 Jy ! Component: 150 - total flux cleaned = 0.00420163 Jy ! Component: 200 - total flux cleaned = 0.00444624 Jy ! Component: 250 - total flux cleaned = 0.00462204 Jy ! Component: 300 - total flux cleaned = 0.00479116 Jy ! Component: 350 - total flux cleaned = 0.00484446 Jy ! Component: 400 - total flux cleaned = 0.00505385 Jy ! Total flux subtracted in 400 components = 0.00505385 Jy ! Clean residual min=-0.002863 max=0.002585 Jy/beam ! Clean residual mean=0.000001 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.122672 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 160 components and 0.122672 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.62 mas, bmaj=9.13 mas, bpa=-2.259 degrees ! Estimated noise=1.61027 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109732 Jy ! Component: 100 - total flux cleaned = 0.00129241 Jy ! Component: 150 - total flux cleaned = 0.00129448 Jy ! Component: 200 - total flux cleaned = 0.00132823 Jy ! Component: 250 - total flux cleaned = 0.00129777 Jy ! Component: 300 - total flux cleaned = 0.00132768 Jy ! Component: 350 - total flux cleaned = 0.0013278 Jy ! Component: 400 - total flux cleaned = 0.00130203 Jy ! Total flux subtracted in 400 components = 0.00130203 Jy ! Clean residual min=-0.001987 max=0.001913 Jy/beam ! Clean residual mean=-0.000005 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.123975 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 = -2.51271e-05 Jy ! Component: 100 - total flux cleaned = -2.3914e-05 Jy ! Component: 150 - total flux cleaned = -1.87269e-07 Jy ! Component: 200 - total flux cleaned = -2.24289e-05 Jy ! Component: 250 - total flux cleaned = 5.46021e-07 Jy ! Component: 300 - total flux cleaned = -2.04117e-05 Jy ! Component: 350 - total flux cleaned = 5.32507e-07 Jy ! Component: 400 - total flux cleaned = -2.03309e-05 Jy ! Total flux subtracted in 400 components = -2.03309e-05 Jy ! Clean residual min=-0.001845 max=0.001937 Jy/beam ! Clean residual mean=-0.000005 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.123954 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 219 components and 0.123954 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.909 mas, bmaj=2.197 mas, bpa=-4.856 degrees ! Estimated noise=1.29863 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000394482 Jy ! Component: 100 - total flux cleaned = -0.000542631 Jy ! Component: 150 - total flux cleaned = -0.000591671 Jy ! Component: 200 - total flux cleaned = -0.00081489 Jy ! Component: 250 - total flux cleaned = -0.000815372 Jy ! Component: 300 - total flux cleaned = -0.000939121 Jy ! Component: 350 - total flux cleaned = -0.000979415 Jy ! Component: 400 - total flux cleaned = -0.00101957 Jy ! Total flux subtracted in 400 components = -0.00101957 Jy ! Clean residual min=-0.002682 max=0.002497 Jy/beam ! Clean residual mean=-0.000002 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.122935 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 253 components and 0.122935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095643Jy sigma=0.697506 ! Fit after self-cal, rms=0.095609Jy sigma=0.697180 wmodel /scr/pima/rdv73_uvs/J0045-3900_X_map.mod ! Writing 253 model components to file: /scr/pima/rdv73_uvs/J0045-3900_X_map.mod wobs /scr/pima/rdv73_uvs/J0045-3900_X_uvs.fits ! Applying 72 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J0045-3900_X_uvs.fits wwins /scr/pima/rdv73_uvs/J0045-3900_X_map.win ! wwins: Wrote 6 windows to /scr/pima/rdv73_uvs/J0045-3900_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00100305 Jy ! Component: 100 - total flux cleaned = -0.00140044 Jy ! Component: 150 - total flux cleaned = -0.00185553 Jy ! Component: 200 - total flux cleaned = -0.0022146 Jy ! Component: 250 - total flux cleaned = -0.00256049 Jy ! Component: 300 - total flux cleaned = -0.00270966 Jy ! Component: 350 - total flux cleaned = -0.00289085 Jy ! Component: 400 - total flux cleaned = -0.00303186 Jy ! Component: 450 - total flux cleaned = -0.00306673 Jy ! Component: 500 - total flux cleaned = -0.00316757 Jy ! Component: 550 - total flux cleaned = -0.00323396 Jy ! Component: 600 - total flux cleaned = -0.00342696 Jy ! Component: 650 - total flux cleaned = -0.0034899 Jy ! Component: 700 - total flux cleaned = -0.00352124 Jy ! Component: 750 - total flux cleaned = -0.00367447 Jy ! Component: 800 - total flux cleaned = -0.00376424 Jy ! Component: 850 - total flux cleaned = -0.00382289 Jy ! Component: 900 - total flux cleaned = -0.00385159 Jy ! Component: 950 - total flux cleaned = -0.00388027 Jy ! Component: 1000 - total flux cleaned = -0.00393726 Jy ! Component: 1050 - total flux cleaned = -0.00404848 Jy ! Component: 1100 - total flux cleaned = -0.00407573 Jy ! Component: 1150 - total flux cleaned = -0.00410266 Jy ! Component: 1200 - total flux cleaned = -0.00410274 Jy ! Component: 1250 - total flux cleaned = -0.00402337 Jy ! Component: 1300 - total flux cleaned = -0.00412873 Jy ! Component: 1350 - total flux cleaned = -0.00415467 Jy ! Component: 1400 - total flux cleaned = -0.00415487 Jy ! Component: 1450 - total flux cleaned = -0.0042059 Jy ! Component: 1500 - total flux cleaned = -0.00425596 Jy ! Component: 1550 - total flux cleaned = -0.0042058 Jy ! Component: 1600 - total flux cleaned = -0.0042306 Jy ! Component: 1650 - total flux cleaned = -0.00430424 Jy ! Component: 1700 - total flux cleaned = -0.00432856 Jy ! Component: 1750 - total flux cleaned = -0.00442477 Jy ! Component: 1800 - total flux cleaned = -0.00442506 Jy ! Component: 1850 - total flux cleaned = -0.00459088 Jy ! Component: 1900 - total flux cleaned = -0.00463774 Jy ! Component: 1950 - total flux cleaned = -0.00463789 Jy ! Component: 2000 - total flux cleaned = -0.00477685 Jy ! Component: 2050 - total flux cleaned = -0.00486861 Jy ! Component: 2100 - total flux cleaned = -0.00495962 Jy ! Component: 2150 - total flux cleaned = -0.00502765 Jy ! Component: 2200 - total flux cleaned = -0.00518472 Jy ! Component: 2250 - total flux cleaned = -0.00534072 Jy ! Component: 2300 - total flux cleaned = -0.00540719 Jy ! Component: 2350 - total flux cleaned = -0.00558322 Jy ! Component: 2400 - total flux cleaned = -0.00569245 Jy ! Component: 2450 - total flux cleaned = -0.0058226 Jy ! Component: 2500 - total flux cleaned = -0.00588733 Jy ! Component: 2550 - total flux cleaned = -0.00601567 Jy ! Component: 2600 - total flux cleaned = -0.00610095 Jy ! Component: 2650 - total flux cleaned = -0.00627045 Jy ! Component: 2700 - total flux cleaned = -0.00637545 Jy ! Component: 2750 - total flux cleaned = -0.00647998 Jy ! Component: 2800 - total flux cleaned = -0.00658378 Jy ! Component: 2850 - total flux cleaned = -0.00656324 Jy ! Component: 2900 - total flux cleaned = -0.00664546 Jy ! Component: 2950 - total flux cleaned = -0.00674752 Jy ! Component: 3000 - total flux cleaned = -0.00682888 Jy ! Component: 3050 - total flux cleaned = -0.00688948 Jy ! Component: 3100 - total flux cleaned = -0.00694983 Jy ! Component: 3150 - total flux cleaned = -0.00699002 Jy ! Component: 3200 - total flux cleaned = -0.00708961 Jy ! Component: 3250 - total flux cleaned = -0.00707002 Jy ! Component: 3300 - total flux cleaned = -0.00714884 Jy ! Component: 3350 - total flux cleaned = -0.00714889 Jy ! Component: 3400 - total flux cleaned = -0.00716858 Jy ! Component: 3450 - total flux cleaned = -0.00720745 Jy ! Component: 3500 - total flux cleaned = -0.0071689 Jy ! Component: 3550 - total flux cleaned = -0.00728412 Jy ! Component: 3600 - total flux cleaned = -0.00724588 Jy ! Component: 3650 - total flux cleaned = -0.00724581 Jy ! Component: 3700 - total flux cleaned = -0.00730237 Jy ! Component: 3750 - total flux cleaned = -0.00724576 Jy ! Component: 3800 - total flux cleaned = -0.00732067 Jy ! Component: 3850 - total flux cleaned = -0.00737668 Jy ! Component: 3900 - total flux cleaned = -0.00733958 Jy ! Component: 3950 - total flux cleaned = -0.00739508 Jy ! Component: 4000 - total flux cleaned = -0.0073951 Jy ! Component: 4050 - total flux cleaned = -0.00743179 Jy ! Total flux subtracted in 4096 components = -0.00746842 Jy ! Clean residual min=-0.001052 max=0.001192 Jy/beam ! Clean residual mean=-0.000002 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.115466 Jy keep ! Adding 211 model components to the UV plane model. ! The established model now contains 464 components and 0.115466 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J0045-3900_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.909 x 2.197 at -4.856 degrees (North through East) ! Clean map min=-0.0026429 max=0.083536 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J0045-3900_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.0835 rms= 0.00029 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J0045-3900_X_uvs.log closed on Sat Jan 9 17:28:58 2016