! Started logfile: /scr/pima/bg219e_uvs/J0012-3954_S_dfm.log on Thu May 19 18:14:11 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219e_uvs/J0012-3954_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0012-3954_S_uva.fits ! AN table 1: 48 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.705357 visibilities/baseline/integration-bin. ! Found source: J0012-3954 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 3792 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 J0012-3954_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 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.178159Jy sigma=15.726195 ! Fit after self-cal, rms=0.503078Jy sigma=5.986653 ! 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.868 mas, bmaj=11.65 mas, bpa=17.88 degrees ! Estimated noise=1.53922 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.404473 Jy ! Component: 100 - total flux cleaned = 0.51735 Jy ! Total flux subtracted in 100 components = 0.51735 Jy ! Clean residual min=-0.025205 max=0.065027 Jy/beam ! Clean residual mean=-0.000059 rms=0.008509 Jy/beam ! Combined flux in latest and established models = 0.51735 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.51735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162497Jy sigma=2.070548 ! Fit after self-cal, rms=0.162454Jy sigma=2.069454 ! Inverting map ! Added new window around map position (-3, -14.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0640081 Jy ! Component: 100 - total flux cleaned = 0.0998344 Jy ! Total flux subtracted in 100 components = 0.0998344 Jy ! Clean residual min=-0.018283 max=0.023496 Jy/beam ! Clean residual mean=0.000016 rms=0.004631 Jy/beam ! Combined flux in latest and established models = 0.617185 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 24 components and 0.617185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129565Jy sigma=1.514719 ! Fit after self-cal, rms=0.129245Jy sigma=1.509453 ! 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.917 mas, bmaj=14.63 mas, bpa=15.44 degrees ! Estimated noise=0.902928 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.0307962 Jy ! Component: 100 - total flux cleaned = 0.0456967 Jy ! Component: 150 - total flux cleaned = 0.0502518 Jy ! Component: 200 - total flux cleaned = 0.0514348 Jy ! Total flux subtracted in 200 components = 0.0514348 Jy ! Clean residual min=-0.018013 max=0.015368 Jy/beam ! Clean residual mean=0.000087 rms=0.004428 Jy/beam ! Combined flux in latest and established models = 0.66862 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 43 components and 0.66862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122968Jy sigma=1.391202 ! Fit after self-cal, rms=0.122827Jy sigma=1.390413 ! 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.917 x 14.63 at 15.44 degrees (North through East) ! Clean map min=-0.017707 max=0.47909 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.122827Jy sigma=1.390413 ! Fit after self-cal, rms=0.122966Jy sigma=1.391405 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.909 mas, bmaj=14.6 mas, bpa=15.45 degrees ! Estimated noise=0.904933 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.00129863 Jy ! Component: 100 - total flux cleaned = 0.00219631 Jy ! Component: 150 - total flux cleaned = 0.00261344 Jy ! Component: 200 - total flux cleaned = 0.00279407 Jy ! Total flux subtracted in 200 components = 0.00279407 Jy ! Clean residual min=-0.017869 max=0.013820 Jy/beam ! Clean residual mean=0.000089 rms=0.004269 Jy/beam ! Combined flux in latest and established models = 0.671414 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 51 components and 0.671414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122188Jy sigma=1.382186 ! Fit after self-cal, rms=0.122133Jy sigma=1.381390 ! 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.122133Jy sigma=1.381390 ! Fit after self-cal, rms=0.120541Jy sigma=1.345269 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.923 mas, bmaj=14.68 mas, bpa=15.47 degrees ! Estimated noise=0.895213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00732647 Jy ! Component: 100 - total flux cleaned = -0.00905828 Jy ! Component: 150 - total flux cleaned = -0.00906424 Jy ! Component: 200 - total flux cleaned = -0.00906597 Jy ! Total flux subtracted in 200 components = -0.00906597 Jy ! Clean residual min=-0.012301 max=0.009189 Jy/beam ! Clean residual mean=0.000021 rms=0.003219 Jy/beam ! Combined flux in latest and established models = 0.662348 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 77 components and 0.662348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119593Jy sigma=1.341097 ! Fit after self-cal, rms=0.119613Jy sigma=1.340895 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000421338 Jy ! Component: 100 - total flux cleaned = -0.000420046 Jy ! Component: 150 - total flux cleaned = -0.000419519 Jy ! Component: 200 - total flux cleaned = -0.000420838 Jy ! Total flux subtracted in 200 components = -0.000420838 Jy ! Clean residual min=-0.012065 max=0.009577 Jy/beam ! Clean residual mean=0.000021 rms=0.003205 Jy/beam ! Combined flux in latest and established models = 0.661927 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.661927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119251Jy sigma=1.340234 ! Fit after self-cal, rms=0.119247Jy sigma=1.340153 ! 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.119247Jy sigma=1.340153 ! Fit after self-cal, rms=0.118449Jy sigma=1.337536 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=14.7 mas, bpa=15.47 degrees ! Estimated noise=0.889504 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00469427 Jy ! Component: 100 - total flux cleaned = -0.00539036 Jy ! Component: 150 - total flux cleaned = -0.00587583 Jy ! Component: 200 - total flux cleaned = -0.00604793 Jy ! Total flux subtracted in 200 components = -0.00604793 Jy ! Clean residual min=-0.011829 max=0.009090 Jy/beam ! Clean residual mean=0.000039 rms=0.003134 Jy/beam ! Combined flux in latest and established models = 0.655879 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 104 components and 0.655879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117944Jy sigma=1.336424 ! Fit after self-cal, rms=0.117943Jy sigma=1.336376 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 = -6.5319e-05 Jy ! Component: 100 - total flux cleaned = 6.6203e-06 Jy ! Component: 150 - total flux cleaned = 7.69774e-05 Jy ! Component: 200 - total flux cleaned = 0.000146952 Jy ! Total flux subtracted in 200 components = 0.000146952 Jy ! Clean residual min=-0.011890 max=0.009174 Jy/beam ! Clean residual mean=0.000040 rms=0.003130 Jy/beam ! Combined flux in latest and established models = 0.656026 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 111 components and 0.656026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117758Jy sigma=1.336148 ! Fit after self-cal, rms=0.117752Jy sigma=1.336120 ! 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.117752Jy sigma=1.336120 ! Fit after self-cal, rms=0.117224Jy sigma=1.334873 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.854 mas, bmaj=30.18 mas, bpa=3.201 degrees ! Estimated noise=1.00257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00260304 Jy ! Component: 100 - total flux cleaned = -0.00280638 Jy ! Component: 150 - total flux cleaned = -0.00289199 Jy ! Component: 200 - total flux cleaned = -0.00273701 Jy ! Total flux subtracted in 200 components = -0.00273701 Jy ! Clean residual min=-0.013389 max=0.010051 Jy/beam ! Clean residual mean=0.000081 rms=0.003567 Jy/beam ! Combined flux in latest and established models = 0.653289 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 119 components and 0.653289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116926Jy sigma=1.335455 ! Fit after self-cal, rms=0.116927Jy sigma=1.335304 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000218892 Jy ! Component: 100 - total flux cleaned = 0.000215304 Jy ! Component: 150 - total flux cleaned = 0.00027915 Jy ! Component: 200 - total flux cleaned = 0.000340621 Jy ! Total flux subtracted in 200 components = 0.000340621 Jy ! Clean residual min=-0.013559 max=0.010046 Jy/beam ! Clean residual mean=0.000082 rms=0.003578 Jy/beam ! Combined flux in latest and established models = 0.653629 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 123 components and 0.653629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116822Jy sigma=1.336335 ! Fit after self-cal, rms=0.116825Jy sigma=1.336287 ! 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.935 mas, bmaj=14.71 mas, bpa=15.47 degrees ! Estimated noise=0.885457 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.935 x 14.71 at 15.47 degrees (North through East) ! Clean map min=-0.02178 max=0.46774 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.871 mas, bmaj=11.67 mas, bpa=17.94 degrees ! Estimated noise=1.5195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.39897 Jy ! Component: 100 - total flux cleaned = 0.512084 Jy ! Component: 150 - total flux cleaned = 0.570694 Jy ! Component: 200 - total flux cleaned = 0.604963 Jy ! Total flux subtracted in 200 components = 0.604963 Jy ! Clean residual min=-0.017601 max=0.022043 Jy/beam ! Clean residual mean=-0.000006 rms=0.004043 Jy/beam ! Combined flux in latest and established models = 0.604963 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.604963 Jy ! Inverting map and beam ! Estimated beam: bmin=3.935 mas, bmaj=14.71 mas, bpa=15.47 degrees ! Estimated noise=0.885457 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (3.5, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0276735 Jy ! Component: 100 - total flux cleaned = 0.0410686 Jy ! Component: 150 - total flux cleaned = 0.0466395 Jy ! Component: 200 - total flux cleaned = 0.0474761 Jy ! Total flux subtracted in 200 components = 0.0474761 Jy ! Clean residual min=-0.012449 max=0.010520 Jy/beam ! Clean residual mean=0.000053 rms=0.003292 Jy/beam ! Combined flux in latest and established models = 0.652439 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 66 components and 0.652439 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.854 mas, bmaj=30.18 mas, bpa=3.201 degrees ! Estimated noise=1.00257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00353416 Jy ! Component: 100 - total flux cleaned = 0.00371602 Jy ! Component: 150 - total flux cleaned = 0.00372405 Jy ! Component: 200 - total flux cleaned = 0.00388651 Jy ! Total flux subtracted in 200 components = 0.00388651 Jy ! Clean residual min=-0.013971 max=0.011198 Jy/beam ! Clean residual mean=0.000099 rms=0.003621 Jy/beam ! Combined flux in latest and established models = 0.656326 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 = -0.000157015 Jy ! Component: 100 - total flux cleaned = -0.000155261 Jy ! Component: 150 - total flux cleaned = -0.000155763 Jy ! Component: 200 - total flux cleaned = -0.000292665 Jy ! Total flux subtracted in 200 components = -0.000292665 Jy ! Clean residual min=-0.013605 max=0.011183 Jy/beam ! Clean residual mean=0.000095 rms=0.003556 Jy/beam ! Combined flux in latest and established models = 0.656033 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 87 components and 0.656033 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.935 mas, bmaj=14.71 mas, bpa=15.47 degrees ! Estimated noise=0.885457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000223954 Jy ! Component: 100 - total flux cleaned = -0.000397476 Jy ! Component: 150 - total flux cleaned = -0.000393276 Jy ! Component: 200 - total flux cleaned = -0.000530354 Jy ! Total flux subtracted in 200 components = -0.000530354 Jy ! Clean residual min=-0.012089 max=0.009724 Jy/beam ! Clean residual mean=0.000060 rms=0.003048 Jy/beam ! Combined flux in latest and established models = 0.655503 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 116 components and 0.655503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116337Jy sigma=1.333133 ! Fit after self-cal, rms=0.116234Jy sigma=1.331598 wmodel /J0012-3954_S_map.mod ! wmodel: Unable to open new model file: /J0012-3954_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J0012-3954_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.935 x 14.71 at 15.47 degrees (North through East) ! Clean map min=-0.011528 max=0.46162 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0012-3954_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.461624 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00302752 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.96752 1.96752 3.93505 7.8701 15.7402 31.4804 62.9608 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.461 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 152.475 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0012-3954_S_dfm.log closed on Thu May 19 18:14:13 2016