! Started logfile: /scr/pima/rdv62_uvs/J0339-0133_S_uvs.log on Fri Nov 22 22:30:45 2013 obs /scr/pima/rdv62_uvs/J0339-0133_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J0339-0133_S_uva.fits ! AN table 1: 23 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.928571 visibilities/baseline/integration-bin. ! Found source: J0339-0133 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2392 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv62_uvs/J0339-0133_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN 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:NL self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.123005Jy sigma=4.727569 ! Fit after self-cal, rms=0.542416Jy sigma=2.049541 ! 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.684 mas, bmaj=10.58 mas, bpa=-16.92 degrees ! Estimated noise=6.27145 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.373971 Jy ! Component: 100 - total flux cleaned = 0.484901 Jy ! Total flux subtracted in 100 components = 0.484901 Jy ! Clean residual min=-0.034285 max=0.046345 Jy/beam ! Clean residual mean=0.000191 rms=0.011980 Jy/beam ! Combined flux in latest and established models = 0.484901 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.484901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164737Jy sigma=0.736976 ! Fit after self-cal, rms=0.164832Jy sigma=0.736750 ! 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=4.694 mas, bmaj=10.82 mas, bpa=-15 degrees ! Estimated noise=3.62745 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.0671496 Jy ! Component: 100 - total flux cleaned = 0.102767 Jy ! Component: 150 - total flux cleaned = 0.125076 Jy ! Component: 200 - total flux cleaned = 0.139497 Jy ! Total flux subtracted in 200 components = 0.139497 Jy ! Clean residual min=-0.029756 max=0.032804 Jy/beam ! Clean residual mean=-0.000092 rms=0.008143 Jy/beam ! Combined flux in latest and established models = 0.624398 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 82 components and 0.624398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143204Jy sigma=0.595969 ! Fit after self-cal, rms=0.143259Jy sigma=0.595815 ! 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.94 HN 1.06 KP 0.87 ! LA 1.03 MK 0.93 NL 0.78 PT 0.92 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.05 HN 1.24 KP 1.05 ! LA 1.05 MK 1.03 NL 1.07 PT 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.08 HN 1.15 KP 1.04 ! LA 0.85 MK 1.06 NL 1.15 PT 1.07 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.05 HN 1.12 KP 0.99 ! LA 0.72 MK 1.07 NL 1.07 PT 1.01 ! ! ! Fit before self-cal, rms=0.143259Jy sigma=0.595815 ! Fit after self-cal, rms=0.110666Jy sigma=0.445235 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.746 mas, bmaj=11.02 mas, bpa=-15.18 degrees ! Estimated noise=3.65364 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.00434266 Jy ! Component: 100 - total flux cleaned = -0.00542735 Jy ! Component: 150 - total flux cleaned = -0.00588878 Jy ! Component: 200 - total flux cleaned = -0.00638582 Jy ! Total flux subtracted in 200 components = -0.00638582 Jy ! Clean residual min=-0.014136 max=0.023043 Jy/beam ! Clean residual mean=0.000059 rms=0.004986 Jy/beam ! Combined flux in latest and established models = 0.618012 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.618012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110335Jy sigma=0.444781 ! Fit after self-cal, rms=0.110728Jy sigma=0.444382 ! 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.110728Jy sigma=0.444382 ! Fit after self-cal, rms=0.110815Jy sigma=0.444141 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.743 mas, bmaj=11.05 mas, bpa=-15.23 degrees ! Estimated noise=3.64698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00322561 Jy ! Component: 100 - total flux cleaned = -0.00379271 Jy ! Component: 150 - total flux cleaned = -0.00412857 Jy ! Component: 200 - total flux cleaned = -0.00428853 Jy ! Total flux subtracted in 200 components = -0.00428853 Jy ! Clean residual min=-0.013829 max=0.022552 Jy/beam ! Clean residual mean=0.000065 rms=0.004912 Jy/beam ! Combined flux in latest and established models = 0.613724 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 106 components and 0.613724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110522Jy sigma=0.443943 ! Fit after self-cal, rms=0.110590Jy sigma=0.443921 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 (-58, 31.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0175631 Jy ! Component: 100 - total flux cleaned = 0.0194966 Jy ! Component: 150 - total flux cleaned = 0.0197482 Jy ! Component: 200 - total flux cleaned = 0.0201771 Jy ! Total flux subtracted in 200 components = 0.0201771 Jy ! Clean residual min=-0.010477 max=0.015362 Jy/beam ! Clean residual mean=0.000035 rms=0.003490 Jy/beam ! Combined flux in latest and established models = 0.633901 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 135 components and 0.633901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106930Jy sigma=0.431270 ! Fit after self-cal, rms=0.106725Jy sigma=0.430741 ! Inverting map ! Added new window around map position (52.4, -70). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.013421 Jy ! Component: 100 - total flux cleaned = 0.0150805 Jy ! Component: 150 - total flux cleaned = 0.0157246 Jy ! Component: 200 - total flux cleaned = 0.0162823 Jy ! Total flux subtracted in 200 components = 0.0162823 Jy ! Clean residual min=-0.008815 max=0.008592 Jy/beam ! Clean residual mean=0.000008 rms=0.002435 Jy/beam ! Combined flux in latest and established models = 0.650183 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 163 components and 0.650183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104781Jy sigma=0.423070 ! Fit after self-cal, rms=0.104727Jy sigma=0.422845 ! 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.104727Jy sigma=0.422845 ! Fit after self-cal, rms=0.104281Jy sigma=0.421928 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.757 mas, bmaj=11.05 mas, bpa=-15.19 degrees ! Estimated noise=3.62849 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223047 Jy ! Component: 100 - total flux cleaned = 0.00310835 Jy ! Component: 150 - total flux cleaned = 0.00324275 Jy ! Component: 200 - total flux cleaned = 0.0034845 Jy ! Total flux subtracted in 200 components = 0.0034845 Jy ! Clean residual min=-0.007468 max=0.007940 Jy/beam ! Clean residual mean=-0.000011 rms=0.002076 Jy/beam ! Combined flux in latest and established models = 0.653668 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 191 components and 0.653668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103855Jy sigma=0.420773 ! Fit after self-cal, rms=0.103868Jy sigma=0.420725 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.000470343 Jy ! Component: 100 - total flux cleaned = 0.000466391 Jy ! Component: 150 - total flux cleaned = 0.000464029 Jy ! Component: 200 - total flux cleaned = 0.000262845 Jy ! Total flux subtracted in 200 components = 0.000262845 Jy ! Clean residual min=-0.007003 max=0.007664 Jy/beam ! Clean residual mean=-0.000010 rms=0.001976 Jy/beam ! Combined flux in latest and established models = 0.65393 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 208 components and 0.653931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103616Jy sigma=0.420031 ! Fit after self-cal, rms=0.103624Jy sigma=0.420001 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103624Jy sigma=0.420001 ! Fit after self-cal, rms=0.103570Jy sigma=0.419935 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.31 mas, bmaj=13.98 mas, bpa=13.3 degrees ! Estimated noise=3.76807 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00115708 Jy ! Component: 100 - total flux cleaned = -0.00184185 Jy ! Component: 150 - total flux cleaned = -0.00224831 Jy ! Component: 200 - total flux cleaned = -0.00234279 Jy ! Total flux subtracted in 200 components = -0.00234279 Jy ! Clean residual min=-0.007204 max=0.006917 Jy/beam ! Clean residual mean=-0.000007 rms=0.001988 Jy/beam ! Combined flux in latest and established models = 0.651588 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 223 components and 0.651588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103414Jy sigma=0.419380 ! Fit after self-cal, rms=0.103387Jy sigma=0.419314 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.33641e-05 Jy ! Component: 100 - total flux cleaned = -0.000138593 Jy ! Component: 150 - total flux cleaned = -0.000217299 Jy ! Component: 200 - total flux cleaned = -0.000368813 Jy ! Total flux subtracted in 200 components = -0.000368813 Jy ! Clean residual min=-0.006792 max=0.006617 Jy/beam ! Clean residual mean=-0.000000 rms=0.001923 Jy/beam ! Combined flux in latest and established models = 0.651219 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 240 components and 0.651219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103289Jy sigma=0.419016 ! Fit after self-cal, rms=0.103275Jy sigma=0.418988 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103338Jy sigma=0.419516 ! Fit after self-cal, rms=0.103338Jy sigma=0.419516 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.103338Jy sigma=0.419516 ! Fit after self-cal, rms=0.103094Jy sigma=0.418862 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.742 mas, bmaj=10.78 mas, bpa=-16.86 degrees ! Estimated noise=6.27279 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.00328646 Jy ! Component: 100 - total flux cleaned = -0.0051885 Jy ! Component: 150 - total flux cleaned = -0.00549954 Jy ! Component: 200 - total flux cleaned = -0.00575965 Jy ! Total flux subtracted in 200 components = -0.00575965 Jy ! Clean residual min=-0.010524 max=0.010821 Jy/beam ! Clean residual mean=-0.000001 rms=0.003349 Jy/beam ! Combined flux in latest and established models = 0.645459 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 292 components and 0.645459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103120Jy sigma=0.420110 ! Fit after self-cal, rms=0.103098Jy sigma=0.419963 ! 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=4.752 mas, bmaj=11.05 mas, bpa=-15.2 degrees ! Estimated noise=3.61033 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.000395387 Jy ! Component: 100 - total flux cleaned = 0.000799339 Jy ! Component: 150 - total flux cleaned = 0.00171053 Jy ! Component: 200 - total flux cleaned = 0.00245245 Jy ! Component: 250 - total flux cleaned = 0.0030187 Jy ! Component: 300 - total flux cleaned = 0.00336031 Jy ! Component: 350 - total flux cleaned = 0.00367976 Jy ! Component: 400 - total flux cleaned = 0.00397736 Jy ! Total flux subtracted in 400 components = 0.00397736 Jy ! Clean residual min=-0.005904 max=0.006390 Jy/beam ! Clean residual mean=0.000002 rms=0.001679 Jy/beam ! Combined flux in latest and established models = 0.649437 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 349 components and 0.649437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102476Jy sigma=0.417521 ! Fit after self-cal, rms=0.102462Jy sigma=0.417391 ! 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.000598898 Jy ! Component: 100 - total flux cleaned = 0.00110969 Jy ! Component: 150 - total flux cleaned = 0.00138044 Jy ! Component: 200 - total flux cleaned = 0.00157066 Jy ! Component: 250 - total flux cleaned = 0.00169218 Jy ! Component: 300 - total flux cleaned = 0.00181071 Jy ! Component: 350 - total flux cleaned = 0.00192401 Jy ! Component: 400 - total flux cleaned = 0.00203074 Jy ! Total flux subtracted in 400 components = 0.00203074 Jy ! Clean residual min=-0.005580 max=0.005763 Jy/beam ! Clean residual mean=0.000001 rms=0.001549 Jy/beam ! Combined flux in latest and established models = 0.651468 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 376 components and 0.651468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102289Jy sigma=0.416875 ! Fit after self-cal, rms=0.102289Jy sigma=0.416829 ! Inverting map ! Added new window around map position (-14.8, -28). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00462354 Jy ! Component: 100 - total flux cleaned = 0.00608894 Jy ! Component: 150 - total flux cleaned = 0.00681794 Jy ! Component: 200 - total flux cleaned = 0.00692501 Jy ! Component: 250 - total flux cleaned = 0.00701989 Jy ! Component: 300 - total flux cleaned = 0.00727831 Jy ! Component: 350 - total flux cleaned = 0.00736044 Jy ! Component: 400 - total flux cleaned = 0.00751304 Jy ! Total flux subtracted in 400 components = 0.00751304 Jy ! Clean residual min=-0.004512 max=0.004440 Jy/beam ! Clean residual mean=0.000007 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.658981 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 452 components and 0.658981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101617Jy sigma=0.415250 ! Fit after self-cal, rms=0.101605Jy sigma=0.415181 ! 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 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.101689Jy sigma=0.415794 ! Fit after self-cal, rms=0.101472Jy sigma=0.415078 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.755 mas, bmaj=11.04 mas, bpa=-15.19 degrees ! Estimated noise=3.60534 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123814 Jy ! Component: 100 - total flux cleaned = 0.00159934 Jy ! Component: 150 - total flux cleaned = 0.00173301 Jy ! Component: 200 - total flux cleaned = 0.0016679 Jy ! Component: 250 - total flux cleaned = 0.00148874 Jy ! Component: 300 - total flux cleaned = 0.00137436 Jy ! Component: 350 - total flux cleaned = 0.00132003 Jy ! Component: 400 - total flux cleaned = 0.00132069 Jy ! Total flux subtracted in 400 components = 0.00132069 Jy ! Clean residual min=-0.004012 max=0.004006 Jy/beam ! Clean residual mean=0.000006 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.660301 Jy selfcal ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 516 components and 0.660302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101284Jy sigma=0.414629 ! Fit after self-cal, rms=0.101279Jy sigma=0.414608 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.000489816 Jy ! Component: 100 - total flux cleaned = 0.00033031 Jy ! Component: 150 - total flux cleaned = 0.000176563 Jy ! Component: 200 - total flux cleaned = 7.85403e-05 Jy ! Component: 250 - total flux cleaned = 3.13585e-05 Jy ! Component: 300 - total flux cleaned = -1.48109e-05 Jy ! Component: 350 - total flux cleaned = -1.44987e-05 Jy ! Component: 400 - total flux cleaned = -5.95644e-05 Jy ! Total flux subtracted in 400 components = -5.95644e-05 Jy ! Clean residual min=-0.003826 max=0.003699 Jy/beam ! Clean residual mean=0.000009 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.660242 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 545 components and 0.660242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101172Jy sigma=0.414333 ! Fit after self-cal, rms=0.101170Jy sigma=0.414321 ! 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.101170Jy sigma=0.414321 ! Fit after self-cal, rms=0.101092Jy sigma=0.414290 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.752 mas, bmaj=11.04 mas, bpa=-15.2 degrees ! Estimated noise=3.60299 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000694188 Jy ! Component: 100 - total flux cleaned = 0.000742924 Jy ! Component: 150 - total flux cleaned = 0.000745172 Jy ! Component: 200 - total flux cleaned = 0.000788098 Jy ! Component: 250 - total flux cleaned = 0.000787682 Jy ! Component: 300 - total flux cleaned = 0.00074665 Jy ! Component: 350 - total flux cleaned = 0.000786774 Jy ! Component: 400 - total flux cleaned = 0.000864563 Jy ! Total flux subtracted in 400 components = 0.000864563 Jy ! Clean residual min=-0.003541 max=0.003467 Jy/beam ! Clean residual mean=0.000009 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.661106 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 579 components and 0.661106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101009Jy sigma=0.414067 ! Fit after self-cal, rms=0.101005Jy sigma=0.414055 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.000222184 Jy ! Component: 100 - total flux cleaned = 0.000182387 Jy ! Component: 150 - total flux cleaned = 0.000182323 Jy ! Component: 200 - total flux cleaned = 0.000219243 Jy ! Component: 250 - total flux cleaned = 0.000218645 Jy ! Component: 300 - total flux cleaned = 0.000183725 Jy ! Component: 350 - total flux cleaned = 0.000219051 Jy ! Component: 400 - total flux cleaned = 0.000219074 Jy ! Total flux subtracted in 400 components = 0.000219074 Jy ! Clean residual min=-0.003443 max=0.003238 Jy/beam ! Clean residual mean=0.000011 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.661325 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 605 components and 0.661326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100949Jy sigma=0.413887 ! Fit after self-cal, rms=0.100947Jy sigma=0.413879 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100947Jy sigma=0.413879 ! Fit after self-cal, rms=0.096488Jy sigma=0.370560 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.3 mas, bmaj=13.96 mas, bpa=13.35 degrees ! Estimated noise=3.75901 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000343418 Jy ! Component: 100 - total flux cleaned = 0.000248863 Jy ! Component: 150 - total flux cleaned = 0.000250944 Jy ! Component: 200 - total flux cleaned = 0.00028912 Jy ! Component: 250 - total flux cleaned = 0.000288703 Jy ! Component: 300 - total flux cleaned = 0.000321014 Jy ! Component: 350 - total flux cleaned = 0.000381063 Jy ! Component: 400 - total flux cleaned = 0.000467064 Jy ! Total flux subtracted in 400 components = 0.000467064 Jy ! Clean residual min=-0.002505 max=0.002994 Jy/beam ! Clean residual mean=0.000005 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.661793 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 651 components and 0.661793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096446Jy sigma=0.370379 ! Fit after self-cal, rms=0.096460Jy sigma=0.370337 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 (-40, 71.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000592794 Jy ! Component: 100 - total flux cleaned = 0.000352072 Jy ! Component: 150 - total flux cleaned = 0.000187001 Jy ! Component: 200 - total flux cleaned = 0.000506828 Jy ! Component: 250 - total flux cleaned = 0.000715635 Jy ! Component: 300 - total flux cleaned = 0.000910549 Jy ! Component: 350 - total flux cleaned = 0.00116575 Jy ! Component: 400 - total flux cleaned = 0.00133723 Jy ! Total flux subtracted in 400 components = 0.00133723 Jy ! Clean residual min=-0.002123 max=0.001897 Jy/beam ! Clean residual mean=0.000004 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.66313 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 740 components and 0.66313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096325Jy sigma=0.369719 ! Fit after self-cal, rms=0.096331Jy sigma=0.369704 ! 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=4.75 mas, bmaj=11.04 mas, bpa=-15.22 degrees ! Estimated noise=3.60772 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.75 x 11.04 at -15.22 degrees (North through East) ! Clean map min=-0.014043 max=0.48408 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.731 mas, bmaj=10.73 mas, bpa=-16.81 degrees ! Estimated noise=6.32713 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.374887 Jy ! Component: 100 - total flux cleaned = 0.483951 Jy ! Component: 150 - total flux cleaned = 0.531416 Jy ! Component: 200 - total flux cleaned = 0.561477 Jy ! Component: 250 - total flux cleaned = 0.582531 Jy ! Component: 300 - total flux cleaned = 0.597311 Jy ! Component: 350 - total flux cleaned = 0.606582 Jy ! Component: 400 - total flux cleaned = 0.613846 Jy ! Total flux subtracted in 400 components = 0.613846 Jy ! Clean residual min=-0.009595 max=0.009512 Jy/beam ! Clean residual mean=0.000087 rms=0.003088 Jy/beam ! Combined flux in latest and established models = 0.613846 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 123 model components to the UV plane model. ! The established model now contains 123 components and 0.613846 Jy ! Inverting map and beam ! Estimated beam: bmin=4.75 mas, bmaj=11.04 mas, bpa=-15.22 degrees ! Estimated noise=3.60772 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 (43.6, -37.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136619 Jy ! Component: 100 - total flux cleaned = 0.0221952 Jy ! Component: 150 - total flux cleaned = 0.0275049 Jy ! Component: 200 - total flux cleaned = 0.0321187 Jy ! Component: 250 - total flux cleaned = 0.0360043 Jy ! Component: 300 - total flux cleaned = 0.039219 Jy ! Component: 350 - total flux cleaned = 0.0420524 Jy ! Component: 400 - total flux cleaned = 0.0441772 Jy ! Total flux subtracted in 400 components = 0.0441772 Jy ! Clean residual min=-0.005007 max=0.003105 Jy/beam ! Clean residual mean=0.000006 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.658023 Jy ! Adding 92 model components to the UV plane model. ! The established model now contains 211 components and 0.658024 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.3 mas, bmaj=13.96 mas, bpa=13.35 degrees ! Estimated noise=3.75901 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00091279 Jy ! Component: 100 - total flux cleaned = 0.00234119 Jy ! Component: 150 - total flux cleaned = 0.00358778 Jy ! Component: 200 - total flux cleaned = 0.00487266 Jy ! Component: 250 - total flux cleaned = 0.00620517 Jy ! Component: 300 - total flux cleaned = 0.00750476 Jy ! Component: 350 - total flux cleaned = 0.00858269 Jy ! Component: 400 - total flux cleaned = 0.00973959 Jy ! Total flux subtracted in 400 components = 0.00973959 Jy ! Clean residual min=-0.002730 max=0.002274 Jy/beam ! Clean residual mean=0.000005 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.667763 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.00104198 Jy ! Component: 100 - total flux cleaned = 0.0020346 Jy ! Component: 150 - total flux cleaned = 0.00303943 Jy ! Component: 200 - total flux cleaned = 0.0039486 Jy ! Component: 250 - total flux cleaned = 0.00472226 Jy ! Component: 300 - total flux cleaned = 0.00546982 Jy ! Component: 350 - total flux cleaned = 0.00605016 Jy ! Component: 400 - total flux cleaned = 0.00661306 Jy ! Total flux subtracted in 400 components = 0.00661306 Jy ! Clean residual min=-0.002238 max=0.001978 Jy/beam ! Clean residual mean=0.000007 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.674376 Jy ! Adding 176 model components to the UV plane model. ! The established model now contains 383 components and 0.674376 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.75 mas, bmaj=11.04 mas, bpa=-15.22 degrees ! Estimated noise=3.60772 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356269 Jy ! Component: 100 - total flux cleaned = 0.000924945 Jy ! Component: 150 - total flux cleaned = 0.00121092 Jy ! Component: 200 - total flux cleaned = 0.00170009 Jy ! Component: 250 - total flux cleaned = 0.0023686 Jy ! Component: 300 - total flux cleaned = 0.00286114 Jy ! Component: 350 - total flux cleaned = 0.00328766 Jy ! Component: 400 - total flux cleaned = 0.00379307 Jy ! Total flux subtracted in 400 components = 0.00379307 Jy ! Clean residual min=-0.002659 max=0.002106 Jy/beam ! Clean residual mean=0.000003 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.678169 Jy selfcal ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 453 components and 0.678169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096213Jy sigma=0.369514 ! Fit after self-cal, rms=0.096169Jy sigma=0.369376 wmodel /scr/pima/rdv62_uvs/J0339-0133_S_map.mod ! Writing 453 model components to file: /scr/pima/rdv62_uvs/J0339-0133_S_map.mod wobs /scr/pima/rdv62_uvs/J0339-0133_S_uvs.fits ! Applying 1288 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J0339-0133_S_uvs.fits wwins /scr/pima/rdv62_uvs/J0339-0133_S_map.win ! wwins: Wrote 6 windows to /scr/pima/rdv62_uvs/J0339-0133_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000829468 Jy ! Component: 100 - total flux cleaned = -0.00130247 Jy ! Component: 150 - total flux cleaned = -0.00153005 Jy ! Component: 200 - total flux cleaned = -0.00171059 Jy ! Component: 250 - total flux cleaned = -0.0019102 Jy ! Component: 300 - total flux cleaned = -0.00209937 Jy ! Component: 350 - total flux cleaned = -0.00220242 Jy ! Component: 400 - total flux cleaned = -0.00227722 Jy ! Component: 450 - total flux cleaned = -0.00225289 Jy ! Component: 500 - total flux cleaned = -0.00225334 Jy ! Component: 550 - total flux cleaned = -0.00225334 Jy ! Component: 600 - total flux cleaned = -0.00220823 Jy ! Component: 650 - total flux cleaned = -0.0021863 Jy ! Component: 700 - total flux cleaned = -0.00212203 Jy ! Component: 750 - total flux cleaned = -0.00207977 Jy ! Component: 800 - total flux cleaned = -0.00201796 Jy ! Component: 850 - total flux cleaned = -0.00193656 Jy ! Component: 900 - total flux cleaned = -0.00187608 Jy ! Component: 950 - total flux cleaned = -0.0018163 Jy ! Component: 1000 - total flux cleaned = -0.00177706 Jy ! Component: 1050 - total flux cleaned = -0.00179651 Jy ! Component: 1100 - total flux cleaned = -0.00175817 Jy ! Component: 1150 - total flux cleaned = -0.00170107 Jy ! Component: 1200 - total flux cleaned = -0.00166325 Jy ! Component: 1250 - total flux cleaned = -0.00155146 Jy ! Component: 1300 - total flux cleaned = -0.0015146 Jy ! Component: 1350 - total flux cleaned = -0.00145976 Jy ! Component: 1400 - total flux cleaned = -0.00135071 Jy ! Component: 1450 - total flux cleaned = -0.00133261 Jy ! Component: 1500 - total flux cleaned = -0.00124324 Jy ! Component: 1550 - total flux cleaned = -0.00122554 Jy ! Component: 1600 - total flux cleaned = -0.00117289 Jy ! Component: 1650 - total flux cleaned = -0.00112054 Jy ! Component: 1700 - total flux cleaned = -0.00108579 Jy ! Component: 1750 - total flux cleaned = -0.00106872 Jy ! Component: 1800 - total flux cleaned = -0.00103461 Jy ! Component: 1850 - total flux cleaned = -0.00098365 Jy ! Component: 1900 - total flux cleaned = -0.000933167 Jy ! Component: 1950 - total flux cleaned = -0.000866052 Jy ! Component: 2000 - total flux cleaned = -0.000765932 Jy ! Component: 2050 - total flux cleaned = -0.000683017 Jy ! Component: 2100 - total flux cleaned = -0.00061701 Jy ! Component: 2150 - total flux cleaned = -0.00053489 Jy ! Component: 2200 - total flux cleaned = -0.000485782 Jy ! Component: 2250 - total flux cleaned = -0.000420385 Jy ! Component: 2300 - total flux cleaned = -0.000338854 Jy ! Component: 2350 - total flux cleaned = -0.000225207 Jy ! Component: 2400 - total flux cleaned = -0.000160413 Jy ! Component: 2450 - total flux cleaned = -9.58427e-05 Jy ! Component: 2500 - total flux cleaned = -1.52811e-05 Jy ! Component: 2550 - total flux cleaned = 4.90752e-05 Jy ! Component: 2600 - total flux cleaned = 0.000129192 Jy ! Component: 2650 - total flux cleaned = 0.000209184 Jy ! Component: 2700 - total flux cleaned = 0.000273012 Jy ! Component: 2750 - total flux cleaned = 0.000336611 Jy ! Component: 2800 - total flux cleaned = 0.00033654 Jy ! Component: 2850 - total flux cleaned = 0.000368199 Jy ! Component: 2900 - total flux cleaned = 0.00036824 Jy ! Component: 2950 - total flux cleaned = 0.000431751 Jy ! Component: 3000 - total flux cleaned = 0.000431727 Jy ! Component: 3050 - total flux cleaned = 0.000447568 Jy ! Component: 3100 - total flux cleaned = 0.00046341 Jy ! Component: 3150 - total flux cleaned = 0.000495039 Jy ! Component: 3200 - total flux cleaned = 0.000495028 Jy ! Component: 3250 - total flux cleaned = 0.000495011 Jy ! Component: 3300 - total flux cleaned = 0.000542608 Jy ! Component: 3350 - total flux cleaned = 0.000510857 Jy ! Component: 3400 - total flux cleaned = 0.00047901 Jy ! Component: 3450 - total flux cleaned = 0.000494851 Jy ! Component: 3500 - total flux cleaned = 0.00046291 Jy ! Component: 3550 - total flux cleaned = 0.000415024 Jy ! Component: 3600 - total flux cleaned = 0.000366989 Jy ! Component: 3650 - total flux cleaned = 0.000319017 Jy ! Component: 3700 - total flux cleaned = 0.000302975 Jy ! Component: 3750 - total flux cleaned = 0.000238631 Jy ! Component: 3800 - total flux cleaned = 0.000254695 Jy ! Component: 3850 - total flux cleaned = 0.000206165 Jy ! Component: 3900 - total flux cleaned = 0.000173792 Jy ! Component: 3950 - total flux cleaned = 0.000125249 Jy ! Component: 4000 - total flux cleaned = 7.65693e-05 Jy ! Component: 4050 - total flux cleaned = 2.77849e-05 Jy ! Total flux subtracted in 4096 components = -2.12286e-05 Jy ! Clean residual min=-0.001363 max=0.000883 Jy/beam ! Clean residual mean=0.000026 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.678148 Jy keep ! Adding 202 model components to the UV plane model. ! The established model now contains 655 components and 0.678148 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J0339-0133_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.75 x 11.04 at -15.22 degrees (North through East) ! Clean map min=-0.0041915 max=0.48641 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J0339-0133_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.4864 rms= 0.00028 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J0339-0133_S_uvs.log closed on Fri Nov 22 22:30:52 2013