! Started logfile: /scr/pima/rdv73_uvs/J0743-4434_S_uvs.log on Sat Jan 9 17:46:51 2016 obs /scr/pima/rdv73_uvs/J0743-4434_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J0743-4434_S_uva.fits ! AN table 1: 47 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.965957 visibilities/baseline/integration-bin. ! Found source: J0743-4434 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23299e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 1816 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/rdv73_uvs/J0743-4434_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1: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 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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.052077Jy sigma=7.772423 ! Fit after self-cal, rms=0.807714Jy sigma=6.038644 ! 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=12.48 mas, bmaj=117.3 mas, bpa=-0.07575 degrees ! Estimated noise=2.54217 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.147239 Jy ! Component: 100 - total flux cleaned = 0.181548 Jy ! Total flux subtracted in 100 components = 0.181548 Jy ! Clean residual min=-0.011121 max=0.014120 Jy/beam ! Clean residual mean=-0.000188 rms=0.004498 Jy/beam ! Combined flux in latest and established models = 0.181548 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.181548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116819Jy sigma=0.758373 ! Fit after self-cal, rms=0.116492Jy sigma=0.757067 ! 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=13.61 mas, bmaj=111.2 mas, bpa=0.5062 degrees ! Estimated noise=2.39035 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.021775 Jy ! Component: 100 - total flux cleaned = 0.0245227 Jy ! Component: 150 - total flux cleaned = 0.0220082 Jy ! Component: 200 - total flux cleaned = 0.0206453 Jy ! Total flux subtracted in 200 components = 0.0206453 Jy ! Clean residual min=-0.004017 max=0.004012 Jy/beam ! Clean residual mean=-0.000412 rms=0.002102 Jy/beam ! Combined flux in latest and established models = 0.202193 Jy ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 123 components and 0.202193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111077Jy sigma=0.727099 ! Fit after self-cal, rms=0.110975Jy sigma=0.726569 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.98 LA 1.06 OV 1.00 ! PT 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.06 LA 1.00 OV 1.12 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 1.03 LA 0.92 OV 1.17 ! PT 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.92 LA 0.76 OV 0.87 ! PT 0.93 ! ! ! Fit before self-cal, rms=0.110975Jy sigma=0.726569 ! Fit after self-cal, rms=0.100541Jy sigma=0.702897 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=13.74 mas, bmaj=110.3 mas, bpa=0.4506 degrees ! Estimated noise=2.34999 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.000220787 Jy ! Component: 100 - total flux cleaned = 0.000217391 Jy ! Component: 150 - total flux cleaned = 0.000657851 Jy ! Component: 200 - total flux cleaned = 0.000812033 Jy ! Total flux subtracted in 200 components = 0.000812033 Jy ! Clean residual min=-0.001283 max=0.001273 Jy/beam ! Clean residual mean=-0.000037 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.203005 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 213 components and 0.203005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100315Jy sigma=0.701701 ! Fit after self-cal, rms=0.100219Jy sigma=0.701354 ! 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.100219Jy sigma=0.701354 ! Fit after self-cal, rms=0.100301Jy sigma=0.701293 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.75 mas, bmaj=110.3 mas, bpa=0.4607 degrees ! Estimated noise=2.34889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00110628 Jy ! Component: 100 - total flux cleaned = -0.00111159 Jy ! Component: 150 - total flux cleaned = -0.000727819 Jy ! Component: 200 - total flux cleaned = -0.00031102 Jy ! Total flux subtracted in 200 components = -0.00031102 Jy ! Clean residual min=-0.000957 max=0.000953 Jy/beam ! Clean residual mean=-0.000025 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.202694 Jy selfcal ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 305 components and 0.202694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100193Jy sigma=0.700722 ! Fit after self-cal, rms=0.100190Jy sigma=0.700686 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.000530406 Jy ! Component: 100 - total flux cleaned = -0.000250514 Jy ! Component: 150 - total flux cleaned = -4.58701e-05 Jy ! Component: 200 - total flux cleaned = 0.000535677 Jy ! Total flux subtracted in 200 components = 0.000535677 Jy ! Clean residual min=-0.000781 max=0.000784 Jy/beam ! Clean residual mean=-0.000014 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.20323 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 373 components and 0.20323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100129Jy sigma=0.700360 ! Fit after self-cal, rms=0.100125Jy sigma=0.700341 ! 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.100125Jy sigma=0.700341 ! Fit after self-cal, rms=0.100428Jy sigma=0.697950 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.76 mas, bmaj=110.5 mas, bpa=0.4572 degrees ! Estimated noise=2.3485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000959112 Jy ! Component: 100 - total flux cleaned = -0.00101276 Jy ! Component: 150 - total flux cleaned = -0.000968948 Jy ! Component: 200 - total flux cleaned = -0.000757986 Jy ! Total flux subtracted in 200 components = -0.000757986 Jy ! Clean residual min=-0.000678 max=0.000680 Jy/beam ! Clean residual mean=-0.000023 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.202472 Jy selfcal ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 440 components and 0.202472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100377Jy sigma=0.697698 ! Fit after self-cal, rms=0.100390Jy sigma=0.697636 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.000272132 Jy ! Component: 100 - total flux cleaned = -0.000314526 Jy ! Component: 150 - total flux cleaned = -0.000206712 Jy ! Component: 200 - total flux cleaned = -0.00024117 Jy ! Total flux subtracted in 200 components = -0.00024117 Jy ! Clean residual min=-0.000548 max=0.000543 Jy/beam ! Clean residual mean=-0.000014 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.202231 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 509 components and 0.202231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100360Jy sigma=0.697485 ! Fit after self-cal, rms=0.100358Jy sigma=0.697475 ! 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.100358Jy sigma=0.697475 ! Fit after self-cal, rms=0.100410Jy sigma=0.697448 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.39 mas, bmaj=111 mas, bpa=0.34 degrees ! Estimated noise=2.34842 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00028199 Jy ! Component: 100 - total flux cleaned = -0.00022052 Jy ! Component: 150 - total flux cleaned = -0.000191315 Jy ! Component: 200 - total flux cleaned = -0.00024799 Jy ! Total flux subtracted in 200 components = -0.00024799 Jy ! Clean residual min=-0.000460 max=0.000462 Jy/beam ! Clean residual mean=-0.000015 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.201983 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 568 components and 0.201983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100385Jy sigma=0.697334 ! Fit after self-cal, rms=0.100387Jy sigma=0.697326 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.000330886 Jy ! Component: 100 - total flux cleaned = -0.000659145 Jy ! Component: 150 - total flux cleaned = -0.000736648 Jy ! Component: 200 - total flux cleaned = -0.000860618 Jy ! Total flux subtracted in 200 components = -0.000860618 Jy ! Clean residual min=-0.000401 max=0.000399 Jy/beam ! Clean residual mean=-0.000006 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.201122 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 618 components and 0.201122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100370Jy sigma=0.697247 ! Fit after self-cal, rms=0.100370Jy sigma=0.697242 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1: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.101729Jy sigma=0.700360 ! Fit after self-cal, rms=0.101729Jy sigma=0.700360 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1: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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.101729Jy sigma=0.700360 ! Fit after self-cal, rms=0.100405Jy sigma=0.697235 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=12.58 mas, bmaj=116.9 mas, bpa=-0.08067 degrees ! Estimated noise=2.51836 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.000227857 Jy ! Component: 100 - total flux cleaned = 0.000138679 Jy ! Component: 150 - total flux cleaned = 0.000254883 Jy ! Component: 200 - total flux cleaned = 0.000327387 Jy ! Total flux subtracted in 200 components = 0.000327387 Jy ! Clean residual min=-0.000593 max=0.000592 Jy/beam ! Clean residual mean=-0.000002 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.201449 Jy ! Performing phase self-cal ! Adding 92 model components to the UV plane model. ! The established model now contains 702 components and 0.201449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100391Jy sigma=0.697156 ! Fit after self-cal, rms=0.100392Jy sigma=0.697141 ! 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=13.76 mas, bmaj=110.6 mas, bpa=0.4671 degrees ! Estimated noise=2.34669 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.000220841 Jy ! Component: 100 - total flux cleaned = 0.000381365 Jy ! Component: 150 - total flux cleaned = 0.000555299 Jy ! Component: 200 - total flux cleaned = 0.000719351 Jy ! Component: 250 - total flux cleaned = 0.0008759 Jy ! Component: 300 - total flux cleaned = 0.00107024 Jy ! Component: 350 - total flux cleaned = 0.00125873 Jy ! Component: 400 - total flux cleaned = 0.00136099 Jy ! Total flux subtracted in 400 components = 0.00136099 Jy ! Clean residual min=-0.000336 max=0.000336 Jy/beam ! Clean residual mean=-0.000004 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.20281 Jy ! Performing phase self-cal ! Adding 169 model components to the UV plane model. ! The established model now contains 851 components and 0.20281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100367Jy sigma=0.697042 ! Fit after self-cal, rms=0.100364Jy sigma=0.697031 ! 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.000343463 Jy ! Component: 100 - total flux cleaned = -0.000569857 Jy ! Component: 150 - total flux cleaned = -0.000608742 Jy ! Component: 200 - total flux cleaned = -0.000609046 Jy ! Component: 250 - total flux cleaned = -0.00055452 Jy ! Component: 300 - total flux cleaned = -0.000396706 Jy ! Component: 350 - total flux cleaned = -0.000207441 Jy ! Component: 400 - total flux cleaned = -7.15479e-05 Jy ! Total flux subtracted in 400 components = -7.15479e-05 Jy ! Clean residual min=-0.000280 max=0.000281 Jy/beam ! Clean residual mean=-0.000003 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.202739 Jy ! Performing phase self-cal ! Adding 173 model components to the UV plane model. ! The established model now contains 965 components and 0.202739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100348Jy sigma=0.696970 ! Fit after self-cal, rms=0.100346Jy sigma=0.696964 ! 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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.101704Jy sigma=0.700074 ! Fit after self-cal, rms=0.100386Jy sigma=0.696949 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.76 mas, bmaj=110.6 mas, bpa=0.4695 degrees ! Estimated noise=2.34618 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000230109 Jy ! Component: 100 - total flux cleaned = -0.000191734 Jy ! Component: 150 - total flux cleaned = -2.36358e-05 Jy ! Component: 200 - total flux cleaned = 0.000154668 Jy ! Component: 250 - total flux cleaned = 0.000274737 Jy ! Component: 300 - total flux cleaned = 0.000375464 Jy ! Component: 350 - total flux cleaned = 0.000506665 Jy ! Component: 400 - total flux cleaned = 0.000668561 Jy ! Total flux subtracted in 400 components = 0.000668561 Jy ! Clean residual min=-0.000268 max=0.000269 Jy/beam ! Clean residual mean=-0.000005 rms=0.000138 Jy/beam ! Combined flux in latest and established models = 0.203407 Jy selfcal ! Performing phase self-cal ! Adding 201 model components to the UV plane model. ! The established model now contains 1124 components and 0.203407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100371Jy sigma=0.696889 ! Fit after self-cal, rms=0.100372Jy sigma=0.696884 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.000143339 Jy ! Component: 100 - total flux cleaned = -0.000260815 Jy ! Component: 150 - total flux cleaned = -0.000276619 Jy ! Component: 200 - total flux cleaned = -0.000276106 Jy ! Component: 250 - total flux cleaned = -9.2338e-05 Jy ! Component: 300 - total flux cleaned = 0.000104555 Jy ! Component: 350 - total flux cleaned = 0.000254515 Jy ! Component: 400 - total flux cleaned = 0.000418705 Jy ! Total flux subtracted in 400 components = 0.000418705 Jy ! Clean residual min=-0.000248 max=0.000248 Jy/beam ! Clean residual mean=-0.000002 rms=0.000127 Jy/beam ! Combined flux in latest and established models = 0.203826 Jy ! Performing phase self-cal ! Adding 185 model components to the UV plane model. ! The established model now contains 1241 components and 0.203826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100361Jy sigma=0.696840 ! Fit after self-cal, rms=0.100360Jy sigma=0.696836 ! Inverting map ! Added new window around map position (-2, -73.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00010055 Jy ! Component: 100 - total flux cleaned = 0.000101827 Jy ! Component: 150 - total flux cleaned = 0.000134905 Jy ! Component: 200 - total flux cleaned = 0.000104919 Jy ! Component: 250 - total flux cleaned = 9.65789e-05 Jy ! Component: 300 - total flux cleaned = 0.000105642 Jy ! Component: 350 - total flux cleaned = 0.000105899 Jy ! Component: 400 - total flux cleaned = 0.000114398 Jy ! Total flux subtracted in 400 components = 0.000114398 Jy ! Clean residual min=-0.000334 max=0.000408 Jy/beam ! Clean residual mean=-0.000000 rms=0.000134 Jy/beam ! Combined flux in latest and established models = 0.203941 Jy ! Performing phase self-cal ! Adding 181 model components to the UV plane model. ! The established model now contains 1406 components and 0.203941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100353Jy sigma=0.696824 ! Fit after self-cal, rms=0.100351Jy sigma=0.696820 ! Inverting map ! Added new window around map position (-39.6, 75.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000326966 Jy ! Component: 100 - total flux cleaned = 0.000268201 Jy ! Component: 150 - total flux cleaned = 0.000290721 Jy ! Component: 200 - total flux cleaned = 0.000352868 Jy ! Component: 250 - total flux cleaned = 0.000432335 Jy ! Component: 300 - total flux cleaned = 0.000470404 Jy ! Component: 350 - total flux cleaned = 0.000517213 Jy ! Component: 400 - total flux cleaned = 0.000526047 Jy ! Total flux subtracted in 400 components = 0.000526047 Jy ! Clean residual min=-0.000353 max=0.000369 Jy/beam ! Clean residual mean=-0.000002 rms=0.000118 Jy/beam ! Combined flux in latest and established models = 0.204467 Jy ! Performing phase self-cal ! Adding 124 model components to the UV plane model. ! The established model now contains 1512 components and 0.204467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100345Jy sigma=0.696801 ! Fit after self-cal, rms=0.100347Jy sigma=0.696797 ! 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.100347Jy sigma=0.696797 ! Fit after self-cal, rms=0.100303Jy sigma=0.696765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.76 mas, bmaj=110.6 mas, bpa=0.4759 degrees ! Estimated noise=2.34421 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109046 Jy ! Component: 100 - total flux cleaned = 8.47718e-05 Jy ! Component: 150 - total flux cleaned = 8.47924e-05 Jy ! Component: 200 - total flux cleaned = 4.03561e-05 Jy ! Component: 250 - total flux cleaned = -3.36709e-05 Jy ! Component: 300 - total flux cleaned = -9.41176e-05 Jy ! Component: 350 - total flux cleaned = -0.000162096 Jy ! Component: 400 - total flux cleaned = -0.000199364 Jy ! Total flux subtracted in 400 components = -0.000199364 Jy ! Clean residual min=-0.000492 max=0.000471 Jy/beam ! Clean residual mean=-0.000008 rms=0.000134 Jy/beam ! Combined flux in latest and established models = 0.204267 Jy selfcal ! Performing phase self-cal ! Adding 165 model components to the UV plane model. ! The established model now contains 1661 components and 0.204267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100295Jy sigma=0.696752 ! Fit after self-cal, rms=0.100297Jy sigma=0.696748 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.000173018 Jy ! Component: 100 - total flux cleaned = 0.000227851 Jy ! Component: 150 - total flux cleaned = 0.00025833 Jy ! Component: 200 - total flux cleaned = 0.000200952 Jy ! Component: 250 - total flux cleaned = 0.000154695 Jy ! Component: 300 - total flux cleaned = 9.20376e-05 Jy ! Component: 350 - total flux cleaned = 3.10805e-05 Jy ! Component: 400 - total flux cleaned = -1.99189e-05 Jy ! Total flux subtracted in 400 components = -1.99189e-05 Jy ! Clean residual min=-0.000470 max=0.000496 Jy/beam ! Clean residual mean=-0.000006 rms=0.000132 Jy/beam ! Combined flux in latest and established models = 0.204247 Jy ! Performing phase self-cal ! Adding 134 model components to the UV plane model. ! The established model now contains 1769 components and 0.204247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100292Jy sigma=0.696734 ! Fit after self-cal, rms=0.100294Jy sigma=0.696732 ! Inverting map ! Added new window around map position (81.6, -102.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00028288 Jy ! Component: 100 - total flux cleaned = 0.000338274 Jy ! Component: 150 - total flux cleaned = 0.000355773 Jy ! Component: 200 - total flux cleaned = 0.000236387 Jy ! Component: 250 - total flux cleaned = 0.000165267 Jy ! Component: 300 - total flux cleaned = 0.000123617 Jy ! Component: 350 - total flux cleaned = 6.87754e-05 Jy ! Component: 400 - total flux cleaned = -1.28572e-05 Jy ! Total flux subtracted in 400 components = -1.28572e-05 Jy ! Clean residual min=-0.000430 max=0.000462 Jy/beam ! Clean residual mean=-0.000008 rms=0.000130 Jy/beam ! Combined flux in latest and established models = 0.204234 Jy ! Performing phase self-cal ! Adding 135 model components to the UV plane model. ! The established model now contains 1863 components and 0.204234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100284Jy sigma=0.696689 ! Fit after self-cal, rms=0.100286Jy sigma=0.696681 ! 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.100286Jy sigma=0.696681 ! Fit after self-cal, rms=0.111770Jy sigma=0.671073 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.37 mas, bmaj=111.2 mas, bpa=0.3725 degrees ! Estimated noise=2.41106 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00414594 Jy ! Component: 100 - total flux cleaned = 0.00508778 Jy ! Component: 150 - total flux cleaned = 0.00568961 Jy ! Component: 200 - total flux cleaned = 0.00596483 Jy ! Component: 250 - total flux cleaned = 0.00614105 Jy ! Component: 300 - total flux cleaned = 0.00620537 Jy ! Component: 350 - total flux cleaned = 0.00634887 Jy ! Component: 400 - total flux cleaned = 0.00635006 Jy ! Total flux subtracted in 400 components = 0.00635006 Jy ! Clean residual min=-0.000963 max=0.000692 Jy/beam ! Clean residual mean=-0.000039 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.210585 Jy selfcal ! Performing phase self-cal ! Adding 201 model components to the UV plane model. ! The established model now contains 2060 components and 0.210585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111527Jy sigma=0.669794 ! Fit after self-cal, rms=0.112189Jy sigma=0.669083 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.000451011 Jy ! Component: 100 - total flux cleaned = 0.000607588 Jy ! Component: 150 - total flux cleaned = 0.000699016 Jy ! Component: 200 - total flux cleaned = 0.000719837 Jy ! Component: 250 - total flux cleaned = 0.00065997 Jy ! Component: 300 - total flux cleaned = 0.000620456 Jy ! Component: 350 - total flux cleaned = 0.000601786 Jy ! Component: 400 - total flux cleaned = 0.000714809 Jy ! Total flux subtracted in 400 components = 0.000714809 Jy ! Clean residual min=-0.000751 max=0.000444 Jy/beam ! Clean residual mean=-0.000032 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.211299 Jy ! Performing phase self-cal ! Adding 212 model components to the UV plane model. ! The established model now contains 2238 components and 0.211299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112165Jy sigma=0.669013 ! Fit after self-cal, rms=0.112168Jy sigma=0.668998 ! 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=13.75 mas, bmaj=110.7 mas, bpa=0.4983 degrees ! Estimated noise=2.40942 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.75 x 110.7 at 0.4983 degrees (North through East) ! Clean map min=-0.007093 max=0.1978 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=12.58 mas, bmaj=117 mas, bpa=-0.05018 degrees ! Estimated noise=2.5862 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.149529 Jy ! Component: 100 - total flux cleaned = 0.183853 Jy ! Component: 150 - total flux cleaned = 0.199047 Jy ! Component: 200 - total flux cleaned = 0.204689 Jy ! Component: 250 - total flux cleaned = 0.207274 Jy ! Component: 300 - total flux cleaned = 0.210317 Jy ! Component: 350 - total flux cleaned = 0.212181 Jy ! Component: 400 - total flux cleaned = 0.212829 Jy ! Total flux subtracted in 400 components = 0.212829 Jy ! Clean residual min=-0.003325 max=0.002472 Jy/beam ! Clean residual mean=-0.000184 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.212829 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 186 model components to the UV plane model. ! The established model now contains 186 components and 0.212829 Jy ! Inverting map and beam ! Estimated beam: bmin=13.75 mas, bmaj=110.7 mas, bpa=0.4983 degrees ! Estimated noise=2.40942 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.000355171 Jy ! Component: 100 - total flux cleaned = 3.48606e-05 Jy ! Component: 150 - total flux cleaned = 1.76153e-05 Jy ! Component: 200 - total flux cleaned = 0.000599219 Jy ! Component: 250 - total flux cleaned = 0.00101455 Jy ! Component: 300 - total flux cleaned = 0.00138305 Jy ! Component: 350 - total flux cleaned = 0.00171342 Jy ! Component: 400 - total flux cleaned = 0.00193977 Jy ! Total flux subtracted in 400 components = 0.00193977 Jy ! Clean residual min=-0.003466 max=0.001214 Jy/beam ! Clean residual mean=-0.000139 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.214768 Jy ! Adding 220 model components to the UV plane model. ! The established model now contains 403 components and 0.214768 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=14.37 mas, bmaj=111.2 mas, bpa=0.3725 degrees ! Estimated noise=2.41106 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000969612 Jy ! Component: 100 - total flux cleaned = 0.00116469 Jy ! Component: 150 - total flux cleaned = 0.00127719 Jy ! Component: 200 - total flux cleaned = 0.00142505 Jy ! Component: 250 - total flux cleaned = 0.0017355 Jy ! Component: 300 - total flux cleaned = 0.00177571 Jy ! Component: 350 - total flux cleaned = 0.0018524 Jy ! Component: 400 - total flux cleaned = 0.00192403 Jy ! Total flux subtracted in 400 components = 0.00192403 Jy ! Clean residual min=-0.003035 max=0.000989 Jy/beam ! Clean residual mean=-0.000087 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.216692 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000209481 Jy ! Component: 100 - total flux cleaned = 0.000379019 Jy ! Component: 150 - total flux cleaned = 0.000512898 Jy ! Component: 200 - total flux cleaned = 0.00061156 Jy ! Component: 250 - total flux cleaned = 0.000645066 Jy ! Component: 300 - total flux cleaned = 0.000710534 Jy ! Component: 350 - total flux cleaned = 0.000676608 Jy ! Component: 400 - total flux cleaned = 0.000709266 Jy ! Total flux subtracted in 400 components = 0.000709266 Jy ! Clean residual min=-0.002933 max=0.001103 Jy/beam ! Clean residual mean=-0.000091 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.217402 Jy ! Adding 327 model components to the UV plane model. ! The established model now contains 719 components and 0.217402 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=13.75 mas, bmaj=110.7 mas, bpa=0.4983 degrees ! Estimated noise=2.40942 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0003271 Jy ! Component: 100 - total flux cleaned = -0.000121645 Jy ! Component: 150 - total flux cleaned = -0.000122102 Jy ! Component: 200 - total flux cleaned = -6.37179e-05 Jy ! Component: 250 - total flux cleaned = 0.000101781 Jy ! Component: 300 - total flux cleaned = 0.000316683 Jy ! Component: 350 - total flux cleaned = 0.000499157 Jy ! Component: 400 - total flux cleaned = 0.000830082 Jy ! Total flux subtracted in 400 components = 0.000830082 Jy ! Clean residual min=-0.002851 max=0.001104 Jy/beam ! Clean residual mean=-0.000069 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.218232 Jy selfcal ! Performing phase self-cal ! Adding 123 model components to the UV plane model. ! The established model now contains 832 components and 0.218232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112324Jy sigma=0.670046 ! Fit after self-cal, rms=0.112405Jy sigma=0.669837 wmodel /scr/pima/rdv73_uvs/J0743-4434_S_map.mod ! Writing 832 model components to file: /scr/pima/rdv73_uvs/J0743-4434_S_map.mod wobs /scr/pima/rdv73_uvs/J0743-4434_S_uvs.fits ! Applying 940 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J0743-4434_S_uvs.fits wwins /scr/pima/rdv73_uvs/J0743-4434_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv73_uvs/J0743-4434_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000932352 Jy ! Component: 100 - total flux cleaned = -0.00149715 Jy ! Component: 150 - total flux cleaned = -0.00166759 Jy ! Component: 200 - total flux cleaned = -0.00171575 Jy ! Component: 250 - total flux cleaned = -0.00171579 Jy ! Component: 300 - total flux cleaned = -0.00173039 Jy ! Component: 350 - total flux cleaned = -0.00171647 Jy ! Component: 400 - total flux cleaned = -0.00171702 Jy ! Component: 450 - total flux cleaned = -0.00174318 Jy ! Component: 500 - total flux cleaned = -0.00176814 Jy ! Component: 550 - total flux cleaned = -0.00178018 Jy ! Component: 600 - total flux cleaned = -0.00179196 Jy ! Component: 650 - total flux cleaned = -0.00180362 Jy ! Component: 700 - total flux cleaned = -0.0017815 Jy ! Component: 750 - total flux cleaned = -0.00169463 Jy ! Component: 800 - total flux cleaned = -0.00165205 Jy ! Component: 850 - total flux cleaned = -0.00162056 Jy ! Component: 900 - total flux cleaned = -0.00156894 Jy ! Component: 950 - total flux cleaned = -0.00154866 Jy ! Component: 1000 - total flux cleaned = -0.00153867 Jy ! Component: 1050 - total flux cleaned = -0.00150901 Jy ! Component: 1100 - total flux cleaned = -0.00151878 Jy ! Component: 1150 - total flux cleaned = -0.00152844 Jy ! Component: 1200 - total flux cleaned = -0.0015764 Jy ! Component: 1250 - total flux cleaned = -0.00163358 Jy ! Component: 1300 - total flux cleaned = -0.00168086 Jy ! Component: 1350 - total flux cleaned = -0.00173717 Jy ! Component: 1400 - total flux cleaned = -0.00179311 Jy ! Component: 1450 - total flux cleaned = -0.00183951 Jy ! Component: 1500 - total flux cleaned = -0.00190402 Jy ! Component: 1550 - total flux cleaned = -0.00195901 Jy ! Component: 1600 - total flux cleaned = -0.00203178 Jy ! Component: 1650 - total flux cleaned = -0.0020861 Jy ! Component: 1700 - total flux cleaned = -0.00213998 Jy ! Component: 1750 - total flux cleaned = -0.00219357 Jy ! Component: 1800 - total flux cleaned = -0.00223801 Jy ! Component: 1850 - total flux cleaned = -0.00230004 Jy ! Component: 1900 - total flux cleaned = -0.00235292 Jy ! Component: 1950 - total flux cleaned = -0.0023968 Jy ! Component: 2000 - total flux cleaned = -0.00243174 Jy ! Component: 2050 - total flux cleaned = -0.00244036 Jy ! Component: 2100 - total flux cleaned = -0.00247517 Jy ! Component: 2150 - total flux cleaned = -0.00249253 Jy ! Component: 2200 - total flux cleaned = -0.00248383 Jy ! Component: 2250 - total flux cleaned = -0.00249243 Jy ! Component: 2300 - total flux cleaned = -0.00248376 Jy ! Component: 2350 - total flux cleaned = -0.00249233 Jy ! Component: 2400 - total flux cleaned = -0.00247521 Jy ! Component: 2450 - total flux cleaned = -0.00248375 Jy ! Component: 2500 - total flux cleaned = -0.00250082 Jy ! Component: 2550 - total flux cleaned = -0.00249228 Jy ! Component: 2600 - total flux cleaned = -0.00247514 Jy ! Component: 2650 - total flux cleaned = -0.00248368 Jy ! Component: 2700 - total flux cleaned = -0.00246656 Jy ! Component: 2750 - total flux cleaned = -0.00245804 Jy ! Component: 2800 - total flux cleaned = -0.00247514 Jy ! Component: 2850 - total flux cleaned = -0.00245801 Jy ! Component: 2900 - total flux cleaned = -0.00246659 Jy ! Component: 2950 - total flux cleaned = -0.00244081 Jy ! Component: 3000 - total flux cleaned = -0.00244944 Jy ! Component: 3050 - total flux cleaned = -0.00244079 Jy ! Component: 3100 - total flux cleaned = -0.00244937 Jy ! Component: 3150 - total flux cleaned = -0.0024321 Jy ! Component: 3200 - total flux cleaned = -0.00241487 Jy ! Component: 3250 - total flux cleaned = -0.0024322 Jy ! Component: 3300 - total flux cleaned = -0.00243222 Jy ! Component: 3350 - total flux cleaned = -0.0024496 Jy ! Component: 3400 - total flux cleaned = -0.00244961 Jy ! Component: 3450 - total flux cleaned = -0.00244085 Jy ! Component: 3500 - total flux cleaned = -0.00245837 Jy ! Component: 3550 - total flux cleaned = -0.00247585 Jy ! Component: 3600 - total flux cleaned = -0.00246712 Jy ! Component: 3650 - total flux cleaned = -0.00247597 Jy ! Component: 3700 - total flux cleaned = -0.002476 Jy ! Component: 3750 - total flux cleaned = -0.00248478 Jy ! Component: 3800 - total flux cleaned = -0.00246707 Jy ! Component: 3850 - total flux cleaned = -0.00250262 Jy ! Component: 3900 - total flux cleaned = -0.00249369 Jy ! Component: 3950 - total flux cleaned = -0.00252052 Jy ! Component: 4000 - total flux cleaned = -0.0024936 Jy ! Component: 4050 - total flux cleaned = -0.00247562 Jy ! Total flux subtracted in 4096 components = -0.00244858 Jy ! Clean residual min=-0.000465 max=0.000576 Jy/beam ! Clean residual mean=-0.000032 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.215783 Jy keep ! Adding 588 model components to the UV plane model. ! The established model now contains 1413 components and 0.215783 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J0743-4434_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.75 x 110.7 at 0.4983 degrees (North through East) ! Clean map min=-0.0055976 max=0.19846 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J0743-4434_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.1984 rms= 0.00025 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J0743-4434_S_uvs.log closed on Sat Jan 9 17:47:11 2016