! Started logfile: /scr/pima/rdv95_uvs/J1130-3608_X_uvs.log on Wed Nov 6 20:46:23 2013 obs /scr/pima/rdv95_uvs/J1130-3608_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J1130-3608_X_uva.fits ! AN table 1: 22 integrations on 36 of 36 possible baselines. ! AN table 2: 22 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.9375 visibilities/baseline/integration-bin. ! Found source: J1130-3608 ! ! 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 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5280 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/rdv95_uvs/J1130-3608_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:BR self-cal status=correctable weight=1 ! 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 ! 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: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.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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.005231Jy sigma=0.974782 ! Fit after self-cal, rms=0.913367Jy sigma=0.880445 ! 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.6909 mas, bmaj=2.15 mas, bpa=4.426 degrees ! Estimated noise=21.1603 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.0683278 Jy ! Component: 100 - total flux cleaned = 0.0836408 Jy ! Total flux subtracted in 100 components = 0.0836408 Jy ! Clean residual min=-0.005191 max=0.005583 Jy/beam ! Clean residual mean=0.000007 rms=0.001247 Jy/beam ! Combined flux in latest and established models = 0.0836408 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0836408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067724Jy sigma=0.059055 ! Fit after self-cal, rms=0.067549Jy sigma=0.058874 ! 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.9631 mas, bmaj=2.913 mas, bpa=2.153 degrees ! Estimated noise=10.5163 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.00856792 Jy ! Component: 100 - total flux cleaned = 0.0119351 Jy ! Component: 150 - total flux cleaned = 0.0133988 Jy ! Component: 200 - total flux cleaned = 0.0140435 Jy ! Total flux subtracted in 200 components = 0.0140435 Jy ! Clean residual min=-0.003185 max=0.003059 Jy/beam ! Clean residual mean=-0.000003 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.0976842 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 29 components and 0.0976842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066996Jy sigma=0.057530 ! Fit after self-cal, rms=0.067021Jy sigma=0.057526 ! 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: ! BR 0.93 FD 1.01 KP 0.99 LA 1.02 ! MK 0.93 NL 1.27 OV 0.90 PT 1.01 ! SC 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.02 HN 1.37 KP 0.97 LA 1.05 ! NL 1.14 OV 1.03 PT 0.95 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 KP 0.92 LA 1.00 ! MK 0.96 NL 1.22 OV 1.02 PT 0.98 ! SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.96 HN 1.10 KP 0.97 LA 0.94 ! NL 0.99 OV 0.93 PT 0.95 SC 0.91 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.01 KP 0.81 LA 1.03 ! MK 1.00 NL 1.29 OV 1.01 PT 0.99 ! SC 1.16 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 HN 1.24 KP 0.87 LA 1.07 ! NL 1.07 OV 1.03 PT 1.00 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.09 KP 0.90 LA 1.02 ! MK 1.02 NL 1.23 OV 1.03 PT 1.03 ! SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.02 HN 1.21 KP 0.87 LA 1.01 ! NL 1.00 OV 1.03 PT 1.01 SC 1.03 ! ! ! Fit before self-cal, rms=0.067021Jy sigma=0.057526 ! Fit after self-cal, rms=0.071940Jy sigma=0.056767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9647 mas, bmaj=2.933 mas, bpa=1.995 degrees ! Estimated noise=10.5031 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 = -2.5616e-05 Jy ! Component: 100 - total flux cleaned = -4.26816e-05 Jy ! Component: 150 - total flux cleaned = -4.3176e-05 Jy ! Component: 200 - total flux cleaned = -5.76055e-05 Jy ! Total flux subtracted in 200 components = -5.76055e-05 Jy ! Clean residual min=-0.002122 max=0.002154 Jy/beam ! Clean residual mean=-0.000006 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.0976266 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.0976266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071927Jy sigma=0.056763 ! Fit after self-cal, rms=0.072077Jy sigma=0.056743 ! 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.072077Jy sigma=0.056743 ! Fit after self-cal, rms=0.072219Jy sigma=0.056741 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9649 mas, bmaj=2.939 mas, bpa=1.941 degrees ! Estimated noise=10.5014 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.60382e-05 Jy ! Component: 100 - total flux cleaned = -6.62723e-05 Jy ! Component: 150 - total flux cleaned = -6.62339e-05 Jy ! Component: 200 - total flux cleaned = -7.9549e-05 Jy ! Total flux subtracted in 200 components = -7.9549e-05 Jy ! Clean residual min=-0.002139 max=0.002151 Jy/beam ! Clean residual mean=-0.000006 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0975471 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.0975471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072208Jy sigma=0.056739 ! Fit after self-cal, rms=0.072215Jy sigma=0.056738 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.85983e-05 Jy ! Component: 100 - total flux cleaned = -1.67005e-05 Jy ! Component: 150 - total flux cleaned = -1.81439e-05 Jy ! Component: 200 - total flux cleaned = -3.04372e-05 Jy ! Total flux subtracted in 200 components = -3.04372e-05 Jy ! Clean residual min=-0.002147 max=0.002149 Jy/beam ! Clean residual mean=-0.000006 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0975166 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0975166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072208Jy sigma=0.056736 ! Fit after self-cal, rms=0.072209Jy sigma=0.056736 ! 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.072209Jy sigma=0.056736 ! Fit after self-cal, rms=0.072606Jy sigma=0.056730 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9646 mas, bmaj=2.942 mas, bpa=1.918 degrees ! Estimated noise=10.5059 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.23115e-05 Jy ! Component: 100 - total flux cleaned = 5.02974e-05 Jy ! Component: 150 - total flux cleaned = 3.868e-05 Jy ! Component: 200 - total flux cleaned = 3.84974e-05 Jy ! Total flux subtracted in 200 components = 3.84974e-05 Jy ! Clean residual min=-0.002132 max=0.002154 Jy/beam ! Clean residual mean=-0.000006 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.0975551 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 37 components and 0.0975551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072599Jy sigma=0.056728 ! Fit after self-cal, rms=0.072603Jy sigma=0.056728 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.44448e-05 Jy ! Component: 100 - total flux cleaned = -2.42503e-05 Jy ! Component: 150 - total flux cleaned = -2.45214e-05 Jy ! Component: 200 - total flux cleaned = -3.48548e-05 Jy ! Total flux subtracted in 200 components = -3.48548e-05 Jy ! Clean residual min=-0.002128 max=0.002147 Jy/beam ! Clean residual mean=-0.000006 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.0975203 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 37 components and 0.0975203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072598Jy sigma=0.056727 ! Fit after self-cal, rms=0.072599Jy sigma=0.056727 ! 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.072599Jy sigma=0.056727 ! Fit after self-cal, rms=0.072576Jy sigma=0.056721 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.619 mas, bmaj=7.804 mas, bpa=0.9357 degrees ! Estimated noise=11.7176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000109792 Jy ! Component: 100 - total flux cleaned = -0.000112518 Jy ! Component: 150 - total flux cleaned = -0.000112515 Jy ! Component: 200 - total flux cleaned = -0.00011469 Jy ! Total flux subtracted in 200 components = -0.00011469 Jy ! Clean residual min=-0.002161 max=0.002008 Jy/beam ! Clean residual mean=-0.000010 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.0974056 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.0974056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072575Jy sigma=0.056721 ! Fit after self-cal, rms=0.072576Jy sigma=0.056721 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 = -8.08567e-06 Jy ! Component: 100 - total flux cleaned = -1.10426e-05 Jy ! Component: 150 - total flux cleaned = -1.11627e-05 Jy ! Component: 200 - total flux cleaned = -1.33512e-05 Jy ! Total flux subtracted in 200 components = -1.33512e-05 Jy ! Clean residual min=-0.002163 max=0.002013 Jy/beam ! Clean residual mean=-0.000010 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.0973922 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.0973923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072576Jy sigma=0.056721 ! Fit after self-cal, rms=0.072577Jy sigma=0.056721 ! 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:BR,true ! 1:BR self-cal status=fixed weight=1 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 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: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.072577Jy sigma=0.056721 ! Fit after self-cal, rms=0.072577Jy sigma=0.056721 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 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 ! 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: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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072577Jy sigma=0.056721 ! Fit after self-cal, rms=0.072168Jy sigma=0.056720 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.6921 mas, bmaj=2.174 mas, bpa=4.249 degrees ! Estimated noise=21.2666 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.000215951 Jy ! Component: 100 - total flux cleaned = 0.000215509 Jy ! Component: 150 - total flux cleaned = 0.000251164 Jy ! Component: 200 - total flux cleaned = 0.000250608 Jy ! Total flux subtracted in 200 components = 0.000250608 Jy ! Clean residual min=-0.003835 max=0.003948 Jy/beam ! Clean residual mean=-0.000002 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.0976429 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 53 components and 0.0976429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072174Jy sigma=0.056735 ! Fit after self-cal, rms=0.072167Jy sigma=0.056725 ! 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.9652 mas, bmaj=2.946 mas, bpa=1.927 degrees ! Estimated noise=10.489 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 (-31.6, 25). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112873 Jy ! Component: 100 - total flux cleaned = 0.000859346 Jy ! Component: 150 - total flux cleaned = 0.00066479 Jy ! Component: 200 - total flux cleaned = 0.00063223 Jy ! Component: 250 - total flux cleaned = 0.000600856 Jy ! Component: 300 - total flux cleaned = 0.000572048 Jy ! Component: 350 - total flux cleaned = 0.00057363 Jy ! Component: 400 - total flux cleaned = 0.000600077 Jy ! Total flux subtracted in 400 components = 0.000600077 Jy ! Clean residual min=-0.002122 max=0.002070 Jy/beam ! Clean residual mean=-0.000005 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.0982429 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 83 components and 0.098243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072040Jy sigma=0.056655 ! Fit after self-cal, rms=0.072031Jy sigma=0.056651 ! 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 = 2.19912e-05 Jy ! Component: 100 - total flux cleaned = 4.86868e-05 Jy ! Component: 150 - total flux cleaned = 7.358e-05 Jy ! Component: 200 - total flux cleaned = 7.36181e-05 Jy ! Component: 250 - total flux cleaned = 9.68622e-05 Jy ! Component: 300 - total flux cleaned = 0.000119682 Jy ! Component: 350 - total flux cleaned = 0.000141482 Jy ! Component: 400 - total flux cleaned = 0.000162428 Jy ! Total flux subtracted in 400 components = 0.000162428 Jy ! Clean residual min=-0.002134 max=0.001990 Jy/beam ! Clean residual mean=-0.000005 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.0984054 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 93 components and 0.0984054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071983Jy sigma=0.056630 ! Fit after self-cal, rms=0.071980Jy sigma=0.056630 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071980Jy sigma=0.056630 ! Fit after self-cal, rms=0.071584Jy sigma=0.056625 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9625 mas, bmaj=2.937 mas, bpa=1.883 degrees ! Estimated noise=10.4402 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.90373e-05 Jy ! Component: 100 - total flux cleaned = 7.11726e-05 Jy ! Component: 150 - total flux cleaned = 7.12885e-05 Jy ! Component: 200 - total flux cleaned = 9.12292e-05 Jy ! Component: 250 - total flux cleaned = 9.11775e-05 Jy ! Component: 300 - total flux cleaned = 0.000108824 Jy ! Component: 350 - total flux cleaned = 0.00012621 Jy ! Component: 400 - total flux cleaned = 0.000126191 Jy ! Total flux subtracted in 400 components = 0.000126191 Jy ! Clean residual min=-0.002058 max=0.001926 Jy/beam ! Clean residual mean=-0.000004 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.0985316 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 104 components and 0.0985316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071552Jy sigma=0.056612 ! Fit after self-cal, rms=0.071547Jy sigma=0.056611 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 = -8.2547e-07 Jy ! Component: 100 - total flux cleaned = 1.58783e-05 Jy ! Component: 150 - total flux cleaned = 1.6109e-05 Jy ! Component: 200 - total flux cleaned = 3.22413e-05 Jy ! Component: 250 - total flux cleaned = 3.20555e-05 Jy ! Component: 300 - total flux cleaned = 4.7515e-05 Jy ! Component: 350 - total flux cleaned = 6.2752e-05 Jy ! Component: 400 - total flux cleaned = 7.72471e-05 Jy ! Total flux subtracted in 400 components = 7.72471e-05 Jy ! Clean residual min=-0.002065 max=0.001919 Jy/beam ! Clean residual mean=-0.000004 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.0986088 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 112 components and 0.0986088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071524Jy sigma=0.056603 ! Fit after self-cal, rms=0.071523Jy sigma=0.056602 ! 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.071523Jy sigma=0.056602 ! Fit after self-cal, rms=0.071818Jy sigma=0.056597 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.963 mas, bmaj=2.939 mas, bpa=1.87 degrees ! Estimated noise=10.446 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.36533e-05 Jy ! Component: 100 - total flux cleaned = -1.90426e-05 Jy ! Component: 150 - total flux cleaned = -3.98701e-06 Jy ! Component: 200 - total flux cleaned = 1.03228e-05 Jy ! Component: 250 - total flux cleaned = 2.43605e-05 Jy ! Component: 300 - total flux cleaned = 3.81216e-05 Jy ! Component: 350 - total flux cleaned = 6.46488e-05 Jy ! Component: 400 - total flux cleaned = 6.49413e-05 Jy ! Total flux subtracted in 400 components = 6.49413e-05 Jy ! Clean residual min=-0.002029 max=0.001925 Jy/beam ! Clean residual mean=-0.000004 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0986737 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 118 components and 0.0986738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071802Jy sigma=0.056590 ! Fit after self-cal, rms=0.071803Jy sigma=0.056590 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 = 1.26063e-05 Jy ! Component: 100 - total flux cleaned = 2.56787e-05 Jy ! Component: 150 - total flux cleaned = 3.82788e-05 Jy ! Component: 200 - total flux cleaned = 6.27473e-05 Jy ! Component: 250 - total flux cleaned = 6.27941e-05 Jy ! Component: 300 - total flux cleaned = 7.4901e-05 Jy ! Component: 350 - total flux cleaned = 9.83802e-05 Jy ! Component: 400 - total flux cleaned = 0.000110253 Jy ! Total flux subtracted in 400 components = 0.000110253 Jy ! Clean residual min=-0.002029 max=0.001919 Jy/beam ! Clean residual mean=-0.000004 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.098784 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 123 components and 0.098784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071791Jy sigma=0.056584 ! Fit after self-cal, rms=0.071791Jy sigma=0.056584 ! 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.071791Jy sigma=0.056584 ! Fit after self-cal, rms=0.075108Jy sigma=0.055738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.625 mas, bmaj=7.842 mas, bpa=0.9142 degrees ! Estimated noise=11.7351 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00031428 Jy ! Component: 100 - total flux cleaned = 0.000389383 Jy ! Component: 150 - total flux cleaned = 0.000434553 Jy ! Component: 200 - total flux cleaned = 0.000482817 Jy ! Component: 250 - total flux cleaned = 0.000527124 Jy ! Component: 300 - total flux cleaned = 0.000561151 Jy ! Component: 350 - total flux cleaned = 0.000579792 Jy ! Component: 400 - total flux cleaned = 0.000597379 Jy ! Total flux subtracted in 400 components = 0.000597379 Jy ! Clean residual min=-0.001924 max=0.001752 Jy/beam ! Clean residual mean=-0.000006 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.0993814 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 145 components and 0.0993814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075102Jy sigma=0.055731 ! Fit after self-cal, rms=0.075161Jy sigma=0.055716 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 = 2.56014e-05 Jy ! Component: 100 - total flux cleaned = 4.40554e-05 Jy ! Component: 150 - total flux cleaned = 4.99661e-05 Jy ! Component: 200 - total flux cleaned = 5.54631e-05 Jy ! Component: 250 - total flux cleaned = 6.09443e-05 Jy ! Component: 300 - total flux cleaned = 6.60553e-05 Jy ! Component: 350 - total flux cleaned = 7.10915e-05 Jy ! Component: 400 - total flux cleaned = 7.10285e-05 Jy ! Total flux subtracted in 400 components = 7.10285e-05 Jy ! Clean residual min=-0.001920 max=0.001744 Jy/beam ! Clean residual mean=-0.000006 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.0994524 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 161 components and 0.0994524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075159Jy sigma=0.055715 ! Fit after self-cal, rms=0.075160Jy sigma=0.055715 ! 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.9653 mas, bmaj=2.95 mas, bpa=1.791 degrees ! Estimated noise=10.5404 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9653 x 2.95 at 1.791 degrees (North through East) ! Clean map min=-0.0021617 max=0.091629 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.6915 mas, bmaj=2.179 mas, bpa=4.172 degrees ! Estimated noise=21.5312 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0694922 Jy ! Component: 100 - total flux cleaned = 0.0853168 Jy ! Component: 150 - total flux cleaned = 0.0916519 Jy ! Component: 200 - total flux cleaned = 0.0942201 Jy ! Component: 250 - total flux cleaned = 0.0954409 Jy ! Component: 300 - total flux cleaned = 0.0962384 Jy ! Component: 350 - total flux cleaned = 0.0968558 Jy ! Component: 400 - total flux cleaned = 0.0974746 Jy ! Total flux subtracted in 400 components = 0.0974746 Jy ! Clean residual min=-0.004260 max=0.003592 Jy/beam ! Clean residual mean=-0.000000 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.0974746 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.0974746 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9653 mas, bmaj=2.95 mas, bpa=1.791 degrees ! Estimated noise=10.5404 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.000321168 Jy ! Component: 100 - total flux cleaned = 0.000480296 Jy ! Component: 150 - total flux cleaned = 0.000479689 Jy ! Component: 200 - total flux cleaned = 0.000514418 Jy ! Component: 250 - total flux cleaned = 0.000513609 Jy ! Component: 300 - total flux cleaned = 0.000513623 Jy ! Component: 350 - total flux cleaned = 0.00057302 Jy ! Component: 400 - total flux cleaned = 0.000572767 Jy ! Total flux subtracted in 400 components = 0.000572767 Jy ! Clean residual min=-0.002070 max=0.001956 Jy/beam ! Clean residual mean=-0.000004 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.0980474 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 70 components and 0.0980474 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.625 mas, bmaj=7.842 mas, bpa=0.9142 degrees ! Estimated noise=11.7351 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.90561e-05 Jy ! Component: 100 - total flux cleaned = 0.00010908 Jy ! Component: 150 - total flux cleaned = 0.00019219 Jy ! Component: 200 - total flux cleaned = 0.000207664 Jy ! Component: 250 - total flux cleaned = 0.000250884 Jy ! Component: 300 - total flux cleaned = 0.000278966 Jy ! Component: 350 - total flux cleaned = 0.00030448 Jy ! Component: 400 - total flux cleaned = 0.00032903 Jy ! Total flux subtracted in 400 components = 0.00032903 Jy ! Clean residual min=-0.001956 max=0.001750 Jy/beam ! Clean residual mean=-0.000007 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.0983765 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 = 3.50802e-05 Jy ! Component: 100 - total flux cleaned = 4.61348e-05 Jy ! Component: 150 - total flux cleaned = 8.92243e-05 Jy ! Component: 200 - total flux cleaned = 0.000120105 Jy ! Component: 250 - total flux cleaned = 0.000139569 Jy ! Component: 300 - total flux cleaned = 0.000168475 Jy ! Component: 350 - total flux cleaned = 0.000205502 Jy ! Component: 400 - total flux cleaned = 0.000223311 Jy ! Total flux subtracted in 400 components = 0.000223311 Jy ! Clean residual min=-0.001944 max=0.001740 Jy/beam ! Clean residual mean=-0.000007 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.0985998 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 100 components and 0.0985998 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9653 mas, bmaj=2.95 mas, bpa=1.791 degrees ! Estimated noise=10.5404 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138555 Jy ! Component: 100 - total flux cleaned = -8.27432e-05 Jy ! Component: 150 - total flux cleaned = -5.73328e-05 Jy ! Component: 200 - total flux cleaned = -3.30666e-05 Jy ! Component: 250 - total flux cleaned = 3.54902e-05 Jy ! Component: 300 - total flux cleaned = 5.65648e-05 Jy ! Component: 350 - total flux cleaned = 9.88126e-05 Jy ! Component: 400 - total flux cleaned = 0.000138343 Jy ! Total flux subtracted in 400 components = 0.000138343 Jy ! Clean residual min=-0.002015 max=0.001974 Jy/beam ! Clean residual mean=-0.000004 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.0987381 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 116 components and 0.0987381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075194Jy sigma=0.055734 ! Fit after self-cal, rms=0.075198Jy sigma=0.055732 wmodel /scr/pima/rdv95_uvs/J1130-3608_X_map.mod ! Writing 116 model components to file: /scr/pima/rdv95_uvs/J1130-3608_X_map.mod wobs /scr/pima/rdv95_uvs/J1130-3608_X_uvs.fits ! Applying 256 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J1130-3608_X_uvs.fits wwins /scr/pima/rdv95_uvs/J1130-3608_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv95_uvs/J1130-3608_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.000492233 Jy ! Component: 100 - total flux cleaned = -0.000597532 Jy ! Component: 150 - total flux cleaned = -0.000630158 Jy ! Component: 200 - total flux cleaned = -0.000630195 Jy ! Component: 250 - total flux cleaned = -0.000751922 Jy ! Component: 300 - total flux cleaned = -0.00092669 Jy ! Component: 350 - total flux cleaned = -0.00109639 Jy ! Component: 400 - total flux cleaned = -0.00126171 Jy ! Component: 450 - total flux cleaned = -0.00131582 Jy ! Component: 500 - total flux cleaned = -0.00139452 Jy ! Component: 550 - total flux cleaned = -0.00134268 Jy ! Component: 600 - total flux cleaned = -0.00136851 Jy ! Component: 650 - total flux cleaned = -0.00136893 Jy ! Component: 700 - total flux cleaned = -0.0014665 Jy ! Component: 750 - total flux cleaned = -0.00149038 Jy ! Component: 800 - total flux cleaned = -0.00156107 Jy ! Component: 850 - total flux cleaned = -0.00160741 Jy ! Component: 900 - total flux cleaned = -0.00167562 Jy ! Component: 950 - total flux cleaned = -0.00174294 Jy ! Component: 1000 - total flux cleaned = -0.00176516 Jy ! Component: 1050 - total flux cleaned = -0.00189617 Jy ! Component: 1100 - total flux cleaned = -0.00200396 Jy ! Component: 1150 - total flux cleaned = -0.00200428 Jy ! Component: 1200 - total flux cleaned = -0.00215133 Jy ! Component: 1250 - total flux cleaned = -0.00225507 Jy ! Component: 1300 - total flux cleaned = -0.00229643 Jy ! Component: 1350 - total flux cleaned = -0.00241813 Jy ! Component: 1400 - total flux cleaned = -0.00251858 Jy ! Component: 1450 - total flux cleaned = -0.0026376 Jy ! Component: 1500 - total flux cleaned = -0.00267684 Jy ! Component: 1550 - total flux cleaned = -0.00277358 Jy ! Component: 1600 - total flux cleaned = -0.002812 Jy ! Component: 1650 - total flux cleaned = -0.00283112 Jy ! Component: 1700 - total flux cleaned = -0.00286858 Jy ! Component: 1750 - total flux cleaned = -0.00294307 Jy ! Component: 1800 - total flux cleaned = -0.00294289 Jy ! Component: 1850 - total flux cleaned = -0.00301569 Jy ! Component: 1900 - total flux cleaned = -0.00297947 Jy ! Component: 1950 - total flux cleaned = -0.00306913 Jy ! Component: 2000 - total flux cleaned = -0.00303366 Jy ! Component: 2050 - total flux cleaned = -0.00299871 Jy ! Component: 2100 - total flux cleaned = -0.00308614 Jy ! Component: 2150 - total flux cleaned = -0.00310344 Jy ! Component: 2200 - total flux cleaned = -0.0031037 Jy ! Component: 2250 - total flux cleaned = -0.00315496 Jy ! Component: 2300 - total flux cleaned = -0.00323927 Jy ! Component: 2350 - total flux cleaned = -0.00323948 Jy ! Component: 2400 - total flux cleaned = -0.00328932 Jy ! Component: 2450 - total flux cleaned = -0.00327293 Jy ! Component: 2500 - total flux cleaned = -0.00330585 Jy ! Component: 2550 - total flux cleaned = -0.00333842 Jy ! Component: 2600 - total flux cleaned = -0.00332222 Jy ! Component: 2650 - total flux cleaned = -0.00333828 Jy ! Component: 2700 - total flux cleaned = -0.00341809 Jy ! Component: 2750 - total flux cleaned = -0.00349714 Jy ! Component: 2800 - total flux cleaned = -0.00357564 Jy ! Component: 2850 - total flux cleaned = -0.00357575 Jy ! Component: 2900 - total flux cleaned = -0.00362237 Jy ! Component: 2950 - total flux cleaned = -0.00366861 Jy ! Component: 3000 - total flux cleaned = -0.00372992 Jy ! Component: 3050 - total flux cleaned = -0.00377551 Jy ! Component: 3100 - total flux cleaned = -0.00380582 Jy ! Component: 3150 - total flux cleaned = -0.00385077 Jy ! Component: 3200 - total flux cleaned = -0.00386562 Jy ! Component: 3250 - total flux cleaned = -0.00386569 Jy ! Component: 3300 - total flux cleaned = -0.00393958 Jy ! Component: 3350 - total flux cleaned = -0.00399821 Jy ! Component: 3400 - total flux cleaned = -0.0039545 Jy ! Component: 3450 - total flux cleaned = -0.00399816 Jy ! Component: 3500 - total flux cleaned = -0.0040558 Jy ! Component: 3550 - total flux cleaned = -0.0040129 Jy ! Component: 3600 - total flux cleaned = -0.00409842 Jy ! Component: 3650 - total flux cleaned = -0.00412662 Jy ! Component: 3700 - total flux cleaned = -0.00412672 Jy ! Component: 3750 - total flux cleaned = -0.00412666 Jy ! Component: 3800 - total flux cleaned = -0.00414066 Jy ! Component: 3850 - total flux cleaned = -0.00419618 Jy ! Component: 3900 - total flux cleaned = -0.00422393 Jy ! Component: 3950 - total flux cleaned = -0.00427896 Jy ! Component: 4000 - total flux cleaned = -0.00430623 Jy ! Component: 4050 - total flux cleaned = -0.00436067 Jy ! Total flux subtracted in 4096 components = -0.00437415 Jy ! Clean residual min=-0.000764 max=0.000743 Jy/beam ! Clean residual mean=0.000000 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.094364 Jy keep ! Adding 252 model components to the UV plane model. ! The established model now contains 368 components and 0.094364 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J1130-3608_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9653 x 2.95 at 1.791 degrees (North through East) ! Clean map min=-0.0017563 max=0.091762 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J1130-3608_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.0917 rms= 0.00023 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J1130-3608_X_uvs.log closed on Wed Nov 6 20:46:28 2013