! Started logfile: /scr/pima/rdv73_uvs/J1714-2100_S_uvs.log on Sat Jan 9 17:52:06 2016 obs /scr/pima/rdv73_uvs/J1714-2100_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J1714-2100_S_uva.fits ! AN table 1: 23 integrations on 28 of 28 possible baselines. ! AN table 2: 23 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.550272 visibilities/baseline/integration-bin. ! Found source: J1714-2100 ! ! 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 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 3240 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/rdv73_uvs/J1714-2100_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: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:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 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 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.028348Jy sigma=5.485729 ! Fit after self-cal, rms=0.836585Jy sigma=4.584919 ! 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=9.914 mas, bmaj=25.68 mas, bpa=25.8 degrees ! Estimated noise=3.21979 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.126566 Jy ! Component: 100 - total flux cleaned = 0.155719 Jy ! Total flux subtracted in 100 components = 0.155719 Jy ! Clean residual min=-0.007807 max=0.011366 Jy/beam ! Clean residual mean=-0.000029 rms=0.002795 Jy/beam ! Combined flux in latest and established models = 0.155719 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.155719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087542Jy sigma=0.426647 ! Fit after self-cal, rms=0.087340Jy sigma=0.426477 ! 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=11.06 mas, bmaj=26.8 mas, bpa=25.15 degrees ! Estimated noise=2.52657 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.0155823 Jy ! Component: 100 - total flux cleaned = 0.0238319 Jy ! Component: 150 - total flux cleaned = 0.0290083 Jy ! Component: 200 - total flux cleaned = 0.0325634 Jy ! Total flux subtracted in 200 components = 0.0325634 Jy ! Clean residual min=-0.005597 max=0.005486 Jy/beam ! Clean residual mean=0.000048 rms=0.001753 Jy/beam ! Combined flux in latest and established models = 0.188282 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 115 components and 0.188282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083848Jy sigma=0.413158 ! Fit after self-cal, rms=0.083784Jy sigma=0.413012 ! 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.90 HN 1.00* KP 0.99 ! LA 1.02 OV 1.00 PT 1.08 SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 0.93 HN 1.32 KP 0.99 ! LA 0.98 MK 1.00* OV 1.02 PT 1.09 ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.96 HN 1.00* KP 1.05 ! LA 1.02 OV 1.04 PT 1.08 SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 0.98 HN 1.66 KP 1.02 ! LA 0.98 MK 1.00* OV 1.06 PT 1.09 ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.06 HN 1.00* KP 1.01 ! LA 0.86 OV 1.08 PT 1.10 SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.11 FD 0.98 HN 1.37 KP 1.01 ! LA 0.88 MK 1.00* OV 1.12 PT 1.09 ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.97 HN 1.00* KP 1.00 ! LA 0.76 OV 0.90 PT 0.99 SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.95 HN 1.43 KP 0.90 ! LA 0.79 MK 1.00* OV 0.93 PT 0.86 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.083784Jy sigma=0.413012 ! Fit after self-cal, rms=0.080876Jy sigma=0.398293 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=11.17 mas, bmaj=27.47 mas, bpa=25.6 degrees ! Estimated noise=2.53052 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.00240148 Jy ! Component: 100 - total flux cleaned = 0.00281999 Jy ! Component: 150 - total flux cleaned = 0.00277485 Jy ! Component: 200 - total flux cleaned = 0.00273438 Jy ! Total flux subtracted in 200 components = 0.00273438 Jy ! Clean residual min=-0.003575 max=0.003218 Jy/beam ! Clean residual mean=0.000013 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.191016 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 133 components and 0.191016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080791Jy sigma=0.397779 ! Fit after self-cal, rms=0.080738Jy sigma=0.397593 ! 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.080738Jy sigma=0.397593 ! Fit after self-cal, rms=0.081176Jy sigma=0.397505 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.16 mas, bmaj=27.51 mas, bpa=25.54 degrees ! Estimated noise=2.53419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104729 Jy ! Component: 100 - total flux cleaned = 0.00122027 Jy ! Component: 150 - total flux cleaned = 0.00122198 Jy ! Component: 200 - total flux cleaned = 0.00113265 Jy ! Total flux subtracted in 200 components = 0.00113265 Jy ! Clean residual min=-0.003358 max=0.003074 Jy/beam ! Clean residual mean=0.000012 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.192149 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 146 components and 0.192149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081137Jy sigma=0.397294 ! Fit after self-cal, rms=0.081138Jy sigma=0.397290 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.94992e-05 Jy ! Component: 100 - total flux cleaned = -0.000122445 Jy ! Component: 150 - total flux cleaned = -0.000166579 Jy ! Component: 200 - total flux cleaned = -0.000226791 Jy ! Total flux subtracted in 200 components = -0.000226791 Jy ! Clean residual min=-0.003258 max=0.003049 Jy/beam ! Clean residual mean=0.000012 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.191922 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 160 components and 0.191922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081124Jy sigma=0.397219 ! Fit after self-cal, rms=0.081119Jy sigma=0.397218 ! 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.081119Jy sigma=0.397218 ! Fit after self-cal, rms=0.081867Jy sigma=0.397038 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.17 mas, bmaj=27.56 mas, bpa=25.51 degrees ! Estimated noise=2.54306 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000647401 Jy ! Component: 100 - total flux cleaned = 0.000896563 Jy ! Component: 150 - total flux cleaned = 0.000872858 Jy ! Component: 200 - total flux cleaned = 0.00081443 Jy ! Total flux subtracted in 200 components = 0.00081443 Jy ! Clean residual min=-0.003153 max=0.003027 Jy/beam ! Clean residual mean=0.000013 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.192737 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 180 components and 0.192737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081847Jy sigma=0.396953 ! Fit after self-cal, rms=0.081854Jy sigma=0.396950 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 = -4.08809e-05 Jy ! Component: 100 - total flux cleaned = -5.70479e-05 Jy ! Component: 150 - total flux cleaned = -0.000117734 Jy ! Component: 200 - total flux cleaned = -0.00015977 Jy ! Total flux subtracted in 200 components = -0.00015977 Jy ! Clean residual min=-0.003087 max=0.003040 Jy/beam ! Clean residual mean=0.000012 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.192577 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 202 components and 0.192577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081846Jy sigma=0.396921 ! Fit after self-cal, rms=0.081842Jy sigma=0.396920 ! 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.081842Jy sigma=0.396920 ! Fit after self-cal, rms=0.081989Jy sigma=0.396767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.2 mas, bmaj=28.16 mas, bpa=25.56 degrees ! Estimated noise=2.53141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000286161 Jy ! Component: 100 - total flux cleaned = 0.000378346 Jy ! Component: 150 - total flux cleaned = 0.000334668 Jy ! Component: 200 - total flux cleaned = 0.000294419 Jy ! Total flux subtracted in 200 components = 0.000294419 Jy ! Clean residual min=-0.002983 max=0.002972 Jy/beam ! Clean residual mean=0.000013 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.192871 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 222 components and 0.192871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081982Jy sigma=0.396728 ! Fit after self-cal, rms=0.081983Jy sigma=0.396727 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.97557e-05 Jy ! Component: 100 - total flux cleaned = -6.37346e-05 Jy ! Component: 150 - total flux cleaned = -8.60458e-05 Jy ! Component: 200 - total flux cleaned = -9.64046e-05 Jy ! Total flux subtracted in 200 components = -9.64046e-05 Jy ! Clean residual min=-0.002950 max=0.002988 Jy/beam ! Clean residual mean=0.000012 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.192775 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 240 components and 0.192775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081979Jy sigma=0.396710 ! Fit after self-cal, rms=0.081975Jy sigma=0.396710 ! 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: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:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 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.099503Jy sigma=0.456017 ! Fit after self-cal, rms=0.099503Jy sigma=0.456017 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: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:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 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 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.099503Jy sigma=0.456017 ! Fit after self-cal, rms=0.081556Jy sigma=0.396690 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=9.988 mas, bmaj=26.51 mas, bpa=26.2 degrees ! Estimated noise=3.26888 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.000373202 Jy ! Component: 100 - total flux cleaned = -0.000368326 Jy ! Component: 150 - total flux cleaned = -0.000298014 Jy ! Component: 200 - total flux cleaned = -0.000204437 Jy ! Total flux subtracted in 200 components = -0.000204437 Jy ! Clean residual min=-0.002932 max=0.003507 Jy/beam ! Clean residual mean=0.000002 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.19257 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 292 components and 0.19257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081570Jy sigma=0.396771 ! Fit after self-cal, rms=0.081565Jy sigma=0.396734 ! 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=11.15 mas, bmaj=27.58 mas, bpa=25.37 degrees ! Estimated noise=2.54588 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.000503958 Jy ! Component: 100 - total flux cleaned = 0.000500501 Jy ! Component: 150 - total flux cleaned = 0.000459134 Jy ! Component: 200 - total flux cleaned = 0.000388551 Jy ! Component: 250 - total flux cleaned = 0.000309923 Jy ! Component: 300 - total flux cleaned = 0.000238506 Jy ! Component: 350 - total flux cleaned = 0.000186488 Jy ! Component: 400 - total flux cleaned = 0.000149269 Jy ! Total flux subtracted in 400 components = 0.000149269 Jy ! Clean residual min=-0.002784 max=0.002980 Jy/beam ! Clean residual mean=0.000013 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.19272 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 348 components and 0.19272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081536Jy sigma=0.396644 ! Fit after self-cal, rms=0.081523Jy sigma=0.396639 ! 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) ! Added new window around map position (73.6, -52.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00049157 Jy ! Component: 100 - total flux cleaned = -5.60446e-05 Jy ! Component: 150 - total flux cleaned = -0.000179745 Jy ! Component: 200 - total flux cleaned = -2.79554e-05 Jy ! Component: 250 - total flux cleaned = 6.45173e-05 Jy ! Component: 300 - total flux cleaned = -6.24004e-05 Jy ! Component: 350 - total flux cleaned = -0.000101338 Jy ! Component: 400 - total flux cleaned = -2.69377e-05 Jy ! Total flux subtracted in 400 components = -2.69377e-05 Jy ! Clean residual min=-0.002055 max=0.002272 Jy/beam ! Clean residual mean=0.000009 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.192693 Jy ! Performing phase self-cal ! Adding 131 model components to the UV plane model. ! The established model now contains 477 components and 0.192693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081336Jy sigma=0.395636 ! Fit after self-cal, rms=0.081314Jy sigma=0.395568 ! Inverting map ! Added new window around map position (-101.2, -97.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000213245 Jy ! Component: 100 - total flux cleaned = -0.000967489 Jy ! Component: 150 - total flux cleaned = -0.00131223 Jy ! Component: 200 - total flux cleaned = -0.00157783 Jy ! Component: 250 - total flux cleaned = -0.00169803 Jy ! Component: 300 - total flux cleaned = -0.00180885 Jy ! Component: 350 - total flux cleaned = -0.00184237 Jy ! Component: 400 - total flux cleaned = -0.00194202 Jy ! Total flux subtracted in 400 components = -0.00194202 Jy ! Clean residual min=-0.001414 max=0.001725 Jy/beam ! Clean residual mean=0.000009 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.190751 Jy ! Performing phase self-cal ! Adding 107 model components to the UV plane model. ! The established model now contains 581 components and 0.190751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081197Jy sigma=0.394983 ! Fit after self-cal, rms=0.081190Jy sigma=0.394955 ! 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 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 52 telescope corrections were flagged in sub-array 1. ! A total of 53 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.098841Jy sigma=0.455698 ! Fit after self-cal, rms=0.080988Jy sigma=0.394865 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.16 mas, bmaj=27.59 mas, bpa=25.32 degrees ! Estimated noise=2.53828 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000196177 Jy ! Component: 100 - total flux cleaned = -0.000236484 Jy ! Component: 150 - total flux cleaned = -0.000233993 Jy ! Component: 200 - total flux cleaned = -0.000234562 Jy ! Component: 250 - total flux cleaned = -0.000321485 Jy ! Component: 300 - total flux cleaned = -0.000348376 Jy ! Component: 350 - total flux cleaned = -0.00040195 Jy ! Component: 400 - total flux cleaned = -0.000454561 Jy ! Total flux subtracted in 400 components = -0.000454561 Jy ! Clean residual min=-0.001345 max=0.001358 Jy/beam ! Clean residual mean=0.000010 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.190296 Jy selfcal ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 634 components and 0.190296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080932Jy sigma=0.394637 ! Fit after self-cal, rms=0.080937Jy sigma=0.394620 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 = -8.62071e-05 Jy ! Component: 100 - total flux cleaned = -0.000195853 Jy ! Component: 150 - total flux cleaned = -0.000348953 Jy ! Component: 200 - total flux cleaned = -0.000349804 Jy ! Component: 250 - total flux cleaned = -0.000374306 Jy ! Component: 300 - total flux cleaned = -0.000351377 Jy ! Component: 350 - total flux cleaned = -0.000328533 Jy ! Component: 400 - total flux cleaned = -0.00028423 Jy ! Total flux subtracted in 400 components = -0.00028423 Jy ! Clean residual min=-0.001357 max=0.001343 Jy/beam ! Clean residual mean=0.000009 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.190012 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 682 components and 0.190012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080901Jy sigma=0.394488 ! Fit after self-cal, rms=0.080896Jy sigma=0.394481 ! 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.080896Jy sigma=0.394481 ! Fit after self-cal, rms=0.081219Jy sigma=0.394354 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.16 mas, bmaj=27.6 mas, bpa=25.34 degrees ! Estimated noise=2.54047 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.12949e-05 Jy ! Component: 100 - total flux cleaned = -0.000211673 Jy ! Component: 150 - total flux cleaned = -0.000284546 Jy ! Component: 200 - total flux cleaned = -0.000353756 Jy ! Component: 250 - total flux cleaned = -0.00037569 Jy ! Component: 300 - total flux cleaned = -0.000354027 Jy ! Component: 350 - total flux cleaned = -0.000375346 Jy ! Component: 400 - total flux cleaned = -0.000333358 Jy ! Total flux subtracted in 400 components = -0.000333358 Jy ! Clean residual min=-0.001276 max=0.001290 Jy/beam ! Clean residual mean=0.000009 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.189679 Jy selfcal ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 741 components and 0.189679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081184Jy sigma=0.394233 ! Fit after self-cal, rms=0.081189Jy sigma=0.394227 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.21349e-05 Jy ! Component: 100 - total flux cleaned = -2.92224e-05 Jy ! Component: 150 - total flux cleaned = 1.28864e-05 Jy ! Component: 200 - total flux cleaned = 3.33718e-05 Jy ! Component: 250 - total flux cleaned = 3.30218e-05 Jy ! Component: 300 - total flux cleaned = -7.12724e-06 Jy ! Component: 350 - total flux cleaned = -4.65164e-05 Jy ! Component: 400 - total flux cleaned = -8.53511e-05 Jy ! Total flux subtracted in 400 components = -8.53511e-05 Jy ! Clean residual min=-0.001245 max=0.001222 Jy/beam ! Clean residual mean=0.000009 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.189593 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 786 components and 0.189593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081163Jy sigma=0.394137 ! Fit after self-cal, rms=0.081163Jy sigma=0.394134 ! 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.081163Jy sigma=0.394134 ! Fit after self-cal, rms=0.081537Jy sigma=0.383568 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.21 mas, bmaj=28.24 mas, bpa=25.5 degrees ! Estimated noise=2.53331 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.26862e-06 Jy ! Component: 100 - total flux cleaned = -8.3609e-05 Jy ! Component: 150 - total flux cleaned = -0.000179229 Jy ! Component: 200 - total flux cleaned = -0.000201763 Jy ! Component: 250 - total flux cleaned = -0.000180833 Jy ! Component: 300 - total flux cleaned = -0.000200866 Jy ! Component: 350 - total flux cleaned = -0.000256838 Jy ! Component: 400 - total flux cleaned = -0.000311329 Jy ! Total flux subtracted in 400 components = -0.000311329 Jy ! Clean residual min=-0.001069 max=0.001127 Jy/beam ! Clean residual mean=0.000011 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.189282 Jy selfcal ! Performing phase self-cal ! Adding 125 model components to the UV plane model. ! The established model now contains 889 components and 0.189282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081512Jy sigma=0.383438 ! Fit after self-cal, rms=0.081625Jy sigma=0.383344 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 (-86.8, 54.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.0659e-05 Jy ! Component: 100 - total flux cleaned = -0.000359438 Jy ! Component: 150 - total flux cleaned = -0.000424439 Jy ! Component: 200 - total flux cleaned = -0.000479912 Jy ! Component: 250 - total flux cleaned = -0.000579805 Jy ! Component: 300 - total flux cleaned = -0.000602412 Jy ! Component: 350 - total flux cleaned = -0.000759377 Jy ! Component: 400 - total flux cleaned = -0.000932371 Jy ! Total flux subtracted in 400 components = -0.000932371 Jy ! Clean residual min=-0.000830 max=0.001061 Jy/beam ! Clean residual mean=0.000007 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.188349 Jy ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 979 components and 0.188349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081564Jy sigma=0.383115 ! Fit after self-cal, rms=0.081515Jy sigma=0.383103 ! Inverting map ! Added new window around map position (99.6, 36.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101316 Jy ! Component: 100 - total flux cleaned = 0.00129998 Jy ! Component: 150 - total flux cleaned = 0.00140384 Jy ! Component: 200 - total flux cleaned = 0.00152621 Jy ! Component: 250 - total flux cleaned = 0.00154968 Jy ! Component: 300 - total flux cleaned = 0.00148157 Jy ! Component: 350 - total flux cleaned = 0.00148215 Jy ! Component: 400 - total flux cleaned = 0.00148223 Jy ! Total flux subtracted in 400 components = 0.00148223 Jy ! Clean residual min=-0.000733 max=0.000588 Jy/beam ! Clean residual mean=0.000002 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.189832 Jy ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 1057 components and 0.189832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081472Jy sigma=0.382949 ! Fit after self-cal, rms=0.081460Jy sigma=0.382938 ! 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=11.18 mas, bmaj=27.65 mas, bpa=25.38 degrees ! Estimated noise=2.54983 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.18 x 27.65 at 25.38 degrees (North through East) ! Clean map min=-0.0043301 max=0.16907 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=10.01 mas, bmaj=26.63 mas, bpa=26.25 degrees ! Estimated noise=3.27992 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.128882 Jy ! Component: 100 - total flux cleaned = 0.157595 Jy ! Component: 150 - total flux cleaned = 0.168617 Jy ! Component: 200 - total flux cleaned = 0.17269 Jy ! Component: 250 - total flux cleaned = 0.173078 Jy ! Component: 300 - total flux cleaned = 0.174212 Jy ! Component: 350 - total flux cleaned = 0.174931 Jy ! Component: 400 - total flux cleaned = 0.176091 Jy ! Total flux subtracted in 400 components = 0.176091 Jy ! Clean residual min=-0.002492 max=0.002757 Jy/beam ! Clean residual mean=-0.000012 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.176091 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 137 model components to the UV plane model. ! The established model now contains 137 components and 0.176091 Jy ! Inverting map and beam ! Estimated beam: bmin=11.18 mas, bmaj=27.65 mas, bpa=25.38 degrees ! Estimated noise=2.54983 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.00136517 Jy ! Component: 100 - total flux cleaned = 0.00175573 Jy ! Component: 150 - total flux cleaned = 0.0026358 Jy ! Component: 200 - total flux cleaned = 0.00293809 Jy ! Component: 250 - total flux cleaned = 0.00372376 Jy ! Component: 300 - total flux cleaned = 0.00435846 Jy ! Component: 350 - total flux cleaned = 0.00494375 Jy ! Component: 400 - total flux cleaned = 0.00521413 Jy ! Total flux subtracted in 400 components = 0.00521413 Jy ! Clean residual min=-0.002057 max=0.001566 Jy/beam ! Clean residual mean=0.000001 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.181305 Jy ! Adding 157 model components to the UV plane model. ! The established model now contains 290 components and 0.181305 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=12.21 mas, bmaj=28.24 mas, bpa=25.5 degrees ! Estimated noise=2.53331 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000387014 Jy ! Component: 100 - total flux cleaned = 0.000328138 Jy ! Component: 150 - total flux cleaned = 0.000326211 Jy ! Component: 200 - total flux cleaned = 0.000324515 Jy ! Component: 250 - total flux cleaned = 0.00023021 Jy ! Component: 300 - total flux cleaned = 0.000139042 Jy ! Component: 350 - total flux cleaned = 5.31281e-05 Jy ! Component: 400 - total flux cleaned = 0.000175868 Jy ! Total flux subtracted in 400 components = 0.000175868 Jy ! Clean residual min=-0.001255 max=0.000958 Jy/beam ! Clean residual mean=0.000002 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.181481 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.000119006 Jy ! Component: 100 - total flux cleaned = -0.000195182 Jy ! Component: 150 - total flux cleaned = -0.000267479 Jy ! Component: 200 - total flux cleaned = -0.000302798 Jy ! Component: 250 - total flux cleaned = -0.000371728 Jy ! Component: 300 - total flux cleaned = -0.000405935 Jy ! Component: 350 - total flux cleaned = -0.00056794 Jy ! Component: 400 - total flux cleaned = -0.00063004 Jy ! Total flux subtracted in 400 components = -0.00063004 Jy ! Clean residual min=-0.001083 max=0.000734 Jy/beam ! Clean residual mean=0.000001 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.180851 Jy ! Adding 286 model components to the UV plane model. ! The established model now contains 564 components and 0.180851 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=11.18 mas, bmaj=27.65 mas, bpa=25.38 degrees ! Estimated noise=2.54983 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.39917e-05 Jy ! Component: 100 - total flux cleaned = 2.85868e-06 Jy ! Component: 150 - total flux cleaned = 2.93385e-07 Jy ! Component: 200 - total flux cleaned = -9.13485e-05 Jy ! Component: 250 - total flux cleaned = -3.66458e-06 Jy ! Component: 300 - total flux cleaned = -0.000116686 Jy ! Component: 350 - total flux cleaned = -0.000116105 Jy ! Component: 400 - total flux cleaned = -0.00014259 Jy ! Total flux subtracted in 400 components = -0.00014259 Jy ! Clean residual min=-0.001021 max=0.000683 Jy/beam ! Clean residual mean=0.000003 rms=0.000249 Jy/beam ! Combined flux in latest and established models = 0.180708 Jy selfcal ! Performing phase self-cal ! Adding 110 model components to the UV plane model. ! The established model now contains 660 components and 0.180708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081551Jy sigma=0.383103 ! Fit after self-cal, rms=0.081665Jy sigma=0.383066 wmodel /scr/pima/rdv73_uvs/J1714-2100_S_map.mod ! Writing 660 model components to file: /scr/pima/rdv73_uvs/J1714-2100_S_map.mod wobs /scr/pima/rdv73_uvs/J1714-2100_S_uvs.fits ! Applying 384 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J1714-2100_S_uvs.fits wwins /scr/pima/rdv73_uvs/J1714-2100_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv73_uvs/J1714-2100_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.000401513 Jy ! Component: 100 - total flux cleaned = -0.000722383 Jy ! Component: 150 - total flux cleaned = -0.00081239 Jy ! Component: 200 - total flux cleaned = -0.000823187 Jy ! Component: 250 - total flux cleaned = -0.000812772 Jy ! Component: 300 - total flux cleaned = -0.000841908 Jy ! Component: 350 - total flux cleaned = -0.000889588 Jy ! Component: 400 - total flux cleaned = -0.000936403 Jy ! Component: 450 - total flux cleaned = -0.000982455 Jy ! Component: 500 - total flux cleaned = -0.00102778 Jy ! Component: 550 - total flux cleaned = -0.00109012 Jy ! Component: 600 - total flux cleaned = -0.00113399 Jy ! Component: 650 - total flux cleaned = -0.00117724 Jy ! Component: 700 - total flux cleaned = -0.00121142 Jy ! Component: 750 - total flux cleaned = -0.00123671 Jy ! Component: 800 - total flux cleaned = -0.00126173 Jy ! Component: 850 - total flux cleaned = -0.0013113 Jy ! Component: 900 - total flux cleaned = -0.00134417 Jy ! Component: 950 - total flux cleaned = -0.00140106 Jy ! Component: 1000 - total flux cleaned = -0.00141712 Jy ! Component: 1050 - total flux cleaned = -0.00143314 Jy ! Component: 1100 - total flux cleaned = -0.00145696 Jy ! Component: 1150 - total flux cleaned = -0.00148851 Jy ! Component: 1200 - total flux cleaned = -0.00149633 Jy ! Component: 1250 - total flux cleaned = -0.00151971 Jy ! Component: 1300 - total flux cleaned = -0.00152741 Jy ! Component: 1350 - total flux cleaned = -0.0015582 Jy ! Component: 1400 - total flux cleaned = -0.00158876 Jy ! Component: 1450 - total flux cleaned = -0.00157362 Jy ! Component: 1500 - total flux cleaned = -0.00158878 Jy ! Component: 1550 - total flux cleaned = -0.00160388 Jy ! Component: 1600 - total flux cleaned = -0.00162635 Jy ! Component: 1650 - total flux cleaned = -0.00166354 Jy ! Component: 1700 - total flux cleaned = -0.00166349 Jy ! Component: 1750 - total flux cleaned = -0.00165609 Jy ! Component: 1800 - total flux cleaned = -0.00167081 Jy ! Component: 1850 - total flux cleaned = -0.00164888 Jy ! Component: 1900 - total flux cleaned = -0.00164892 Jy ! Component: 1950 - total flux cleaned = -0.00163445 Jy ! Component: 2000 - total flux cleaned = -0.00164171 Jy ! Component: 2050 - total flux cleaned = -0.00164893 Jy ! Component: 2100 - total flux cleaned = -0.00162731 Jy ! Component: 2150 - total flux cleaned = -0.00162017 Jy ! Component: 2200 - total flux cleaned = -0.00158447 Jy ! Component: 2250 - total flux cleaned = -0.0015916 Jy ! Component: 2300 - total flux cleaned = -0.00157029 Jy ! Component: 2350 - total flux cleaned = -0.0015703 Jy ! Component: 2400 - total flux cleaned = -0.00155618 Jy ! Component: 2450 - total flux cleaned = -0.00154913 Jy ! Component: 2500 - total flux cleaned = -0.00154205 Jy ! Component: 2550 - total flux cleaned = -0.00153502 Jy ! Component: 2600 - total flux cleaned = -0.00151409 Jy ! Component: 2650 - total flux cleaned = -0.00150713 Jy ! Component: 2700 - total flux cleaned = -0.00149322 Jy ! Component: 2750 - total flux cleaned = -0.00148631 Jy ! Component: 2800 - total flux cleaned = -0.0014725 Jy ! Component: 2850 - total flux cleaned = -0.00145185 Jy ! Component: 2900 - total flux cleaned = -0.00143811 Jy ! Component: 2950 - total flux cleaned = -0.00142439 Jy ! Component: 3000 - total flux cleaned = -0.00141754 Jy ! Component: 3050 - total flux cleaned = -0.00140386 Jy ! Component: 3100 - total flux cleaned = -0.00138339 Jy ! Component: 3150 - total flux cleaned = -0.0013834 Jy ! Component: 3200 - total flux cleaned = -0.00139017 Jy ! Component: 3250 - total flux cleaned = -0.00138337 Jy ! Component: 3300 - total flux cleaned = -0.00138337 Jy ! Component: 3350 - total flux cleaned = -0.00138336 Jy ! Component: 3400 - total flux cleaned = -0.00138337 Jy ! Component: 3450 - total flux cleaned = -0.00138331 Jy ! Component: 3500 - total flux cleaned = -0.0013833 Jy ! Component: 3550 - total flux cleaned = -0.00135629 Jy ! Component: 3600 - total flux cleaned = -0.00134952 Jy ! Component: 3650 - total flux cleaned = -0.00135624 Jy ! Component: 3700 - total flux cleaned = -0.00134276 Jy ! Component: 3750 - total flux cleaned = -0.00134274 Jy ! Component: 3800 - total flux cleaned = -0.00134275 Jy ! Component: 3850 - total flux cleaned = -0.00132932 Jy ! Component: 3900 - total flux cleaned = -0.00132263 Jy ! Component: 3950 - total flux cleaned = -0.00133607 Jy ! Component: 4000 - total flux cleaned = -0.00132938 Jy ! Component: 4050 - total flux cleaned = -0.00133611 Jy ! Total flux subtracted in 4096 components = -0.00134281 Jy ! Clean residual min=-0.000384 max=0.000336 Jy/beam ! Clean residual mean=0.000003 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.179366 Jy keep ! Adding 347 model components to the UV plane model. ! The established model now contains 988 components and 0.179366 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J1714-2100_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.18 x 27.65 at 25.38 degrees (North through East) ! Clean map min=-0.0033547 max=0.16844 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J1714-2100_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.1684 rms= 0.00014 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J1714-2100_S_uvs.log closed on Sat Jan 9 17:52:14 2016