! Started logfile: /scr/pima/rdv73_uvs/J0743-4434_X_uvs.log on Sat Jan 9 17:32:25 2016 obs /scr/pima/rdv73_uvs/J0743-4434_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J0743-4434_X_uva.fits ! AN table 1: 24 integrations on 21 of 21 possible baselines. ! AN table 2: 23 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.939929 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 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 3192 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/rdv73_uvs/J0743-4434_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:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT 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 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.012539Jy sigma=8.862153 ! Fit after self-cal, rms=0.838956Jy sigma=7.334697 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.6402 mas, bmaj=1.814 mas, bpa=-12.24 degrees ! Estimated noise=2.95936 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.105827 Jy ! Component: 100 - total flux cleaned = 0.138254 Jy ! Total flux subtracted in 100 components = 0.138254 Jy ! Clean residual min=-0.012016 max=0.017131 Jy/beam ! Clean residual mean=0.000052 rms=0.003398 Jy/beam ! Combined flux in latest and established models = 0.138254 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.138254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105863Jy sigma=0.891573 ! Fit after self-cal, rms=0.105823Jy sigma=0.891016 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8512 mas, bmaj=2.447 mas, bpa=-12.71 degrees ! Estimated noise=1.50872 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.0405278 Jy ! Component: 100 - total flux cleaned = 0.0584876 Jy ! Component: 150 - total flux cleaned = 0.0664903 Jy ! Component: 200 - total flux cleaned = 0.0700646 Jy ! Total flux subtracted in 200 components = 0.0700646 Jy ! Clean residual min=-0.007862 max=0.006823 Jy/beam ! Clean residual mean=-0.000022 rms=0.001896 Jy/beam ! Combined flux in latest and established models = 0.208319 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.208319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091657Jy sigma=0.757415 ! Fit after self-cal, rms=0.091528Jy sigma=0.756081 ! 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.95 KP 1.00 LA 1.12 MK 1.02 ! OV 0.95 PT 1.00 SC 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 KP 0.91 LA 1.10 MK 1.13 ! OV 1.05 PT 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.92 LA 1.07 MK 0.98 ! OV 1.03 PT 0.99 SC 1.11 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.03 KP 0.93 LA 1.08 MK 1.00 ! OV 0.96 PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 0.84 LA 1.12 MK 1.08 ! OV 1.03 PT 1.00 SC 1.06 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KP 0.81 LA 1.24 MK 0.98 ! OV 1.04 PT 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.89 LA 1.08 MK 0.91 ! OV 0.98 PT 1.02 SC 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 KP 0.86 LA 1.21 MK 1.06 ! OV 1.07 PT 0.98 ! ! ! Fit before self-cal, rms=0.091528Jy sigma=0.756081 ! Fit after self-cal, rms=0.089878Jy sigma=0.741731 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8555 mas, bmaj=2.451 mas, bpa=-12.65 degrees ! Estimated noise=1.49731 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.000127931 Jy ! Component: 100 - total flux cleaned = -0.000163692 Jy ! Component: 150 - total flux cleaned = -0.000179051 Jy ! Component: 200 - total flux cleaned = -0.000178756 Jy ! Total flux subtracted in 200 components = -0.000178756 Jy ! Clean residual min=-0.003616 max=0.004105 Jy/beam ! Clean residual mean=0.000041 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.20814 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 37 components and 0.20814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089872Jy sigma=0.741682 ! Fit after self-cal, rms=0.089953Jy sigma=0.741331 ! 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.089953Jy sigma=0.741331 ! Fit after self-cal, rms=0.089770Jy sigma=0.741308 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8546 mas, bmaj=2.446 mas, bpa=-12.6 degrees ! Estimated noise=1.49354 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000102565 Jy ! Component: 100 - total flux cleaned = -0.000153784 Jy ! Component: 150 - total flux cleaned = -0.000195866 Jy ! Component: 200 - total flux cleaned = -0.000195826 Jy ! Total flux subtracted in 200 components = -0.000195826 Jy ! Clean residual min=-0.003628 max=0.004145 Jy/beam ! Clean residual mean=0.000041 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.207944 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 37 components and 0.207944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089764Jy sigma=0.741262 ! Fit after self-cal, rms=0.089768Jy sigma=0.741254 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 (-35, -23.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00361477 Jy ! Component: 100 - total flux cleaned = 0.00391434 Jy ! Component: 150 - total flux cleaned = 0.00408958 Jy ! Component: 200 - total flux cleaned = 0.00404045 Jy ! Total flux subtracted in 200 components = 0.00404045 Jy ! Clean residual min=-0.003386 max=0.003659 Jy/beam ! Clean residual mean=0.000023 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.211985 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.211985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089605Jy sigma=0.739882 ! Fit after self-cal, rms=0.089608Jy sigma=0.739754 ! 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.089608Jy sigma=0.739754 ! Fit after self-cal, rms=0.089171Jy sigma=0.739641 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8541 mas, bmaj=2.441 mas, bpa=-12.57 degrees ! Estimated noise=1.48491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109668 Jy ! Component: 100 - total flux cleaned = 0.00127587 Jy ! Component: 150 - total flux cleaned = 0.00127615 Jy ! Component: 200 - total flux cleaned = 0.00127358 Jy ! Total flux subtracted in 200 components = 0.00127358 Jy ! Clean residual min=-0.003309 max=0.003407 Jy/beam ! Clean residual mean=0.000023 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.213258 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.213258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089128Jy sigma=0.739295 ! Fit after self-cal, rms=0.089131Jy sigma=0.739279 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.000158144 Jy ! Component: 100 - total flux cleaned = 0.000155096 Jy ! Component: 150 - total flux cleaned = 0.000152805 Jy ! Component: 200 - total flux cleaned = 0.000151544 Jy ! Total flux subtracted in 200 components = 0.000151544 Jy ! Clean residual min=-0.003294 max=0.003344 Jy/beam ! Clean residual mean=0.000023 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.21341 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.21341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089104Jy sigma=0.739093 ! Fit after self-cal, rms=0.089105Jy sigma=0.739088 ! 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.089105Jy sigma=0.739088 ! Fit after self-cal, rms=0.089032Jy sigma=0.739068 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.05 mas, bmaj=11.35 mas, bpa=-4.287 degrees ! Estimated noise=1.98009 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000610425 Jy ! Component: 100 - total flux cleaned = 0.000782098 Jy ! Component: 150 - total flux cleaned = 0.000782395 Jy ! Component: 200 - total flux cleaned = 0.000783009 Jy ! Total flux subtracted in 200 components = 0.000783009 Jy ! Clean residual min=-0.002776 max=0.002950 Jy/beam ! Clean residual mean=0.000041 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.214193 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 62 components and 0.214193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089030Jy sigma=0.739010 ! Fit after self-cal, rms=0.089029Jy sigma=0.739006 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.94923e-05 Jy ! Component: 100 - total flux cleaned = 9.8871e-05 Jy ! Component: 150 - total flux cleaned = 9.88526e-05 Jy ! Component: 200 - total flux cleaned = 8.82262e-05 Jy ! Total flux subtracted in 200 components = 8.82262e-05 Jy ! Clean residual min=-0.002772 max=0.002902 Jy/beam ! Clean residual mean=0.000041 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.214281 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 63 components and 0.214281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089025Jy sigma=0.738989 ! Fit after self-cal, rms=0.089024Jy sigma=0.738988 ! 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:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 ![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.090594Jy sigma=0.742389 ! Fit after self-cal, rms=0.090594Jy sigma=0.742389 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:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2: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 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.090594Jy sigma=0.742389 ! Fit after self-cal, rms=0.089067Jy sigma=0.738983 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.6416 mas, bmaj=1.804 mas, bpa=-12 degrees ! Estimated noise=2.89523 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.000269387 Jy ! Component: 100 - total flux cleaned = -0.000199446 Jy ! Component: 150 - total flux cleaned = -0.000137789 Jy ! Component: 200 - total flux cleaned = -0.00013639 Jy ! Total flux subtracted in 200 components = -0.00013639 Jy ! Clean residual min=-0.007903 max=0.007744 Jy/beam ! Clean residual mean=0.000003 rms=0.001897 Jy/beam ! Combined flux in latest and established models = 0.214145 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 78 components and 0.214145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089071Jy sigma=0.739043 ! Fit after self-cal, rms=0.089071Jy sigma=0.738983 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8544 mas, bmaj=2.438 mas, bpa=-12.5 degrees ! Estimated noise=1.48401 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (49.2, -12). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00230277 Jy ! Component: 100 - total flux cleaned = 0.00243619 Jy ! Component: 150 - total flux cleaned = 0.00248437 Jy ! Component: 200 - total flux cleaned = 0.00248871 Jy ! Component: 250 - total flux cleaned = 0.00248653 Jy ! Component: 300 - total flux cleaned = 0.00245072 Jy ! Component: 350 - total flux cleaned = 0.00245252 Jy ! Component: 400 - total flux cleaned = 0.00245477 Jy ! Total flux subtracted in 400 components = 0.00245477 Jy ! Clean residual min=-0.003218 max=0.003163 Jy/beam ! Clean residual mean=0.000014 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.216599 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 104 components and 0.216599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088921Jy sigma=0.737965 ! Fit after self-cal, rms=0.088910Jy sigma=0.737837 ! 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.000375396 Jy ! Component: 100 - total flux cleaned = 0.000344611 Jy ! Component: 150 - total flux cleaned = 0.000345084 Jy ! Component: 200 - total flux cleaned = 0.000317651 Jy ! Component: 250 - total flux cleaned = 0.000317108 Jy ! Component: 300 - total flux cleaned = 0.000292234 Jy ! Component: 350 - total flux cleaned = 0.000268618 Jy ! Component: 400 - total flux cleaned = 0.000269261 Jy ! Total flux subtracted in 400 components = 0.000269261 Jy ! Clean residual min=-0.003202 max=0.002991 Jy/beam ! Clean residual mean=0.000012 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.216869 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 117 components and 0.216869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088872Jy sigma=0.737627 ! Fit after self-cal, rms=0.088872Jy sigma=0.737613 ! 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 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.090444Jy sigma=0.741009 ! Fit after self-cal, rms=0.088719Jy sigma=0.737507 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8531 mas, bmaj=2.428 mas, bpa=-12.42 degrees ! Estimated noise=1.48113 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000399694 Jy ! Component: 100 - total flux cleaned = 0.000304309 Jy ! Component: 150 - total flux cleaned = 0.000259133 Jy ! Component: 200 - total flux cleaned = 0.00026028 Jy ! Component: 250 - total flux cleaned = 0.00026055 Jy ! Component: 300 - total flux cleaned = 0.000240423 Jy ! Component: 350 - total flux cleaned = 0.000220404 Jy ! Component: 400 - total flux cleaned = 0.000221571 Jy ! Total flux subtracted in 400 components = 0.000221571 Jy ! Clean residual min=-0.003175 max=0.002845 Jy/beam ! Clean residual mean=0.000014 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.21709 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 129 components and 0.21709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088692Jy sigma=0.737367 ! Fit after self-cal, rms=0.088690Jy sigma=0.737356 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.51532e-05 Jy ! Component: 100 - total flux cleaned = 3.62498e-05 Jy ! Component: 150 - total flux cleaned = 3.69731e-05 Jy ! Component: 200 - total flux cleaned = 1.17427e-06 Jy ! Component: 250 - total flux cleaned = 1.74763e-06 Jy ! Component: 300 - total flux cleaned = -1.57883e-05 Jy ! Component: 350 - total flux cleaned = -3.19965e-05 Jy ! Component: 400 - total flux cleaned = -3.19824e-05 Jy ! Total flux subtracted in 400 components = -3.19824e-05 Jy ! Clean residual min=-0.003147 max=0.002773 Jy/beam ! Clean residual mean=0.000014 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.217058 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 138 components and 0.217058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088674Jy sigma=0.737266 ! Fit after self-cal, rms=0.088675Jy sigma=0.737263 ! 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.088675Jy sigma=0.737263 ! Fit after self-cal, rms=0.088648Jy sigma=0.737246 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8531 mas, bmaj=2.424 mas, bpa=-12.37 degrees ! Estimated noise=1.48052 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.55839e-05 Jy ! Component: 100 - total flux cleaned = 1.1733e-05 Jy ! Component: 150 - total flux cleaned = -4.44579e-06 Jy ! Component: 200 - total flux cleaned = -2.02865e-05 Jy ! Component: 250 - total flux cleaned = -2.06207e-05 Jy ! Component: 300 - total flux cleaned = -3.60407e-05 Jy ! Component: 350 - total flux cleaned = -3.61975e-05 Jy ! Component: 400 - total flux cleaned = -5.09621e-05 Jy ! Total flux subtracted in 400 components = -5.09621e-05 Jy ! Clean residual min=-0.003102 max=0.002734 Jy/beam ! Clean residual mean=0.000014 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.217007 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 139 components and 0.217007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088636Jy sigma=0.737169 ! Fit after self-cal, rms=0.088636Jy sigma=0.737165 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.17275e-05 Jy ! Component: 100 - total flux cleaned = -4.05387e-05 Jy ! Component: 150 - total flux cleaned = -5.42574e-05 Jy ! Component: 200 - total flux cleaned = -5.34957e-05 Jy ! Component: 250 - total flux cleaned = -6.68912e-05 Jy ! Component: 300 - total flux cleaned = -6.65549e-05 Jy ! Component: 350 - total flux cleaned = -7.96147e-05 Jy ! Component: 400 - total flux cleaned = -9.21578e-05 Jy ! Total flux subtracted in 400 components = -9.21578e-05 Jy ! Clean residual min=-0.003081 max=0.002694 Jy/beam ! Clean residual mean=0.000014 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.216915 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 150 components and 0.216915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088628Jy sigma=0.737107 ! Fit after self-cal, rms=0.088628Jy sigma=0.737106 ! 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.088628Jy sigma=0.737106 ! Fit after self-cal, rms=0.111565Jy sigma=0.722933 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=11.35 mas, bpa=-4.192 degrees ! Estimated noise=2.02412 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275753 Jy ! Component: 100 - total flux cleaned = 0.00281668 Jy ! Component: 150 - total flux cleaned = 0.0027238 Jy ! Component: 200 - total flux cleaned = 0.00252829 Jy ! Component: 250 - total flux cleaned = 0.00237182 Jy ! Component: 300 - total flux cleaned = 0.00227794 Jy ! Component: 350 - total flux cleaned = 0.00224293 Jy ! Component: 400 - total flux cleaned = 0.00219811 Jy ! Total flux subtracted in 400 components = 0.00219811 Jy ! Clean residual min=-0.002873 max=0.002724 Jy/beam ! Clean residual mean=0.000042 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.219113 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 166 components and 0.219113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111422Jy sigma=0.722309 ! Fit after self-cal, rms=0.112062Jy sigma=0.720920 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.000531362 Jy ! Component: 100 - total flux cleaned = -0.000635748 Jy ! Component: 150 - total flux cleaned = -0.000682425 Jy ! Component: 200 - total flux cleaned = -0.00070427 Jy ! Component: 250 - total flux cleaned = -0.000703929 Jy ! Component: 300 - total flux cleaned = -0.0006933 Jy ! Component: 350 - total flux cleaned = -0.000692945 Jy ! Component: 400 - total flux cleaned = -0.000682937 Jy ! Total flux subtracted in 400 components = -0.000682937 Jy ! Clean residual min=-0.002845 max=0.002683 Jy/beam ! Clean residual mean=0.000046 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.21843 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 171 components and 0.21843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112055Jy sigma=0.720925 ! Fit after self-cal, rms=0.112053Jy sigma=0.720920 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=0.8542 mas, bmaj=2.427 mas, bpa=-12.25 degrees ! Estimated noise=1.51534 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8542 x 2.427 at -12.25 degrees (North through East) ! Clean map min=-0.0069232 max=0.16631 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.6407 mas, bmaj=1.8 mas, bpa=-11.83 degrees ! Estimated noise=2.93473 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104267 Jy ! Component: 100 - total flux cleaned = 0.1372 Jy ! Component: 150 - total flux cleaned = 0.158694 Jy ! Component: 200 - total flux cleaned = 0.173938 Jy ! Component: 250 - total flux cleaned = 0.185146 Jy ! Component: 300 - total flux cleaned = 0.192411 Jy ! Component: 350 - total flux cleaned = 0.196501 Jy ! Component: 400 - total flux cleaned = 0.199192 Jy ! Total flux subtracted in 400 components = 0.199192 Jy ! Clean residual min=-0.007873 max=0.007223 Jy/beam ! Clean residual mean=0.000017 rms=0.001858 Jy/beam ! Combined flux in latest and established models = 0.199192 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.199192 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8542 mas, bmaj=2.427 mas, bpa=-12.25 degrees ! Estimated noise=1.51534 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 (-0.4, 4.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00835977 Jy ! Component: 100 - total flux cleaned = 0.0129469 Jy ! Component: 150 - total flux cleaned = 0.016292 Jy ! Component: 200 - total flux cleaned = 0.0180556 Jy ! Component: 250 - total flux cleaned = 0.0190743 Jy ! Component: 300 - total flux cleaned = 0.0195911 Jy ! Component: 350 - total flux cleaned = 0.020045 Jy ! Component: 400 - total flux cleaned = 0.0201621 Jy ! Total flux subtracted in 400 components = 0.0201621 Jy ! Clean residual min=-0.003360 max=0.003157 Jy/beam ! Clean residual mean=0.000019 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.219355 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 86 components and 0.219355 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.047 mas, bmaj=11.35 mas, bpa=-4.192 degrees ! Estimated noise=2.02412 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000370419 Jy ! Component: 100 - total flux cleaned = 0.000737436 Jy ! Component: 150 - total flux cleaned = 0.000844188 Jy ! Component: 200 - total flux cleaned = 0.000964829 Jy ! Component: 250 - total flux cleaned = 0.00104064 Jy ! Component: 300 - total flux cleaned = 0.00106483 Jy ! Component: 350 - total flux cleaned = 0.00110757 Jy ! Component: 400 - total flux cleaned = 0.00112633 Jy ! Total flux subtracted in 400 components = 0.00112633 Jy ! Clean residual min=-0.003071 max=0.002595 Jy/beam ! Clean residual mean=0.000036 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.220481 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 = 1.82417e-05 Jy ! Component: 100 - total flux cleaned = 1.76933e-05 Jy ! Component: 150 - total flux cleaned = 3.44461e-05 Jy ! Component: 200 - total flux cleaned = 3.30325e-05 Jy ! Component: 250 - total flux cleaned = 4.80732e-05 Jy ! Component: 300 - total flux cleaned = 6.21999e-05 Jy ! Component: 350 - total flux cleaned = 6.20158e-05 Jy ! Component: 400 - total flux cleaned = 8.94251e-05 Jy ! Total flux subtracted in 400 components = 8.94251e-05 Jy ! Clean residual min=-0.003019 max=0.002538 Jy/beam ! Clean residual mean=0.000035 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.22057 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 116 components and 0.22057 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8542 mas, bmaj=2.427 mas, bpa=-12.25 degrees ! Estimated noise=1.51534 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000617712 Jy ! Component: 100 - total flux cleaned = -0.000713612 Jy ! Component: 150 - total flux cleaned = -0.000798778 Jy ! Component: 200 - total flux cleaned = -0.000840109 Jy ! Component: 250 - total flux cleaned = -0.000877877 Jy ! Component: 300 - total flux cleaned = -0.000876226 Jy ! Component: 350 - total flux cleaned = -0.000841708 Jy ! Component: 400 - total flux cleaned = -0.000841187 Jy ! Total flux subtracted in 400 components = -0.000841187 Jy ! Clean residual min=-0.003177 max=0.002912 Jy/beam ! Clean residual mean=0.000020 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.219729 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 142 components and 0.219729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112098Jy sigma=0.721507 ! Fit after self-cal, rms=0.112078Jy sigma=0.721409 wmodel /scr/pima/rdv73_uvs/J0743-4434_X_map.mod ! Writing 142 model components to file: /scr/pima/rdv73_uvs/J0743-4434_X_map.mod wobs /scr/pima/rdv73_uvs/J0743-4434_X_uvs.fits ! Applying 1698 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J0743-4434_X_uvs.fits wwins /scr/pima/rdv73_uvs/J0743-4434_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv73_uvs/J0743-4434_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.000829548 Jy ! Component: 100 - total flux cleaned = -0.00115077 Jy ! Component: 150 - total flux cleaned = -0.00125013 Jy ! Component: 200 - total flux cleaned = -0.0012035 Jy ! Component: 250 - total flux cleaned = -0.00106691 Jy ! Component: 300 - total flux cleaned = -0.00102235 Jy ! Component: 350 - total flux cleaned = -0.000892477 Jy ! Component: 400 - total flux cleaned = -0.000724107 Jy ! Component: 450 - total flux cleaned = -0.000642313 Jy ! Component: 500 - total flux cleaned = -0.000521094 Jy ! Component: 550 - total flux cleaned = -0.000402359 Jy ! Component: 600 - total flux cleaned = -0.00036306 Jy ! Component: 650 - total flux cleaned = -0.000209524 Jy ! Component: 700 - total flux cleaned = -9.63218e-05 Jy ! Component: 750 - total flux cleaned = -2.27749e-05 Jy ! Component: 800 - total flux cleaned = 8.6575e-05 Jy ! Component: 850 - total flux cleaned = 8.57151e-05 Jy ! Component: 900 - total flux cleaned = 8.63504e-05 Jy ! Component: 950 - total flux cleaned = 0.000191996 Jy ! Component: 1000 - total flux cleaned = 0.000192469 Jy ! Component: 1050 - total flux cleaned = 0.000329447 Jy ! Component: 1100 - total flux cleaned = 0.000396477 Jy ! Component: 1150 - total flux cleaned = 0.000462132 Jy ! Component: 1200 - total flux cleaned = 0.000429135 Jy ! Component: 1250 - total flux cleaned = 0.000429065 Jy ! Component: 1300 - total flux cleaned = 0.000397238 Jy ! Component: 1350 - total flux cleaned = 0.000334794 Jy ! Component: 1400 - total flux cleaned = 0.000397645 Jy ! Component: 1450 - total flux cleaned = 0.000305398 Jy ! Component: 1500 - total flux cleaned = 0.000305446 Jy ! Component: 1550 - total flux cleaned = 0.000244989 Jy ! Component: 1600 - total flux cleaned = 0.000215246 Jy ! Component: 1650 - total flux cleaned = 6.82058e-05 Jy ! Component: 1700 - total flux cleaned = 9.7312e-05 Jy ! Component: 1750 - total flux cleaned = 1.03879e-05 Jy ! Component: 1800 - total flux cleaned = -7.56974e-05 Jy ! Component: 1850 - total flux cleaned = -0.000216808 Jy ! Component: 1900 - total flux cleaned = -0.000301345 Jy ! Component: 1950 - total flux cleaned = -0.000440144 Jy ! Component: 2000 - total flux cleaned = -0.000577713 Jy ! Component: 2050 - total flux cleaned = -0.000822368 Jy ! Component: 2100 - total flux cleaned = -0.000903007 Jy ! Component: 2150 - total flux cleaned = -0.0010898 Jy ! Component: 2200 - total flux cleaned = -0.00119541 Jy ! Component: 2250 - total flux cleaned = -0.00137901 Jy ! Component: 2300 - total flux cleaned = -0.00153503 Jy ! Component: 2350 - total flux cleaned = -0.00163824 Jy ! Component: 2400 - total flux cleaned = -0.00179205 Jy ! Component: 2450 - total flux cleaned = -0.00194436 Jy ! Component: 2500 - total flux cleaned = -0.00196967 Jy ! Component: 2550 - total flux cleaned = -0.00216994 Jy ! Component: 2600 - total flux cleaned = -0.0022691 Jy ! Component: 2650 - total flux cleaned = -0.00234314 Jy ! Component: 2700 - total flux cleaned = -0.00244124 Jy ! Component: 2750 - total flux cleaned = -0.00249006 Jy ! Component: 2800 - total flux cleaned = -0.00253847 Jy ! Component: 2850 - total flux cleaned = -0.00265875 Jy ! Component: 2900 - total flux cleaned = -0.00268251 Jy ! Component: 2950 - total flux cleaned = -0.00275367 Jy ! Component: 3000 - total flux cleaned = -0.00280094 Jy ! Component: 3050 - total flux cleaned = -0.00287102 Jy ! Component: 3100 - total flux cleaned = -0.00291765 Jy ! Component: 3150 - total flux cleaned = -0.00298702 Jy ! Component: 3200 - total flux cleaned = -0.00301012 Jy ! Component: 3250 - total flux cleaned = -0.00307868 Jy ! Component: 3300 - total flux cleaned = -0.00312405 Jy ! Component: 3350 - total flux cleaned = -0.00310141 Jy ! Component: 3400 - total flux cleaned = -0.00305641 Jy ! Component: 3450 - total flux cleaned = -0.00310153 Jy ! Component: 3500 - total flux cleaned = -0.00321299 Jy ! Component: 3550 - total flux cleaned = -0.00319083 Jy ! Component: 3600 - total flux cleaned = -0.00316864 Jy ! Component: 3650 - total flux cleaned = -0.00314671 Jy ! Component: 3700 - total flux cleaned = -0.00314691 Jy ! Component: 3750 - total flux cleaned = -0.00314696 Jy ! Component: 3800 - total flux cleaned = -0.00310365 Jy ! Component: 3850 - total flux cleaned = -0.00306064 Jy ! Component: 3900 - total flux cleaned = -0.00312504 Jy ! Component: 3950 - total flux cleaned = -0.00314634 Jy ! Component: 4000 - total flux cleaned = -0.00312505 Jy ! Component: 4050 - total flux cleaned = -0.00310402 Jy ! Total flux subtracted in 4096 components = -0.00320947 Jy ! Clean residual min=-0.001194 max=0.001198 Jy/beam ! Clean residual mean=0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.21652 Jy keep ! Adding 224 model components to the UV plane model. ! The established model now contains 366 components and 0.21652 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J0743-4434_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8542 x 2.427 at -12.25 degrees (North through East) ! Clean map min=-0.0027768 max=0.15864 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J0743-4434_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.1586 rms= 0.00036 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J0743-4434_X_uvs.log closed on Sat Jan 9 17:32:31 2016