! Started logfile: /scr/pima/rdv95_uvs/J0904-3111_S_uvs.log on Wed Nov 6 20:44:55 2013 obs /scr/pima/rdv95_uvs/J0904-3111_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J0904-3111_S_uva.fits ! AN table 1: 22 integrations on 36 of 36 possible baselines. ! AN table 2: 22 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.722222 visibilities/baseline/integration-bin. ! Found source: J0904-3111 ! ! 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 4576 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/J0904-3111_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1: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 ! 2:BR 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:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2: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. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.008618Jy sigma=0.873678 ! Fit after self-cal, rms=0.925719Jy sigma=0.796856 ! 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=4.111 mas, bmaj=12.13 mas, bpa=-18.99 degrees ! Estimated noise=25.8888 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.0610878 Jy ! Component: 100 - total flux cleaned = 0.0797005 Jy ! Total flux subtracted in 100 components = 0.0797005 Jy ! Clean residual min=-0.006318 max=0.007639 Jy/beam ! Clean residual mean=0.000091 rms=0.001971 Jy/beam ! Combined flux in latest and established models = 0.0797005 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0797005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067536Jy sigma=0.054175 ! Fit after self-cal, rms=0.067252Jy sigma=0.054052 ! 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=5.511 mas, bmaj=15.59 mas, bpa=-16.26 degrees ! Estimated noise=12.9153 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.00924055 Jy ! Component: 100 - total flux cleaned = 0.0132461 Jy ! Component: 150 - total flux cleaned = 0.0152521 Jy ! Component: 200 - total flux cleaned = 0.0162997 Jy ! Total flux subtracted in 200 components = 0.0162997 Jy ! Clean residual min=-0.003087 max=0.003498 Jy/beam ! Clean residual mean=0.000035 rms=0.000913 Jy/beam ! Combined flux in latest and established models = 0.0960002 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 63 components and 0.0960002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066324Jy sigma=0.052817 ! Fit after self-cal, rms=0.066373Jy sigma=0.052802 ! 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.99 HN 1.04 KP 0.99 LA 1.16 ! MK 0.92 NL 0.88 OV 0.96 PT 1.10 ! SC 1.17 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.10 FD 1.04 KP 0.92 LA 1.24 ! MK 1.02 NL 1.03 OV 1.00 PT 1.06 ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 HN 0.90 KP 1.01 LA 1.04 ! MK 1.14 NL 1.07 OV 1.02 PT 1.00 ! SC 1.10 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.12 KP 1.00 LA 1.17 ! MK 0.80 NL 1.13 OV 0.99 PT 1.10 ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 HN 0.90 KP 0.97 LA 0.90 ! MK 0.86 NL 0.99 OV 1.16 PT 1.05 ! SC 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.71 FD 1.09 KP 1.00 LA 0.95 ! MK 0.94 NL 1.13 OV 0.97 PT 1.09 ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.11 HN 0.93 KP 1.02 LA 0.78 ! MK 1.18 NL 0.92 OV 0.90 PT 0.90 ! SC 0.85 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.11 KP 0.87 LA 0.81 ! MK 0.98 NL 0.99 OV 0.85 PT 0.95 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.066373Jy sigma=0.052802 ! Fit after self-cal, rms=0.064903Jy sigma=0.051295 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.466 mas, bmaj=15.47 mas, bpa=-16.24 degrees ! Estimated noise=12.7843 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.000329992 Jy ! Component: 100 - total flux cleaned = 0.000516123 Jy ! Component: 150 - total flux cleaned = 0.000648029 Jy ! Component: 200 - total flux cleaned = 0.00074043 Jy ! Total flux subtracted in 200 components = 0.00074043 Jy ! Clean residual min=-0.002480 max=0.002315 Jy/beam ! Clean residual mean=-0.000002 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.0967406 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 81 components and 0.0967406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064864Jy sigma=0.051279 ! Fit after self-cal, rms=0.065047Jy sigma=0.051233 ! 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.065047Jy sigma=0.051233 ! Fit after self-cal, rms=0.064520Jy sigma=0.051228 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.426 mas, bmaj=15.39 mas, bpa=-16.36 degrees ! Estimated noise=12.7345 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000241572 Jy ! Component: 100 - total flux cleaned = 0.000407318 Jy ! Component: 150 - total flux cleaned = 0.000520773 Jy ! Component: 200 - total flux cleaned = 0.000598814 Jy ! Total flux subtracted in 200 components = 0.000598814 Jy ! Clean residual min=-0.002459 max=0.002288 Jy/beam ! Clean residual mean=-0.000004 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0973394 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 93 components and 0.0973395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064486Jy sigma=0.051217 ! Fit after self-cal, rms=0.064509Jy sigma=0.051217 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 = 8.94975e-05 Jy ! Component: 100 - total flux cleaned = 0.000124134 Jy ! Component: 150 - total flux cleaned = 0.000139974 Jy ! Component: 200 - total flux cleaned = 0.000170501 Jy ! Total flux subtracted in 200 components = 0.000170501 Jy ! Clean residual min=-0.002459 max=0.002231 Jy/beam ! Clean residual mean=-0.000003 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.09751 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 103 components and 0.0975099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064496Jy sigma=0.051212 ! Fit after self-cal, rms=0.064503Jy sigma=0.051212 ! 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.064503Jy sigma=0.051212 ! Fit after self-cal, rms=0.064278Jy sigma=0.051198 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.4 mas, bmaj=15.39 mas, bpa=-16.34 degrees ! Estimated noise=12.7227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000516671 Jy ! Component: 100 - total flux cleaned = 0.000614685 Jy ! Component: 150 - total flux cleaned = 0.000681621 Jy ! Component: 200 - total flux cleaned = 0.000726458 Jy ! Total flux subtracted in 200 components = 0.000726458 Jy ! Clean residual min=-0.002424 max=0.002142 Jy/beam ! Clean residual mean=-0.000007 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.0982364 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 108 components and 0.0982364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064260Jy sigma=0.051192 ! Fit after self-cal, rms=0.064273Jy sigma=0.051191 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 = 6.32753e-05 Jy ! Component: 100 - total flux cleaned = 0.000102863 Jy ! Component: 150 - total flux cleaned = 0.000114993 Jy ! Component: 200 - total flux cleaned = 0.000137756 Jy ! Total flux subtracted in 200 components = 0.000137756 Jy ! Clean residual min=-0.002414 max=0.002097 Jy/beam ! Clean residual mean=-0.000006 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0983741 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 109 components and 0.0983741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064265Jy sigma=0.051189 ! Fit after self-cal, rms=0.064270Jy sigma=0.051189 ! 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.064270Jy sigma=0.051189 ! Fit after self-cal, rms=0.063966Jy sigma=0.051176 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.728 mas, bmaj=27.74 mas, bpa=-4.765 degrees ! Estimated noise=12.4899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000432988 Jy ! Component: 100 - total flux cleaned = 0.000472718 Jy ! Component: 150 - total flux cleaned = 0.00050931 Jy ! Component: 200 - total flux cleaned = 0.000543135 Jy ! Total flux subtracted in 200 components = 0.000543135 Jy ! Clean residual min=-0.002006 max=0.001956 Jy/beam ! Clean residual mean=-0.000010 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0989173 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 117 components and 0.0989173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063963Jy sigma=0.051173 ! Fit after self-cal, rms=0.063962Jy sigma=0.051173 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 = 7.46053e-05 Jy ! Component: 100 - total flux cleaned = 8.96514e-05 Jy ! Component: 150 - total flux cleaned = 0.00011112 Jy ! Component: 200 - total flux cleaned = 0.000131815 Jy ! Total flux subtracted in 200 components = 0.000131815 Jy ! Clean residual min=-0.001998 max=0.001934 Jy/beam ! Clean residual mean=-0.000009 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.0990491 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 120 components and 0.0990491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063961Jy sigma=0.051172 ! Fit after self-cal, rms=0.063961Jy sigma=0.051172 ! 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: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 selfant 2:BR,true ! 2:BR 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:NL,true ! 2:NL 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 selfant 2:SC,true ! 2: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.065103Jy sigma=0.050989 ! Fit after self-cal, rms=0.065103Jy sigma=0.050989 selfant "",false ! 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 ! 2:BR 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:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.065103Jy sigma=0.050989 ! Fit after self-cal, rms=0.063447Jy sigma=0.051170 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=4.046 mas, bmaj=12.03 mas, bpa=-18.86 degrees ! Estimated noise=24.8486 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.000873881 Jy ! Component: 100 - total flux cleaned = -0.000877623 Jy ! Component: 150 - total flux cleaned = -0.000976433 Jy ! Component: 200 - total flux cleaned = -0.000976643 Jy ! Total flux subtracted in 200 components = -0.000976643 Jy ! Clean residual min=-0.003426 max=0.003278 Jy/beam ! Clean residual mean=0.000004 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.0980725 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 133 components and 0.0980725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063465Jy sigma=0.051185 ! Fit after self-cal, rms=0.063444Jy sigma=0.051176 ! 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=5.362 mas, bmaj=15.26 mas, bpa=-16.42 degrees ! Estimated noise=12.6688 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.00082564 Jy ! Component: 100 - total flux cleaned = 0.00109767 Jy ! Component: 150 - total flux cleaned = 0.00112366 Jy ! Component: 200 - total flux cleaned = 0.00113468 Jy ! Component: 250 - total flux cleaned = 0.00114539 Jy ! Component: 300 - total flux cleaned = 0.00115497 Jy ! Component: 350 - total flux cleaned = 0.00116425 Jy ! Component: 400 - total flux cleaned = 0.00117313 Jy ! Total flux subtracted in 400 components = 0.00117313 Jy ! Clean residual min=-0.002277 max=0.002062 Jy/beam ! Clean residual mean=-0.000010 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.0992456 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 140 components and 0.0992456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063424Jy sigma=0.051165 ! Fit after self-cal, rms=0.063437Jy sigma=0.051165 ! 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 = 8.914e-06 Jy ! Component: 100 - total flux cleaned = 1.7792e-05 Jy ! Component: 150 - total flux cleaned = 1.82418e-05 Jy ! Component: 200 - total flux cleaned = 2.63276e-05 Jy ! Component: 250 - total flux cleaned = 2.6294e-05 Jy ! Component: 300 - total flux cleaned = 2.59763e-05 Jy ! Component: 350 - total flux cleaned = 2.5975e-05 Jy ! Component: 400 - total flux cleaned = 2.62777e-05 Jy ! Total flux subtracted in 400 components = 2.62777e-05 Jy ! Clean residual min=-0.002278 max=0.002070 Jy/beam ! Clean residual mean=-0.000010 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.0992719 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 145 components and 0.0992719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063431Jy sigma=0.051163 ! Fit after self-cal, rms=0.063436Jy sigma=0.051163 ! 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. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.064574Jy sigma=0.050975 ! Fit after self-cal, rms=0.063166Jy sigma=0.051161 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.326 mas, bmaj=15.26 mas, bpa=-16.5 degrees ! Estimated noise=12.6114 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.59614e-05 Jy ! Component: 100 - total flux cleaned = -9.21359e-06 Jy ! Component: 150 - total flux cleaned = 3.53583e-05 Jy ! Component: 200 - total flux cleaned = 5.0543e-05 Jy ! Component: 250 - total flux cleaned = 5.09706e-05 Jy ! Component: 300 - total flux cleaned = 5.12792e-05 Jy ! Component: 350 - total flux cleaned = 5.76983e-05 Jy ! Component: 400 - total flux cleaned = 5.75586e-05 Jy ! Total flux subtracted in 400 components = 5.75586e-05 Jy ! Clean residual min=-0.002270 max=0.002073 Jy/beam ! Clean residual mean=-0.000010 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.0993294 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 155 components and 0.0993294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063157Jy sigma=0.051160 ! Fit after self-cal, rms=0.063167Jy sigma=0.051159 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.55357e-05 Jy ! Component: 100 - total flux cleaned = 1.58874e-05 Jy ! Component: 150 - total flux cleaned = 1.5702e-05 Jy ! Component: 200 - total flux cleaned = 1.54405e-05 Jy ! Component: 250 - total flux cleaned = 9.43983e-06 Jy ! Component: 300 - total flux cleaned = 9.61759e-06 Jy ! Component: 350 - total flux cleaned = 9.47579e-06 Jy ! Component: 400 - total flux cleaned = 3.63257e-06 Jy ! Total flux subtracted in 400 components = 3.63257e-06 Jy ! Clean residual min=-0.002265 max=0.002073 Jy/beam ! Clean residual mean=-0.000010 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.0993331 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 160 components and 0.0993331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063164Jy sigma=0.051158 ! Fit after self-cal, rms=0.063168Jy sigma=0.051158 ! 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.063168Jy sigma=0.051158 ! Fit after self-cal, rms=0.063227Jy sigma=0.051149 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.311 mas, bmaj=15.27 mas, bpa=-16.5 degrees ! Estimated noise=12.6094 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000190205 Jy ! Component: 100 - total flux cleaned = 0.000221803 Jy ! Component: 150 - total flux cleaned = 0.000235554 Jy ! Component: 200 - total flux cleaned = 0.000242263 Jy ! Component: 250 - total flux cleaned = 0.000248325 Jy ! Component: 300 - total flux cleaned = 0.000254327 Jy ! Component: 350 - total flux cleaned = 0.00026602 Jy ! Component: 400 - total flux cleaned = 0.000271512 Jy ! Total flux subtracted in 400 components = 0.000271512 Jy ! Clean residual min=-0.002264 max=0.002084 Jy/beam ! Clean residual mean=-0.000011 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.0996046 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 170 components and 0.0996046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063222Jy sigma=0.051148 ! Fit after self-cal, rms=0.063229Jy sigma=0.051147 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 = 6.1181e-06 Jy ! Component: 100 - total flux cleaned = 1.17759e-05 Jy ! Component: 150 - total flux cleaned = 1.70991e-05 Jy ! Component: 200 - total flux cleaned = 2.27287e-05 Jy ! Component: 250 - total flux cleaned = 2.26009e-05 Jy ! Component: 300 - total flux cleaned = 2.26775e-05 Jy ! Component: 350 - total flux cleaned = 2.81337e-05 Jy ! Component: 400 - total flux cleaned = 2.78252e-05 Jy ! Total flux subtracted in 400 components = 2.78252e-05 Jy ! Clean residual min=-0.002248 max=0.002081 Jy/beam ! Clean residual mean=-0.000011 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0996324 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 174 components and 0.0996324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063227Jy sigma=0.051146 ! Fit after self-cal, rms=0.063230Jy sigma=0.051146 ! 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.063230Jy sigma=0.051146 ! Fit after self-cal, rms=0.066193Jy sigma=0.050237 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.688 mas, bmaj=27.65 mas, bpa=-4.848 degrees ! Estimated noise=12.6147 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000815538 Jy ! Component: 100 - total flux cleaned = 0.000998722 Jy ! Component: 150 - total flux cleaned = 0.00100751 Jy ! Component: 200 - total flux cleaned = 0.00101587 Jy ! Component: 250 - total flux cleaned = 0.00103089 Jy ! Component: 300 - total flux cleaned = 0.00103751 Jy ! Component: 350 - total flux cleaned = 0.00103108 Jy ! Component: 400 - total flux cleaned = 0.00103118 Jy ! Total flux subtracted in 400 components = 0.00103118 Jy ! Clean residual min=-0.001993 max=0.001993 Jy/beam ! Clean residual mean=-0.000017 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.100664 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 187 components and 0.100664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066189Jy sigma=0.050226 ! Fit after self-cal, rms=0.066297Jy sigma=0.050201 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 = -2.16937e-05 Jy ! Component: 100 - total flux cleaned = -1.56699e-05 Jy ! Component: 150 - total flux cleaned = -9.27268e-06 Jy ! Component: 200 - total flux cleaned = -2.86305e-06 Jy ! Component: 250 - total flux cleaned = -2.57585e-06 Jy ! Component: 300 - total flux cleaned = 3.83441e-06 Jy ! Component: 350 - total flux cleaned = 9.51713e-06 Jy ! Component: 400 - total flux cleaned = 9.96273e-06 Jy ! Total flux subtracted in 400 components = 9.96273e-06 Jy ! Clean residual min=-0.002008 max=0.001968 Jy/beam ! Clean residual mean=-0.000017 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.100674 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 192 components and 0.100674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066301Jy sigma=0.050201 ! Fit after self-cal, rms=0.066297Jy sigma=0.050200 ! 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=5.312 mas, bmaj=15.3 mas, bpa=-16.57 degrees ! Estimated noise=12.769 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.312 x 15.3 at -16.57 degrees (North through East) ! Clean map min=-0.0022908 max=0.076729 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=4.015 mas, bmaj=12 mas, bpa=-19.04 degrees ! Estimated noise=25.0122 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0587903 Jy ! Component: 100 - total flux cleaned = 0.0788386 Jy ! Component: 150 - total flux cleaned = 0.0881705 Jy ! Component: 200 - total flux cleaned = 0.0932726 Jy ! Component: 250 - total flux cleaned = 0.0962213 Jy ! Component: 300 - total flux cleaned = 0.0979601 Jy ! Component: 350 - total flux cleaned = 0.0988573 Jy ! Component: 400 - total flux cleaned = 0.0990337 Jy ! Total flux subtracted in 400 components = 0.0990337 Jy ! Clean residual min=-0.003659 max=0.003422 Jy/beam ! Clean residual mean=0.000002 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.0990337 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 61 model components to the UV plane model. ! The established model now contains 61 components and 0.0990337 Jy ! Inverting map and beam ! Estimated beam: bmin=5.312 mas, bmaj=15.3 mas, bpa=-16.57 degrees ! Estimated noise=12.769 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 (40.4, -79.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00075515 Jy ! Component: 100 - total flux cleaned = 0.000498861 Jy ! Component: 150 - total flux cleaned = 0.000337499 Jy ! Component: 200 - total flux cleaned = 0.000426374 Jy ! Component: 250 - total flux cleaned = 0.000551438 Jy ! Component: 300 - total flux cleaned = 0.000706179 Jy ! Component: 350 - total flux cleaned = 0.000813899 Jy ! Component: 400 - total flux cleaned = 0.000881035 Jy ! Total flux subtracted in 400 components = 0.000881035 Jy ! Clean residual min=-0.002086 max=0.002174 Jy/beam ! Clean residual mean=-0.000014 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.0999148 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 100 components and 0.0999148 Jy ! Inverting map ! Added new window around map position (62.8, -94.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154117 Jy ! Component: 100 - total flux cleaned = 0.0016616 Jy ! Component: 150 - total flux cleaned = 0.00170311 Jy ! Component: 200 - total flux cleaned = 0.00197225 Jy ! Component: 250 - total flux cleaned = 0.00217942 Jy ! Component: 300 - total flux cleaned = 0.00240342 Jy ! Component: 350 - total flux cleaned = 0.00258208 Jy ! Component: 400 - total flux cleaned = 0.00266681 Jy ! Total flux subtracted in 400 components = 0.00266681 Jy ! Clean residual min=-0.001901 max=0.001938 Jy/beam ! Clean residual mean=-0.000014 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.102582 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 140 components and 0.102582 Jy ! Inverting map ! Added new window around map position (-34.8, 101.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104381 Jy ! Component: 100 - total flux cleaned = 0.00119871 Jy ! Component: 150 - total flux cleaned = 0.00116828 Jy ! Component: 200 - total flux cleaned = 0.00110481 Jy ! Component: 250 - total flux cleaned = 0.00107434 Jy ! Component: 300 - total flux cleaned = 0.00096087 Jy ! Component: 350 - total flux cleaned = 0.000906556 Jy ! Component: 400 - total flux cleaned = 0.000828586 Jy ! Total flux subtracted in 400 components = 0.000828586 Jy ! Clean residual min=-0.001757 max=0.001633 Jy/beam ! Clean residual mean=-0.000009 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.10341 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 175 components and 0.10341 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=9.688 mas, bmaj=27.65 mas, bpa=-4.848 degrees ! Estimated noise=12.6147 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000445579 Jy ! Component: 100 - total flux cleaned = 0.000507131 Jy ! Component: 150 - total flux cleaned = 0.000488775 Jy ! Component: 200 - total flux cleaned = 0.000453521 Jy ! Component: 250 - total flux cleaned = 0.000419623 Jy ! Component: 300 - total flux cleaned = 0.000386806 Jy ! Component: 350 - total flux cleaned = 0.000339713 Jy ! Component: 400 - total flux cleaned = 0.000309396 Jy ! Total flux subtracted in 400 components = 0.000309396 Jy ! Clean residual min=-0.001466 max=0.001427 Jy/beam ! Clean residual mean=-0.000014 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.10372 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 = -2.92866e-05 Jy ! Component: 100 - total flux cleaned = -4.35062e-05 Jy ! Component: 150 - total flux cleaned = -4.30634e-05 Jy ! Component: 200 - total flux cleaned = -4.2926e-05 Jy ! Component: 250 - total flux cleaned = -5.66915e-05 Jy ! Component: 300 - total flux cleaned = -7.04145e-05 Jy ! Component: 350 - total flux cleaned = -8.35517e-05 Jy ! Component: 400 - total flux cleaned = -9.65009e-05 Jy ! Total flux subtracted in 400 components = -9.65009e-05 Jy ! Clean residual min=-0.001451 max=0.001376 Jy/beam ! Clean residual mean=-0.000015 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.103623 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 239 components and 0.103623 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.312 mas, bmaj=15.3 mas, bpa=-16.57 degrees ! Estimated noise=12.769 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00026219 Jy ! Component: 100 - total flux cleaned = -0.000356468 Jy ! Component: 150 - total flux cleaned = -0.000400185 Jy ! Component: 200 - total flux cleaned = -0.000421275 Jy ! Component: 250 - total flux cleaned = -0.000441559 Jy ! Component: 300 - total flux cleaned = -0.000422524 Jy ! Component: 350 - total flux cleaned = -0.000385831 Jy ! Component: 400 - total flux cleaned = -0.000386121 Jy ! Total flux subtracted in 400 components = -0.000386121 Jy ! Clean residual min=-0.001558 max=0.001476 Jy/beam ! Clean residual mean=-0.000012 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.103237 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 276 components and 0.103237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065916Jy sigma=0.049977 ! Fit after self-cal, rms=0.065988Jy sigma=0.049950 wmodel /scr/pima/rdv95_uvs/J0904-3111_S_map.mod ! Writing 276 model components to file: /scr/pima/rdv95_uvs/J0904-3111_S_map.mod wobs /scr/pima/rdv95_uvs/J0904-3111_S_uvs.fits ! Applying 608 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J0904-3111_S_uvs.fits wwins /scr/pima/rdv95_uvs/J0904-3111_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv95_uvs/J0904-3111_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.000292943 Jy ! Component: 100 - total flux cleaned = -0.00031463 Jy ! Component: 150 - total flux cleaned = -0.000530246 Jy ! Component: 200 - total flux cleaned = -0.000732152 Jy ! Component: 250 - total flux cleaned = -0.000861134 Jy ! Component: 300 - total flux cleaned = -0.000903224 Jy ! Component: 350 - total flux cleaned = -0.00102106 Jy ! Component: 400 - total flux cleaned = -0.001058 Jy ! Component: 450 - total flux cleaned = -0.00105739 Jy ! Component: 500 - total flux cleaned = -0.00109227 Jy ! Component: 550 - total flux cleaned = -0.0011262 Jy ! Component: 600 - total flux cleaned = -0.00115936 Jy ! Component: 650 - total flux cleaned = -0.00117561 Jy ! Component: 700 - total flux cleaned = -0.00119157 Jy ! Component: 750 - total flux cleaned = -0.00120699 Jy ! Component: 800 - total flux cleaned = -0.00122194 Jy ! Component: 850 - total flux cleaned = -0.00126656 Jy ! Component: 900 - total flux cleaned = -0.00136874 Jy ! Component: 950 - total flux cleaned = -0.00146875 Jy ! Component: 1000 - total flux cleaned = -0.00153909 Jy ! Component: 1050 - total flux cleaned = -0.0016499 Jy ! Component: 1100 - total flux cleaned = -0.00177244 Jy ! Component: 1150 - total flux cleaned = -0.00189333 Jy ! Component: 1200 - total flux cleaned = -0.00199928 Jy ! Component: 1250 - total flux cleaned = -0.00212979 Jy ! Component: 1300 - total flux cleaned = -0.00225826 Jy ! Component: 1350 - total flux cleaned = -0.00238474 Jy ! Component: 1400 - total flux cleaned = -0.00252182 Jy ! Component: 1450 - total flux cleaned = -0.00263252 Jy ! Component: 1500 - total flux cleaned = -0.00279022 Jy ! Component: 1550 - total flux cleaned = -0.00290998 Jy ! Component: 1600 - total flux cleaned = -0.00299273 Jy ! Component: 1650 - total flux cleaned = -0.00313288 Jy ! Component: 1700 - total flux cleaned = -0.00322495 Jy ! Component: 1750 - total flux cleaned = -0.00337292 Jy ! Component: 1800 - total flux cleaned = -0.00346284 Jy ! Component: 1850 - total flux cleaned = -0.00358533 Jy ! Component: 1900 - total flux cleaned = -0.00368441 Jy ! Component: 1950 - total flux cleaned = -0.00378261 Jy ! Component: 2000 - total flux cleaned = -0.00392264 Jy ! Component: 2050 - total flux cleaned = -0.00400792 Jy ! Component: 2100 - total flux cleaned = -0.00410287 Jy ! Component: 2150 - total flux cleaned = -0.00419692 Jy ! Component: 2200 - total flux cleaned = -0.00425915 Jy ! Component: 2250 - total flux cleaned = -0.00434136 Jy ! Component: 2300 - total flux cleaned = -0.00442289 Jy ! Component: 2350 - total flux cleaned = -0.00449357 Jy ! Component: 2400 - total flux cleaned = -0.00455363 Jy ! Component: 2450 - total flux cleaned = -0.00464288 Jy ! Component: 2500 - total flux cleaned = -0.00470175 Jy ! Component: 2550 - total flux cleaned = -0.00477007 Jy ! Component: 2600 - total flux cleaned = -0.00485714 Jy ! Component: 2650 - total flux cleaned = -0.00489565 Jy ! Component: 2700 - total flux cleaned = -0.00499109 Jy ! Component: 2750 - total flux cleaned = -0.00504785 Jy ! Component: 2800 - total flux cleaned = -0.00511363 Jy ! Component: 2850 - total flux cleaned = -0.00519736 Jy ! Component: 2900 - total flux cleaned = -0.00526204 Jy ! Component: 2950 - total flux cleaned = -0.00530792 Jy ! Component: 3000 - total flux cleaned = -0.00538091 Jy ! Component: 3050 - total flux cleaned = -0.00541714 Jy ! Component: 3100 - total flux cleaned = -0.0054531 Jy ! Component: 3150 - total flux cleaned = -0.0054889 Jy ! Component: 3200 - total flux cleaned = -0.00552446 Jy ! Component: 3250 - total flux cleaned = -0.00557753 Jy ! Component: 3300 - total flux cleaned = -0.0056303 Jy ! Component: 3350 - total flux cleaned = -0.00567399 Jy ! Component: 3400 - total flux cleaned = -0.00572625 Jy ! Component: 3450 - total flux cleaned = -0.00582152 Jy ! Component: 3500 - total flux cleaned = -0.00585598 Jy ! Component: 3550 - total flux cleaned = -0.0058904 Jy ! Component: 3600 - total flux cleaned = -0.00601015 Jy ! Component: 3650 - total flux cleaned = -0.00604418 Jy ! Component: 3700 - total flux cleaned = -0.00612061 Jy ! Component: 3750 - total flux cleaned = -0.00618821 Jy ! Component: 3800 - total flux cleaned = -0.00625563 Jy ! Component: 3850 - total flux cleaned = -0.00631444 Jy ! Component: 3900 - total flux cleaned = -0.00637301 Jy ! Component: 3950 - total flux cleaned = -0.00641476 Jy ! Component: 4000 - total flux cleaned = -0.00644809 Jy ! Component: 4050 - total flux cleaned = -0.00653119 Jy ! Total flux subtracted in 4096 components = -0.00655603 Jy ! Clean residual min=-0.000441 max=0.000506 Jy/beam ! Clean residual mean=-0.000006 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.0966809 Jy keep ! Adding 248 model components to the UV plane model. ! The established model now contains 522 components and 0.0966809 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J0904-3111_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.312 x 15.3 at -16.57 degrees (North through East) ! Clean map min=-0.001809 max=0.074859 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J0904-3111_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.0748 rms= 0.00016 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J0904-3111_S_uvs.log closed on Wed Nov 6 20:45:01 2013