! Started logfile: /scr/pima/rv117_uvs/J0010+1058_S_dfm.log on Sat Dec 9 23:40:49 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/rv117_uvs/J0010+1058_S_uva.fits ! Reading UV FITS file: /scr/pima/rv117_uvs/J0010+1058_S_uva.fits ! AN table 1: 92 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.745652 visibilities/baseline/integration-bin. ! Found source: J0010+1058 ! ! 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 74 lines of history. ! ! Reading 12348 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 J0010+1058_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 176 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 176 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 176 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 176 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005480Jy sigma=18.657177 ! Fit after self-cal, rms=0.902565Jy sigma=16.771997 ! 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=3.242 mas, bmaj=6.276 mas, bpa=-0.8142 degrees ! Estimated noise=0.604925 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.0756103 Jy ! Component: 100 - total flux cleaned = 0.0922219 Jy ! Total flux subtracted in 100 components = 0.0922219 Jy ! Clean residual min=-0.002310 max=0.005047 Jy/beam ! Clean residual mean=-0.000006 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.0922219 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0922219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046942Jy sigma=0.826767 ! Fit after self-cal, rms=0.046928Jy sigma=0.826567 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00523941 Jy ! Component: 100 - total flux cleaned = 0.00774948 Jy ! Total flux subtracted in 100 components = 0.00774948 Jy ! Clean residual min=-0.002242 max=0.002244 Jy/beam ! Clean residual mean=-0.000004 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0999714 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.0999714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046306Jy sigma=0.815723 ! Fit after self-cal, rms=0.046299Jy sigma=0.815552 ! 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=4.123 mas, bmaj=7.748 mas, bpa=-2.422 degrees ! Estimated noise=0.361539 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.00127308 Jy ! Component: 100 - total flux cleaned = 0.0018725 Jy ! Component: 150 - total flux cleaned = 0.00202081 Jy ! Component: 200 - total flux cleaned = 0.00204514 Jy ! Total flux subtracted in 200 components = 0.00204514 Jy ! Clean residual min=-0.001270 max=0.001335 Jy/beam ! Clean residual mean=-0.000006 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.102017 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.102017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046258Jy sigma=0.815058 ! Fit after self-cal, rms=0.046258Jy sigma=0.815044 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.123 x 7.748 at -2.422 degrees (North through East) ! Clean map min=-0.0012361 max=0.09774 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.94 HN 1.00 KP 1.00 ! LA 1.02 MK 0.98 NL 0.99 OV 0.97 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.92 HN 1.01 KP 1.02 ! LA 0.98 MK 1.01 NL 0.98 OV 1.03 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.96 HN 1.03 KP 1.01 ! LA 0.98 MK 0.99 NL 1.02 OV 1.06 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.00 KP 1.02 ! LA 1.00 MK 1.00 NL 1.02 OV 1.04 ! PT 0.99 SC 1.00 ! ! ! Fit before self-cal, rms=0.046258Jy sigma=0.815044 ! Fit after self-cal, rms=0.045981Jy sigma=0.812305 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.118 mas, bmaj=7.752 mas, bpa=-2.42 degrees ! Estimated noise=0.362389 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.000359643 Jy ! Component: 100 - total flux cleaned = 0.000387153 Jy ! Component: 150 - total flux cleaned = 0.000395161 Jy ! Component: 200 - total flux cleaned = 0.000395442 Jy ! Total flux subtracted in 200 components = 0.000395442 Jy ! Clean residual min=-0.001128 max=0.001166 Jy/beam ! Clean residual mean=-0.000004 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.102412 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.102412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045976Jy sigma=0.812252 ! Fit after self-cal, rms=0.045981Jy sigma=0.812210 ! 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.045981Jy sigma=0.812210 ! Fit after self-cal, rms=0.045818Jy sigma=0.809135 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.115 mas, bmaj=7.756 mas, bpa=-2.436 degrees ! Estimated noise=0.362804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000184601 Jy ! Component: 100 - total flux cleaned = 0.000207462 Jy ! Component: 150 - total flux cleaned = 0.000228031 Jy ! Component: 200 - total flux cleaned = 0.000240226 Jy ! Total flux subtracted in 200 components = 0.000240226 Jy ! Clean residual min=-0.001043 max=0.001178 Jy/beam ! Clean residual mean=-0.000004 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.102652 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 44 components and 0.102652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045815Jy sigma=0.809101 ! Fit after self-cal, rms=0.045817Jy sigma=0.809068 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 (27, -82). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000929033 Jy ! Component: 100 - total flux cleaned = 0.000994863 Jy ! Component: 150 - total flux cleaned = 0.00103163 Jy ! Component: 200 - total flux cleaned = 0.00103091 Jy ! Total flux subtracted in 200 components = 0.00103091 Jy ! Clean residual min=-0.001054 max=0.001043 Jy/beam ! Clean residual mean=-0.000004 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.103683 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 60 components and 0.103683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045792Jy sigma=0.808600 ! Fit after self-cal, rms=0.045790Jy sigma=0.808576 ! 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.045790Jy sigma=0.808576 ! Fit after self-cal, rms=0.045757Jy sigma=0.806956 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.113 mas, bmaj=7.755 mas, bpa=-2.412 degrees ! Estimated noise=0.362837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000227503 Jy ! Component: 100 - total flux cleaned = 0.000303801 Jy ! Component: 150 - total flux cleaned = 0.000349715 Jy ! Component: 200 - total flux cleaned = 0.000381334 Jy ! Total flux subtracted in 200 components = 0.000381334 Jy ! Clean residual min=-0.001009 max=0.000936 Jy/beam ! Clean residual mean=-0.000004 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.104064 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.104064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045751Jy sigma=0.806835 ! Fit after self-cal, rms=0.045752Jy sigma=0.806813 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.38864e-05 Jy ! Component: 100 - total flux cleaned = 0.000111338 Jy ! Component: 150 - total flux cleaned = 0.000146873 Jy ! Component: 200 - total flux cleaned = 0.000172285 Jy ! Total flux subtracted in 200 components = 0.000172285 Jy ! Clean residual min=-0.001012 max=0.000946 Jy/beam ! Clean residual mean=-0.000004 rms=0.000252 Jy/beam ! Combined flux in latest and established models = 0.104237 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 71 components and 0.104237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045749Jy sigma=0.806751 ! Fit after self-cal, rms=0.045749Jy sigma=0.806749 ! 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.045749Jy sigma=0.806749 ! Fit after self-cal, rms=0.045765Jy sigma=0.806733 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.24 mas, bmaj=11.1 mas, bpa=-6.516 degrees ! Estimated noise=0.431696 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000301614 Jy ! Component: 100 - total flux cleaned = 0.000410362 Jy ! Component: 150 - total flux cleaned = 0.000503405 Jy ! Component: 200 - total flux cleaned = 0.000570582 Jy ! Total flux subtracted in 200 components = 0.000570582 Jy ! Clean residual min=-0.001088 max=0.001012 Jy/beam ! Clean residual mean=-0.000006 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.104807 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.104807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045765Jy sigma=0.806719 ! Fit after self-cal, rms=0.045764Jy sigma=0.806715 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.90762e-05 Jy ! Component: 100 - total flux cleaned = 0.000114869 Jy ! Component: 150 - total flux cleaned = 0.000133721 Jy ! Component: 200 - total flux cleaned = 0.000138223 Jy ! Total flux subtracted in 200 components = 0.000138223 Jy ! Clean residual min=-0.001081 max=0.001017 Jy/beam ! Clean residual mean=-0.000006 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.104946 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 83 components and 0.104946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045765Jy sigma=0.806714 ! Fit after self-cal, rms=0.045765Jy sigma=0.806713 ! 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=4.111 mas, bmaj=7.753 mas, bpa=-2.407 degrees ! Estimated noise=0.362947 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.111 x 7.753 at -2.407 degrees (North through East) ! Clean map min=-0.00095 max=0.097853 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.237 mas, bmaj=6.289 mas, bpa=-0.9272 degrees ! Estimated noise=0.603518 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0755122 Jy ! Component: 100 - total flux cleaned = 0.0922718 Jy ! Component: 150 - total flux cleaned = 0.0975149 Jy ! Component: 200 - total flux cleaned = 0.100058 Jy ! Total flux subtracted in 200 components = 0.100058 Jy ! Clean residual min=-0.001912 max=0.002261 Jy/beam ! Clean residual mean=-0.000003 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.100058 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.100058 Jy ! Inverting map and beam ! Estimated beam: bmin=4.111 mas, bmaj=7.753 mas, bpa=-2.407 degrees ! Estimated noise=0.362947 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.00170975 Jy ! Component: 100 - total flux cleaned = 0.00273311 Jy ! Component: 150 - total flux cleaned = 0.00329247 Jy ! Component: 200 - total flux cleaned = 0.00359329 Jy ! Total flux subtracted in 200 components = 0.00359329 Jy ! Clean residual min=-0.000993 max=0.000983 Jy/beam ! Clean residual mean=-0.000004 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.103652 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 36 components and 0.103652 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.24 mas, bmaj=11.1 mas, bpa=-6.516 degrees ! Estimated noise=0.431696 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468414 Jy ! Component: 100 - total flux cleaned = 0.000665705 Jy ! Component: 150 - total flux cleaned = 0.000817758 Jy ! Component: 200 - total flux cleaned = 0.000907697 Jy ! Total flux subtracted in 200 components = 0.000907697 Jy ! Clean residual min=-0.001101 max=0.000984 Jy/beam ! Clean residual mean=-0.000006 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.104559 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 = 5.28029e-05 Jy ! Component: 100 - total flux cleaned = 0.000115114 Jy ! Component: 150 - total flux cleaned = 0.000156547 Jy ! Component: 200 - total flux cleaned = 0.000181985 Jy ! Total flux subtracted in 200 components = 0.000181985 Jy ! Clean residual min=-0.001089 max=0.001000 Jy/beam ! Clean residual mean=-0.000006 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.104741 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 65 components and 0.104741 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.111 mas, bmaj=7.753 mas, bpa=-2.407 degrees ! Estimated noise=0.362947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000193382 Jy ! Component: 100 - total flux cleaned = -0.00023885 Jy ! Component: 150 - total flux cleaned = -0.000266628 Jy ! Component: 200 - total flux cleaned = -0.000266836 Jy ! Total flux subtracted in 200 components = -0.000266836 Jy ! Clean residual min=-0.000991 max=0.000943 Jy/beam ! Clean residual mean=-0.000004 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.104475 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 78 components and 0.104475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045776Jy sigma=0.806921 ! Fit after self-cal, rms=0.045774Jy sigma=0.806882 wmodel J0010+1058_S_map.mod ! Writing 78 model components to file: J0010+1058_S_map.mod wobs J0010+1058_S_uvs.fits ! Writing UV FITS file: J0010+1058_S_uvs.fits wwins J0010+1058_S_map.win ! wwins: Wrote 2 windows to J0010+1058_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.000206889 Jy ! Component: 100 - total flux cleaned = -0.000121128 Jy ! Component: 150 - total flux cleaned = -3.96982e-05 Jy ! Component: 200 - total flux cleaned = -2.41375e-05 Jy ! Component: 250 - total flux cleaned = -8.58848e-05 Jy ! Component: 300 - total flux cleaned = -0.000161218 Jy ! Component: 350 - total flux cleaned = -0.000190528 Jy ! Component: 400 - total flux cleaned = -0.000234075 Jy ! Component: 450 - total flux cleaned = -0.000347327 Jy ! Component: 500 - total flux cleaned = -0.000347201 Jy ! Component: 550 - total flux cleaned = -0.000388426 Jy ! Component: 600 - total flux cleaned = -0.000428909 Jy ! Component: 650 - total flux cleaned = -0.000468977 Jy ! Component: 700 - total flux cleaned = -0.000468864 Jy ! Component: 750 - total flux cleaned = -0.000495073 Jy ! Component: 800 - total flux cleaned = -0.000533843 Jy ! Component: 850 - total flux cleaned = -0.000521303 Jy ! Component: 900 - total flux cleaned = -0.000597053 Jy ! Component: 950 - total flux cleaned = -0.000584469 Jy ! Component: 1000 - total flux cleaned = -0.000584566 Jy ! Component: 1050 - total flux cleaned = -0.000572418 Jy ! Component: 1100 - total flux cleaned = -0.000621025 Jy ! Component: 1150 - total flux cleaned = -0.00058505 Jy ! Component: 1200 - total flux cleaned = -0.000620813 Jy ! Component: 1250 - total flux cleaned = -0.000585396 Jy ! Component: 1300 - total flux cleaned = -0.000573801 Jy ! Component: 1350 - total flux cleaned = -0.000585474 Jy ! Component: 1400 - total flux cleaned = -0.000608564 Jy ! Component: 1450 - total flux cleaned = -0.000540082 Jy ! Component: 1500 - total flux cleaned = -0.000608124 Jy ! Component: 1550 - total flux cleaned = -0.000619165 Jy ! Component: 1600 - total flux cleaned = -0.000607969 Jy ! Component: 1650 - total flux cleaned = -0.000630003 Jy ! Component: 1700 - total flux cleaned = -0.000608037 Jy ! Component: 1750 - total flux cleaned = -0.000575308 Jy ! Component: 1800 - total flux cleaned = -0.000586279 Jy ! Component: 1850 - total flux cleaned = -0.00054324 Jy ! Component: 1900 - total flux cleaned = -0.000575369 Jy ! Component: 1950 - total flux cleaned = -0.000532884 Jy ! Component: 2000 - total flux cleaned = -0.00056453 Jy ! Component: 2050 - total flux cleaned = -0.000501582 Jy ! Component: 2100 - total flux cleaned = -0.000532941 Jy ! Component: 2150 - total flux cleaned = -0.000522543 Jy ! Component: 2200 - total flux cleaned = -0.000522545 Jy ! Component: 2250 - total flux cleaned = -0.000502097 Jy ! Component: 2300 - total flux cleaned = -0.000491893 Jy ! Component: 2350 - total flux cleaned = -0.00046158 Jy ! Component: 2400 - total flux cleaned = -0.000501638 Jy ! Component: 2450 - total flux cleaned = -0.000441809 Jy ! Component: 2500 - total flux cleaned = -0.000411997 Jy ! Component: 2550 - total flux cleaned = -0.000382492 Jy ! Component: 2600 - total flux cleaned = -0.000362855 Jy ! Component: 2650 - total flux cleaned = -0.000362966 Jy ! Component: 2700 - total flux cleaned = -0.000353259 Jy ! Component: 2750 - total flux cleaned = -0.000343633 Jy ! Component: 2800 - total flux cleaned = -0.000334083 Jy ! Component: 2850 - total flux cleaned = -0.000324534 Jy ! Component: 2900 - total flux cleaned = -0.00033388 Jy ! Component: 2950 - total flux cleaned = -0.000305645 Jy ! Component: 3000 - total flux cleaned = -0.00027751 Jy ! Component: 3050 - total flux cleaned = -0.00024951 Jy ! Component: 3100 - total flux cleaned = -0.000258766 Jy ! Component: 3150 - total flux cleaned = -0.000258661 Jy ! Component: 3200 - total flux cleaned = -0.000203491 Jy ! Component: 3250 - total flux cleaned = -0.000194383 Jy ! Component: 3300 - total flux cleaned = -0.000176145 Jy ! Component: 3350 - total flux cleaned = -0.000157992 Jy ! Component: 3400 - total flux cleaned = -0.000167028 Jy ! Component: 3450 - total flux cleaned = -0.000122164 Jy ! Component: 3500 - total flux cleaned = -0.00016686 Jy ! Component: 3550 - total flux cleaned = -0.000104637 Jy ! Component: 3600 - total flux cleaned = -6.92327e-05 Jy ! Component: 3650 - total flux cleaned = -8.67976e-05 Jy ! Component: 3700 - total flux cleaned = -7.80287e-05 Jy ! Component: 3750 - total flux cleaned = -1.69523e-05 Jy ! Component: 3800 - total flux cleaned = -1.69588e-05 Jy ! Component: 3850 - total flux cleaned = -8.23241e-06 Jy ! Component: 3900 - total flux cleaned = -8.19744e-06 Jy ! Component: 3950 - total flux cleaned = 6.03499e-05 Jy ! Component: 4000 - total flux cleaned = 5.17699e-05 Jy ! Component: 4050 - total flux cleaned = 6.88195e-05 Jy ! Total flux subtracted in 4096 components = 8.57413e-05 Jy ! Clean residual min=-0.000596 max=0.000494 Jy/beam ! Clean residual mean=-0.000002 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.10456 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 373 components and 0.10456 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv117_uvs/J0010+1058_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.111 x 7.753 at -2.407 degrees (North through East) ! Clean map min=-0.00088292 max=0.097926 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv117_uvs/J0010+1058_S_map.fits wmodel /scr/pima/rv117_uvs/J0010+1058_S_map.mod ! Writing 373 model components to file: /scr/pima/rv117_uvs/J0010+1058_S_map.mod wobs /scr/pima/rv117_uvs/J0010+1058_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv117_uvs/J0010+1058_S_uvs.fits wwins /scr/pima/rv117_uvs/J0010+1058_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rv117_uvs/J0010+1058_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0979265 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163368 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.500482 0.500482 1.00096 2.00193 4.00386 8.00772 16.0154 32.0309 64.0617 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.097 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 599.421 quit ! Quitting program ! Log file /scr/pima/rv117_uvs/J0010+1058_S_dfm.log closed on Sat Dec 9 23:40:53 2017