! Started logfile: /scr/pima/rv118_uvs/J0229-3643_S_dfm.log on Sun Dec 10 00:07:28 2017 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv118_uvs/J0229-3643_S_uva.fits ! Reading UV FITS file: /scr/pima/rv118_uvs/J0229-3643_S_uva.fits ! AN table 1: 6 integrations on 21 of 21 possible baselines. ! AN table 2: 32 integrations on 15 of 15 possible baselines. ! AN table 3: 4 integrations on 21 of 21 possible baselines. ! AN table 4: 7 integrations on 3 of 3 possible baselines. ! Apparent sampling: 0.618847 visibilities/baseline/integration-bin. ! Found source: J0229-3643 ! ! 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.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 1760 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 4 channels. ! 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.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J0229-3643_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 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 14 telescope corrections were flagged in sub-array 1. ! A total of 84 telescope corrections were flagged in sub-array 2. ! A total of 3 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! A total of 84 telescope corrections were flagged in sub-array 2. ! A total of 3 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! A total of 84 telescope corrections were flagged in sub-array 2. ! A total of 3 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! A total of 84 telescope corrections were flagged in sub-array 2. ! A total of 3 telescope corrections were flagged in sub-array 4. ! ! Fit before self-cal, rms=1.054696Jy sigma=13.425532 ! Fit after self-cal, rms=0.741567Jy sigma=9.362867 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.988 mas, bmaj=9.082 mas, bpa=-2.527 degrees ! Estimated noise=2.10425 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.208585 Jy ! Component: 100 - total flux cleaned = 0.25422 Jy ! Total flux subtracted in 100 components = 0.25422 Jy ! Clean residual min=-0.018414 max=0.023550 Jy/beam ! Clean residual mean=0.000057 rms=0.005030 Jy/beam ! Combined flux in latest and established models = 0.254219 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.254219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119096Jy sigma=1.355383 ! Fit after self-cal, rms=0.119091Jy sigma=1.355358 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.604 mas, bmaj=11.06 mas, bpa=-4.331 degrees ! Estimated noise=1.4423 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.0179121 Jy ! Component: 100 - total flux cleaned = 0.023556 Jy ! Component: 150 - total flux cleaned = 0.0239235 Jy ! Component: 200 - total flux cleaned = 0.0239299 Jy ! Total flux subtracted in 200 components = 0.0239299 Jy ! Clean residual min=-0.013282 max=0.012238 Jy/beam ! Clean residual mean=0.000059 rms=0.003430 Jy/beam ! Combined flux in latest and established models = 0.278149 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.278149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116747Jy sigma=1.321293 ! Fit after self-cal, rms=0.116738Jy sigma=1.321189 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.604 x 11.06 at -4.331 degrees (North through East) ! Clean map min=-0.012985 max=0.26009 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.14 HN 1.27 KP 0.98 LA 0.95 ! NL 1.26 OV 0.99 PT 1.08 ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.11 KK 0.95 KP 1.02 LA 0.97 ! OV 1.01 PT 1.06 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.98 KP 0.98 LA 1.03 NL 1.20 ! OV 1.04 PT 1.07 SC 1.08 ! ! A total of 18 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! BR 0.00* KK 0.00* NL 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.17 HN 1.46 KP 1.05 LA 0.98 ! NL 1.22 OV 0.96 PT 1.02 ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.06 KK 0.93 KP 1.06 LA 0.96 ! OV 1.00 PT 1.03 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.10 KP 0.99 LA 0.93 NL 1.26 ! OV 1.03 PT 1.04 SC 1.11 ! ! A total of 18 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! BR 0.00* KK 0.00* NL 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.15 HN 1.46 KP 0.59 LA 0.98 ! NL 0.78 OV 1.05 PT 1.06 ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.15 KK 0.98 KP 0.57 LA 1.02 ! OV 1.00 PT 1.14 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.10 KP 0.56 LA 1.07 NL 0.75 ! OV 1.00 PT 1.06 SC 0.55 ! ! A total of 18 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! BR 0.00* KK 0.00* NL 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 HN 1.36 KP 1.00 LA 0.96 ! NL 1.45 OV 0.98 PT 1.16 ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.07 KK 1.04 KP 1.04 LA 0.95 ! OV 0.93 PT 1.06 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.10 KP 1.02 LA 0.97 NL 1.75 ! OV 0.97 PT 1.10 SC 1.10 ! ! A total of 18 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! BR 0.00* KK 0.00* NL 0.00* ! ! ! Fit before self-cal, rms=0.116738Jy sigma=1.321189 ! Fit after self-cal, rms=0.085788Jy sigma=0.893663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=10.71 mas, bpa=-0.7086 degrees ! Estimated noise=1.50676 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.0001818 Jy ! Component: 100 - total flux cleaned = 0.000254713 Jy ! Component: 150 - total flux cleaned = 0.000254836 Jy ! Component: 200 - total flux cleaned = 0.000252462 Jy ! Total flux subtracted in 200 components = 0.000252462 Jy ! Clean residual min=-0.006177 max=0.004605 Jy/beam ! Clean residual mean=0.000012 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.278402 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 24 components and 0.278402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085717Jy sigma=0.892002 ! Fit after self-cal, rms=0.086197Jy sigma=0.888992 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086197Jy sigma=0.888992 ! Fit after self-cal, rms=0.086600Jy sigma=0.881485 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.795 mas, bmaj=10.7 mas, bpa=-0.6641 degrees ! Estimated noise=1.50753 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000106182 Jy ! Component: 100 - total flux cleaned = 7.24757e-05 Jy ! Component: 150 - total flux cleaned = 3.99752e-05 Jy ! Component: 200 - total flux cleaned = 3.97858e-05 Jy ! Total flux subtracted in 200 components = 3.97858e-05 Jy ! Clean residual min=-0.005105 max=0.004605 Jy/beam ! Clean residual mean=-0.000033 rms=0.001224 Jy/beam ! Combined flux in latest and established models = 0.278442 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 32 components and 0.278442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086578Jy sigma=0.881094 ! Fit after self-cal, rms=0.086594Jy sigma=0.881027 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.711e-05 Jy ! Component: 100 - total flux cleaned = 1.44567e-05 Jy ! Component: 150 - total flux cleaned = 3.5704e-05 Jy ! Component: 200 - total flux cleaned = 3.5006e-05 Jy ! Total flux subtracted in 200 components = 3.5006e-05 Jy ! Clean residual min=-0.005090 max=0.004542 Jy/beam ! Clean residual mean=-0.000033 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.278477 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.278477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086585Jy sigma=0.880853 ! Fit after self-cal, rms=0.086586Jy sigma=0.880827 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086586Jy sigma=0.880827 ! Fit after self-cal, rms=0.086812Jy sigma=0.874025 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.788 mas, bmaj=10.68 mas, bpa=-0.6533 degrees ! Estimated noise=1.50592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.30722e-05 Jy ! Component: 100 - total flux cleaned = 0.000111639 Jy ! Component: 150 - total flux cleaned = 8.80439e-05 Jy ! Component: 200 - total flux cleaned = 6.78612e-05 Jy ! Total flux subtracted in 200 components = 6.78612e-05 Jy ! Clean residual min=-0.004866 max=0.004413 Jy/beam ! Clean residual mean=-0.000037 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.278544 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.278544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086799Jy sigma=0.873863 ! Fit after self-cal, rms=0.086806Jy sigma=0.873825 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.04959e-05 Jy ! Component: 100 - total flux cleaned = -3.07526e-05 Jy ! Component: 150 - total flux cleaned = -6.5999e-05 Jy ! Component: 200 - total flux cleaned = -8.17987e-05 Jy ! Total flux subtracted in 200 components = -8.17987e-05 Jy ! Clean residual min=-0.004859 max=0.004395 Jy/beam ! Clean residual mean=-0.000037 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.278463 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.278463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086796Jy sigma=0.873760 ! Fit after self-cal, rms=0.086797Jy sigma=0.873744 ! 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 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086797Jy sigma=0.873744 ! Fit after self-cal, rms=0.087010Jy sigma=0.873637 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10 mas, bmaj=28.1 mas, bpa=2.117 degrees ! Estimated noise=1.7557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000300508 Jy ! Component: 100 - total flux cleaned = 0.000314778 Jy ! Component: 150 - total flux cleaned = 0.000328611 Jy ! Component: 200 - total flux cleaned = 0.000341308 Jy ! Total flux subtracted in 200 components = 0.000341308 Jy ! Clean residual min=-0.005115 max=0.004195 Jy/beam ! Clean residual mean=-0.000054 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.278804 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 57 components and 0.278804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087010Jy sigma=0.873602 ! Fit after self-cal, rms=0.087017Jy sigma=0.873589 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.65481e-05 Jy ! Component: 100 - total flux cleaned = 2.83052e-05 Jy ! Component: 150 - total flux cleaned = 4.03017e-05 Jy ! Component: 200 - total flux cleaned = 5.13297e-05 Jy ! Total flux subtracted in 200 components = 5.13297e-05 Jy ! Clean residual min=-0.005107 max=0.004164 Jy/beam ! Clean residual mean=-0.000053 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.278855 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 57 components and 0.278855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087018Jy sigma=0.873597 ! Fit after self-cal, rms=0.087020Jy sigma=0.873591 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.782 mas, bmaj=10.66 mas, bpa=-0.6247 degrees ! Estimated noise=1.50438 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.782 x 10.66 at -0.6247 degrees (North through East) ! Clean map min=-0.0046924 max=0.25991 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.08 mas, bmaj=8.681 mas, bpa=1.32 degrees ! Estimated noise=2.17893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.207468 Jy ! Component: 100 - total flux cleaned = 0.252782 Jy ! Component: 150 - total flux cleaned = 0.266058 Jy ! Component: 200 - total flux cleaned = 0.272447 Jy ! Total flux subtracted in 200 components = 0.272447 Jy ! Clean residual min=-0.007811 max=0.006764 Jy/beam ! Clean residual mean=-0.000019 rms=0.001892 Jy/beam ! Combined flux in latest and established models = 0.272447 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.272447 Jy ! Inverting map and beam ! Estimated beam: bmin=3.782 mas, bmaj=10.66 mas, bpa=-0.6247 degrees ! Estimated noise=1.50438 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00383106 Jy ! Component: 100 - total flux cleaned = 0.00544565 Jy ! Component: 150 - total flux cleaned = 0.00559353 Jy ! Component: 200 - total flux cleaned = 0.00568521 Jy ! Total flux subtracted in 200 components = 0.00568521 Jy ! Clean residual min=-0.004844 max=0.004402 Jy/beam ! Clean residual mean=-0.000038 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.278132 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.278132 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=10 mas, bmaj=28.1 mas, bpa=2.117 degrees ! Estimated noise=1.7557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00060341 Jy ! Component: 100 - total flux cleaned = 0.000618755 Jy ! Component: 150 - total flux cleaned = 0.000621085 Jy ! Component: 200 - total flux cleaned = 0.000608699 Jy ! Total flux subtracted in 200 components = 0.000608699 Jy ! Clean residual min=-0.005130 max=0.004225 Jy/beam ! Clean residual mean=-0.000054 rms=0.001354 Jy/beam ! Combined flux in latest and established models = 0.278741 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.1351e-05 Jy ! Component: 100 - total flux cleaned = 4.66529e-07 Jy ! Component: 150 - total flux cleaned = 5.27582e-07 Jy ! Component: 200 - total flux cleaned = 1.1986e-05 Jy ! Total flux subtracted in 200 components = 1.1986e-05 Jy ! Clean residual min=-0.005123 max=0.004220 Jy/beam ! Clean residual mean=-0.000054 rms=0.001353 Jy/beam ! Combined flux in latest and established models = 0.278753 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.278753 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.782 mas, bmaj=10.66 mas, bpa=-0.6247 degrees ! Estimated noise=1.50438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0002139 Jy ! Component: 100 - total flux cleaned = -0.000259351 Jy ! Component: 150 - total flux cleaned = -0.000335694 Jy ! Component: 200 - total flux cleaned = -0.000386509 Jy ! Total flux subtracted in 200 components = -0.000386509 Jy ! Clean residual min=-0.004838 max=0.004475 Jy/beam ! Clean residual mean=-0.000037 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.278366 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 51 components and 0.278366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087035Jy sigma=0.873871 ! Fit after self-cal, rms=0.087031Jy sigma=0.873780 wmodel J0229-3643_S_map.mod ! Writing 51 model components to file: J0229-3643_S_map.mod wobs J0229-3643_S_uvs.fits ! Writing UV FITS file: J0229-3643_S_uvs.fits wwins J0229-3643_S_map.win ! wwins: Wrote 1 windows to J0229-3643_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.00130894 Jy ! Component: 100 - total flux cleaned = -0.00138846 Jy ! Component: 150 - total flux cleaned = -0.00145939 Jy ! Component: 200 - total flux cleaned = -0.00166363 Jy ! Component: 250 - total flux cleaned = -0.00192384 Jy ! Component: 300 - total flux cleaned = -0.00217348 Jy ! Component: 350 - total flux cleaned = -0.00217359 Jy ! Component: 400 - total flux cleaned = -0.00240858 Jy ! Component: 450 - total flux cleaned = -0.00258042 Jy ! Component: 500 - total flux cleaned = -0.00269199 Jy ! Component: 550 - total flux cleaned = -0.00290732 Jy ! Component: 600 - total flux cleaned = -0.00285452 Jy ! Component: 650 - total flux cleaned = -0.00264908 Jy ! Component: 700 - total flux cleaned = -0.00249808 Jy ! Component: 750 - total flux cleaned = -0.00230166 Jy ! Component: 800 - total flux cleaned = -0.00249501 Jy ! Component: 850 - total flux cleaned = -0.00254148 Jy ! Component: 900 - total flux cleaned = -0.00249329 Jy ! Component: 950 - total flux cleaned = -0.00249315 Jy ! Component: 1000 - total flux cleaned = -0.002539 Jy ! Component: 1050 - total flux cleaned = -0.00267369 Jy ! Component: 1100 - total flux cleaned = -0.00289432 Jy ! Component: 1150 - total flux cleaned = -0.00289493 Jy ! Component: 1200 - total flux cleaned = -0.00306713 Jy ! Component: 1250 - total flux cleaned = -0.00306738 Jy ! Component: 1300 - total flux cleaned = -0.00327699 Jy ! Component: 1350 - total flux cleaned = -0.00340145 Jy ! Component: 1400 - total flux cleaned = -0.00348307 Jy ! Component: 1450 - total flux cleaned = -0.00356478 Jy ! Component: 1500 - total flux cleaned = -0.00392273 Jy ! Component: 1550 - total flux cleaned = -0.004001 Jy ! Component: 1600 - total flux cleaned = -0.0041951 Jy ! Component: 1650 - total flux cleaned = -0.00442602 Jy ! Component: 1700 - total flux cleaned = -0.00442627 Jy ! Component: 1750 - total flux cleaned = -0.00468962 Jy ! Component: 1800 - total flux cleaned = -0.00476415 Jy ! Component: 1850 - total flux cleaned = -0.00491202 Jy ! Component: 1900 - total flux cleaned = -0.0052408 Jy ! Component: 1950 - total flux cleaned = -0.00549251 Jy ! Component: 2000 - total flux cleaned = -0.00567064 Jy ! Component: 2050 - total flux cleaned = -0.00581203 Jy ! Component: 2100 - total flux cleaned = -0.0060576 Jy ! Component: 2150 - total flux cleaned = -0.006232 Jy ! Component: 2200 - total flux cleaned = -0.00657601 Jy ! Component: 2250 - total flux cleaned = -0.00678069 Jy ! Component: 2300 - total flux cleaned = -0.00701717 Jy ! Component: 2350 - total flux cleaned = -0.00708443 Jy ! Component: 2400 - total flux cleaned = -0.00734995 Jy ! Component: 2450 - total flux cleaned = -0.00751402 Jy ! Component: 2500 - total flux cleaned = -0.00770948 Jy ! Component: 2550 - total flux cleaned = -0.00787144 Jy ! Component: 2600 - total flux cleaned = -0.00809568 Jy ! Component: 2650 - total flux cleaned = -0.00828664 Jy ! Component: 2700 - total flux cleaned = -0.00847594 Jy ! Component: 2750 - total flux cleaned = -0.00869529 Jy ! Component: 2800 - total flux cleaned = -0.00885031 Jy ! Component: 2850 - total flux cleaned = -0.00909691 Jy ! Component: 2900 - total flux cleaned = -0.00931079 Jy ! Component: 2950 - total flux cleaned = -0.00958344 Jy ! Component: 3000 - total flux cleaned = -0.00979368 Jy ! Component: 3050 - total flux cleaned = -0.00997245 Jy ! Component: 3100 - total flux cleaned = -0.0102984 Jy ! Component: 3150 - total flux cleaned = -0.0104748 Jy ! Component: 3200 - total flux cleaned = -0.0105042 Jy ! Component: 3250 - total flux cleaned = -0.0107943 Jy ! Component: 3300 - total flux cleaned = -0.0109959 Jy ! Component: 3350 - total flux cleaned = -0.011196 Jy ! Component: 3400 - total flux cleaned = -0.0112811 Jy ! Component: 3450 - total flux cleaned = -0.0115067 Jy ! Component: 3500 - total flux cleaned = -0.0116469 Jy ! Component: 3550 - total flux cleaned = -0.0118976 Jy ! Component: 3600 - total flux cleaned = -0.0119528 Jy ! Component: 3650 - total flux cleaned = -0.0122274 Jy ! Component: 3700 - total flux cleaned = -0.0123638 Jy ! Component: 3750 - total flux cleaned = -0.0124994 Jy ! Component: 3800 - total flux cleaned = -0.0126608 Jy ! Component: 3850 - total flux cleaned = -0.0127141 Jy ! Component: 3900 - total flux cleaned = -0.0127942 Jy ! Component: 3950 - total flux cleaned = -0.0130328 Jy ! Component: 4000 - total flux cleaned = -0.0131647 Jy ! Component: 4050 - total flux cleaned = -0.0132692 Jy ! Total flux subtracted in 4096 components = -0.0133994 Jy ! Clean residual min=-0.001363 max=0.002027 Jy/beam ! Clean residual mean=-0.000010 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.264967 Jy keep ! Adding 258 model components to the UV plane model. ! The established model now contains 309 components and 0.264967 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv118_uvs/J0229-3643_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.782 x 10.66 at -0.6247 degrees (North through East) ! Clean map min=-0.0029027 max=0.26117 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv118_uvs/J0229-3643_S_map.fits wmodel /scr/pima/rv118_uvs/J0229-3643_S_map.mod ! Writing 309 model components to file: /scr/pima/rv118_uvs/J0229-3643_S_map.mod wobs /scr/pima/rv118_uvs/J0229-3643_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv118_uvs/J0229-3643_S_uvs.fits wwins /scr/pima/rv118_uvs/J0229-3643_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv118_uvs/J0229-3643_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.261174 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000475094 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.545721 0.545721 1.09144 2.18288 4.36577 8.73153 17.4631 34.9261 69.8523 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.261 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 549.731 quit ! Quitting program ! Log file /scr/pima/rv118_uvs/J0229-3643_S_dfm.log closed on Sun Dec 10 00:07:32 2017