! Started logfile: /scr/pima/rdv62_uvs/J0831-2228_S_uvs.log on Fri Nov 22 22:34:43 2013 obs /scr/pima/rdv62_uvs/J0831-2228_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J0831-2228_S_uva.fits ! AN table 1: 31 integrations on 15 of 15 possible baselines. ! AN table 2: 31 integrations on 6 of 6 possible baselines. ! AN table 3: 36 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.601385 visibilities/baseline/integration-bin. ! Found source: J0831-2228 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2432 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv62_uvs/J0831-2228_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1: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:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:FD 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 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:NL self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.008497Jy sigma=0.941274 ! Fit after self-cal, rms=0.914580Jy sigma=0.845168 ! 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=11.32 mas, bmaj=52.46 mas, bpa=-10 degrees ! Estimated noise=37.6378 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0811818 Jy ! Component: 100 - total flux cleaned = 0.116125 Jy ! Total flux subtracted in 100 components = 0.116125 Jy ! Clean residual min=-0.013833 max=0.016742 Jy/beam ! Clean residual mean=-0.000043 rms=0.006839 Jy/beam ! Combined flux in latest and established models = 0.116125 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 67 components and 0.116125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081206Jy sigma=0.080120 ! Fit after self-cal, rms=0.080988Jy sigma=0.079793 ! 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=14.13 mas, bmaj=46.27 mas, bpa=-9.012 degrees ! Estimated noise=21.0351 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.0234917 Jy ! Component: 100 - total flux cleaned = 0.0273409 Jy ! Component: 150 - total flux cleaned = 0.0281916 Jy ! Component: 200 - total flux cleaned = 0.0253719 Jy ! Total flux subtracted in 200 components = 0.0253719 Jy ! Clean residual min=-0.003897 max=0.003897 Jy/beam ! Clean residual mean=-0.000057 rms=0.002053 Jy/beam ! Combined flux in latest and established models = 0.141497 Jy ! Performing phase self-cal ! Adding 139 model components to the UV plane model. ! The established model now contains 202 components and 0.141497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075716Jy sigma=0.069658 ! Fit after self-cal, rms=0.075480Jy sigma=0.069520 ! 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.00* FD 0.00* KP 0.00* LA 0.00* ! OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* LA 0.00* NL 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.89 KP 1.05 LA 1.11 NL 1.07 ! PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* KP 0.00* LA 0.00* ! OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* LA 0.00* NL 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.09 KP 1.02 LA 1.10 NL 0.97 ! PT 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* KP 0.00* LA 0.00* ! OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* LA 0.00* NL 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.04 KP 0.94 LA 0.93 NL 1.16 ! PT 1.12 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* KP 0.00* LA 0.00* ! OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* LA 0.00* NL 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.03 KP 1.02 LA 0.77 NL 0.91 ! PT 0.91 ! ! ! Fit before self-cal, rms=0.075480Jy sigma=0.069520 ! Fit after self-cal, rms=0.072333Jy sigma=0.066194 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=14.29 mas, bmaj=46.56 mas, bpa=-8.952 degrees ! Estimated noise=20.4126 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.00362209 Jy ! Component: 100 - total flux cleaned = 0.00449907 Jy ! Component: 150 - total flux cleaned = 0.00488817 Jy ! Component: 200 - total flux cleaned = 0.00528404 Jy ! Total flux subtracted in 200 components = 0.00528404 Jy ! Clean residual min=-0.001074 max=0.001062 Jy/beam ! Clean residual mean=-0.000017 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.146781 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 287 components and 0.146781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072023Jy sigma=0.065969 ! Fit after self-cal, rms=0.072123Jy sigma=0.065843 ! 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.072123Jy sigma=0.065843 ! Fit after self-cal, rms=0.071715Jy sigma=0.065826 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.3 mas, bmaj=46.46 mas, bpa=-8.925 degrees ! Estimated noise=20.2784 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000871377 Jy ! Component: 100 - total flux cleaned = 0.000872689 Jy ! Component: 150 - total flux cleaned = 0.00105036 Jy ! Component: 200 - total flux cleaned = 0.001389 Jy ! Total flux subtracted in 200 components = 0.001389 Jy ! Clean residual min=-0.000902 max=0.000916 Jy/beam ! Clean residual mean=-0.000014 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.14817 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 363 components and 0.14817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071567Jy sigma=0.065749 ! Fit after self-cal, rms=0.071554Jy sigma=0.065736 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000158592 Jy ! Component: 100 - total flux cleaned = -5.9893e-06 Jy ! Component: 150 - total flux cleaned = 9.47344e-05 Jy ! Component: 200 - total flux cleaned = 4.5081e-06 Jy ! Total flux subtracted in 200 components = 4.5081e-06 Jy ! Clean residual min=-0.000729 max=0.000726 Jy/beam ! Clean residual mean=-0.000002 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.148174 Jy ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 441 components and 0.148174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071467Jy sigma=0.065685 ! Fit after self-cal, rms=0.071463Jy sigma=0.065679 ! 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.071463Jy sigma=0.065679 ! Fit after self-cal, rms=0.071611Jy sigma=0.065634 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.32 mas, bmaj=46.39 mas, bpa=-8.896 degrees ! Estimated noise=20.2897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000120117 Jy ! Component: 100 - total flux cleaned = -0.00017237 Jy ! Component: 150 - total flux cleaned = -0.00043937 Jy ! Component: 200 - total flux cleaned = -0.000686106 Jy ! Total flux subtracted in 200 components = -0.000686106 Jy ! Clean residual min=-0.000670 max=0.000670 Jy/beam ! Clean residual mean=-0.000008 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.147488 Jy selfcal ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 499 components and 0.147488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071547Jy sigma=0.065594 ! Fit after self-cal, rms=0.071558Jy sigma=0.065589 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000312832 Jy ! Component: 100 - total flux cleaned = -0.000514009 Jy ! Component: 150 - total flux cleaned = -0.000727406 Jy ! Component: 200 - total flux cleaned = -0.000726328 Jy ! Total flux subtracted in 200 components = -0.000726328 Jy ! Clean residual min=-0.000560 max=0.000567 Jy/beam ! Clean residual mean=-0.000008 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.146762 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 553 components and 0.146762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071515Jy sigma=0.065562 ! Fit after self-cal, rms=0.071518Jy sigma=0.065559 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071518Jy sigma=0.065559 ! Fit after self-cal, rms=0.071651Jy sigma=0.065523 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.34 mas, bmaj=46.04 mas, bpa=-8.344 degrees ! Estimated noise=19.8181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000595828 Jy ! Component: 100 - total flux cleaned = -0.000800136 Jy ! Component: 150 - total flux cleaned = -0.000800592 Jy ! Component: 200 - total flux cleaned = -0.000859094 Jy ! Total flux subtracted in 200 components = -0.000859094 Jy ! Clean residual min=-0.000485 max=0.000498 Jy/beam ! Clean residual mean=-0.000006 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.145903 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 597 components and 0.145903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071616Jy sigma=0.065500 ! Fit after self-cal, rms=0.071626Jy sigma=0.065498 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000344988 Jy ! Component: 100 - total flux cleaned = -0.000599038 Jy ! Component: 150 - total flux cleaned = -0.000651463 Jy ! Component: 200 - total flux cleaned = -0.000651492 Jy ! Total flux subtracted in 200 components = -0.000651492 Jy ! Clean residual min=-0.000437 max=0.000439 Jy/beam ! Clean residual mean=-0.000009 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.145251 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 638 components and 0.145251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071601Jy sigma=0.065482 ! Fit after self-cal, rms=0.071606Jy sigma=0.065480 ! 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:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD 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 3:FD,true ! 3:FD self-cal status=fixed weight=1 selfant 3:KP,true ! 3:KP self-cal status=fixed weight=1 selfant 3:LA,true ! 3:LA self-cal status=fixed weight=1 selfant 3:NL,true ! 3:NL self-cal status=fixed weight=1 selfant 3:PT,true ! 3:PT 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.116089Jy sigma=0.120039 ! Fit after self-cal, rms=0.116089Jy sigma=0.120039 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:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:FD 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 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:NL self-cal status=correctable weight=1 ! 3:PT 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 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.116089Jy sigma=0.120039 ! Fit after self-cal, rms=0.071171Jy sigma=0.065474 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=11.53 mas, bmaj=52.56 mas, bpa=-10.07 degrees ! Estimated noise=35.5593 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.00151045 Jy ! Component: 100 - total flux cleaned = -0.00454122 Jy ! Component: 150 - total flux cleaned = -0.00667902 Jy ! Component: 200 - total flux cleaned = -0.00798807 Jy ! Total flux subtracted in 200 components = -0.00798807 Jy ! Clean residual min=-0.001725 max=0.001733 Jy/beam ! Clean residual mean=-0.000003 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.137263 Jy ! Performing phase self-cal ! Adding 118 model components to the UV plane model. ! The established model now contains 753 components and 0.137263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071340Jy sigma=0.065921 ! Fit after self-cal, rms=0.071365Jy sigma=0.065870 ! 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=14.32 mas, bmaj=46.21 mas, bpa=-8.859 degrees ! Estimated noise=20.1615 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107041 Jy ! Component: 100 - total flux cleaned = -0.000777583 Jy ! Component: 150 - total flux cleaned = -0.00102474 Jy ! Component: 200 - total flux cleaned = -0.00117425 Jy ! Component: 250 - total flux cleaned = -0.00092046 Jy ! Component: 300 - total flux cleaned = -0.0008586 Jy ! Component: 350 - total flux cleaned = -0.000971351 Jy ! Component: 400 - total flux cleaned = -0.00102871 Jy ! Total flux subtracted in 400 components = -0.00102871 Jy ! Clean residual min=-0.000998 max=0.000968 Jy/beam ! Clean residual mean=-0.000029 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.136234 Jy ! Performing phase self-cal ! Adding 219 model components to the UV plane model. ! The established model now contains 967 components and 0.136234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071193Jy sigma=0.065468 ! Fit after self-cal, rms=0.071126Jy sigma=0.065446 ! 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.000356269 Jy ! Component: 100 - total flux cleaned = -0.000464251 Jy ! Component: 150 - total flux cleaned = -0.000438237 Jy ! Component: 200 - total flux cleaned = -0.000437755 Jy ! Component: 250 - total flux cleaned = -0.000485214 Jy ! Component: 300 - total flux cleaned = -0.000485823 Jy ! Component: 350 - total flux cleaned = -0.000485916 Jy ! Component: 400 - total flux cleaned = -0.000486852 Jy ! Total flux subtracted in 400 components = -0.000486852 Jy ! Clean residual min=-0.000651 max=0.000659 Jy/beam ! Clean residual mean=-0.000004 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.135748 Jy ! Performing phase self-cal ! Adding 120 model components to the UV plane model. ! The established model now contains 1087 components and 0.135747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071102Jy sigma=0.065413 ! Fit after self-cal, rms=0.071080Jy sigma=0.065408 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 186 telescope corrections were flagged in sub-array 1. ! A total of 124 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.116375Jy sigma=0.120413 ! Fit after self-cal, rms=0.070521Jy sigma=0.065397 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.29 mas, bmaj=46.05 mas, bpa=-8.85 degrees ! Estimated noise=19.9982 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000776763 Jy ! Component: 100 - total flux cleaned = -0.00126 Jy ! Component: 150 - total flux cleaned = -0.00129836 Jy ! Component: 200 - total flux cleaned = -0.0013162 Jy ! Component: 250 - total flux cleaned = -0.00131662 Jy ! Component: 300 - total flux cleaned = -0.00130057 Jy ! Component: 350 - total flux cleaned = -0.00133485 Jy ! Component: 400 - total flux cleaned = -0.00138962 Jy ! Total flux subtracted in 400 components = -0.00138962 Jy ! Clean residual min=-0.000309 max=0.000310 Jy/beam ! Clean residual mean=-0.000003 rms=0.000118 Jy/beam ! Combined flux in latest and established models = 0.134358 Jy selfcal ! Performing phase self-cal ! Adding 112 model components to the UV plane model. ! The established model now contains 1192 components and 0.134358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070497Jy sigma=0.065392 ! Fit after self-cal, rms=0.070514Jy sigma=0.065390 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000389665 Jy ! Component: 100 - total flux cleaned = -0.000389796 Jy ! Component: 150 - total flux cleaned = -0.000389247 Jy ! Component: 200 - total flux cleaned = -0.000388742 Jy ! Component: 250 - total flux cleaned = -0.000404849 Jy ! Component: 300 - total flux cleaned = -0.000437239 Jy ! Component: 350 - total flux cleaned = -0.000471087 Jy ! Component: 400 - total flux cleaned = -0.000488735 Jy ! Total flux subtracted in 400 components = -0.000488735 Jy ! Clean residual min=-0.000297 max=0.000292 Jy/beam ! Clean residual mean=-0.000007 rms=0.000116 Jy/beam ! Combined flux in latest and established models = 0.133869 Jy ! Performing phase self-cal ! Adding 118 model components to the UV plane model. ! The established model now contains 1283 components and 0.133869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070503Jy sigma=0.065381 ! Fit after self-cal, rms=0.070510Jy sigma=0.065380 ! 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.070510Jy sigma=0.065380 ! Fit after self-cal, rms=0.070716Jy sigma=0.065355 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.3 mas, bmaj=45.97 mas, bpa=-8.821 degrees ! Estimated noise=19.9852 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000489389 Jy ! Component: 100 - total flux cleaned = -0.000876213 Jy ! Component: 150 - total flux cleaned = -0.0011187 Jy ! Component: 200 - total flux cleaned = -0.00121678 Jy ! Component: 250 - total flux cleaned = -0.00120218 Jy ! Component: 300 - total flux cleaned = -0.00118746 Jy ! Component: 350 - total flux cleaned = -0.00118875 Jy ! Component: 400 - total flux cleaned = -0.00118796 Jy ! Total flux subtracted in 400 components = -0.00118796 Jy ! Clean residual min=-0.000364 max=0.000358 Jy/beam ! Clean residual mean=-0.000009 rms=0.000127 Jy/beam ! Combined flux in latest and established models = 0.132681 Jy selfcal ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 1347 components and 0.132681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070705Jy sigma=0.065350 ! Fit after self-cal, rms=0.070724Jy sigma=0.065349 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 (13.2, 74.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.66804e-05 Jy ! Component: 100 - total flux cleaned = 2.44775e-05 Jy ! Component: 150 - total flux cleaned = 1.56017e-05 Jy ! Component: 200 - total flux cleaned = 1.55979e-05 Jy ! Component: 250 - total flux cleaned = 1.58924e-06 Jy ! Component: 300 - total flux cleaned = 1.88189e-06 Jy ! Component: 350 - total flux cleaned = -2.1876e-05 Jy ! Component: 400 - total flux cleaned = -2.17068e-05 Jy ! Total flux subtracted in 400 components = -2.17068e-05 Jy ! Clean residual min=-0.000437 max=0.000275 Jy/beam ! Clean residual mean=-0.000008 rms=0.000089 Jy/beam ! Combined flux in latest and established models = 0.132659 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 1434 components and 0.132659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070717Jy sigma=0.065348 ! Fit after self-cal, rms=0.070706Jy sigma=0.065347 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070706Jy sigma=0.065347 ! Fit after self-cal, rms=0.073465Jy sigma=0.062217 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.36 mas, bmaj=45.75 mas, bpa=-8.25 degrees ! Estimated noise=19.8926 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118334 Jy ! Component: 100 - total flux cleaned = 0.00126918 Jy ! Component: 150 - total flux cleaned = 0.00125032 Jy ! Component: 200 - total flux cleaned = 0.00133073 Jy ! Component: 250 - total flux cleaned = 0.00136496 Jy ! Component: 300 - total flux cleaned = 0.00138031 Jy ! Component: 350 - total flux cleaned = 0.0013808 Jy ! Component: 400 - total flux cleaned = 0.00136789 Jy ! Total flux subtracted in 400 components = 0.00136789 Jy ! Clean residual min=-0.000528 max=0.000309 Jy/beam ! Clean residual mean=-0.000001 rms=0.000103 Jy/beam ! Combined flux in latest and established models = 0.134027 Jy selfcal ! Performing phase self-cal ! Adding 132 model components to the UV plane model. ! The established model now contains 1564 components and 0.134027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073453Jy sigma=0.062174 ! Fit after self-cal, rms=0.073609Jy sigma=0.062120 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.58451e-05 Jy ! Component: 100 - total flux cleaned = -0.000153447 Jy ! Component: 150 - total flux cleaned = -0.000205193 Jy ! Component: 200 - total flux cleaned = -0.000237078 Jy ! Component: 250 - total flux cleaned = -0.000231554 Jy ! Component: 300 - total flux cleaned = -0.000221253 Jy ! Component: 350 - total flux cleaned = -0.000216344 Jy ! Component: 400 - total flux cleaned = -0.000196804 Jy ! Total flux subtracted in 400 components = -0.000196804 Jy ! Clean residual min=-0.000491 max=0.000297 Jy/beam ! Clean residual mean=-0.000001 rms=0.000101 Jy/beam ! Combined flux in latest and established models = 0.133831 Jy ! Performing phase self-cal ! Adding 115 model components to the UV plane model. ! The established model now contains 1670 components and 0.133831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073605Jy sigma=0.062118 ! Fit after self-cal, rms=0.073608Jy sigma=0.062117 ! 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=14.36 mas, bmaj=46 mas, bpa=-8.78 degrees ! Estimated noise=20.3614 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.36 x 46 at -8.78 degrees (North through East) ! Clean map min=-0.0080961 max=0.062211 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=11.51 mas, bmaj=52.2 mas, bpa=-9.948 degrees ! Estimated noise=36.216 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0759127 Jy ! Component: 100 - total flux cleaned = 0.108991 Jy ! Component: 150 - total flux cleaned = 0.127285 Jy ! Component: 200 - total flux cleaned = 0.131918 Jy ! Component: 250 - total flux cleaned = 0.135701 Jy ! Component: 300 - total flux cleaned = 0.139275 Jy ! Component: 350 - total flux cleaned = 0.14189 Jy ! Component: 400 - total flux cleaned = 0.14487 Jy ! Total flux subtracted in 400 components = 0.14487 Jy ! Clean residual min=-0.007473 max=0.004967 Jy/beam ! Clean residual mean=-0.000029 rms=0.002067 Jy/beam ! Combined flux in latest and established models = 0.14487 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 203 model components to the UV plane model. ! The established model now contains 203 components and 0.14487 Jy ! Inverting map and beam ! Estimated beam: bmin=14.36 mas, bmaj=46 mas, bpa=-8.78 degrees ! Estimated noise=20.3614 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.000179257 Jy ! Component: 100 - total flux cleaned = 0.000863689 Jy ! Component: 150 - total flux cleaned = 0.00123177 Jy ! Component: 200 - total flux cleaned = 0.00110191 Jy ! Component: 250 - total flux cleaned = 0.00110048 Jy ! Component: 300 - total flux cleaned = 0.000985085 Jy ! Component: 350 - total flux cleaned = 0.000886778 Jy ! Component: 400 - total flux cleaned = 0.000964734 Jy ! Total flux subtracted in 400 components = 0.000964734 Jy ! Clean residual min=-0.003999 max=0.003356 Jy/beam ! Clean residual mean=-0.000008 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.145835 Jy ! Adding 145 model components to the UV plane model. ! The established model now contains 340 components and 0.145835 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.36 mas, bmaj=45.75 mas, bpa=-8.25 degrees ! Estimated noise=19.8926 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000546 Jy ! Component: 100 - total flux cleaned = 0.000785147 Jy ! Component: 150 - total flux cleaned = 0.000944763 Jy ! Component: 200 - total flux cleaned = 0.0011323 Jy ! Component: 250 - total flux cleaned = 0.00109063 Jy ! Component: 300 - total flux cleaned = 0.00113243 Jy ! Component: 350 - total flux cleaned = 0.00120895 Jy ! Component: 400 - total flux cleaned = 0.00131384 Jy ! Total flux subtracted in 400 components = 0.00131384 Jy ! Clean residual min=-0.002315 max=0.002294 Jy/beam ! Clean residual mean=-0.000006 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.147149 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.39054e-05 Jy ! Component: 100 - total flux cleaned = 9.86723e-05 Jy ! Component: 150 - total flux cleaned = 0.000159762 Jy ! Component: 200 - total flux cleaned = 0.000272413 Jy ! Component: 250 - total flux cleaned = 0.00032596 Jy ! Component: 300 - total flux cleaned = 0.000377856 Jy ! Component: 350 - total flux cleaned = 0.000476848 Jy ! Component: 400 - total flux cleaned = 0.000524234 Jy ! Total flux subtracted in 400 components = 0.000524234 Jy ! Clean residual min=-0.001822 max=0.002196 Jy/beam ! Clean residual mean=-0.000002 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.147673 Jy ! Adding 172 model components to the UV plane model. ! The established model now contains 492 components and 0.147673 Jy ! Inverting map ! Added new window around map position (-82.4, -6.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000477183 Jy ! Component: 100 - total flux cleaned = -0.000180535 Jy ! Component: 150 - total flux cleaned = -0.00056969 Jy ! Component: 200 - total flux cleaned = -0.000675875 Jy ! Component: 250 - total flux cleaned = -0.00067559 Jy ! Component: 300 - total flux cleaned = -0.000664507 Jy ! Component: 350 - total flux cleaned = -0.000537961 Jy ! Component: 400 - total flux cleaned = -0.000394922 Jy ! Total flux subtracted in 400 components = -0.000394922 Jy ! Clean residual min=-0.002063 max=0.001536 Jy/beam ! Clean residual mean=0.000007 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.147278 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 566 components and 0.147278 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=14.36 mas, bmaj=46 mas, bpa=-8.78 degrees ! Estimated noise=20.3614 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000931415 Jy ! Component: 100 - total flux cleaned = -0.00164955 Jy ! Component: 150 - total flux cleaned = -0.00214756 Jy ! Component: 200 - total flux cleaned = -0.00277309 Jy ! Component: 250 - total flux cleaned = -0.00340706 Jy ! Component: 300 - total flux cleaned = -0.00394279 Jy ! Component: 350 - total flux cleaned = -0.00456849 Jy ! Component: 400 - total flux cleaned = -0.00467335 Jy ! Total flux subtracted in 400 components = -0.00467335 Jy ! Clean residual min=-0.002534 max=0.001813 Jy/beam ! Clean residual mean=-0.000016 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.142605 Jy selfcal ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 666 components and 0.142605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073926Jy sigma=0.062440 ! Fit after self-cal, rms=0.073764Jy sigma=0.062365 wmodel /scr/pima/rdv62_uvs/J0831-2228_S_map.mod ! Writing 666 model components to file: /scr/pima/rdv62_uvs/J0831-2228_S_map.mod wobs /scr/pima/rdv62_uvs/J0831-2228_S_uvs.fits ! Applying 2022 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J0831-2228_S_uvs.fits wwins /scr/pima/rdv62_uvs/J0831-2228_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv62_uvs/J0831-2228_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -7.03933e-05 Jy ! Component: 100 - total flux cleaned = -0.000166309 Jy ! Component: 150 - total flux cleaned = -0.000202083 Jy ! Component: 200 - total flux cleaned = -0.000186927 Jy ! Component: 250 - total flux cleaned = -0.000172945 Jy ! Component: 300 - total flux cleaned = -0.000146265 Jy ! Component: 350 - total flux cleaned = -0.000185729 Jy ! Component: 400 - total flux cleaned = -0.000198696 Jy ! Component: 450 - total flux cleaned = -0.000211772 Jy ! Component: 500 - total flux cleaned = -0.000185537 Jy ! Component: 550 - total flux cleaned = -0.000145706 Jy ! Component: 600 - total flux cleaned = -0.000118663 Jy ! Component: 650 - total flux cleaned = -7.72184e-05 Jy ! Component: 700 - total flux cleaned = -4.8947e-05 Jy ! Component: 750 - total flux cleaned = -5.68703e-06 Jy ! Component: 800 - total flux cleaned = -2.02414e-05 Jy ! Component: 850 - total flux cleaned = -5.22154e-06 Jy ! Component: 900 - total flux cleaned = 2.6181e-05 Jy ! Component: 950 - total flux cleaned = 2.6395e-05 Jy ! Component: 1000 - total flux cleaned = 2.667e-05 Jy ! Component: 1050 - total flux cleaned = 4.43494e-05 Jy ! Component: 1100 - total flux cleaned = 2.67991e-05 Jy ! Component: 1150 - total flux cleaned = 4.54208e-05 Jy ! Component: 1200 - total flux cleaned = 4.58959e-05 Jy ! Component: 1250 - total flux cleaned = 6.58661e-05 Jy ! Component: 1300 - total flux cleaned = 6.60372e-05 Jy ! Component: 1350 - total flux cleaned = 0.000108986 Jy ! Component: 1400 - total flux cleaned = 0.000152853 Jy ! Component: 1450 - total flux cleaned = 0.000223138 Jy ! Component: 1500 - total flux cleaned = 0.00027196 Jy ! Component: 1550 - total flux cleaned = 0.000322784 Jy ! Component: 1600 - total flux cleaned = 0.000403305 Jy ! Component: 1650 - total flux cleaned = 0.000488886 Jy ! Component: 1700 - total flux cleaned = 0.000518153 Jy ! Component: 1750 - total flux cleaned = 0.00051838 Jy ! Component: 1800 - total flux cleaned = 0.000517992 Jy ! Component: 1850 - total flux cleaned = 0.000552522 Jy ! Component: 1900 - total flux cleaned = 0.000590018 Jy ! Component: 1950 - total flux cleaned = 0.000591699 Jy ! Component: 2000 - total flux cleaned = 0.000592703 Jy ! Component: 2050 - total flux cleaned = 0.000591852 Jy ! Component: 2100 - total flux cleaned = 0.000636193 Jy ! Component: 2150 - total flux cleaned = 0.000636972 Jy ! Component: 2200 - total flux cleaned = 0.000687003 Jy ! Component: 2250 - total flux cleaned = 0.000686885 Jy ! Component: 2300 - total flux cleaned = 0.000741786 Jy ! Component: 2350 - total flux cleaned = 0.000682485 Jy ! Component: 2400 - total flux cleaned = 0.00080422 Jy ! Component: 2450 - total flux cleaned = 0.000740483 Jy ! Component: 2500 - total flux cleaned = 0.000808665 Jy ! Component: 2550 - total flux cleaned = 0.000807834 Jy ! Component: 2600 - total flux cleaned = 0.000883518 Jy ! Component: 2650 - total flux cleaned = 0.000882592 Jy ! Component: 2700 - total flux cleaned = 0.000966294 Jy ! Component: 2750 - total flux cleaned = 0.000965948 Jy ! Component: 2800 - total flux cleaned = 0.00106142 Jy ! Component: 2850 - total flux cleaned = 0.00106466 Jy ! Component: 2900 - total flux cleaned = 0.00106492 Jy ! Component: 2950 - total flux cleaned = 0.00106357 Jy ! Component: 3000 - total flux cleaned = 0.00106509 Jy ! Component: 3050 - total flux cleaned = 0.00106015 Jy ! Component: 3100 - total flux cleaned = 0.00119012 Jy ! Component: 3150 - total flux cleaned = 0.00119043 Jy ! Component: 3200 - total flux cleaned = 0.00133248 Jy ! Component: 3250 - total flux cleaned = 0.00133743 Jy ! Component: 3300 - total flux cleaned = 0.00134034 Jy ! Component: 3350 - total flux cleaned = 0.00134088 Jy ! Component: 3400 - total flux cleaned = 0.00133651 Jy ! Component: 3450 - total flux cleaned = 0.00152161 Jy ! Component: 3500 - total flux cleaned = 0.00152682 Jy ! Component: 3550 - total flux cleaned = 0.00152602 Jy ! Component: 3600 - total flux cleaned = 0.00152451 Jy ! Component: 3650 - total flux cleaned = 0.00175299 Jy ! Component: 3700 - total flux cleaned = 0.00151279 Jy ! Component: 3750 - total flux cleaned = 0.00176587 Jy ! Component: 3800 - total flux cleaned = 0.00177386 Jy ! Component: 3850 - total flux cleaned = 0.00177021 Jy ! Component: 3900 - total flux cleaned = 0.00207053 Jy ! Component: 3950 - total flux cleaned = 0.00208556 Jy ! Component: 4000 - total flux cleaned = 0.00175949 Jy ! Component: 4050 - total flux cleaned = 0.00210047 Jy ! Total flux subtracted in 4096 components = 0.00209714 Jy ! Clean residual min=-0.020482 max=0.019814 Jy/beam ! Clean residual mean=0.000084 rms=0.007454 Jy/beam ! Combined flux in latest and established models = 0.144702 Jy keep ! Adding 154 model components to the UV plane model. ! The established model now contains 820 components and 0.144702 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J0831-2228_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.36 x 46 at -8.78 degrees (North through East) ! Clean map min=-0.047786 max=0.08814 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J0831-2228_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.0881 rms= 0.00735 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J0831-2228_S_uvs.log closed on Fri Nov 22 22:34:56 2013