! Started logfile: /scr/pima/rdv95_uvs/J0606-0024_S_uvs.log on Wed Nov 6 20:43:36 2013 obs /scr/pima/rdv95_uvs/J0606-0024_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J0606-0024_S_uva.fits ! AN table 1: 44 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.988889 visibilities/baseline/integration-bin. ! Found source: J0606-0024 ! ! 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 7832 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/rdv95_uvs/J0606-0024_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:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.007346Jy sigma=1.324801 ! Fit after self-cal, rms=0.907352Jy sigma=1.182388 ! 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.27 mas, bmaj=7.858 mas, bpa=-5.899 degrees ! Estimated noise=11.3674 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.0742655 Jy ! Component: 100 - total flux cleaned = 0.0936946 Jy ! Total flux subtracted in 100 components = 0.0936946 Jy ! Clean residual min=-0.004117 max=0.008290 Jy/beam ! Clean residual mean=0.000002 rms=0.001240 Jy/beam ! Combined flux in latest and established models = 0.0936946 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0936946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061909Jy sigma=0.073445 ! Fit after self-cal, rms=0.061875Jy sigma=0.073400 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00940509 Jy ! Component: 100 - total flux cleaned = 0.0148614 Jy ! Total flux subtracted in 100 components = 0.0148614 Jy ! Clean residual min=-0.003118 max=0.003516 Jy/beam ! Clean residual mean=0.000006 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.108556 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.108556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060525Jy sigma=0.070597 ! Fit after self-cal, rms=0.060549Jy sigma=0.070583 ! 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.973 mas, bmaj=8.908 mas, bpa=-4.816 degrees ! Estimated noise=6.37187 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.00366827 Jy ! Component: 100 - total flux cleaned = 0.00564771 Jy ! Component: 150 - total flux cleaned = 0.00679157 Jy ! Component: 200 - total flux cleaned = 0.00728603 Jy ! Total flux subtracted in 200 components = 0.00728603 Jy ! Clean residual min=-0.002714 max=0.003189 Jy/beam ! Clean residual mean=0.000010 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.115842 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 60 components and 0.115842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060373Jy sigma=0.070186 ! Fit after self-cal, rms=0.060381Jy sigma=0.070181 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.07 KP 0.93 ! LA 1.17 MK 0.96 NL 0.98 OV 0.99 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.15 HN 1.07 KP 1.01 ! LA 1.04 MK 1.01 NL 1.01 OV 1.05 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.13 HN 1.02 KP 1.01 ! LA 0.97 MK 0.98 NL 1.08 OV 0.98 ! PT 1.06 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.14 HN 0.91 KP 0.91 ! LA 0.82 MK 1.13 NL 0.95 OV 0.84 ! PT 0.90 SC 0.99 ! ! ! Fit before self-cal, rms=0.060381Jy sigma=0.070181 ! Fit after self-cal, rms=0.059363Jy sigma=0.067679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.984 mas, bmaj=8.935 mas, bpa=-4.597 degrees ! Estimated noise=6.39227 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.000455339 Jy ! Component: 100 - total flux cleaned = -0.000476364 Jy ! Component: 150 - total flux cleaned = -0.000531764 Jy ! Component: 200 - total flux cleaned = -0.000579154 Jy ! Total flux subtracted in 200 components = -0.000579154 Jy ! Clean residual min=-0.002009 max=0.002280 Jy/beam ! Clean residual mean=-0.000005 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.115263 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 70 components and 0.115263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059342Jy sigma=0.067663 ! Fit after self-cal, rms=0.059383Jy sigma=0.067643 ! 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.059383Jy sigma=0.067643 ! Fit after self-cal, rms=0.059390Jy sigma=0.067641 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.984 mas, bmaj=8.942 mas, bpa=-4.593 degrees ! Estimated noise=6.39006 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000385601 Jy ! Component: 100 - total flux cleaned = -0.000368498 Jy ! Component: 150 - total flux cleaned = -0.000393725 Jy ! Component: 200 - total flux cleaned = -0.000405419 Jy ! Total flux subtracted in 200 components = -0.000405419 Jy ! Clean residual min=-0.002003 max=0.002235 Jy/beam ! Clean residual mean=-0.000005 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.114857 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 74 components and 0.114857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059378Jy sigma=0.067634 ! Fit after self-cal, rms=0.059377Jy sigma=0.067632 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 (-16.8, 18.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178548 Jy ! Component: 100 - total flux cleaned = 0.00197359 Jy ! Component: 150 - total flux cleaned = 0.00206696 Jy ! Component: 200 - total flux cleaned = 0.00211951 Jy ! Total flux subtracted in 200 components = 0.00211951 Jy ! Clean residual min=-0.002212 max=0.001537 Jy/beam ! Clean residual mean=-0.000008 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.116977 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.116977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059305Jy sigma=0.067542 ! Fit after self-cal, rms=0.059304Jy sigma=0.067532 ! 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.059304Jy sigma=0.067532 ! Fit after self-cal, rms=0.059098Jy sigma=0.067287 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.985 mas, bmaj=8.945 mas, bpa=-4.55 degrees ! Estimated noise=6.39803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000279015 Jy ! Component: 100 - total flux cleaned = 0.000324122 Jy ! Component: 150 - total flux cleaned = 0.000380368 Jy ! Component: 200 - total flux cleaned = 0.000412644 Jy ! Total flux subtracted in 200 components = 0.000412644 Jy ! Clean residual min=-0.001774 max=0.001503 Jy/beam ! Clean residual mean=-0.000003 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.11739 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 114 components and 0.11739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059083Jy sigma=0.067267 ! Fit after self-cal, rms=0.059092Jy sigma=0.067262 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 = -1.79997e-05 Jy ! Component: 100 - total flux cleaned = 1.19118e-05 Jy ! Component: 150 - total flux cleaned = 3.91744e-05 Jy ! Component: 200 - total flux cleaned = 5.21394e-05 Jy ! Total flux subtracted in 200 components = 5.21394e-05 Jy ! Clean residual min=-0.001768 max=0.001473 Jy/beam ! Clean residual mean=-0.000004 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.117442 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 123 components and 0.117442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059083Jy sigma=0.067255 ! Fit after self-cal, rms=0.059084Jy sigma=0.067255 ! 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.059084Jy sigma=0.067255 ! Fit after self-cal, rms=0.059024Jy sigma=0.067246 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.319 mas, bmaj=13.41 mas, bpa=-3.647 degrees ! Estimated noise=6.77091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000359502 Jy ! Component: 100 - total flux cleaned = 0.000456545 Jy ! Component: 150 - total flux cleaned = 0.000512428 Jy ! Component: 200 - total flux cleaned = 0.000551665 Jy ! Total flux subtracted in 200 components = 0.000551665 Jy ! Clean residual min=-0.001639 max=0.001870 Jy/beam ! Clean residual mean=-0.000007 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.117993 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 145 components and 0.117993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059023Jy sigma=0.067240 ! Fit after self-cal, rms=0.059021Jy sigma=0.067239 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 = 1.9288e-05 Jy ! Component: 100 - total flux cleaned = 6.71744e-05 Jy ! Component: 150 - total flux cleaned = 0.000100813 Jy ! Component: 200 - total flux cleaned = 0.000108335 Jy ! Total flux subtracted in 200 components = 0.000108335 Jy ! Clean residual min=-0.001635 max=0.001871 Jy/beam ! Clean residual mean=-0.000007 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.118102 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 155 components and 0.118102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059020Jy sigma=0.067236 ! Fit after self-cal, rms=0.059020Jy sigma=0.067235 ! 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: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 ![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.059020Jy sigma=0.067235 ! Fit after self-cal, rms=0.059020Jy sigma=0.067235 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:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 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.059020Jy sigma=0.067235 ! Fit after self-cal, rms=0.059024Jy sigma=0.067234 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.283 mas, bmaj=7.879 mas, bpa=-5.633 degrees ! Estimated noise=11.3768 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 = 8.13794e-05 Jy ! Component: 100 - total flux cleaned = -0.000125977 Jy ! Component: 150 - total flux cleaned = -0.000305665 Jy ! Component: 200 - total flux cleaned = -0.000337259 Jy ! Total flux subtracted in 200 components = -0.000337259 Jy ! Clean residual min=-0.002248 max=0.002340 Jy/beam ! Clean residual mean=-0.000002 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.117764 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 173 components and 0.117764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059025Jy sigma=0.067246 ! Fit after self-cal, rms=0.059024Jy sigma=0.067244 ! 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.984 mas, bmaj=8.95 mas, bpa=-4.59 degrees ! Estimated noise=6.39356 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.00011737 Jy ! Component: 100 - total flux cleaned = -9.87274e-05 Jy ! Component: 150 - total flux cleaned = -9.93596e-05 Jy ! Component: 200 - total flux cleaned = -8.59687e-05 Jy ! Component: 250 - total flux cleaned = -8.61413e-05 Jy ! Component: 300 - total flux cleaned = -9.70652e-05 Jy ! Component: 350 - total flux cleaned = -9.70983e-05 Jy ! Component: 400 - total flux cleaned = -8.74998e-05 Jy ! Total flux subtracted in 400 components = -8.74998e-05 Jy ! Clean residual min=-0.001780 max=0.001390 Jy/beam ! Clean residual mean=-0.000004 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.117677 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 209 components and 0.117677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059007Jy sigma=0.067227 ! Fit after self-cal, rms=0.059007Jy sigma=0.067226 ! 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 = 3.26698e-05 Jy ! Component: 100 - total flux cleaned = 3.27077e-05 Jy ! Component: 150 - total flux cleaned = 3.27824e-05 Jy ! Component: 200 - total flux cleaned = 5.03362e-05 Jy ! Component: 250 - total flux cleaned = 6.71142e-05 Jy ! Component: 300 - total flux cleaned = 9.17173e-05 Jy ! Component: 350 - total flux cleaned = 0.000115115 Jy ! Component: 400 - total flux cleaned = 0.000138218 Jy ! Total flux subtracted in 400 components = 0.000138218 Jy ! Clean residual min=-0.001759 max=0.001403 Jy/beam ! Clean residual mean=-0.000004 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.117815 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 225 components and 0.117815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059000Jy sigma=0.067221 ! Fit after self-cal, rms=0.059001Jy sigma=0.067221 ! 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. ! Applying 2560 buffered edits. 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059001Jy sigma=0.067221 ! Fit after self-cal, rms=0.058986Jy sigma=0.067220 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.983 mas, bmaj=8.953 mas, bpa=-4.592 degrees ! Estimated noise=6.39253 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000162946 Jy ! Component: 100 - total flux cleaned = -0.000163379 Jy ! Component: 150 - total flux cleaned = -0.000133097 Jy ! Component: 200 - total flux cleaned = -0.000125848 Jy ! Component: 250 - total flux cleaned = -0.0001042 Jy ! Component: 300 - total flux cleaned = -8.33387e-05 Jy ! Component: 350 - total flux cleaned = -6.97415e-05 Jy ! Component: 400 - total flux cleaned = -4.9895e-05 Jy ! Total flux subtracted in 400 components = -4.9895e-05 Jy ! Clean residual min=-0.001730 max=0.001407 Jy/beam ! Clean residual mean=-0.000004 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.117765 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 236 components and 0.117765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058980Jy sigma=0.067217 ! Fit after self-cal, rms=0.058981Jy sigma=0.067217 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.79919e-05 Jy ! Component: 100 - total flux cleaned = 1.56652e-05 Jy ! Component: 150 - total flux cleaned = 2.86288e-05 Jy ! Component: 200 - total flux cleaned = 3.4892e-05 Jy ! Component: 250 - total flux cleaned = 4.7216e-05 Jy ! Component: 300 - total flux cleaned = 5.94867e-05 Jy ! Component: 350 - total flux cleaned = 7.15572e-05 Jy ! Component: 400 - total flux cleaned = 7.7447e-05 Jy ! Total flux subtracted in 400 components = 7.7447e-05 Jy ! Clean residual min=-0.001715 max=0.001407 Jy/beam ! Clean residual mean=-0.000004 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.117843 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 255 components and 0.117843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058977Jy sigma=0.067214 ! Fit after self-cal, rms=0.058978Jy sigma=0.067214 ! 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.058978Jy sigma=0.067214 ! Fit after self-cal, rms=0.058954Jy sigma=0.067207 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.981 mas, bmaj=8.953 mas, bpa=-4.614 degrees ! Estimated noise=6.39544 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.32436e-06 Jy ! Component: 100 - total flux cleaned = 4.72693e-05 Jy ! Component: 150 - total flux cleaned = 6.6561e-05 Jy ! Component: 200 - total flux cleaned = 7.90111e-05 Jy ! Component: 250 - total flux cleaned = 8.5032e-05 Jy ! Component: 300 - total flux cleaned = 9.68018e-05 Jy ! Component: 350 - total flux cleaned = 9.6727e-05 Jy ! Component: 400 - total flux cleaned = 9.66699e-05 Jy ! Total flux subtracted in 400 components = 9.66699e-05 Jy ! Clean residual min=-0.001685 max=0.001394 Jy/beam ! Clean residual mean=-0.000004 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.117939 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 273 components and 0.117939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058950Jy sigma=0.067204 ! Fit after self-cal, rms=0.058949Jy sigma=0.067204 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 = -9.43139e-06 Jy ! Component: 100 - total flux cleaned = 8.01977e-06 Jy ! Component: 150 - total flux cleaned = 1.35857e-05 Jy ! Component: 200 - total flux cleaned = 1.90963e-05 Jy ! Component: 250 - total flux cleaned = 2.45735e-05 Jy ! Component: 300 - total flux cleaned = 2.97918e-05 Jy ! Component: 350 - total flux cleaned = 2.97104e-05 Jy ! Component: 400 - total flux cleaned = 2.97234e-05 Jy ! Total flux subtracted in 400 components = 2.97234e-05 Jy ! Clean residual min=-0.001679 max=0.001388 Jy/beam ! Clean residual mean=-0.000004 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.117969 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 278 components and 0.117969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058946Jy sigma=0.067202 ! Fit after self-cal, rms=0.058947Jy sigma=0.067202 ! 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.058947Jy sigma=0.067202 ! Fit after self-cal, rms=0.059471Jy sigma=0.066217 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.316 mas, bmaj=13.45 mas, bpa=-3.949 degrees ! Estimated noise=6.8064 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000502908 Jy ! Component: 100 - total flux cleaned = 0.000755448 Jy ! Component: 150 - total flux cleaned = 0.000831991 Jy ! Component: 200 - total flux cleaned = 0.000874757 Jy ! Component: 250 - total flux cleaned = 0.000894232 Jy ! Component: 300 - total flux cleaned = 0.00091186 Jy ! Component: 350 - total flux cleaned = 0.000922939 Jy ! Component: 400 - total flux cleaned = 0.00093324 Jy ! Total flux subtracted in 400 components = 0.00093324 Jy ! Clean residual min=-0.001665 max=0.001787 Jy/beam ! Clean residual mean=-0.000008 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.118902 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 299 components and 0.118902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059471Jy sigma=0.066211 ! Fit after self-cal, rms=0.059488Jy sigma=0.066204 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 (47.6, -102.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136596 Jy ! Component: 100 - total flux cleaned = 0.00206514 Jy ! Component: 150 - total flux cleaned = 0.00243856 Jy ! Component: 200 - total flux cleaned = 0.00277311 Jy ! Component: 250 - total flux cleaned = 0.00306016 Jy ! Component: 300 - total flux cleaned = 0.00325043 Jy ! Component: 350 - total flux cleaned = 0.00340054 Jy ! Component: 400 - total flux cleaned = 0.00346927 Jy ! Total flux subtracted in 400 components = 0.00346927 Jy ! Clean residual min=-0.001380 max=0.001354 Jy/beam ! Clean residual mean=-0.000003 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.122372 Jy ! Performing phase self-cal ! Adding 97 model components to the UV plane model. ! The established model now contains 394 components and 0.122372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059434Jy sigma=0.066112 ! Fit after self-cal, rms=0.059433Jy sigma=0.066106 ! 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.982 mas, bmaj=8.968 mas, bpa=-4.72 degrees ! Estimated noise=6.42951 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.982 x 8.968 at -4.72 degrees (North through East) ! Clean map min=-0.001488 max=0.09759 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.282 mas, bmaj=7.884 mas, bpa=-5.642 degrees ! Estimated noise=11.4862 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0749159 Jy ! Component: 100 - total flux cleaned = 0.0946212 Jy ! Component: 150 - total flux cleaned = 0.103729 Jy ! Component: 200 - total flux cleaned = 0.108721 Jy ! Component: 250 - total flux cleaned = 0.111787 Jy ! Component: 300 - total flux cleaned = 0.113697 Jy ! Component: 350 - total flux cleaned = 0.11505 Jy ! Component: 400 - total flux cleaned = 0.116158 Jy ! Total flux subtracted in 400 components = 0.116158 Jy ! Clean residual min=-0.002291 max=0.002302 Jy/beam ! Clean residual mean=-0.000000 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.116158 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 68 model components to the UV plane model. ! The established model now contains 68 components and 0.116158 Jy ! Inverting map and beam ! Estimated beam: bmin=3.982 mas, bmaj=8.968 mas, bpa=-4.72 degrees ! Estimated noise=6.42951 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000888327 Jy ! Component: 100 - total flux cleaned = 0.00169285 Jy ! Component: 150 - total flux cleaned = 0.00213211 Jy ! Component: 200 - total flux cleaned = 0.00247811 Jy ! Component: 250 - total flux cleaned = 0.00268576 Jy ! Component: 300 - total flux cleaned = 0.00284715 Jy ! Component: 350 - total flux cleaned = 0.00299776 Jy ! Component: 400 - total flux cleaned = 0.00313768 Jy ! Total flux subtracted in 400 components = 0.00313768 Jy ! Clean residual min=-0.001718 max=0.001377 Jy/beam ! Clean residual mean=-0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.119296 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 127 components and 0.119296 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=8.316 mas, bmaj=13.45 mas, bpa=-3.949 degrees ! Estimated noise=6.8064 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000836648 Jy ! Component: 100 - total flux cleaned = 0.00112718 Jy ! Component: 150 - total flux cleaned = 0.001403 Jy ! Component: 200 - total flux cleaned = 0.00163308 Jy ! Component: 250 - total flux cleaned = 0.00177602 Jy ! Component: 300 - total flux cleaned = 0.00192658 Jy ! Component: 350 - total flux cleaned = 0.00206712 Jy ! Component: 400 - total flux cleaned = 0.00216984 Jy ! Total flux subtracted in 400 components = 0.00216984 Jy ! Clean residual min=-0.001405 max=0.001296 Jy/beam ! Clean residual mean=-0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.121466 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 = 9.75891e-05 Jy ! Component: 100 - total flux cleaned = 0.000163491 Jy ! Component: 150 - total flux cleaned = 0.000188925 Jy ! Component: 200 - total flux cleaned = 0.000237931 Jy ! Component: 250 - total flux cleaned = 0.000285054 Jy ! Component: 300 - total flux cleaned = 0.00033043 Jy ! Component: 350 - total flux cleaned = 0.000363127 Jy ! Component: 400 - total flux cleaned = 0.000405133 Jy ! Total flux subtracted in 400 components = 0.000405133 Jy ! Clean residual min=-0.001374 max=0.001257 Jy/beam ! Clean residual mean=-0.000001 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.121871 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 210 components and 0.121871 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.982 mas, bmaj=8.968 mas, bpa=-4.72 degrees ! Estimated noise=6.42951 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.85572e-05 Jy ! Component: 100 - total flux cleaned = -0.000167968 Jy ! Component: 150 - total flux cleaned = -0.000228773 Jy ! Component: 200 - total flux cleaned = -0.000247458 Jy ! Component: 250 - total flux cleaned = -0.000283274 Jy ! Component: 300 - total flux cleaned = -0.000335179 Jy ! Component: 350 - total flux cleaned = -0.00036897 Jy ! Component: 400 - total flux cleaned = -0.00038517 Jy ! Total flux subtracted in 400 components = -0.00038517 Jy ! Clean residual min=-0.001566 max=0.001400 Jy/beam ! Clean residual mean=-0.000000 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.121485 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 259 components and 0.121485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059436Jy sigma=0.066100 ! Fit after self-cal, rms=0.059419Jy sigma=0.066094 wmodel /scr/pima/rdv95_uvs/J0606-0024_S_map.mod ! Writing 259 model components to file: /scr/pima/rdv95_uvs/J0606-0024_S_map.mod wobs /scr/pima/rdv95_uvs/J0606-0024_S_uvs.fits ! Applying 1400 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J0606-0024_S_uvs.fits wwins /scr/pima/rdv95_uvs/J0606-0024_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv95_uvs/J0606-0024_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.00038703 Jy ! Component: 100 - total flux cleaned = -0.000789345 Jy ! Component: 150 - total flux cleaned = -0.00114065 Jy ! Component: 200 - total flux cleaned = -0.00136893 Jy ! Component: 250 - total flux cleaned = -0.00150786 Jy ! Component: 300 - total flux cleaned = -0.00160346 Jy ! Component: 350 - total flux cleaned = -0.00165879 Jy ! Component: 400 - total flux cleaned = -0.00169484 Jy ! Component: 450 - total flux cleaned = -0.0017476 Jy ! Component: 500 - total flux cleaned = -0.00183245 Jy ! Component: 550 - total flux cleaned = -0.00186568 Jy ! Component: 600 - total flux cleaned = -0.00196342 Jy ! Component: 650 - total flux cleaned = -0.00201131 Jy ! Component: 700 - total flux cleaned = -0.00204279 Jy ! Component: 750 - total flux cleaned = -0.0020891 Jy ! Component: 800 - total flux cleaned = -0.0021193 Jy ! Component: 850 - total flux cleaned = -0.00211958 Jy ! Component: 900 - total flux cleaned = -0.00216332 Jy ! Component: 950 - total flux cleaned = -0.00214904 Jy ! Component: 1000 - total flux cleaned = -0.00216354 Jy ! Component: 1050 - total flux cleaned = -0.00219139 Jy ! Component: 1100 - total flux cleaned = -0.00221874 Jy ! Component: 1150 - total flux cleaned = -0.00221844 Jy ! Component: 1200 - total flux cleaned = -0.00219187 Jy ! Component: 1250 - total flux cleaned = -0.00221823 Jy ! Component: 1300 - total flux cleaned = -0.00219252 Jy ! Component: 1350 - total flux cleaned = -0.00219258 Jy ! Component: 1400 - total flux cleaned = -0.00216735 Jy ! Component: 1450 - total flux cleaned = -0.0021548 Jy ! Component: 1500 - total flux cleaned = -0.00217938 Jy ! Component: 1550 - total flux cleaned = -0.00213044 Jy ! Component: 1600 - total flux cleaned = -0.0021184 Jy ! Component: 1650 - total flux cleaned = -0.00213027 Jy ! Component: 1700 - total flux cleaned = -0.00213026 Jy ! Component: 1750 - total flux cleaned = -0.00209481 Jy ! Component: 1800 - total flux cleaned = -0.00205979 Jy ! Component: 1850 - total flux cleaned = -0.00203675 Jy ! Component: 1900 - total flux cleaned = -0.00203674 Jy ! Component: 1950 - total flux cleaned = -0.00202542 Jy ! Component: 2000 - total flux cleaned = -0.00200291 Jy ! Component: 2050 - total flux cleaned = -0.0020027 Jy ! Component: 2100 - total flux cleaned = -0.00199155 Jy ! Component: 2150 - total flux cleaned = -0.00199156 Jy ! Component: 2200 - total flux cleaned = -0.00194799 Jy ! Component: 2250 - total flux cleaned = -0.00195877 Jy ! Component: 2300 - total flux cleaned = -0.00191586 Jy ! Component: 2350 - total flux cleaned = -0.00192663 Jy ! Component: 2400 - total flux cleaned = -0.00192665 Jy ! Component: 2450 - total flux cleaned = -0.00189515 Jy ! Component: 2500 - total flux cleaned = -0.00186399 Jy ! Component: 2550 - total flux cleaned = -0.00183314 Jy ! Component: 2600 - total flux cleaned = -0.00183314 Jy ! Component: 2650 - total flux cleaned = -0.00181285 Jy ! Component: 2700 - total flux cleaned = -0.00180271 Jy ! Component: 2750 - total flux cleaned = -0.00175266 Jy ! Component: 2800 - total flux cleaned = -0.00175254 Jy ! Component: 2850 - total flux cleaned = -0.00172289 Jy ! Component: 2900 - total flux cleaned = -0.00172285 Jy ! Component: 2950 - total flux cleaned = -0.00173262 Jy ! Component: 3000 - total flux cleaned = -0.00172285 Jy ! Component: 3050 - total flux cleaned = -0.00174214 Jy ! Component: 3100 - total flux cleaned = -0.00174217 Jy ! Component: 3150 - total flux cleaned = -0.00176126 Jy ! Component: 3200 - total flux cleaned = -0.00175186 Jy ! Component: 3250 - total flux cleaned = -0.0017896 Jy ! Component: 3300 - total flux cleaned = -0.00179899 Jy ! Component: 3350 - total flux cleaned = -0.0018176 Jy ! Component: 3400 - total flux cleaned = -0.00182685 Jy ! Component: 3450 - total flux cleaned = -0.00185459 Jy ! Component: 3500 - total flux cleaned = -0.00185461 Jy ! Component: 3550 - total flux cleaned = -0.00188204 Jy ! Component: 3600 - total flux cleaned = -0.00193671 Jy ! Component: 3650 - total flux cleaned = -0.0019457 Jy ! Component: 3700 - total flux cleaned = -0.00196383 Jy ! Component: 3750 - total flux cleaned = -0.00199081 Jy ! Component: 3800 - total flux cleaned = -0.00202652 Jy ! Component: 3850 - total flux cleaned = -0.00200874 Jy ! Component: 3900 - total flux cleaned = -0.00204426 Jy ! Component: 3950 - total flux cleaned = -0.00206198 Jy ! Component: 4000 - total flux cleaned = -0.00208834 Jy ! Component: 4050 - total flux cleaned = -0.00210583 Jy ! Total flux subtracted in 4096 components = -0.00209707 Jy ! Clean residual min=-0.000545 max=0.000483 Jy/beam ! Clean residual mean=-0.000001 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.119388 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 525 components and 0.119388 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J0606-0024_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.982 x 8.968 at -4.72 degrees (North through East) ! Clean map min=-0.0014866 max=0.098257 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J0606-0024_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.0982 rms= 0.00016 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J0606-0024_S_uvs.log closed on Wed Nov 6 20:43:42 2013