! Started logfile: /scr/pima/rdv94_uvs/J0031-3922_X_uvs.log on Tue Oct 8 12:08:48 2013 obs /scr/pima/rdv94_uvs/J0031-3922_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0031-3922_X_uva.fits ! AN table 1: 44 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.75 visibilities/baseline/integration-bin. ! Found source: J0031-3922 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 1320 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J0031-3922_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013044Jy sigma=1.210031 ! Fit after self-cal, rms=0.894440Jy sigma=1.079289 ! 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=3.098 mas, bmaj=12.09 mas, bpa=-4.684 degrees ! Estimated noise=30.9778 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.0925446 Jy ! Component: 100 - total flux cleaned = 0.095794 Jy ! Total flux subtracted in 100 components = 0.095794 Jy ! Clean residual min=-0.012854 max=0.012928 Jy/beam ! Clean residual mean=0.000024 rms=0.005475 Jy/beam ! Combined flux in latest and established models = 0.0957939 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.0957939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079039Jy sigma=0.092461 ! Fit after self-cal, rms=0.078838Jy sigma=0.092230 ! 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=3.261 mas, bmaj=11.88 mas, bpa=-4.869 degrees ! Estimated noise=17.166 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.00297257 Jy ! Component: 100 - total flux cleaned = -5.92701e-05 Jy ! Component: 150 - total flux cleaned = -0.000799732 Jy ! Component: 200 - total flux cleaned = -0.0016821 Jy ! Total flux subtracted in 200 components = -0.0016821 Jy ! Clean residual min=-0.003268 max=0.003297 Jy/beam ! Clean residual mean=0.000006 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.0941118 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 99 components and 0.0941118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076547Jy sigma=0.089130 ! Fit after self-cal, rms=0.076713Jy sigma=0.088995 ! 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.92 KP 1.05 LA 0.93 NL 1.04 ! OV 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.98 LA 0.96 NL 0.95 ! OV 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 0.92 LA 1.08 NL 1.09 ! OV 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.97 LA 1.12 NL 0.90 ! OV 0.98 ! ! ! Fit before self-cal, rms=0.076713Jy sigma=0.088995 ! Fit after self-cal, rms=0.074890Jy sigma=0.088350 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=11.87 mas, bpa=-4.811 degrees ! Estimated noise=16.7503 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.00154521 Jy ! Component: 100 - total flux cleaned = 0.00206635 Jy ! Component: 150 - total flux cleaned = 0.00289665 Jy ! Component: 200 - total flux cleaned = 0.00354076 Jy ! Total flux subtracted in 200 components = 0.00354076 Jy ! Clean residual min=-0.001273 max=0.001272 Jy/beam ! Clean residual mean=0.000006 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.0976526 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 167 components and 0.0976526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074549Jy sigma=0.087960 ! Fit after self-cal, rms=0.074638Jy sigma=0.087892 ! 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.074638Jy sigma=0.087892 ! Fit after self-cal, rms=0.074809Jy sigma=0.087884 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=11.86 mas, bpa=-4.853 degrees ! Estimated noise=16.7691 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000781818 Jy ! Component: 100 - total flux cleaned = 0.0014249 Jy ! Component: 150 - total flux cleaned = 0.00162178 Jy ! Component: 200 - total flux cleaned = 0.00156756 Jy ! Total flux subtracted in 200 components = 0.00156756 Jy ! Clean residual min=-0.000924 max=0.000924 Jy/beam ! Clean residual mean=0.000006 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0992202 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 213 components and 0.0992202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074684Jy sigma=0.087748 ! Fit after self-cal, rms=0.074718Jy sigma=0.087738 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.000775488 Jy ! Component: 100 - total flux cleaned = 0.000943516 Jy ! Component: 150 - total flux cleaned = 0.000690748 Jy ! Component: 200 - total flux cleaned = 0.000209078 Jy ! Total flux subtracted in 200 components = 0.000209078 Jy ! Clean residual min=-0.000789 max=0.000785 Jy/beam ! Clean residual mean=0.000005 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.0994292 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 255 components and 0.0994292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074646Jy sigma=0.087658 ! Fit after self-cal, rms=0.074660Jy sigma=0.087655 ! 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.074660Jy sigma=0.087655 ! Fit after self-cal, rms=0.074860Jy sigma=0.087364 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=11.86 mas, bpa=-4.877 degrees ! Estimated noise=16.7476 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.29229e-05 Jy ! Component: 100 - total flux cleaned = -0.000260876 Jy ! Component: 150 - total flux cleaned = -0.000643221 Jy ! Component: 200 - total flux cleaned = -0.000804516 Jy ! Total flux subtracted in 200 components = -0.000804516 Jy ! Clean residual min=-0.000647 max=0.000640 Jy/beam ! Clean residual mean=0.000003 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.0986247 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 301 components and 0.0986247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074808Jy sigma=0.087307 ! Fit after self-cal, rms=0.074884Jy sigma=0.087290 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 = 9.25343e-05 Jy ! Component: 100 - total flux cleaned = 0.000247663 Jy ! Component: 150 - total flux cleaned = 0.0004336 Jy ! Component: 200 - total flux cleaned = 0.000575926 Jy ! Total flux subtracted in 200 components = 0.000575926 Jy ! Clean residual min=-0.000583 max=0.000586 Jy/beam ! Clean residual mean=0.000003 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.0992006 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 351 components and 0.0992006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074846Jy sigma=0.087250 ! Fit after self-cal, rms=0.074855Jy sigma=0.087249 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074855Jy sigma=0.087249 ! Fit after self-cal, rms=0.074924Jy sigma=0.087242 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.459 mas, bmaj=12.45 mas, bpa=-4.662 degrees ! Estimated noise=16.4257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000165132 Jy ! Component: 100 - total flux cleaned = -0.000168058 Jy ! Component: 150 - total flux cleaned = -1.6436e-06 Jy ! Component: 200 - total flux cleaned = 0.000221297 Jy ! Total flux subtracted in 200 components = 0.000221297 Jy ! Clean residual min=-0.000519 max=0.000519 Jy/beam ! Clean residual mean=0.000003 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.0994219 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 385 components and 0.0994219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074892Jy sigma=0.087208 ! Fit after self-cal, rms=0.074911Jy sigma=0.087207 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 = -3.08133e-05 Jy ! Component: 100 - total flux cleaned = -0.000157312 Jy ! Component: 150 - total flux cleaned = -0.000158279 Jy ! Component: 200 - total flux cleaned = -0.000129391 Jy ! Total flux subtracted in 200 components = -0.000129391 Jy ! Clean residual min=-0.000476 max=0.000475 Jy/beam ! Clean residual mean=0.000002 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.0992925 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 429 components and 0.0992925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074886Jy sigma=0.087179 ! Fit after self-cal, rms=0.074889Jy sigma=0.087179 ! 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:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV 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.081105Jy sigma=0.087115 ! Fit after self-cal, rms=0.081105Jy sigma=0.087115 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:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.081105Jy sigma=0.087115 ! Fit after self-cal, rms=0.074684Jy sigma=0.087177 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=3.088 mas, bmaj=12.09 mas, bpa=-4.796 degrees ! Estimated noise=29.8898 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.000906111 Jy ! Component: 100 - total flux cleaned = -3.99908e-05 Jy ! Component: 150 - total flux cleaned = -0.000918198 Jy ! Component: 200 - total flux cleaned = -0.000474344 Jy ! Total flux subtracted in 200 components = -0.000474344 Jy ! Clean residual min=-0.002149 max=0.002142 Jy/beam ! Clean residual mean=-0.000001 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.0988182 Jy ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 525 components and 0.0988182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074912Jy sigma=0.087451 ! Fit after self-cal, rms=0.074844Jy sigma=0.087404 ! 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=3.256 mas, bmaj=11.84 mas, bpa=-4.886 degrees ! Estimated noise=16.6797 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.000396591 Jy ! Component: 100 - total flux cleaned = -0.000574875 Jy ! Component: 150 - total flux cleaned = -0.000641413 Jy ! Component: 200 - total flux cleaned = -0.000709684 Jy ! Component: 250 - total flux cleaned = -0.000659068 Jy ! Component: 300 - total flux cleaned = -0.000557853 Jy ! Component: 350 - total flux cleaned = -0.000649404 Jy ! Component: 400 - total flux cleaned = -0.000948392 Jy ! Total flux subtracted in 400 components = -0.000948392 Jy ! Clean residual min=-0.000687 max=0.000685 Jy/beam ! Clean residual mean=0.000004 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0978698 Jy ! Performing phase self-cal ! Adding 121 model components to the UV plane model. ! The established model now contains 641 components and 0.0978698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074615Jy sigma=0.087133 ! Fit after self-cal, rms=0.074628Jy sigma=0.087120 ! 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.000135391 Jy ! Component: 100 - total flux cleaned = -0.000134332 Jy ! Component: 150 - total flux cleaned = -0.000170443 Jy ! Component: 200 - total flux cleaned = -3.80769e-05 Jy ! Component: 250 - total flux cleaned = 5.71071e-05 Jy ! Component: 300 - total flux cleaned = 0.000119069 Jy ! Component: 350 - total flux cleaned = 0.000179553 Jy ! Component: 400 - total flux cleaned = 0.000300188 Jy ! Total flux subtracted in 400 components = 0.000300188 Jy ! Clean residual min=-0.000497 max=0.000499 Jy/beam ! Clean residual mean=0.000002 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.09817 Jy ! Performing phase self-cal ! Adding 112 model components to the UV plane model. ! The established model now contains 739 components and 0.09817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074569Jy sigma=0.087057 ! Fit after self-cal, rms=0.074576Jy sigma=0.087053 ! 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.080899Jy sigma=0.087055 ! Fit after self-cal, rms=0.074250Jy sigma=0.087047 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.249 mas, bmaj=11.82 mas, bpa=-4.904 degrees ! Estimated noise=16.6392 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00026526 Jy ! Component: 100 - total flux cleaned = -0.000266561 Jy ! Component: 150 - total flux cleaned = -0.000268439 Jy ! Component: 200 - total flux cleaned = -0.000402969 Jy ! Component: 250 - total flux cleaned = -0.000508066 Jy ! Component: 300 - total flux cleaned = -0.000584901 Jy ! Component: 350 - total flux cleaned = -0.000711594 Jy ! Component: 400 - total flux cleaned = -0.000761621 Jy ! Total flux subtracted in 400 components = -0.000761621 Jy ! Clean residual min=-0.000420 max=0.000419 Jy/beam ! Clean residual mean=0.000002 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.0974084 Jy selfcal ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 809 components and 0.0974084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074208Jy sigma=0.087008 ! Fit after self-cal, rms=0.074202Jy sigma=0.087005 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 (-51.2, 51). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.3547e-05 Jy ! Component: 100 - total flux cleaned = -7.86034e-05 Jy ! Component: 150 - total flux cleaned = -9.31308e-05 Jy ! Component: 200 - total flux cleaned = -9.32821e-05 Jy ! Component: 250 - total flux cleaned = -9.34445e-05 Jy ! Component: 300 - total flux cleaned = -0.000107471 Jy ! Component: 350 - total flux cleaned = -0.000107253 Jy ! Component: 400 - total flux cleaned = -0.000102613 Jy ! Total flux subtracted in 400 components = -0.000102613 Jy ! Clean residual min=-0.000634 max=0.000688 Jy/beam ! Clean residual mean=0.000001 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.0973058 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 855 components and 0.0973058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074190Jy sigma=0.086999 ! Fit after self-cal, rms=0.074186Jy sigma=0.086996 ! Inverting map ! Added new window around map position (23, -50.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000433981 Jy ! Component: 100 - total flux cleaned = 0.000656058 Jy ! Component: 150 - total flux cleaned = 0.000876144 Jy ! Component: 200 - total flux cleaned = 0.00106342 Jy ! Component: 250 - total flux cleaned = 0.00122281 Jy ! Component: 300 - total flux cleaned = 0.00135854 Jy ! Component: 350 - total flux cleaned = 0.00149865 Jy ! Component: 400 - total flux cleaned = 0.00159522 Jy ! Total flux subtracted in 400 components = 0.00159522 Jy ! Clean residual min=-0.000750 max=0.000622 Jy/beam ! Clean residual mean=0.000000 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.098901 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 911 components and 0.098901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074172Jy sigma=0.086983 ! Fit after self-cal, rms=0.074172Jy sigma=0.086981 ! Inverting map ! Added new window around map position (10.6, 32.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000182204 Jy ! Component: 100 - total flux cleaned = 0.000179646 Jy ! Component: 150 - total flux cleaned = 0.000161338 Jy ! Component: 200 - total flux cleaned = 0.000143649 Jy ! Component: 250 - total flux cleaned = 0.000244414 Jy ! Component: 300 - total flux cleaned = 0.000327487 Jy ! Component: 350 - total flux cleaned = 0.00042673 Jy ! Component: 400 - total flux cleaned = 0.000509173 Jy ! Total flux subtracted in 400 components = 0.000509173 Jy ! Clean residual min=-0.000735 max=0.000546 Jy/beam ! Clean residual mean=0.000002 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.0994102 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 967 components and 0.0994101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074157Jy sigma=0.086963 ! Fit after self-cal, rms=0.074171Jy sigma=0.086961 ! 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.074171Jy sigma=0.086961 ! Fit after self-cal, rms=0.074055Jy sigma=0.086953 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.245 mas, bmaj=11.81 mas, bpa=-4.927 degrees ! Estimated noise=16.6043 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.81376e-05 Jy ! Component: 100 - total flux cleaned = -0.000254213 Jy ! Component: 150 - total flux cleaned = -0.000201601 Jy ! Component: 200 - total flux cleaned = -0.000117857 Jy ! Component: 250 - total flux cleaned = 0.000124969 Jy ! Component: 300 - total flux cleaned = 0.000313022 Jy ! Component: 350 - total flux cleaned = 0.000480711 Jy ! Component: 400 - total flux cleaned = 0.000629669 Jy ! Total flux subtracted in 400 components = 0.000629669 Jy ! Clean residual min=-0.000728 max=0.000580 Jy/beam ! Clean residual mean=0.000003 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.10004 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 1016 components and 0.10004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074037Jy sigma=0.086938 ! Fit after self-cal, rms=0.074037Jy sigma=0.086936 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.00012767 Jy ! Component: 100 - total flux cleaned = 0.000162742 Jy ! Component: 150 - total flux cleaned = 0.000285128 Jy ! Component: 200 - total flux cleaned = 0.000445186 Jy ! Component: 250 - total flux cleaned = 0.000585808 Jy ! Component: 300 - total flux cleaned = 0.000708888 Jy ! Component: 350 - total flux cleaned = 0.000789891 Jy ! Component: 400 - total flux cleaned = 0.000870057 Jy ! Total flux subtracted in 400 components = 0.000870057 Jy ! Clean residual min=-0.000775 max=0.000528 Jy/beam ! Clean residual mean=0.000003 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.10091 Jy ! Performing phase self-cal ! Adding 97 model components to the UV plane model. ! The established model now contains 1074 components and 0.10091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074025Jy sigma=0.086925 ! Fit after self-cal, rms=0.074032Jy sigma=0.086924 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074032Jy sigma=0.086924 ! Fit after self-cal, rms=0.076955Jy sigma=0.083088 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=12.43 mas, bpa=-4.523 degrees ! Estimated noise=16.7847 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162183 Jy ! Component: 100 - total flux cleaned = 0.00179518 Jy ! Component: 150 - total flux cleaned = 0.00208407 Jy ! Component: 200 - total flux cleaned = 0.00217896 Jy ! Component: 250 - total flux cleaned = 0.00233006 Jy ! Component: 300 - total flux cleaned = 0.0025302 Jy ! Component: 350 - total flux cleaned = 0.00255791 Jy ! Component: 400 - total flux cleaned = 0.0025579 Jy ! Total flux subtracted in 400 components = 0.0025579 Jy ! Clean residual min=-0.000914 max=0.000960 Jy/beam ! Clean residual mean=0.000000 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.103468 Jy selfcal ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 1162 components and 0.103468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076867Jy sigma=0.082979 ! Fit after self-cal, rms=0.077219Jy sigma=0.082818 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.000106878 Jy ! Component: 100 - total flux cleaned = 0.000108642 Jy ! Component: 150 - total flux cleaned = 7.67759e-05 Jy ! Component: 200 - total flux cleaned = 0.000106595 Jy ! Component: 250 - total flux cleaned = 0.000173412 Jy ! Component: 300 - total flux cleaned = 0.000287686 Jy ! Component: 350 - total flux cleaned = 0.000359955 Jy ! Component: 400 - total flux cleaned = 0.000406202 Jy ! Total flux subtracted in 400 components = 0.000406202 Jy ! Clean residual min=-0.000650 max=0.000667 Jy/beam ! Clean residual mean=0.000001 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.103874 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 1225 components and 0.103874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077194Jy sigma=0.082808 ! Fit after self-cal, rms=0.077196Jy sigma=0.082806 ! 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=3.252 mas, bmaj=11.83 mas, bpa=-4.721 degrees ! Estimated noise=17.0797 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.252 x 11.83 at -4.721 degrees (North through East) ! Clean map min=-0.0060148 max=0.099371 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=3.086 mas, bmaj=12.12 mas, bpa=-4.584 degrees ! Estimated noise=30.1472 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0625398 Jy ! Component: 100 - total flux cleaned = 0.0714205 Jy ! Component: 150 - total flux cleaned = 0.0714601 Jy ! Component: 200 - total flux cleaned = 0.0715442 Jy ! Component: 250 - total flux cleaned = 0.0685648 Jy ! Component: 300 - total flux cleaned = 0.0656935 Jy ! Component: 350 - total flux cleaned = 0.0622888 Jy ! Component: 400 - total flux cleaned = 0.0597174 Jy ! Total flux subtracted in 400 components = 0.0597174 Jy ! Clean residual min=-0.025371 max=0.032346 Jy/beam ! Clean residual mean=0.000032 rms=0.007831 Jy/beam ! Combined flux in latest and established models = 0.0597174 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 91 model components to the UV plane model. ! The established model now contains 91 components and 0.0597174 Jy ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=11.83 mas, bpa=-4.721 degrees ! Estimated noise=17.0797 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-23.2, 40.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169982 Jy ! Component: 100 - total flux cleaned = 0.0214528 Jy ! Component: 150 - total flux cleaned = 0.0239173 Jy ! Component: 200 - total flux cleaned = 0.0255874 Jy ! Component: 250 - total flux cleaned = 0.0273007 Jy ! Component: 300 - total flux cleaned = 0.0275429 Jy ! Component: 350 - total flux cleaned = 0.0277735 Jy ! Component: 400 - total flux cleaned = 0.0281975 Jy ! Total flux subtracted in 400 components = 0.0281975 Jy ! Clean residual min=-0.006507 max=0.008390 Jy/beam ! Clean residual mean=-0.000049 rms=0.002006 Jy/beam ! Combined flux in latest and established models = 0.0879148 Jy ! Adding 141 model components to the UV plane model. ! The established model now contains 232 components and 0.0879148 Jy ! Inverting map ! Added new window around map position (-51.2, -23). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00405329 Jy ! Component: 100 - total flux cleaned = 0.00367414 Jy ! Component: 150 - total flux cleaned = 0.00399463 Jy ! Component: 200 - total flux cleaned = 0.00398504 Jy ! Component: 250 - total flux cleaned = 0.0035756 Jy ! Component: 300 - total flux cleaned = 0.00357894 Jy ! Component: 350 - total flux cleaned = 0.0035854 Jy ! Component: 400 - total flux cleaned = 0.00403443 Jy ! Total flux subtracted in 400 components = 0.00403443 Jy ! Clean residual min=-0.003476 max=0.004045 Jy/beam ! Clean residual mean=-0.000006 rms=0.000985 Jy/beam ! Combined flux in latest and established models = 0.0919493 Jy ! Adding 97 model components to the UV plane model. ! The established model now contains 327 components and 0.0919493 Jy ! Inverting map ! Added new window around map position (39.2, -51.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000277617 Jy ! Component: 100 - total flux cleaned = -0.000491698 Jy ! Component: 150 - total flux cleaned = -0.00160417 Jy ! Component: 200 - total flux cleaned = -0.00246315 Jy ! Component: 250 - total flux cleaned = -0.0032946 Jy ! Component: 300 - total flux cleaned = -0.00410034 Jy ! Component: 350 - total flux cleaned = -0.00487891 Jy ! Component: 400 - total flux cleaned = -0.00572588 Jy ! Total flux subtracted in 400 components = -0.00572588 Jy ! Clean residual min=-0.002032 max=0.002181 Jy/beam ! Clean residual mean=-0.000008 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0862234 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 405 components and 0.0862234 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=12.43 mas, bpa=-4.523 degrees ! Estimated noise=16.7847 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.34177e-05 Jy ! Component: 100 - total flux cleaned = 0.000168326 Jy ! Component: 150 - total flux cleaned = 0.000100205 Jy ! Component: 200 - total flux cleaned = -0.000221898 Jy ! Component: 250 - total flux cleaned = -0.000654173 Jy ! Component: 300 - total flux cleaned = -0.00101076 Jy ! Component: 350 - total flux cleaned = -0.00129948 Jy ! Component: 400 - total flux cleaned = -0.00146817 Jy ! Total flux subtracted in 400 components = -0.00146817 Jy ! Clean residual min=-0.001941 max=0.001627 Jy/beam ! Clean residual mean=-0.000007 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0847553 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.000164718 Jy ! Component: 100 - total flux cleaned = 5.41328e-05 Jy ! Component: 150 - total flux cleaned = -0.000108625 Jy ! Component: 200 - total flux cleaned = -0.000163109 Jy ! Component: 250 - total flux cleaned = -0.000432115 Jy ! Component: 300 - total flux cleaned = -0.00059282 Jy ! Component: 350 - total flux cleaned = -0.000756929 Jy ! Component: 400 - total flux cleaned = -0.000866654 Jy ! Total flux subtracted in 400 components = -0.000866654 Jy ! Clean residual min=-0.001755 max=0.001641 Jy/beam ! Clean residual mean=-0.000007 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0838886 Jy ! Adding 144 model components to the UV plane model. ! The established model now contains 533 components and 0.0838886 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=11.83 mas, bpa=-4.721 degrees ! Estimated noise=17.0797 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000663146 Jy ! Component: 100 - total flux cleaned = -0.000959953 Jy ! Component: 150 - total flux cleaned = -0.000904222 Jy ! Component: 200 - total flux cleaned = -0.000956322 Jy ! Component: 250 - total flux cleaned = -0.00116498 Jy ! Component: 300 - total flux cleaned = -0.00142157 Jy ! Component: 350 - total flux cleaned = -0.00182771 Jy ! Component: 400 - total flux cleaned = -0.00227841 Jy ! Total flux subtracted in 400 components = -0.00227841 Jy ! Clean residual min=-0.001934 max=0.001511 Jy/beam ! Clean residual mean=-0.000006 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0816102 Jy selfcal ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 618 components and 0.0816101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078248Jy sigma=0.084385 ! Fit after self-cal, rms=0.078047Jy sigma=0.084020 wmodel /scr/pima/rdv94_uvs/J0031-3922_X_map.mod ! Writing 618 model components to file: /scr/pima/rdv94_uvs/J0031-3922_X_map.mod wobs /scr/pima/rdv94_uvs/J0031-3922_X_uvs.fits ! Applying 880 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0031-3922_X_uvs.fits wwins /scr/pima/rdv94_uvs/J0031-3922_X_map.win ! wwins: Wrote 6 windows to /scr/pima/rdv94_uvs/J0031-3922_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000204015 Jy ! Component: 100 - total flux cleaned = -0.000352668 Jy ! Component: 150 - total flux cleaned = -0.00039832 Jy ! Component: 200 - total flux cleaned = -0.000419874 Jy ! Component: 250 - total flux cleaned = -0.000338493 Jy ! Component: 300 - total flux cleaned = -0.000358056 Jy ! Component: 350 - total flux cleaned = -0.000300382 Jy ! Component: 400 - total flux cleaned = -0.000338157 Jy ! Component: 450 - total flux cleaned = -0.000356725 Jy ! Component: 500 - total flux cleaned = -0.000393315 Jy ! Component: 550 - total flux cleaned = -0.000447077 Jy ! Component: 600 - total flux cleaned = -0.000500098 Jy ! Component: 650 - total flux cleaned = -0.000552558 Jy ! Component: 700 - total flux cleaned = -0.00058716 Jy ! Component: 750 - total flux cleaned = -0.000621319 Jy ! Component: 800 - total flux cleaned = -0.000638243 Jy ! Component: 850 - total flux cleaned = -0.000789259 Jy ! Component: 900 - total flux cleaned = -0.000889376 Jy ! Component: 950 - total flux cleaned = -0.000972349 Jy ! Component: 1000 - total flux cleaned = -0.0010883 Jy ! Component: 1050 - total flux cleaned = -0.00117093 Jy ! Component: 1100 - total flux cleaned = -0.00126971 Jy ! Component: 1150 - total flux cleaned = -0.00135201 Jy ! Component: 1200 - total flux cleaned = -0.00145049 Jy ! Component: 1250 - total flux cleaned = -0.00149969 Jy ! Component: 1300 - total flux cleaned = -0.00153236 Jy ! Component: 1350 - total flux cleaned = -0.00158134 Jy ! Component: 1400 - total flux cleaned = -0.00154847 Jy ! Component: 1450 - total flux cleaned = -0.00156488 Jy ! Component: 1500 - total flux cleaned = -0.0015815 Jy ! Component: 1550 - total flux cleaned = -0.00153155 Jy ! Component: 1600 - total flux cleaned = -0.00153137 Jy ! Component: 1650 - total flux cleaned = -0.00153129 Jy ! Component: 1700 - total flux cleaned = -0.00151413 Jy ! Component: 1750 - total flux cleaned = -0.00141144 Jy ! Component: 1800 - total flux cleaned = -0.00132466 Jy ! Component: 1850 - total flux cleaned = -0.00128951 Jy ! Component: 1900 - total flux cleaned = -0.00123638 Jy ! Component: 1950 - total flux cleaned = -0.00114602 Jy ! Component: 2000 - total flux cleaned = -0.00112764 Jy ! Component: 2050 - total flux cleaned = -0.00112743 Jy ! Component: 2100 - total flux cleaned = -0.00110828 Jy ! Component: 2150 - total flux cleaned = -0.00114677 Jy ! Component: 2200 - total flux cleaned = -0.0011669 Jy ! Component: 2250 - total flux cleaned = -0.00120758 Jy ! Component: 2300 - total flux cleaned = -0.0012283 Jy ! Component: 2350 - total flux cleaned = -0.00124944 Jy ! Component: 2400 - total flux cleaned = -0.00127117 Jy ! Component: 2450 - total flux cleaned = -0.00131603 Jy ! Component: 2500 - total flux cleaned = -0.00133912 Jy ! Component: 2550 - total flux cleaned = -0.00136282 Jy ! Component: 2600 - total flux cleaned = -0.00141147 Jy ! Component: 2650 - total flux cleaned = -0.00143678 Jy ! Component: 2700 - total flux cleaned = -0.00148834 Jy ! Component: 2750 - total flux cleaned = -0.00151443 Jy ! Component: 2800 - total flux cleaned = -0.00154148 Jy ! Component: 2850 - total flux cleaned = -0.00154203 Jy ! Component: 2900 - total flux cleaned = -0.00151335 Jy ! Component: 2950 - total flux cleaned = -0.00151329 Jy ! Component: 3000 - total flux cleaned = -0.00151343 Jy ! Component: 3050 - total flux cleaned = -0.00151365 Jy ! Component: 3100 - total flux cleaned = -0.00148133 Jy ! Component: 3150 - total flux cleaned = -0.00148122 Jy ! Component: 3200 - total flux cleaned = -0.00148101 Jy ! Component: 3250 - total flux cleaned = -0.00144571 Jy ! Component: 3300 - total flux cleaned = -0.00144552 Jy ! Component: 3350 - total flux cleaned = -0.00140971 Jy ! Component: 3400 - total flux cleaned = -0.0013719 Jy ! Component: 3450 - total flux cleaned = -0.00133315 Jy ! Component: 3500 - total flux cleaned = -0.0012931 Jy ! Component: 3550 - total flux cleaned = -0.00125237 Jy ! Component: 3600 - total flux cleaned = -0.00116644 Jy ! Component: 3650 - total flux cleaned = -0.00116576 Jy ! Component: 3700 - total flux cleaned = -0.00112028 Jy ! Component: 3750 - total flux cleaned = -0.00107399 Jy ! Component: 3800 - total flux cleaned = -0.00102585 Jy ! Component: 3850 - total flux cleaned = -0.00102607 Jy ! Component: 3900 - total flux cleaned = -0.000924659 Jy ! Component: 3950 - total flux cleaned = -0.00087169 Jy ! Component: 4000 - total flux cleaned = -0.000818047 Jy ! Component: 4050 - total flux cleaned = -0.000762632 Jy ! Total flux subtracted in 4096 components = -0.000762461 Jy ! Clean residual min=-0.003001 max=0.003198 Jy/beam ! Clean residual mean=0.000007 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.0808477 Jy keep ! Adding 216 model components to the UV plane model. ! The established model now contains 829 components and 0.0808476 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0031-3922_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.252 x 11.83 at -4.721 degrees (North through East) ! Clean map min=-0.02049 max=0.084008 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0031-3922_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.084 rms= 0.00118 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0031-3922_X_uvs.log closed on Tue Oct 8 12:08:56 2013