! Started logfile: /scr/pima/rdv95_uvs/J2022-1204_X_uvs.log on Wed Nov 6 20:49:58 2013 obs /scr/pima/rdv95_uvs/J2022-1204_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J2022-1204_X_uva.fits ! AN table 1: 44 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.819444 visibilities/baseline/integration-bin. ! Found source: J2022-1204 ! ! 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 5192 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/J2022-1204_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:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001156Jy sigma=0.650084 ! Fit after self-cal, rms=0.956537Jy sigma=0.623378 ! 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.9472 mas, bmaj=3.538 mas, bpa=25.62 degrees ! Estimated noise=31.7428 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.0340465 Jy ! Component: 100 - total flux cleaned = 0.0420637 Jy ! Total flux subtracted in 100 components = 0.0420637 Jy ! Clean residual min=-0.003914 max=0.004345 Jy/beam ! Clean residual mean=-0.000004 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.0420637 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0420637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051851Jy sigma=0.032206 ! Fit after self-cal, rms=0.050478Jy sigma=0.031279 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.307 mas, bmaj=3.794 mas, bpa=23.19 degrees ! Estimated noise=15.5403 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.0055145 Jy ! Component: 100 - total flux cleaned = 0.0077289 Jy ! Component: 150 - total flux cleaned = 0.00898509 Jy ! Component: 200 - total flux cleaned = 0.00966331 Jy ! Total flux subtracted in 200 components = 0.00966331 Jy ! Clean residual min=-0.002111 max=0.002113 Jy/beam ! Clean residual mean=-0.000008 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.051727 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 39 components and 0.051727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050020Jy sigma=0.030854 ! Fit after self-cal, rms=0.050074Jy sigma=0.030848 ! 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.95 FD 0.99 HN 0.85 KP 1.08 ! LA 0.98 NL 0.99 OV 1.05 PT 0.92 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 0.83 KP 0.94 ! LA 1.00 NL 0.91 OV 1.00 PT 1.03 ! SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 0.90 KP 0.90 ! LA 1.06 NL 1.01 OV 1.03 PT 0.96 ! SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 0.92 KP 0.88 ! LA 1.06 NL 1.00 OV 0.99 PT 1.06 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.050074Jy sigma=0.030848 ! Fit after self-cal, rms=0.049348Jy sigma=0.030764 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.314 mas, bmaj=3.745 mas, bpa=22.95 degrees ! Estimated noise=15.3066 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 = 9.04676e-05 Jy ! Component: 100 - total flux cleaned = 0.000111702 Jy ! Component: 150 - total flux cleaned = 0.00011175 Jy ! Component: 200 - total flux cleaned = 0.000128543 Jy ! Total flux subtracted in 200 components = 0.000128543 Jy ! Clean residual min=-0.001716 max=0.001858 Jy/beam ! Clean residual mean=-0.000006 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0518556 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 48 components and 0.0518556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049328Jy sigma=0.030756 ! Fit after self-cal, rms=0.049364Jy sigma=0.030746 ! 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.049364Jy sigma=0.030746 ! Fit after self-cal, rms=0.049270Jy sigma=0.030743 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.313 mas, bmaj=3.731 mas, bpa=22.92 degrees ! Estimated noise=15.2504 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.23389e-06 Jy ! Component: 100 - total flux cleaned = 3.31811e-05 Jy ! Component: 150 - total flux cleaned = 3.44589e-05 Jy ! Component: 200 - total flux cleaned = 4.61623e-05 Jy ! Total flux subtracted in 200 components = 4.61623e-05 Jy ! Clean residual min=-0.001757 max=0.001856 Jy/beam ! Clean residual mean=-0.000006 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.0519017 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 54 components and 0.0519017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049257Jy sigma=0.030738 ! Fit after self-cal, rms=0.049271Jy sigma=0.030738 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.14785e-05 Jy ! Component: 100 - total flux cleaned = 2.19369e-05 Jy ! Component: 150 - total flux cleaned = 2.24094e-05 Jy ! Component: 200 - total flux cleaned = 4.10602e-05 Jy ! Total flux subtracted in 200 components = 4.10602e-05 Jy ! Clean residual min=-0.001755 max=0.001863 Jy/beam ! Clean residual mean=-0.000006 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.0519428 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 0.0519428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049266Jy sigma=0.030736 ! Fit after self-cal, rms=0.049267Jy sigma=0.030735 ! 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.049267Jy sigma=0.030735 ! Fit after self-cal, rms=0.049369Jy sigma=0.030684 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.308 mas, bmaj=3.729 mas, bpa=22.73 degrees ! Estimated noise=15.1782 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.13086e-05 Jy ! Component: 100 - total flux cleaned = -9.11757e-05 Jy ! Component: 150 - total flux cleaned = -0.000116378 Jy ! Component: 200 - total flux cleaned = -0.000127328 Jy ! Total flux subtracted in 200 components = -0.000127328 Jy ! Clean residual min=-0.001691 max=0.001770 Jy/beam ! Clean residual mean=-0.000002 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0518154 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 64 components and 0.0518154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049358Jy sigma=0.030679 ! Fit after self-cal, rms=0.049394Jy sigma=0.030674 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.19404e-05 Jy ! Component: 100 - total flux cleaned = -3.12961e-05 Jy ! Component: 150 - total flux cleaned = -2.21063e-05 Jy ! Component: 200 - total flux cleaned = -2.20835e-05 Jy ! Total flux subtracted in 200 components = -2.20835e-05 Jy ! Clean residual min=-0.001747 max=0.001788 Jy/beam ! Clean residual mean=-0.000003 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0517934 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 70 components and 0.0517934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049389Jy sigma=0.030672 ! Fit after self-cal, rms=0.049391Jy sigma=0.030672 ! 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.049391Jy sigma=0.030672 ! Fit after self-cal, rms=0.049427Jy sigma=0.030670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.648 mas, bmaj=4.456 mas, bpa=13.1 degrees ! Estimated noise=15.9601 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000382947 Jy ! Component: 100 - total flux cleaned = -0.000384254 Jy ! Component: 150 - total flux cleaned = -0.00038468 Jy ! Component: 200 - total flux cleaned = -0.000378489 Jy ! Total flux subtracted in 200 components = -0.000378489 Jy ! Clean residual min=-0.001847 max=0.001825 Jy/beam ! Clean residual mean=-0.000003 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.0514149 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 77 components and 0.0514149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049426Jy sigma=0.030669 ! Fit after self-cal, rms=0.049434Jy sigma=0.030668 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 = -5.44307e-05 Jy ! Component: 100 - total flux cleaned = -4.87293e-05 Jy ! Component: 150 - total flux cleaned = -4.30846e-05 Jy ! Component: 200 - total flux cleaned = -3.79793e-05 Jy ! Total flux subtracted in 200 components = -3.79793e-05 Jy ! Clean residual min=-0.001857 max=0.001825 Jy/beam ! Clean residual mean=-0.000003 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.0513769 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 81 components and 0.0513769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049435Jy sigma=0.030668 ! Fit after self-cal, rms=0.049435Jy sigma=0.030668 ! 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:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 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.050489Jy sigma=0.031063 ! Fit after self-cal, rms=0.050489Jy sigma=0.031063 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.050489Jy sigma=0.031063 ! Fit after self-cal, rms=0.049446Jy sigma=0.030667 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.9526 mas, bmaj=3.459 mas, bpa=25.18 degrees ! Estimated noise=30.9667 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 = -9.76892e-05 Jy ! Component: 100 - total flux cleaned = -0.000238272 Jy ! Component: 150 - total flux cleaned = -0.000358794 Jy ! Component: 200 - total flux cleaned = -0.000462169 Jy ! Total flux subtracted in 200 components = -0.000462169 Jy ! Clean residual min=-0.002975 max=0.003027 Jy/beam ! Clean residual mean=-0.000006 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.0509147 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.0509147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049453Jy sigma=0.030671 ! Fit after self-cal, rms=0.049455Jy sigma=0.030670 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.311 mas, bmaj=3.717 mas, bpa=22.54 degrees ! Estimated noise=15.0878 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 (5.8, 20.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120546 Jy ! Component: 100 - total flux cleaned = 0.00149507 Jy ! Component: 150 - total flux cleaned = 0.00165259 Jy ! Component: 200 - total flux cleaned = 0.001652 Jy ! Component: 250 - total flux cleaned = 0.00159016 Jy ! Component: 300 - total flux cleaned = 0.0014766 Jy ! Component: 350 - total flux cleaned = 0.00147684 Jy ! Component: 400 - total flux cleaned = 0.00147601 Jy ! Total flux subtracted in 400 components = 0.00147601 Jy ! Clean residual min=-0.001357 max=0.001467 Jy/beam ! Clean residual mean=-0.000000 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0523907 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 137 components and 0.0523907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049332Jy sigma=0.030597 ! Fit after self-cal, rms=0.049329Jy sigma=0.030588 ! Inverting map ! Added new window around map position (-37.6, 2.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168487 Jy ! Component: 100 - total flux cleaned = 0.00197708 Jy ! Component: 150 - total flux cleaned = 0.0023024 Jy ! Component: 200 - total flux cleaned = 0.00233883 Jy ! Component: 250 - total flux cleaned = 0.00224608 Jy ! Component: 300 - total flux cleaned = 0.00218825 Jy ! Component: 350 - total flux cleaned = 0.0021599 Jy ! Component: 400 - total flux cleaned = 0.00210811 Jy ! Total flux subtracted in 400 components = 0.00210811 Jy ! Clean residual min=-0.001409 max=0.001309 Jy/beam ! Clean residual mean=0.000001 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.0544988 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 173 components and 0.0544988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049194Jy sigma=0.030520 ! Fit after self-cal, rms=0.049184Jy sigma=0.030512 ! 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.000438233 Jy ! Component: 100 - total flux cleaned = 0.000412149 Jy ! Component: 150 - total flux cleaned = 0.000362324 Jy ! Component: 200 - total flux cleaned = 0.000362785 Jy ! Component: 250 - total flux cleaned = 0.00036303 Jy ! Component: 300 - total flux cleaned = 0.000297462 Jy ! Component: 350 - total flux cleaned = 0.000297536 Jy ! Component: 400 - total flux cleaned = 0.000277893 Jy ! Total flux subtracted in 400 components = 0.000277893 Jy ! Clean residual min=-0.001344 max=0.001238 Jy/beam ! Clean residual mean=0.000001 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.0547767 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 206 components and 0.0547767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049132Jy sigma=0.030488 ! Fit after self-cal, rms=0.049128Jy sigma=0.030486 ! 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.050112Jy sigma=0.030871 ! Fit after self-cal, rms=0.048978Jy sigma=0.030481 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.312 mas, bmaj=3.711 mas, bpa=22.52 degrees ! Estimated noise=15.0309 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000193137 Jy ! Component: 100 - total flux cleaned = 0.000330008 Jy ! Component: 150 - total flux cleaned = 0.000434841 Jy ! Component: 200 - total flux cleaned = 0.000454443 Jy ! Component: 250 - total flux cleaned = 0.000473875 Jy ! Component: 300 - total flux cleaned = 0.000492607 Jy ! Component: 350 - total flux cleaned = 0.000457245 Jy ! Component: 400 - total flux cleaned = 0.000457614 Jy ! Total flux subtracted in 400 components = 0.000457614 Jy ! Clean residual min=-0.001186 max=0.001217 Jy/beam ! Clean residual mean=0.000001 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.0552343 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 222 components and 0.0552343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048943Jy sigma=0.030464 ! Fit after self-cal, rms=0.048944Jy sigma=0.030463 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.30603e-05 Jy ! Component: 100 - total flux cleaned = 7.12796e-05 Jy ! Component: 150 - total flux cleaned = 5.4676e-05 Jy ! Component: 200 - total flux cleaned = 7.14071e-05 Jy ! Component: 250 - total flux cleaned = 3.8901e-05 Jy ! Component: 300 - total flux cleaned = -8.24673e-06 Jy ! Component: 350 - total flux cleaned = -8.14075e-06 Jy ! Component: 400 - total flux cleaned = -3.82485e-05 Jy ! Total flux subtracted in 400 components = -3.82485e-05 Jy ! Clean residual min=-0.001162 max=0.001180 Jy/beam ! Clean residual mean=0.000001 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0551961 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 234 components and 0.0551961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048920Jy sigma=0.030452 ! Fit after self-cal, rms=0.048918Jy sigma=0.030451 ! 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.048918Jy sigma=0.030451 ! Fit after self-cal, rms=0.048922Jy sigma=0.030444 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.313 mas, bmaj=3.705 mas, bpa=22.48 degrees ! Estimated noise=15.0036 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.60539e-05 Jy ! Component: 100 - total flux cleaned = 0.000132442 Jy ! Component: 150 - total flux cleaned = 0.00019922 Jy ! Component: 200 - total flux cleaned = 0.000215478 Jy ! Component: 250 - total flux cleaned = 0.000185525 Jy ! Component: 300 - total flux cleaned = 0.000156157 Jy ! Component: 350 - total flux cleaned = 9.93915e-05 Jy ! Component: 400 - total flux cleaned = 9.98275e-05 Jy ! Total flux subtracted in 400 components = 9.98275e-05 Jy ! Clean residual min=-0.001050 max=0.001110 Jy/beam ! Clean residual mean=0.000001 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.0552959 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 257 components and 0.0552959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048901Jy sigma=0.030433 ! Fit after self-cal, rms=0.048906Jy sigma=0.030432 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 (24, -14.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000174917 Jy ! Component: 100 - total flux cleaned = 0.000179959 Jy ! Component: 150 - total flux cleaned = 4.5265e-05 Jy ! Component: 200 - total flux cleaned = -0.000115176 Jy ! Component: 250 - total flux cleaned = -0.000244121 Jy ! Component: 300 - total flux cleaned = -0.00038417 Jy ! Component: 350 - total flux cleaned = -0.000584607 Jy ! Component: 400 - total flux cleaned = -0.000728972 Jy ! Total flux subtracted in 400 components = -0.000728972 Jy ! Clean residual min=-0.001091 max=0.001089 Jy/beam ! Clean residual mean=0.000000 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.054567 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 297 components and 0.0545669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048857Jy sigma=0.030405 ! Fit after self-cal, rms=0.048860Jy sigma=0.030402 ! 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.048860Jy sigma=0.030402 ! Fit after self-cal, rms=0.052835Jy sigma=0.029903 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.654 mas, bmaj=4.456 mas, bpa=12.25 degrees ! Estimated noise=16.2388 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000972971 Jy ! Component: 100 - total flux cleaned = 0.000953418 Jy ! Component: 150 - total flux cleaned = 0.000843836 Jy ! Component: 200 - total flux cleaned = 0.000710462 Jy ! Component: 250 - total flux cleaned = 0.000634066 Jy ! Component: 300 - total flux cleaned = 0.000548807 Jy ! Component: 350 - total flux cleaned = 0.000481751 Jy ! Component: 400 - total flux cleaned = 0.000430333 Jy ! Total flux subtracted in 400 components = 0.000430333 Jy ! Clean residual min=-0.000915 max=0.001171 Jy/beam ! Clean residual mean=0.000002 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.0549973 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 338 components and 0.0549973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052810Jy sigma=0.029879 ! Fit after self-cal, rms=0.052961Jy sigma=0.029850 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 (-50.8, -34). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000559518 Jy ! Component: 100 - total flux cleaned = 0.000673703 Jy ! Component: 150 - total flux cleaned = 0.000897971 Jy ! Component: 200 - total flux cleaned = 0.00112025 Jy ! Component: 250 - total flux cleaned = 0.0012052 Jy ! Component: 300 - total flux cleaned = 0.00122172 Jy ! Component: 350 - total flux cleaned = 0.00126742 Jy ! Component: 400 - total flux cleaned = 0.00128147 Jy ! Total flux subtracted in 400 components = 0.00128147 Jy ! Clean residual min=-0.000803 max=0.000875 Jy/beam ! Clean residual mean=0.000001 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.0562787 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 399 components and 0.0562787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052924Jy sigma=0.029832 ! Fit after self-cal, rms=0.052922Jy sigma=0.029830 ! Inverting map ! Added new window around map position (51, 9.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000475993 Jy ! Component: 100 - total flux cleaned = 0.000543523 Jy ! Component: 150 - total flux cleaned = 0.000602678 Jy ! Component: 200 - total flux cleaned = 0.000655824 Jy ! Component: 250 - total flux cleaned = 0.000689939 Jy ! Component: 300 - total flux cleaned = 0.00070547 Jy ! Component: 350 - total flux cleaned = 0.000675562 Jy ! Component: 400 - total flux cleaned = 0.000690457 Jy ! Total flux subtracted in 400 components = 0.000690457 Jy ! Clean residual min=-0.000752 max=0.000775 Jy/beam ! Clean residual mean=-0.000000 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.0569692 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 452 components and 0.0569692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052887Jy sigma=0.029809 ! Fit after self-cal, rms=0.052884Jy sigma=0.029807 ! Inverting map ! Added new window around map position (-47.2, 40.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.24045e-06 Jy ! Component: 100 - total flux cleaned = -4.428e-05 Jy ! Component: 150 - total flux cleaned = -8.47171e-05 Jy ! Component: 200 - total flux cleaned = -8.45325e-05 Jy ! Component: 250 - total flux cleaned = -0.000101138 Jy ! Component: 300 - total flux cleaned = -0.000100717 Jy ! Component: 350 - total flux cleaned = -0.000147899 Jy ! Component: 400 - total flux cleaned = -0.000209205 Jy ! Total flux subtracted in 400 components = -0.000209205 Jy ! Clean residual min=-0.000697 max=0.000675 Jy/beam ! Clean residual mean=-0.000000 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.05676 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 506 components and 0.05676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052845Jy sigma=0.029787 ! Fit after self-cal, rms=0.052841Jy sigma=0.029786 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=1.318 mas, bmaj=3.713 mas, bpa=22.47 degrees ! Estimated noise=15.4362 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.318 x 3.713 at 22.47 degrees (North through East) ! Clean map min=-0.0016711 max=0.046346 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.9653 mas, bmaj=3.428 mas, bpa=25.22 degrees ! Estimated noise=31.6392 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0354085 Jy ! Component: 100 - total flux cleaned = 0.0432851 Jy ! Component: 150 - total flux cleaned = 0.0441792 Jy ! Component: 200 - total flux cleaned = 0.0447896 Jy ! Component: 250 - total flux cleaned = 0.0458546 Jy ! Component: 300 - total flux cleaned = 0.046228 Jy ! Component: 350 - total flux cleaned = 0.0468067 Jy ! Component: 400 - total flux cleaned = 0.0473433 Jy ! Total flux subtracted in 400 components = 0.0473433 Jy ! Clean residual min=-0.002676 max=0.003050 Jy/beam ! Clean residual mean=-0.000000 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.0473433 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 77 model components to the UV plane model. ! The established model now contains 77 components and 0.0473433 Jy ! Inverting map and beam ! Estimated beam: bmin=1.318 mas, bmaj=3.713 mas, bpa=22.47 degrees ! Estimated noise=15.4362 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.00203339 Jy ! Component: 100 - total flux cleaned = 0.00369645 Jy ! Component: 150 - total flux cleaned = 0.00467831 Jy ! Component: 200 - total flux cleaned = 0.00567393 Jy ! Component: 250 - total flux cleaned = 0.00646241 Jy ! Component: 300 - total flux cleaned = 0.00702938 Jy ! Component: 350 - total flux cleaned = 0.0076105 Jy ! Component: 400 - total flux cleaned = 0.00771103 Jy ! Total flux subtracted in 400 components = 0.00771103 Jy ! Clean residual min=-0.001418 max=0.001366 Jy/beam ! Clean residual mean=-0.000000 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.0550543 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 138 components and 0.0550543 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.654 mas, bmaj=4.456 mas, bpa=12.25 degrees ! Estimated noise=16.2388 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000790714 Jy ! Component: 100 - total flux cleaned = 0.00115493 Jy ! Component: 150 - total flux cleaned = 0.00141949 Jy ! Component: 200 - total flux cleaned = 0.00173698 Jy ! Component: 250 - total flux cleaned = 0.00210113 Jy ! Component: 300 - total flux cleaned = 0.0023826 Jy ! Component: 350 - total flux cleaned = 0.00264897 Jy ! Component: 400 - total flux cleaned = 0.00284634 Jy ! Total flux subtracted in 400 components = 0.00284634 Jy ! Clean residual min=-0.001042 max=0.001049 Jy/beam ! Clean residual mean=-0.000000 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.0579007 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) ! Added new window around map position (-51.2, 13.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00089549 Jy ! Component: 100 - total flux cleaned = 0.00115307 Jy ! Component: 150 - total flux cleaned = 0.00136504 Jy ! Component: 200 - total flux cleaned = 0.00154242 Jy ! Component: 250 - total flux cleaned = 0.00166459 Jy ! Component: 300 - total flux cleaned = 0.00173639 Jy ! Component: 350 - total flux cleaned = 0.0017832 Jy ! Component: 400 - total flux cleaned = 0.00189564 Jy ! Total flux subtracted in 400 components = 0.00189564 Jy ! Clean residual min=-0.000765 max=0.000786 Jy/beam ! Clean residual mean=0.000001 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.0597963 Jy ! Adding 142 model components to the UV plane model. ! The established model now contains 272 components and 0.0597963 Jy ! Inverting map ! Added new window around map position (32.8, 38.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00040952 Jy ! Component: 100 - total flux cleaned = 0.00048557 Jy ! Component: 150 - total flux cleaned = 0.000532285 Jy ! Component: 200 - total flux cleaned = 0.000642143 Jy ! Component: 250 - total flux cleaned = 0.000725607 Jy ! Component: 300 - total flux cleaned = 0.000847026 Jy ! Component: 350 - total flux cleaned = 0.00088636 Jy ! Component: 400 - total flux cleaned = 0.00096284 Jy ! Total flux subtracted in 400 components = 0.00096284 Jy ! Clean residual min=-0.000776 max=0.000640 Jy/beam ! Clean residual mean=0.000000 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.0607592 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 322 components and 0.0607592 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.318 mas, bmaj=3.713 mas, bpa=22.47 degrees ! Estimated noise=15.4362 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000155214 Jy ! Component: 100 - total flux cleaned = -0.000296797 Jy ! Component: 150 - total flux cleaned = -0.000331114 Jy ! Component: 200 - total flux cleaned = -0.000395603 Jy ! Component: 250 - total flux cleaned = -0.000301757 Jy ! Component: 300 - total flux cleaned = -0.000332414 Jy ! Component: 350 - total flux cleaned = -0.000274434 Jy ! Component: 400 - total flux cleaned = -0.000217757 Jy ! Total flux subtracted in 400 components = -0.000217757 Jy ! Clean residual min=-0.000961 max=0.000926 Jy/beam ! Clean residual mean=-0.000000 rms=0.000214 Jy/beam ! Combined flux in latest and established models = 0.0605414 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 380 components and 0.0605414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052833Jy sigma=0.029788 ! Fit after self-cal, rms=0.052811Jy sigma=0.029777 wmodel /scr/pima/rdv95_uvs/J2022-1204_X_map.mod ! Writing 380 model components to file: /scr/pima/rdv95_uvs/J2022-1204_X_map.mod wobs /scr/pima/rdv95_uvs/J2022-1204_X_uvs.fits ! Applying 608 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J2022-1204_X_uvs.fits wwins /scr/pima/rdv95_uvs/J2022-1204_X_map.win ! wwins: Wrote 9 windows to /scr/pima/rdv95_uvs/J2022-1204_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.000220088 Jy ! Component: 100 - total flux cleaned = -0.000326944 Jy ! Component: 150 - total flux cleaned = -0.000369976 Jy ! Component: 200 - total flux cleaned = -0.000383546 Jy ! Component: 250 - total flux cleaned = -0.000423282 Jy ! Component: 300 - total flux cleaned = -0.000500766 Jy ! Component: 350 - total flux cleaned = -0.000513546 Jy ! Component: 400 - total flux cleaned = -0.000550368 Jy ! Component: 450 - total flux cleaned = -0.000586531 Jy ! Component: 500 - total flux cleaned = -0.00062181 Jy ! Component: 550 - total flux cleaned = -0.000610031 Jy ! Component: 600 - total flux cleaned = -0.000678836 Jy ! Component: 650 - total flux cleaned = -0.000735239 Jy ! Component: 700 - total flux cleaned = -0.000757487 Jy ! Component: 750 - total flux cleaned = -0.000768553 Jy ! Component: 800 - total flux cleaned = -0.000790412 Jy ! Component: 850 - total flux cleaned = -0.000811935 Jy ! Component: 900 - total flux cleaned = -0.000822646 Jy ! Component: 950 - total flux cleaned = -0.000833249 Jy ! Component: 1000 - total flux cleaned = -0.000854174 Jy ! Component: 1050 - total flux cleaned = -0.000895157 Jy ! Component: 1100 - total flux cleaned = -0.000915427 Jy ! Component: 1150 - total flux cleaned = -0.000925466 Jy ! Component: 1200 - total flux cleaned = -0.000935441 Jy ! Component: 1250 - total flux cleaned = -0.00099453 Jy ! Component: 1300 - total flux cleaned = -0.000975079 Jy ! Component: 1350 - total flux cleaned = -0.00100421 Jy ! Component: 1400 - total flux cleaned = -0.000994576 Jy ! Component: 1450 - total flux cleaned = -0.00101358 Jy ! Component: 1500 - total flux cleaned = -0.0010324 Jy ! Component: 1550 - total flux cleaned = -0.00106978 Jy ! Component: 1600 - total flux cleaned = -0.00108824 Jy ! Component: 1650 - total flux cleaned = -0.0010884 Jy ! Component: 1700 - total flux cleaned = -0.00113403 Jy ! Component: 1750 - total flux cleaned = -0.00116112 Jy ! Component: 1800 - total flux cleaned = -0.00117905 Jy ! Component: 1850 - total flux cleaned = -0.00124147 Jy ! Component: 1900 - total flux cleaned = -0.00124148 Jy ! Component: 1950 - total flux cleaned = -0.00126792 Jy ! Component: 2000 - total flux cleaned = -0.00128543 Jy ! Component: 2050 - total flux cleaned = -0.00130279 Jy ! Component: 2100 - total flux cleaned = -0.00135434 Jy ! Component: 2150 - total flux cleaned = -0.00135436 Jy ! Component: 2200 - total flux cleaned = -0.00135436 Jy ! Component: 2250 - total flux cleaned = -0.00137965 Jy ! Component: 2300 - total flux cleaned = -0.00139636 Jy ! Component: 2350 - total flux cleaned = -0.00141298 Jy ! Component: 2400 - total flux cleaned = -0.00141301 Jy ! Component: 2450 - total flux cleaned = -0.00143771 Jy ! Component: 2500 - total flux cleaned = -0.00145405 Jy ! Component: 2550 - total flux cleaned = -0.00144589 Jy ! Component: 2600 - total flux cleaned = -0.00146212 Jy ! Component: 2650 - total flux cleaned = -0.00149426 Jy ! Component: 2700 - total flux cleaned = -0.00147019 Jy ! Component: 2750 - total flux cleaned = -0.0014781 Jy ! Component: 2800 - total flux cleaned = -0.00147806 Jy ! Component: 2850 - total flux cleaned = -0.00149375 Jy ! Component: 2900 - total flux cleaned = -0.00147019 Jy ! Component: 2950 - total flux cleaned = -0.00148582 Jy ! Component: 3000 - total flux cleaned = -0.00147023 Jy ! Component: 3050 - total flux cleaned = -0.00144697 Jy ! Component: 3100 - total flux cleaned = -0.00143162 Jy ! Component: 3150 - total flux cleaned = -0.0014393 Jy ! Component: 3200 - total flux cleaned = -0.00144693 Jy ! Component: 3250 - total flux cleaned = -0.0014393 Jy ! Component: 3300 - total flux cleaned = -0.00141659 Jy ! Component: 3350 - total flux cleaned = -0.00142417 Jy ! Component: 3400 - total flux cleaned = -0.00143171 Jy ! Component: 3450 - total flux cleaned = -0.00144669 Jy ! Component: 3500 - total flux cleaned = -0.00144669 Jy ! Component: 3550 - total flux cleaned = -0.00145412 Jy ! Component: 3600 - total flux cleaned = -0.00148368 Jy ! Component: 3650 - total flux cleaned = -0.00148364 Jy ! Component: 3700 - total flux cleaned = -0.00149099 Jy ! Component: 3750 - total flux cleaned = -0.00152026 Jy ! Component: 3800 - total flux cleaned = -0.00150565 Jy ! Component: 3850 - total flux cleaned = -0.00151293 Jy ! Component: 3900 - total flux cleaned = -0.00153464 Jy ! Component: 3950 - total flux cleaned = -0.00152739 Jy ! Component: 4000 - total flux cleaned = -0.00154897 Jy ! Component: 4050 - total flux cleaned = -0.00157761 Jy ! Total flux subtracted in 4096 components = -0.00154189 Jy ! Clean residual min=-0.000420 max=0.000377 Jy/beam ! Clean residual mean=-0.000000 rms=0.000125 Jy/beam ! Combined flux in latest and established models = 0.0589995 Jy keep ! Adding 217 model components to the UV plane model. ! The established model now contains 589 components and 0.0589995 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J2022-1204_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.318 x 3.713 at 22.47 degrees (North through East) ! Clean map min=-0.0015124 max=0.04558 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J2022-1204_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.0455 rms= 0.00012 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J2022-1204_X_uvs.log closed on Wed Nov 6 20:50:05 2013