! Started logfile: /scr/pima/rdv95_uvs/J0922-3959_X_uvs.log on Wed Nov 6 20:45:29 2013 obs /scr/pima/rdv95_uvs/J0922-3959_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J0922-3959_X_uva.fits ! AN table 1: 15 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.75873 visibilities/baseline/integration-bin. ! Found source: J0922-3959 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 956 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv95_uvs/J0922-3959_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:FT self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.556606Jy sigma=23.336496 ! Fit after self-cal, rms=0.313945Jy sigma=4.337033 ! 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 \] flag 1:FT ! Flagging baselines of antenna 1:FT in the currently selected channels. ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8875 mas, bmaj=7.545 mas, bpa=-11.63 degrees ! Estimated noise=4.19753 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.820286 Jy ! Component: 100 - total flux cleaned = 1.08696 Jy ! Total flux subtracted in 100 components = 1.08696 Jy ! Clean residual min=-0.044699 max=0.104216 Jy/beam ! Clean residual mean=-0.000149 rms=0.023412 Jy/beam ! Combined flux in latest and established models = 1.08696 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 1.08696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187370Jy sigma=3.021705 ! Fit after self-cal, rms=0.187272Jy sigma=3.021216 ! 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=1.307 mas, bmaj=7.913 mas, bpa=-9.857 degrees ! Estimated noise=1.87547 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.134063 Jy ! Component: 100 - total flux cleaned = 0.138855 Jy ! Component: 150 - total flux cleaned = 0.133148 Jy ! Component: 200 - total flux cleaned = 0.127915 Jy ! Total flux subtracted in 200 components = 0.127915 Jy ! Clean residual min=-0.014097 max=0.013954 Jy/beam ! Clean residual mean=-0.000012 rms=0.006179 Jy/beam ! Combined flux in latest and established models = 1.21487 Jy ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 87 components and 1.21487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076188Jy sigma=1.133013 ! Fit after self-cal, rms=0.076127Jy sigma=1.132081 ! 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 FT 1.00* KP 1.04 LA 1.00 ! MK 1.01 OV 1.01 PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 FT 1.00* KP 0.98 LA 0.98 ! MK 1.03 OV 0.98 PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 FT 1.00* KP 0.91 LA 1.04 ! MK 0.97 OV 1.03 PT 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 FT 1.00* KP 0.96 LA 1.02 ! MK 1.00 OV 1.00 PT 1.01 ! ! ! Fit before self-cal, rms=0.076127Jy sigma=1.132081 ! Fit after self-cal, rms=0.056784Jy sigma=0.786810 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.312 mas, bmaj=7.956 mas, bpa=-9.87 degrees ! Estimated noise=1.85689 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.00355917 Jy ! Component: 100 - total flux cleaned = 0.003537 Jy ! Component: 150 - total flux cleaned = 0.00402882 Jy ! Component: 200 - total flux cleaned = 0.0043452 Jy ! Total flux subtracted in 200 components = 0.0043452 Jy ! Clean residual min=-0.002418 max=0.002417 Jy/beam ! Clean residual mean=0.000005 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 1.21922 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 130 components and 1.21922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055095Jy sigma=0.766500 ! Fit after self-cal, rms=0.055112Jy sigma=0.766183 ! 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.055112Jy sigma=0.766183 ! Fit after self-cal, rms=0.055075Jy sigma=0.765763 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.312 mas, bmaj=7.957 mas, bpa=-9.874 degrees ! Estimated noise=1.85626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113295 Jy ! Component: 100 - total flux cleaned = 0.00136657 Jy ! Component: 150 - total flux cleaned = 0.00190088 Jy ! Component: 200 - total flux cleaned = 0.00199282 Jy ! Total flux subtracted in 200 components = 0.00199282 Jy ! Clean residual min=-0.001558 max=0.001551 Jy/beam ! Clean residual mean=0.000007 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 1.22121 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 164 components and 1.22121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054584Jy sigma=0.760820 ! Fit after self-cal, rms=0.054576Jy sigma=0.760751 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000553127 Jy ! Component: 100 - total flux cleaned = 0.000554746 Jy ! Component: 150 - total flux cleaned = 0.000554828 Jy ! Component: 200 - total flux cleaned = 0.000255722 Jy ! Total flux subtracted in 200 components = 0.000255722 Jy ! Clean residual min=-0.001210 max=0.001212 Jy/beam ! Clean residual mean=-0.000004 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 1.22147 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 186 components and 1.22147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054293Jy sigma=0.758653 ! Fit after self-cal, rms=0.054288Jy sigma=0.758607 ! 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.054288Jy sigma=0.758607 ! Fit after self-cal, rms=0.054225Jy sigma=0.757832 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.311 mas, bmaj=7.958 mas, bpa=-9.88 degrees ! Estimated noise=1.85578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169462 Jy ! Component: 100 - total flux cleaned = 0.00206015 Jy ! Component: 150 - total flux cleaned = 0.00199297 Jy ! Component: 200 - total flux cleaned = 0.00193254 Jy ! Total flux subtracted in 200 components = 0.00193254 Jy ! Clean residual min=-0.001051 max=0.001058 Jy/beam ! Clean residual mean=0.000002 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 1.2234 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 219 components and 1.2234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054031Jy sigma=0.755954 ! Fit after self-cal, rms=0.054028Jy sigma=0.755927 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00048284 Jy ! Component: 100 - total flux cleaned = 0.000359628 Jy ! Component: 150 - total flux cleaned = 0.000124997 Jy ! Component: 200 - total flux cleaned = -4.47249e-05 Jy ! Total flux subtracted in 200 components = -4.47249e-05 Jy ! Clean residual min=-0.000938 max=0.000936 Jy/beam ! Clean residual mean=-0.000003 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 1.22336 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 240 components and 1.22336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053874Jy sigma=0.754784 ! Fit after self-cal, rms=0.053872Jy sigma=0.754763 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053872Jy sigma=0.754763 ! Fit after self-cal, rms=0.053835Jy sigma=0.754171 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.396 mas, bmaj=16.93 mas, bpa=10.73 degrees ! Estimated noise=1.87371 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000624167 Jy ! Component: 100 - total flux cleaned = 0.000724424 Jy ! Component: 150 - total flux cleaned = 0.000771365 Jy ! Component: 200 - total flux cleaned = 0.000594875 Jy ! Total flux subtracted in 200 components = 0.000594875 Jy ! Clean residual min=-0.000736 max=0.000737 Jy/beam ! Clean residual mean=0.000009 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 1.22395 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 273 components and 1.22395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053801Jy sigma=0.753420 ! Fit after self-cal, rms=0.053800Jy sigma=0.753410 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000158618 Jy ! Component: 100 - total flux cleaned = 0.000157698 Jy ! Component: 150 - total flux cleaned = 0.000226978 Jy ! Component: 200 - total flux cleaned = 0.000363778 Jy ! Total flux subtracted in 200 components = 0.000363778 Jy ! Clean residual min=-0.000579 max=0.000563 Jy/beam ! Clean residual mean=-0.000008 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 1.22431 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 297 components and 1.22431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053746Jy sigma=0.752785 ! Fit after self-cal, rms=0.053745Jy sigma=0.752771 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.128815Jy sigma=1.903383 ! Fit after self-cal, rms=0.128815Jy sigma=1.903383 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:FT self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.128815Jy sigma=1.903383 ! Fit after self-cal, rms=0.053743Jy sigma=0.752604 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.886 mas, bmaj=7.574 mas, bpa=-11.64 degrees ! Estimated noise=4.19611 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.000125366 Jy ! Component: 100 - total flux cleaned = -0.000948169 Jy ! Component: 150 - total flux cleaned = -0.00111921 Jy ! Component: 200 - total flux cleaned = -0.00180674 Jy ! Total flux subtracted in 200 components = -0.00180674 Jy ! Clean residual min=-0.002753 max=0.002733 Jy/beam ! Clean residual mean=0.000006 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 1.22251 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 355 components and 1.22251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053914Jy sigma=0.757028 ! Fit after self-cal, rms=0.053874Jy sigma=0.756481 ! 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=1.311 mas, bmaj=7.959 mas, bpa=-9.882 degrees ! Estimated noise=1.85547 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.00120918 Jy ! Component: 100 - total flux cleaned = -0.0021007 Jy ! Component: 150 - total flux cleaned = -0.00254527 Jy ! Component: 200 - total flux cleaned = -0.00284254 Jy ! Component: 250 - total flux cleaned = -0.00284216 Jy ! Component: 300 - total flux cleaned = -0.00302978 Jy ! Component: 350 - total flux cleaned = -0.00302825 Jy ! Component: 400 - total flux cleaned = -0.00302798 Jy ! Total flux subtracted in 400 components = -0.00302798 Jy ! Clean residual min=-0.000947 max=0.000951 Jy/beam ! Clean residual mean=-0.000004 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 1.21948 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 427 components and 1.21948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053369Jy sigma=0.750713 ! Fit after self-cal, rms=0.053367Jy sigma=0.750645 ! Inverting map dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000643651 Jy ! Component: 100 - total flux cleaned = -0.000435094 Jy ! Component: 150 - total flux cleaned = -0.000622236 Jy ! Component: 200 - total flux cleaned = -0.000713037 Jy ! Component: 250 - total flux cleaned = -0.000756087 Jy ! Component: 300 - total flux cleaned = -0.000800154 Jy ! Component: 350 - total flux cleaned = -0.000756708 Jy ! Component: 400 - total flux cleaned = -0.000803857 Jy ! Total flux subtracted in 400 components = -0.000803857 Jy ! Clean residual min=-0.000761 max=0.000773 Jy/beam ! Clean residual mean=0.000008 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 1.21868 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 476 components and 1.21868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053215Jy sigma=0.749213 ! Fit after self-cal, rms=0.053212Jy sigma=0.749170 ! Inverting map ! Added new window around map position (45.8, -49.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.30837e-05 Jy ! Component: 100 - total flux cleaned = 5.11478e-05 Jy ! Component: 150 - total flux cleaned = 7.53144e-05 Jy ! Component: 200 - total flux cleaned = 1.08796e-05 Jy ! Component: 250 - total flux cleaned = -2.75593e-05 Jy ! Component: 300 - total flux cleaned = -4.35607e-05 Jy ! Component: 350 - total flux cleaned = -1.27571e-05 Jy ! Component: 400 - total flux cleaned = 1.57176e-05 Jy ! Total flux subtracted in 400 components = 1.57176e-05 Jy ! Clean residual min=-0.001007 max=0.000937 Jy/beam ! Clean residual mean=-0.000008 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 1.21869 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 503 components and 1.21869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053150Jy sigma=0.748832 ! Fit after self-cal, rms=0.053151Jy sigma=0.748813 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.128755Jy sigma=1.904922 ! Fit after self-cal, rms=0.053140Jy sigma=0.748592 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.311 mas, bmaj=7.96 mas, bpa=-9.881 degrees ! Estimated noise=1.85511 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.08925e-05 Jy ! Component: 100 - total flux cleaned = 1.55971e-05 Jy ! Component: 150 - total flux cleaned = 8.50646e-05 Jy ! Component: 200 - total flux cleaned = 0.000122817 Jy ! Component: 250 - total flux cleaned = 0.000157862 Jy ! Component: 300 - total flux cleaned = 0.000179922 Jy ! Component: 350 - total flux cleaned = 0.000211533 Jy ! Component: 400 - total flux cleaned = 0.000230871 Jy ! Total flux subtracted in 400 components = 0.000230871 Jy ! Clean residual min=-0.000823 max=0.001046 Jy/beam ! Clean residual mean=-0.000002 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 1.21892 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 521 components and 1.21892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053121Jy sigma=0.748484 ! Fit after self-cal, rms=0.053121Jy sigma=0.748472 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 (-11.2, 43). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221031 Jy ! Component: 100 - total flux cleaned = 0.000145739 Jy ! Component: 150 - total flux cleaned = 0.000123027 Jy ! Component: 200 - total flux cleaned = 8.18368e-05 Jy ! Component: 250 - total flux cleaned = 4.43634e-05 Jy ! Component: 300 - total flux cleaned = 9.15137e-06 Jy ! Component: 350 - total flux cleaned = 2.52968e-05 Jy ! Component: 400 - total flux cleaned = 2.53407e-05 Jy ! Total flux subtracted in 400 components = 2.53407e-05 Jy ! Clean residual min=-0.000762 max=0.001101 Jy/beam ! Clean residual mean=-0.000003 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 1.21895 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 540 components and 1.21895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053078Jy sigma=0.748147 ! Fit after self-cal, rms=0.053077Jy sigma=0.748133 ! Inverting map ! Added new window around map position (13.2, 42.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00028543 Jy ! Component: 100 - total flux cleaned = 0.000231582 Jy ! Component: 150 - total flux cleaned = 0.000299364 Jy ! Component: 200 - total flux cleaned = 0.000488601 Jy ! Component: 250 - total flux cleaned = 0.000606284 Jy ! Component: 300 - total flux cleaned = 0.000681033 Jy ! Component: 350 - total flux cleaned = 0.000752684 Jy ! Component: 400 - total flux cleaned = 0.000786826 Jy ! Total flux subtracted in 400 components = 0.000786826 Jy ! Clean residual min=-0.001140 max=0.001052 Jy/beam ! Clean residual mean=-0.000000 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 1.21973 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 576 components and 1.21973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053019Jy sigma=0.747803 ! Fit after self-cal, rms=0.053018Jy sigma=0.747781 ! Inverting map ! Added new window around map position (-44.2, -37). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000919147 Jy ! Component: 100 - total flux cleaned = 0.00100092 Jy ! Component: 150 - total flux cleaned = 0.000905284 Jy ! Component: 200 - total flux cleaned = 0.000858745 Jy ! Component: 250 - total flux cleaned = 0.000835615 Jy ! Component: 300 - total flux cleaned = 0.000765737 Jy ! Component: 350 - total flux cleaned = 0.000719069 Jy ! Component: 400 - total flux cleaned = 0.000670863 Jy ! Total flux subtracted in 400 components = 0.000670863 Jy ! Clean residual min=-0.001154 max=0.000884 Jy/beam ! Clean residual mean=-0.000002 rms=0.000249 Jy/beam ! Combined flux in latest and established models = 1.22041 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 612 components and 1.22041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052970Jy sigma=0.747357 ! Fit after self-cal, rms=0.052967Jy sigma=0.747323 ! Inverting map ! Added new window around map position (-22.8, -33). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000719931 Jy ! Component: 100 - total flux cleaned = 0.000936402 Jy ! Component: 150 - total flux cleaned = 0.00109111 Jy ! Component: 200 - total flux cleaned = 0.00101603 Jy ! Component: 250 - total flux cleaned = 0.000992944 Jy ! Component: 300 - total flux cleaned = 0.000993149 Jy ! Component: 350 - total flux cleaned = 0.000993627 Jy ! Component: 400 - total flux cleaned = 0.000926466 Jy ! Total flux subtracted in 400 components = 0.000926466 Jy ! Clean residual min=-0.000786 max=0.000699 Jy/beam ! Clean residual mean=0.000004 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 1.22133 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 641 components and 1.22133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052921Jy sigma=0.746884 ! Fit after self-cal, rms=0.052922Jy sigma=0.746857 ! 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.052922Jy sigma=0.746857 ! Fit after self-cal, rms=0.052896Jy sigma=0.746402 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.311 mas, bmaj=7.96 mas, bpa=-9.883 degrees ! Estimated noise=1.85518 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000339312 Jy ! Component: 100 - total flux cleaned = 0.00038878 Jy ! Component: 150 - total flux cleaned = 0.000532625 Jy ! Component: 200 - total flux cleaned = 0.000627022 Jy ! Component: 250 - total flux cleaned = 0.000650421 Jy ! Component: 300 - total flux cleaned = 0.000650531 Jy ! Component: 350 - total flux cleaned = 0.00065118 Jy ! Component: 400 - total flux cleaned = 0.000651388 Jy ! Total flux subtracted in 400 components = 0.000651388 Jy ! Clean residual min=-0.001024 max=0.000787 Jy/beam ! Clean residual mean=-0.000002 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 1.22198 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 674 components and 1.22198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052858Jy sigma=0.746033 ! Fit after self-cal, rms=0.052857Jy sigma=0.746007 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 (-32.2, 45.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000634599 Jy ! Component: 100 - total flux cleaned = 0.000727484 Jy ! Component: 150 - total flux cleaned = 0.00088352 Jy ! Component: 200 - total flux cleaned = 0.00105441 Jy ! Component: 250 - total flux cleaned = 0.00113745 Jy ! Component: 300 - total flux cleaned = 0.00123858 Jy ! Component: 350 - total flux cleaned = 0.00129828 Jy ! Component: 400 - total flux cleaned = 0.00135767 Jy ! Total flux subtracted in 400 components = 0.00135767 Jy ! Clean residual min=-0.000890 max=0.000701 Jy/beam ! Clean residual mean=0.000003 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 1.22334 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 711 components and 1.22334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052819Jy sigma=0.745602 ! Fit after self-cal, rms=0.052819Jy sigma=0.745593 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052819Jy sigma=0.745593 ! Fit after self-cal, rms=0.051351Jy sigma=0.720977 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=16.94 mas, bpa=10.74 degrees ! Estimated noise=1.87243 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000139238 Jy ! Component: 100 - total flux cleaned = -6.78836e-05 Jy ! Component: 150 - total flux cleaned = -6.40205e-07 Jy ! Component: 200 - total flux cleaned = 8.265e-05 Jy ! Component: 250 - total flux cleaned = 0.000165982 Jy ! Component: 300 - total flux cleaned = 0.000250185 Jy ! Component: 350 - total flux cleaned = 0.000265731 Jy ! Component: 400 - total flux cleaned = 0.000247688 Jy ! Total flux subtracted in 400 components = 0.000247688 Jy ! Clean residual min=-0.000689 max=0.000692 Jy/beam ! Clean residual mean=-0.000002 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 1.22359 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 784 components and 1.22359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051335Jy sigma=0.720759 ! Fit after self-cal, rms=0.051333Jy sigma=0.720742 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000453351 Jy ! Component: 100 - total flux cleaned = 0.000599593 Jy ! Component: 150 - total flux cleaned = 0.000769849 Jy ! Component: 200 - total flux cleaned = 0.000889198 Jy ! Component: 250 - total flux cleaned = 0.00100484 Jy ! Component: 300 - total flux cleaned = 0.00110322 Jy ! Component: 350 - total flux cleaned = 0.00119862 Jy ! Component: 400 - total flux cleaned = 0.00122523 Jy ! Total flux subtracted in 400 components = 0.00122523 Jy ! Clean residual min=-0.000545 max=0.000601 Jy/beam ! Clean residual mean=0.000003 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 1.22482 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 817 components and 1.22482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051319Jy sigma=0.720535 ! Fit after self-cal, rms=0.051319Jy sigma=0.720531 ! Inverting map ! Added new window around map position (18.8, -50.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000183402 Jy ! Component: 100 - total flux cleaned = 0.000361493 Jy ! Component: 150 - total flux cleaned = 0.000588369 Jy ! Component: 200 - total flux cleaned = 0.000748357 Jy ! Component: 250 - total flux cleaned = 0.000861513 Jy ! Component: 300 - total flux cleaned = 0.000972339 Jy ! Component: 350 - total flux cleaned = 0.00108044 Jy ! Component: 400 - total flux cleaned = 0.00118707 Jy ! Total flux subtracted in 400 components = 0.00118707 Jy ! Clean residual min=-0.000608 max=0.000408 Jy/beam ! Clean residual mean=0.000001 rms=0.000133 Jy/beam ! Combined flux in latest and established models = 1.226 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 882 components and 1.226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051297Jy sigma=0.720274 ! Fit after self-cal, rms=0.051298Jy sigma=0.720265 ! 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=1.311 mas, bmaj=7.959 mas, bpa=-9.88 degrees ! Estimated noise=1.85496 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.311 x 7.959 at -9.88 degrees (North through East) ! Clean map min=-0.017352 max=1.1218 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051298Jy sigma=0.720265 ! Fit after self-cal, rms=0.045669Jy sigma=0.624807 ! Inverting map and beam ! Estimated beam: bmin=1.311 mas, bmaj=7.959 mas, bpa=-9.88 degrees ! Estimated noise=1.85486 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000211446 Jy ! Component: 100 - total flux cleaned = 0.000185236 Jy ! Component: 150 - total flux cleaned = 0.000111715 Jy ! Component: 200 - total flux cleaned = 4.22037e-05 Jy ! Component: 250 - total flux cleaned = -2.45925e-05 Jy ! Component: 300 - total flux cleaned = -6.70448e-05 Jy ! Component: 350 - total flux cleaned = -0.000151203 Jy ! Component: 400 - total flux cleaned = -0.000255883 Jy ! Total flux subtracted in 400 components = -0.000255883 Jy ! Clean residual min=-0.000623 max=0.000723 Jy/beam ! Clean residual mean=-0.000002 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 1.22575 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 927 components and 1.22575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045614Jy sigma=0.624351 ! Fit after self-cal, rms=0.045614Jy sigma=0.624332 ! Inverting map ! Added new window around map position (-7.6, -31.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000502336 Jy ! Component: 100 - total flux cleaned = 0.000686832 Jy ! Component: 150 - total flux cleaned = 0.000731284 Jy ! Component: 200 - total flux cleaned = 0.000838729 Jy ! Component: 250 - total flux cleaned = 0.000901152 Jy ! Component: 300 - total flux cleaned = 0.000940843 Jy ! Component: 350 - total flux cleaned = 0.00102138 Jy ! Component: 400 - total flux cleaned = 0.00114052 Jy ! Total flux subtracted in 400 components = 0.00114052 Jy ! Clean residual min=-0.000676 max=0.000518 Jy/beam ! Clean residual mean=-0.000001 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 1.22689 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 956 components and 1.22689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045564Jy sigma=0.623924 ! Fit after self-cal, rms=0.045565Jy sigma=0.623912 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045565Jy sigma=0.623912 ! Fit after self-cal, rms=0.045566Jy sigma=0.623880 print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8856 mas, bmaj=7.57 mas, bpa=-11.64 degrees ! Estimated noise=4.20035 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.653868 Jy ! Component: 100 - total flux cleaned = 1.06301 Jy ! Component: 150 - total flux cleaned = 1.27641 Jy ! Component: 200 - total flux cleaned = 1.43439 Jy ! Component: 250 - total flux cleaned = 1.52319 Jy ! Component: 300 - total flux cleaned = 1.58004 Jy ! Component: 350 - total flux cleaned = 1.60579 Jy ! Component: 400 - total flux cleaned = 1.61168 Jy ! Total flux subtracted in 400 components = 1.61168 Jy ! Clean residual min=-0.222927 max=0.186703 Jy/beam ! Clean residual mean=-0.000460 rms=0.048209 Jy/beam ! Combined flux in latest and established models = 1.61168 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 112 model components to the UV plane model. ! The established model now contains 112 components and 1.61168 Jy ! Inverting map and beam ! Estimated beam: bmin=1.311 mas, bmaj=7.958 mas, bpa=-9.88 degrees ! Estimated noise=1.85493 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-0.8, -2.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0325142 Jy ! Component: 100 - total flux cleaned = 0.06763 Jy ! Component: 150 - total flux cleaned = 0.109935 Jy ! Component: 200 - total flux cleaned = 0.14449 Jy ! Component: 250 - total flux cleaned = 0.177891 Jy ! Component: 300 - total flux cleaned = 0.178093 Jy ! Component: 350 - total flux cleaned = 0.175144 Jy ! Component: 400 - total flux cleaned = 0.166275 Jy ! Total flux subtracted in 400 components = 0.166275 Jy ! Clean residual min=-0.083530 max=0.073094 Jy/beam ! Clean residual mean=-0.000018 rms=0.023107 Jy/beam ! Combined flux in latest and established models = 1.77796 Jy ! Adding 115 model components to the UV plane model. ! The established model now contains 227 components and 1.77796 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=16.94 mas, bpa=10.74 degrees ! Estimated noise=1.87244 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00634991 Jy ! Component: 100 - total flux cleaned = 0.00630766 Jy ! Component: 150 - total flux cleaned = 0.0105783 Jy ! Component: 200 - total flux cleaned = 0.0072564 Jy ! Component: 250 - total flux cleaned = -0.00189027 Jy ! Component: 300 - total flux cleaned = -0.00327795 Jy ! Component: 350 - total flux cleaned = -0.00848397 Jy ! Component: 400 - total flux cleaned = -0.0148144 Jy ! Total flux subtracted in 400 components = -0.0148144 Jy ! Clean residual min=-0.049126 max=0.041824 Jy/beam ! Clean residual mean=-0.000077 rms=0.011684 Jy/beam ! Combined flux in latest and established models = 1.76314 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.00493431 Jy ! Component: 100 - total flux cleaned = -0.0121007 Jy ! Component: 150 - total flux cleaned = -0.016813 Jy ! Component: 200 - total flux cleaned = -0.0250607 Jy ! Component: 250 - total flux cleaned = -0.0334336 Jy ! Component: 300 - total flux cleaned = -0.0395901 Jy ! Component: 350 - total flux cleaned = -0.0434992 Jy ! Component: 400 - total flux cleaned = -0.0462649 Jy ! Total flux subtracted in 400 components = -0.0462649 Jy ! Clean residual min=-0.049309 max=0.039381 Jy/beam ! Clean residual mean=-0.000020 rms=0.011599 Jy/beam ! Combined flux in latest and established models = 1.71688 Jy ! Adding 182 model components to the UV plane model. ! The established model now contains 401 components and 1.71688 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.311 mas, bmaj=7.958 mas, bpa=-9.88 degrees ! Estimated noise=1.85493 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0201455 Jy ! Component: 100 - total flux cleaned = -0.0314033 Jy ! Component: 150 - total flux cleaned = -0.0399835 Jy ! Component: 200 - total flux cleaned = -0.0467837 Jy ! Component: 250 - total flux cleaned = -0.0531133 Jy ! Component: 300 - total flux cleaned = -0.0589442 Jy ! Component: 350 - total flux cleaned = -0.0620489 Jy ! Component: 400 - total flux cleaned = -0.0635291 Jy ! Total flux subtracted in 400 components = -0.0635291 Jy ! Clean residual min=-0.031176 max=0.024588 Jy/beam ! Clean residual mean=0.000039 rms=0.006104 Jy/beam ! Combined flux in latest and established models = 1.65335 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 466 components and 1.65335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129808Jy sigma=1.682518 ! Fit after self-cal, rms=0.121084Jy sigma=1.534581 wmodel /scr/pima/rdv95_uvs/J0922-3959_X_map.mod ! Writing 466 model components to file: /scr/pima/rdv95_uvs/J0922-3959_X_map.mod wobs /scr/pima/rdv95_uvs/J0922-3959_X_uvs.fits ! Applying 645 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J0922-3959_X_uvs.fits wwins /scr/pima/rdv95_uvs/J0922-3959_X_map.win ! wwins: Wrote 9 windows to /scr/pima/rdv95_uvs/J0922-3959_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.0114365 Jy ! Component: 100 - total flux cleaned = -0.0126402 Jy ! Component: 150 - total flux cleaned = -0.0133243 Jy ! Component: 200 - total flux cleaned = -0.0155327 Jy ! Component: 250 - total flux cleaned = -0.0167306 Jy ! Component: 300 - total flux cleaned = -0.0161722 Jy ! Component: 350 - total flux cleaned = -0.0156387 Jy ! Component: 400 - total flux cleaned = -0.0153804 Jy ! Component: 450 - total flux cleaned = -0.0143851 Jy ! Component: 500 - total flux cleaned = -0.0141449 Jy ! Component: 550 - total flux cleaned = -0.0134401 Jy ! Component: 600 - total flux cleaned = -0.0129852 Jy ! Component: 650 - total flux cleaned = -0.0123109 Jy ! Component: 700 - total flux cleaned = -0.0114316 Jy ! Component: 750 - total flux cleaned = -0.010572 Jy ! Component: 800 - total flux cleaned = -0.00929656 Jy ! Component: 850 - total flux cleaned = -0.00824479 Jy ! Component: 900 - total flux cleaned = -0.00699552 Jy ! Component: 950 - total flux cleaned = -0.00575936 Jy ! Component: 1000 - total flux cleaned = -0.00453231 Jy ! Component: 1050 - total flux cleaned = -0.00310965 Jy ! Component: 1100 - total flux cleaned = -0.00128365 Jy ! Component: 1150 - total flux cleaned = -6.26146e-05 Jy ! Component: 1200 - total flux cleaned = 0.000754908 Jy ! Component: 1250 - total flux cleaned = 0.00137189 Jy ! Component: 1300 - total flux cleaned = 0.00178543 Jy ! Component: 1350 - total flux cleaned = 0.00262075 Jy ! Component: 1400 - total flux cleaned = 0.00304341 Jy ! Component: 1450 - total flux cleaned = 0.003259 Jy ! Component: 1500 - total flux cleaned = 0.00368591 Jy ! Component: 1550 - total flux cleaned = 0.00412252 Jy ! Component: 1600 - total flux cleaned = 0.00412242 Jy ! Component: 1650 - total flux cleaned = 0.00412159 Jy ! Component: 1700 - total flux cleaned = 0.00412111 Jy ! Component: 1750 - total flux cleaned = 0.00412029 Jy ! Component: 1800 - total flux cleaned = 0.00412427 Jy ! Component: 1850 - total flux cleaned = 0.00412673 Jy ! Component: 1900 - total flux cleaned = 0.0038809 Jy ! Component: 1950 - total flux cleaned = 0.00388132 Jy ! Component: 2000 - total flux cleaned = 0.0036182 Jy ! Component: 2050 - total flux cleaned = 0.0036177 Jy ! Component: 2100 - total flux cleaned = 0.00361826 Jy ! Component: 2150 - total flux cleaned = 0.00361924 Jy ! Component: 2200 - total flux cleaned = 0.00362094 Jy ! Component: 2250 - total flux cleaned = 0.00362273 Jy ! Component: 2300 - total flux cleaned = 0.00362377 Jy ! Component: 2350 - total flux cleaned = 0.00362902 Jy ! Component: 2400 - total flux cleaned = 0.00331049 Jy ! Component: 2450 - total flux cleaned = 0.00363406 Jy ! Component: 2500 - total flux cleaned = 0.00363459 Jy ! Component: 2550 - total flux cleaned = 0.00363354 Jy ! Component: 2600 - total flux cleaned = 0.00363462 Jy ! Component: 2650 - total flux cleaned = 0.00363505 Jy ! Component: 2700 - total flux cleaned = 0.00363443 Jy ! Component: 2750 - total flux cleaned = 0.00363644 Jy ! Component: 2800 - total flux cleaned = 0.00363675 Jy ! Component: 2850 - total flux cleaned = 0.00363831 Jy ! Component: 2900 - total flux cleaned = 0.00322933 Jy ! Component: 2950 - total flux cleaned = 0.00322632 Jy ! Component: 3000 - total flux cleaned = 0.00322174 Jy ! Component: 3050 - total flux cleaned = 0.00322391 Jy ! Component: 3100 - total flux cleaned = 0.00322703 Jy ! Component: 3150 - total flux cleaned = 0.00322685 Jy ! Component: 3200 - total flux cleaned = 0.0032304 Jy ! Component: 3250 - total flux cleaned = 0.0027316 Jy ! Component: 3300 - total flux cleaned = 0.00272739 Jy ! Component: 3350 - total flux cleaned = 0.00272338 Jy ! Component: 3400 - total flux cleaned = 0.00271768 Jy ! Component: 3450 - total flux cleaned = 0.00271996 Jy ! Component: 3500 - total flux cleaned = 0.00272517 Jy ! Component: 3550 - total flux cleaned = 0.00213853 Jy ! Component: 3600 - total flux cleaned = 0.00214602 Jy ! Component: 3650 - total flux cleaned = 0.00152945 Jy ! Component: 3700 - total flux cleaned = 0.00152367 Jy ! Component: 3750 - total flux cleaned = 0.00151977 Jy ! Component: 3800 - total flux cleaned = 0.00152435 Jy ! Component: 3850 - total flux cleaned = 0.000839668 Jy ! Component: 3900 - total flux cleaned = 0.00154877 Jy ! Component: 3950 - total flux cleaned = 0.00154843 Jy ! Component: 4000 - total flux cleaned = 0.00155532 Jy ! Component: 4050 - total flux cleaned = 0.00156186 Jy ! Total flux subtracted in 4096 components = 0.00156986 Jy ! Clean residual min=-0.045047 max=0.043527 Jy/beam ! Clean residual mean=-0.001006 rms=0.012740 Jy/beam ! Combined flux in latest and established models = 1.65492 Jy keep ! Adding 175 model components to the UV plane model. ! The established model now contains 640 components and 1.65492 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J0922-3959_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.311 x 7.958 at -9.88 degrees (North through East) ! Clean map min=-0.098536 max=0.55994 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J0922-3959_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.5599 rms= 0.01088 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J0922-3959_X_uvs.log closed on Wed Nov 6 20:45:37 2013