! Started logfile: /scr/pima/rdv73_uvs/J0045-3900_S_uvs.log on Sat Jan 9 17:43:11 2016 obs /scr/pima/rdv73_uvs/J0045-3900_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J0045-3900_S_uva.fits ! AN table 1: 46 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.93323 visibilities/baseline/integration-bin. ! Found source: J0045-3900 ! ! 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 4808 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/J0045-3900_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011968Jy sigma=7.556318 ! Fit after self-cal, rms=0.905882Jy sigma=6.775883 ! 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=2.278 mas, bmaj=6.041 mas, bpa=-6.788 degrees ! Estimated noise=2.98507 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.0746252 Jy ! Component: 100 - total flux cleaned = 0.0920425 Jy ! Total flux subtracted in 100 components = 0.0920425 Jy ! Clean residual min=-0.009339 max=0.008480 Jy/beam ! Clean residual mean=-0.000074 rms=0.002159 Jy/beam ! Combined flux in latest and established models = 0.0920425 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0920425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112877Jy sigma=0.762671 ! Fit after self-cal, rms=0.111550Jy sigma=0.753615 ! 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=2.997 mas, bmaj=7.812 mas, bpa=-5.918 degrees ! Estimated noise=1.50698 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.00944791 Jy ! Component: 100 - total flux cleaned = 0.0133606 Jy ! Component: 150 - total flux cleaned = 0.0152639 Jy ! Component: 200 - total flux cleaned = 0.0159325 Jy ! Total flux subtracted in 200 components = 0.0159325 Jy ! Clean residual min=-0.005194 max=0.005430 Jy/beam ! Clean residual mean=-0.000078 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.107975 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 24 components and 0.107975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110664Jy sigma=0.749061 ! Fit after self-cal, rms=0.110664Jy sigma=0.748968 ! 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.98 KP 1.00 LA 0.95 MK 0.96 ! NL 1.04 OV 0.96 PT 1.01 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.99 LA 0.93 MK 0.99 ! NL 1.04 OV 0.99 PT 1.07 SC 1.14 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 1.05 LA 0.90 MK 0.99 ! NL 1.29 OV 1.17 PT 1.12 SC 0.88 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.80 LA 0.75 MK 1.06 ! NL 1.20 OV 0.85 PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.110664Jy sigma=0.748968 ! Fit after self-cal, rms=0.109243Jy sigma=0.740145 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.009 mas, bmaj=7.816 mas, bpa=-5.833 degrees ! Estimated noise=1.50675 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 = -4.12861e-05 Jy ! Component: 100 - total flux cleaned = -7.06503e-05 Jy ! Component: 150 - total flux cleaned = -9.34481e-05 Jy ! Component: 200 - total flux cleaned = -9.33137e-05 Jy ! Total flux subtracted in 200 components = -9.33137e-05 Jy ! Clean residual min=-0.004581 max=0.004437 Jy/beam ! Clean residual mean=-0.000009 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.107882 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.107882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109216Jy sigma=0.740112 ! Fit after self-cal, rms=0.109348Jy sigma=0.739540 ! 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.109348Jy sigma=0.739540 ! Fit after self-cal, rms=0.109713Jy sigma=0.739486 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=7.824 mas, bpa=-5.911 degrees ! Estimated noise=1.50576 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.94128e-05 Jy ! Component: 100 - total flux cleaned = -6.56844e-05 Jy ! Component: 150 - total flux cleaned = -8.57461e-05 Jy ! Component: 200 - total flux cleaned = -8.69138e-05 Jy ! Total flux subtracted in 200 components = -8.69138e-05 Jy ! Clean residual min=-0.004588 max=0.004345 Jy/beam ! Clean residual mean=-0.000008 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.107795 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 34 components and 0.107795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109696Jy sigma=0.739460 ! Fit after self-cal, rms=0.109711Jy sigma=0.739450 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.10507e-05 Jy ! Component: 100 - total flux cleaned = 7.17805e-05 Jy ! Component: 150 - total flux cleaned = 7.21837e-05 Jy ! Component: 200 - total flux cleaned = 7.17977e-05 Jy ! Total flux subtracted in 200 components = 7.17977e-05 Jy ! Clean residual min=-0.004585 max=0.004302 Jy/beam ! Clean residual mean=-0.000008 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.107867 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.107867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109702Jy sigma=0.739427 ! Fit after self-cal, rms=0.109700Jy sigma=0.739423 ! 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.109700Jy sigma=0.739423 ! Fit after self-cal, rms=0.109301Jy sigma=0.738351 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=7.802 mas, bpa=-5.832 degrees ! Estimated noise=1.50637 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.55287e-05 Jy ! Component: 100 - total flux cleaned = -0.000129046 Jy ! Component: 150 - total flux cleaned = -0.000138709 Jy ! Component: 200 - total flux cleaned = -0.000138885 Jy ! Total flux subtracted in 200 components = -0.000138885 Jy ! Clean residual min=-0.004684 max=0.004088 Jy/beam ! Clean residual mean=-0.000005 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.107728 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.107728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109300Jy sigma=0.738335 ! Fit after self-cal, rms=0.109367Jy sigma=0.738224 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 = 2.48395e-05 Jy ! Component: 100 - total flux cleaned = 3.49562e-05 Jy ! Component: 150 - total flux cleaned = 3.49269e-05 Jy ! Component: 200 - total flux cleaned = 3.46786e-05 Jy ! Total flux subtracted in 200 components = 3.46786e-05 Jy ! Clean residual min=-0.004686 max=0.004015 Jy/beam ! Clean residual mean=-0.000005 rms=0.001001 Jy/beam ! Combined flux in latest and established models = 0.107762 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.107762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109367Jy sigma=0.738210 ! Fit after self-cal, rms=0.109367Jy sigma=0.738208 ! 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.109367Jy sigma=0.738208 ! Fit after self-cal, rms=0.109573Jy sigma=0.738118 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.903 mas, bmaj=28.1 mas, bpa=-2.456 degrees ! Estimated noise=1.89038 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.96192e-05 Jy ! Component: 100 - total flux cleaned = 1.77822e-05 Jy ! Component: 150 - total flux cleaned = 1.50891e-05 Jy ! Component: 200 - total flux cleaned = 1.24924e-05 Jy ! Total flux subtracted in 200 components = 1.24924e-05 Jy ! Clean residual min=-0.003458 max=0.003387 Jy/beam ! Clean residual mean=-0.000007 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.107775 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 51 components and 0.107775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109573Jy sigma=0.738136 ! Fit after self-cal, rms=0.109583Jy sigma=0.738120 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.0382e-06 Jy ! Component: 100 - total flux cleaned = -6.47684e-07 Jy ! Component: 150 - total flux cleaned = -2.85656e-06 Jy ! Component: 200 - total flux cleaned = -4.84378e-06 Jy ! Total flux subtracted in 200 components = -4.84378e-06 Jy ! Clean residual min=-0.003469 max=0.003385 Jy/beam ! Clean residual mean=-0.000007 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 0.10777 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 52 components and 0.10777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109584Jy sigma=0.738145 ! Fit after self-cal, rms=0.109591Jy sigma=0.738127 ! 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:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109981Jy sigma=0.741910 ! Fit after self-cal, rms=0.109981Jy sigma=0.741910 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.109981Jy sigma=0.741910 ! Fit after self-cal, rms=0.108975Jy sigma=0.738086 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=2.289 mas, bmaj=6.045 mas, bpa=-6.798 degrees ! Estimated noise=2.99088 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.000654549 Jy ! Component: 100 - total flux cleaned = 0.0010507 Jy ! Component: 150 - total flux cleaned = 0.00135449 Jy ! Component: 200 - total flux cleaned = 0.00160247 Jy ! Total flux subtracted in 200 components = 0.00160247 Jy ! Clean residual min=-0.006886 max=0.007053 Jy/beam ! Clean residual mean=0.000003 rms=0.001853 Jy/beam ! Combined flux in latest and established models = 0.109372 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 58 components and 0.109372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109015Jy sigma=0.738299 ! Fit after self-cal, rms=0.108995Jy sigma=0.738252 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=7.806 mas, bpa=-6.013 degrees ! Estimated noise=1.49728 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.00183539 Jy ! Component: 100 - total flux cleaned = -0.00209055 Jy ! Component: 150 - total flux cleaned = -0.00212843 Jy ! Component: 200 - total flux cleaned = -0.0021277 Jy ! Component: 250 - total flux cleaned = -0.00213826 Jy ! Component: 300 - total flux cleaned = -0.00212942 Jy ! Component: 350 - total flux cleaned = -0.00212932 Jy ! Component: 400 - total flux cleaned = -0.00212186 Jy ! Total flux subtracted in 400 components = -0.00212186 Jy ! Clean residual min=-0.004702 max=0.003866 Jy/beam ! Clean residual mean=-0.000003 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.107251 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 0.107251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108964Jy sigma=0.738046 ! Fit after self-cal, rms=0.108968Jy sigma=0.738033 ! Inverting map dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.71978e-05 Jy ! Component: 100 - total flux cleaned = -2.95925e-05 Jy ! Component: 150 - total flux cleaned = -2.25546e-05 Jy ! Component: 200 - total flux cleaned = -1.59502e-05 Jy ! Component: 250 - total flux cleaned = -1.00609e-05 Jy ! Component: 300 - total flux cleaned = -1.00076e-05 Jy ! Component: 350 - total flux cleaned = -4.51313e-06 Jy ! Component: 400 - total flux cleaned = 8.74375e-07 Jy ! Total flux subtracted in 400 components = 8.74375e-07 Jy ! Clean residual min=-0.004704 max=0.003853 Jy/beam ! Clean residual mean=-0.000003 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.107251 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 74 components and 0.107251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108967Jy sigma=0.738015 ! Fit after self-cal, rms=0.108969Jy sigma=0.738013 ! 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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.109362Jy sigma=0.741769 ! Fit after self-cal, rms=0.108460Jy sigma=0.738000 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=7.811 mas, bpa=-6.055 degrees ! Estimated noise=1.48964 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000472634 Jy ! Component: 100 - total flux cleaned = -0.000579662 Jy ! Component: 150 - total flux cleaned = -0.000586177 Jy ! Component: 200 - total flux cleaned = -0.00059232 Jy ! Component: 250 - total flux cleaned = -0.000597942 Jy ! Component: 300 - total flux cleaned = -0.000603042 Jy ! Component: 350 - total flux cleaned = -0.000607806 Jy ! Component: 400 - total flux cleaned = -0.000607932 Jy ! Total flux subtracted in 400 components = -0.000607932 Jy ! Clean residual min=-0.004688 max=0.003825 Jy/beam ! Clean residual mean=-0.000002 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.106644 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 90 components and 0.106644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108454Jy sigma=0.738003 ! Fit after self-cal, rms=0.108454Jy sigma=0.738001 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 = 3.43278e-05 Jy ! Component: 100 - total flux cleaned = 2.79553e-05 Jy ! Component: 150 - total flux cleaned = 1.65538e-05 Jy ! Component: 200 - total flux cleaned = 1.12778e-05 Jy ! Component: 250 - total flux cleaned = 6.45697e-06 Jy ! Component: 300 - total flux cleaned = 6.35667e-06 Jy ! Component: 350 - total flux cleaned = 1.82206e-06 Jy ! Component: 400 - total flux cleaned = 1.92273e-06 Jy ! Total flux subtracted in 400 components = 1.92273e-06 Jy ! Clean residual min=-0.004681 max=0.003816 Jy/beam ! Clean residual mean=-0.000002 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.106645 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.106645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108453Jy sigma=0.737995 ! Fit after self-cal, rms=0.108453Jy sigma=0.737993 ! 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.108453Jy sigma=0.737993 ! Fit after self-cal, rms=0.108763Jy sigma=0.737919 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.02 mas, bmaj=7.823 mas, bpa=-6.095 degrees ! Estimated noise=1.49053 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.42395e-05 Jy ! Component: 100 - total flux cleaned = -0.000116339 Jy ! Component: 150 - total flux cleaned = -0.000128579 Jy ! Component: 200 - total flux cleaned = -0.000134022 Jy ! Component: 250 - total flux cleaned = -0.000134025 Jy ! Component: 300 - total flux cleaned = -0.000138976 Jy ! Component: 350 - total flux cleaned = -0.000139284 Jy ! Component: 400 - total flux cleaned = -0.000139037 Jy ! Total flux subtracted in 400 components = -0.000139037 Jy ! Clean residual min=-0.004662 max=0.003815 Jy/beam ! Clean residual mean=-0.000004 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.106506 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 95 components and 0.106506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108760Jy sigma=0.737912 ! Fit after self-cal, rms=0.108768Jy sigma=0.737908 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.78306e-05 Jy ! Component: 100 - total flux cleaned = 5.61529e-06 Jy ! Component: 150 - total flux cleaned = 5.44282e-06 Jy ! Component: 200 - total flux cleaned = 5.75254e-07 Jy ! Component: 250 - total flux cleaned = -4.00334e-06 Jy ! Component: 300 - total flux cleaned = -3.72413e-06 Jy ! Component: 350 - total flux cleaned = -3.97144e-06 Jy ! Component: 400 - total flux cleaned = -8.18526e-06 Jy ! Total flux subtracted in 400 components = -8.18526e-06 Jy ! Clean residual min=-0.004662 max=0.003815 Jy/beam ! Clean residual mean=-0.000004 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.106498 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 97 components and 0.106498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108766Jy sigma=0.737902 ! Fit after self-cal, rms=0.108766Jy sigma=0.737901 ! 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.108766Jy sigma=0.737901 ! Fit after self-cal, rms=0.118880Jy sigma=0.726169 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.917 mas, bmaj=28.13 mas, bpa=-2.659 degrees ! Estimated noise=1.93363 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0030093 Jy ! Component: 100 - total flux cleaned = 0.00369947 Jy ! Component: 150 - total flux cleaned = 0.00383755 Jy ! Component: 200 - total flux cleaned = 0.00383873 Jy ! Component: 250 - total flux cleaned = 0.00383968 Jy ! Component: 300 - total flux cleaned = 0.00384054 Jy ! Component: 350 - total flux cleaned = 0.00384096 Jy ! Component: 400 - total flux cleaned = 0.00383698 Jy ! Total flux subtracted in 400 components = 0.00383698 Jy ! Clean residual min=-0.003391 max=0.003351 Jy/beam ! Clean residual mean=0.000005 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.110335 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 106 components and 0.110335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118842Jy sigma=0.725890 ! Fit after self-cal, rms=0.119089Jy sigma=0.724740 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.3584e-05 Jy ! Component: 100 - total flux cleaned = 8.3317e-05 Jy ! Component: 150 - total flux cleaned = 8.28423e-05 Jy ! Component: 200 - total flux cleaned = 8.23993e-05 Jy ! Component: 250 - total flux cleaned = 8.23206e-05 Jy ! Component: 300 - total flux cleaned = 8.22644e-05 Jy ! Component: 350 - total flux cleaned = 8.21844e-05 Jy ! Component: 400 - total flux cleaned = 7.71176e-05 Jy ! Total flux subtracted in 400 components = 7.71176e-05 Jy ! Clean residual min=-0.003358 max=0.003343 Jy/beam ! Clean residual mean=0.000010 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.110412 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 110 components and 0.110412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119090Jy sigma=0.724745 ! Fit after self-cal, rms=0.119090Jy sigma=0.724728 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.83 mas, bpa=-6.272 degrees ! Estimated noise=1.54481 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 7.83 at -6.272 degrees (North through East) ! Clean map min=-0.0045736 max=0.097868 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=2.305 mas, bmaj=6.03 mas, bpa=-7.098 degrees ! Estimated noise=3.08709 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0775606 Jy ! Component: 100 - total flux cleaned = 0.0965775 Jy ! Component: 150 - total flux cleaned = 0.105232 Jy ! Component: 200 - total flux cleaned = 0.108462 Jy ! Component: 250 - total flux cleaned = 0.109372 Jy ! Component: 300 - total flux cleaned = 0.110179 Jy ! Component: 350 - total flux cleaned = 0.11074 Jy ! Component: 400 - total flux cleaned = 0.110871 Jy ! Total flux subtracted in 400 components = 0.110871 Jy ! Clean residual min=-0.007005 max=0.007096 Jy/beam ! Clean residual mean=0.000002 rms=0.001879 Jy/beam ! Combined flux in latest and established models = 0.110871 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.110871 Jy ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.83 mas, bpa=-6.272 degrees ! Estimated noise=1.54481 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.000824094 Jy ! Component: 100 - total flux cleaned = -0.000821111 Jy ! Component: 150 - total flux cleaned = -0.000819026 Jy ! Component: 200 - total flux cleaned = -0.000792453 Jy ! Component: 250 - total flux cleaned = -0.000791558 Jy ! Component: 300 - total flux cleaned = -0.000791955 Jy ! Component: 350 - total flux cleaned = -0.000805028 Jy ! Component: 400 - total flux cleaned = -0.000804424 Jy ! Total flux subtracted in 400 components = -0.000804424 Jy ! Clean residual min=-0.004598 max=0.004127 Jy/beam ! Clean residual mean=0.000003 rms=0.001003 Jy/beam ! Combined flux in latest and established models = 0.110067 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 43 components and 0.110067 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.917 mas, bmaj=28.13 mas, bpa=-2.659 degrees ! Estimated noise=1.93363 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000131155 Jy ! Component: 100 - total flux cleaned = 0.00013107 Jy ! Component: 150 - total flux cleaned = 0.00013155 Jy ! Component: 200 - total flux cleaned = 0.000131928 Jy ! Component: 250 - total flux cleaned = 0.000130636 Jy ! Component: 300 - total flux cleaned = 0.000129956 Jy ! Component: 350 - total flux cleaned = 0.000129387 Jy ! Component: 400 - total flux cleaned = 0.000127629 Jy ! Total flux subtracted in 400 components = 0.000127629 Jy ! Clean residual min=-0.003438 max=0.003345 Jy/beam ! Clean residual mean=0.000008 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.110195 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 = -7.12355e-06 Jy ! Component: 100 - total flux cleaned = -8.04288e-06 Jy ! Component: 150 - total flux cleaned = -9.12547e-06 Jy ! Component: 200 - total flux cleaned = -1.01339e-05 Jy ! Component: 250 - total flux cleaned = -1.10668e-05 Jy ! Component: 300 - total flux cleaned = -1.2072e-05 Jy ! Component: 350 - total flux cleaned = -1.27796e-05 Jy ! Component: 400 - total flux cleaned = -1.34033e-05 Jy ! Total flux subtracted in 400 components = -1.34033e-05 Jy ! Clean residual min=-0.003406 max=0.003343 Jy/beam ! Clean residual mean=0.000008 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.110181 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.110181 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=7.83 mas, bpa=-6.272 degrees ! Estimated noise=1.54481 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000363864 Jy ! Component: 100 - total flux cleaned = -0.000324179 Jy ! Component: 150 - total flux cleaned = -0.000289613 Jy ! Component: 200 - total flux cleaned = -0.000259603 Jy ! Component: 250 - total flux cleaned = -0.000232504 Jy ! Component: 300 - total flux cleaned = -0.000207929 Jy ! Component: 350 - total flux cleaned = -0.000196282 Jy ! Component: 400 - total flux cleaned = -0.000195314 Jy ! Total flux subtracted in 400 components = -0.000195314 Jy ! Clean residual min=-0.004541 max=0.004094 Jy/beam ! Clean residual mean=0.000002 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.109986 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.109986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119091Jy sigma=0.724486 ! Fit after self-cal, rms=0.119054Jy sigma=0.724461 wmodel /scr/pima/rdv73_uvs/J0045-3900_S_map.mod ! Writing 61 model components to file: /scr/pima/rdv73_uvs/J0045-3900_S_map.mod wobs /scr/pima/rdv73_uvs/J0045-3900_S_uvs.fits ! Applying 16 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J0045-3900_S_uvs.fits wwins /scr/pima/rdv73_uvs/J0045-3900_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv73_uvs/J0045-3900_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.00112156 Jy ! Component: 100 - total flux cleaned = -0.00234038 Jy ! Component: 150 - total flux cleaned = -0.00308636 Jy ! Component: 200 - total flux cleaned = -0.00314418 Jy ! Component: 250 - total flux cleaned = -0.00303306 Jy ! Component: 300 - total flux cleaned = -0.00308572 Jy ! Component: 350 - total flux cleaned = -0.00318817 Jy ! Component: 400 - total flux cleaned = -0.00348339 Jy ! Component: 450 - total flux cleaned = -0.00372116 Jy ! Component: 500 - total flux cleaned = -0.00404435 Jy ! Component: 550 - total flux cleaned = -0.00426886 Jy ! Component: 600 - total flux cleaned = -0.00453336 Jy ! Component: 650 - total flux cleaned = -0.00479202 Jy ! Component: 700 - total flux cleaned = -0.00517039 Jy ! Component: 750 - total flux cleaned = -0.00541714 Jy ! Component: 800 - total flux cleaned = -0.00573876 Jy ! Component: 850 - total flux cleaned = -0.00617347 Jy ! Component: 900 - total flux cleaned = -0.00652318 Jy ! Component: 950 - total flux cleaned = -0.00675323 Jy ! Component: 1000 - total flux cleaned = -0.00720504 Jy ! Component: 1050 - total flux cleaned = -0.00750172 Jy ! Component: 1100 - total flux cleaned = -0.00786682 Jy ! Component: 1150 - total flux cleaned = -0.0082265 Jy ! Component: 1200 - total flux cleaned = -0.0085802 Jy ! Component: 1250 - total flux cleaned = -0.00885893 Jy ! Component: 1300 - total flux cleaned = -0.00913392 Jy ! Component: 1350 - total flux cleaned = -0.00947265 Jy ! Component: 1400 - total flux cleaned = -0.00967288 Jy ! Component: 1450 - total flux cleaned = -0.00977264 Jy ! Component: 1500 - total flux cleaned = -0.0100666 Jy ! Component: 1550 - total flux cleaned = -0.0103566 Jy ! Component: 1600 - total flux cleaned = -0.0105474 Jy ! Component: 1650 - total flux cleaned = -0.0107358 Jy ! Component: 1700 - total flux cleaned = -0.0109838 Jy ! Component: 1750 - total flux cleaned = -0.0111678 Jy ! Component: 1800 - total flux cleaned = -0.0114405 Jy ! Component: 1850 - total flux cleaned = -0.0115902 Jy ! Component: 1900 - total flux cleaned = -0.0118275 Jy ! Component: 1950 - total flux cleaned = -0.0120324 Jy ! Component: 2000 - total flux cleaned = -0.0122066 Jy ! Component: 2050 - total flux cleaned = -0.0124365 Jy ! Component: 2100 - total flux cleaned = -0.0127496 Jy ! Component: 2150 - total flux cleaned = -0.012975 Jy ! Component: 2200 - total flux cleaned = -0.0131984 Jy ! Component: 2250 - total flux cleaned = -0.0134752 Jy ! Component: 2300 - total flux cleaned = -0.013777 Jy ! Component: 2350 - total flux cleaned = -0.0139946 Jy ! Component: 2400 - total flux cleaned = -0.0142103 Jy ! Component: 2450 - total flux cleaned = -0.0145042 Jy ! Component: 2500 - total flux cleaned = -0.0148223 Jy ! Component: 2550 - total flux cleaned = -0.0150327 Jy ! Component: 2600 - total flux cleaned = -0.0151635 Jy ! Component: 2650 - total flux cleaned = -0.0153973 Jy ! Component: 2700 - total flux cleaned = -0.0156297 Jy ! Component: 2750 - total flux cleaned = -0.0157836 Jy ! Component: 2800 - total flux cleaned = -0.0159875 Jy ! Component: 2850 - total flux cleaned = -0.0162157 Jy ! Component: 2900 - total flux cleaned = -0.0163918 Jy ! Component: 2950 - total flux cleaned = -0.016542 Jy ! Component: 3000 - total flux cleaned = -0.0167415 Jy ! Component: 3050 - total flux cleaned = -0.0169397 Jy ! Component: 3100 - total flux cleaned = -0.017137 Jy ! Component: 3150 - total flux cleaned = -0.0173577 Jy ! Component: 3200 - total flux cleaned = -0.0175283 Jy ! Component: 3250 - total flux cleaned = -0.0177465 Jy ! Component: 3300 - total flux cleaned = -0.0179396 Jy ! Component: 3350 - total flux cleaned = -0.0181077 Jy ! Component: 3400 - total flux cleaned = -0.0182509 Jy ! Component: 3450 - total flux cleaned = -0.0184411 Jy ! Component: 3500 - total flux cleaned = -0.0186067 Jy ! Component: 3550 - total flux cleaned = -0.0188421 Jy ! Component: 3600 - total flux cleaned = -0.019053 Jy ! Component: 3650 - total flux cleaned = -0.0191929 Jy ! Component: 3700 - total flux cleaned = -0.0193556 Jy ! Component: 3750 - total flux cleaned = -0.0194942 Jy ! Component: 3800 - total flux cleaned = -0.0196782 Jy ! Component: 3850 - total flux cleaned = -0.0198843 Jy ! Component: 3900 - total flux cleaned = -0.0199982 Jy ! Component: 3950 - total flux cleaned = -0.0201345 Jy ! Component: 4000 - total flux cleaned = -0.0202702 Jy ! Component: 4050 - total flux cleaned = -0.0203603 Jy ! Total flux subtracted in 4096 components = -0.0205402 Jy ! Clean residual min=-0.001352 max=0.001300 Jy/beam ! Clean residual mean=-0.000004 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0894457 Jy keep ! Adding 256 model components to the UV plane model. ! The established model now contains 317 components and 0.0894458 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J0045-3900_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 7.83 at -6.272 degrees (North through East) ! Clean map min=-0.0035716 max=0.099201 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J0045-3900_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.0992 rms= 0.00041 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J0045-3900_S_uvs.log closed on Sat Jan 9 17:43:17 2016