! Started logfile: /scr/pima/rv120_uvs/J0801+4736_X_dfm.log on Fri Dec 22 22:40:32 2017 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 8.36575 obs /scr/pima/rv120_uvs/J0801+4736_X_uva.fits ! Reading UV FITS file: /scr/pima/rv120_uvs/J0801+4736_X_uva.fits ! AN table 1: 52 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.705128 visibilities/baseline/integration-bin. ! Found source: J0801+4736 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.36575e+09 8e+06 1 8e+06 ! 02 2 8.44575e+09 8e+06 1 8e+06 ! 03 3 8.80575e+09 8e+06 1 8e+06 ! 04 4 8.92575e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 6600 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J0801+4736_X] 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.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001563Jy sigma=22.309963 ! Fit after self-cal, rms=0.962197Jy sigma=21.429407 ! 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=0.8226 mas, bmaj=1.139 mas, bpa=-38.81 degrees ! Estimated noise=0.815184 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.0289222 Jy ! Component: 100 - total flux cleaned = 0.0358559 Jy ! Total flux subtracted in 100 components = 0.0358559 Jy ! Clean residual min=-0.003521 max=0.003523 Jy/beam ! Clean residual mean=0.000002 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.0358559 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0358559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053029Jy sigma=0.965154 ! Fit after self-cal, rms=0.051950Jy sigma=0.933938 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00422132 Jy ! Component: 100 - total flux cleaned = 0.00570561 Jy ! Total flux subtracted in 100 components = 0.00570561 Jy ! Clean residual min=-0.003147 max=0.003011 Jy/beam ! Clean residual mean=0.000002 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.0415615 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.0415616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051585Jy sigma=0.924309 ! Fit after self-cal, rms=0.051592Jy sigma=0.923871 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.151 mas, bmaj=1.436 mas, bpa=-40.04 degrees ! Estimated noise=0.426597 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.00173202 Jy ! Component: 100 - total flux cleaned = 0.00208817 Jy ! Component: 150 - total flux cleaned = 0.0021433 Jy ! Component: 200 - total flux cleaned = 0.0021659 Jy ! Total flux subtracted in 200 components = 0.0021659 Jy ! Clean residual min=-0.001779 max=0.001530 Jy/beam ! Clean residual mean=0.000002 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0437275 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 30 components and 0.0437275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051529Jy sigma=0.922217 ! Fit after self-cal, rms=0.051534Jy sigma=0.922127 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.151 x 1.436 at -40.04 degrees (North through East) ! Clean map min=-0.0016549 max=0.040244 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.07 HN 0.99 KP 0.91 ! LA 0.97 MK 1.12 NL 1.02 OV 1.02 ! PT 1.11 SC 1.02 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 0.96 KP 1.01 ! LA 0.94 MK 1.10 NL 1.05 OV 1.01 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 0.89 KP 0.93 ! LA 1.02 MK 1.05 NL 0.99 OV 1.01 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 0.88 KP 0.94 ! LA 0.91 MK 1.20 NL 0.99 OV 0.97 ! PT 0.95 SC 1.00 ! ! ! Fit before self-cal, rms=0.051534Jy sigma=0.922127 ! Fit after self-cal, rms=0.050621Jy sigma=0.920942 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.185 mas, bmaj=1.427 mas, bpa=-40.21 degrees ! Estimated noise=0.42535 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.000312723 Jy ! Component: 100 - total flux cleaned = 0.000365189 Jy ! Component: 150 - total flux cleaned = 0.000379769 Jy ! Component: 200 - total flux cleaned = 0.000402668 Jy ! Total flux subtracted in 200 components = 0.000402668 Jy ! Clean residual min=-0.001721 max=0.001480 Jy/beam ! Clean residual mean=0.000002 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0441301 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 35 components and 0.0441301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050610Jy sigma=0.920624 ! Fit after self-cal, rms=0.050627Jy sigma=0.920427 ! 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.050627Jy sigma=0.920427 ! Fit after self-cal, rms=0.050660Jy sigma=0.919376 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.194 mas, bmaj=1.428 mas, bpa=-39.65 degrees ! Estimated noise=0.425973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000274183 Jy ! Component: 100 - total flux cleaned = 0.000301236 Jy ! Component: 150 - total flux cleaned = 0.000337781 Jy ! Component: 200 - total flux cleaned = 0.000378957 Jy ! Total flux subtracted in 200 components = 0.000378957 Jy ! Clean residual min=-0.001613 max=0.001378 Jy/beam ! Clean residual mean=0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0445091 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 36 components and 0.0445091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050651Jy sigma=0.919157 ! Fit after self-cal, rms=0.050655Jy sigma=0.919055 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.9305e-05 Jy ! Component: 100 - total flux cleaned = 5.88587e-05 Jy ! Component: 150 - total flux cleaned = 7.40662e-05 Jy ! Component: 200 - total flux cleaned = 9.43162e-05 Jy ! Total flux subtracted in 200 components = 9.43162e-05 Jy ! Clean residual min=-0.001616 max=0.001381 Jy/beam ! Clean residual mean=0.000001 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.0446034 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 38 components and 0.0446034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050651Jy sigma=0.918973 ! Fit after self-cal, rms=0.050650Jy sigma=0.918952 ! 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.050650Jy sigma=0.918952 ! Fit after self-cal, rms=0.050938Jy sigma=0.918867 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.203 mas, bmaj=1.421 mas, bpa=-39.39 degrees ! Estimated noise=0.426887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026887 Jy ! Component: 100 - total flux cleaned = 0.000313261 Jy ! Component: 150 - total flux cleaned = 0.000339524 Jy ! Component: 200 - total flux cleaned = 0.000353965 Jy ! Total flux subtracted in 200 components = 0.000353965 Jy ! Clean residual min=-0.001598 max=0.001370 Jy/beam ! Clean residual mean=0.000001 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0449574 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 38 components and 0.0449574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050933Jy sigma=0.918736 ! Fit after self-cal, rms=0.050933Jy sigma=0.918711 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.05271e-05 Jy ! Component: 100 - total flux cleaned = 4.66425e-05 Jy ! Component: 150 - total flux cleaned = 5.17538e-05 Jy ! Component: 200 - total flux cleaned = 6.10446e-05 Jy ! Total flux subtracted in 200 components = 6.10446e-05 Jy ! Clean residual min=-0.001605 max=0.001374 Jy/beam ! Clean residual mean=0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.0450184 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 38 components and 0.0450184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050931Jy sigma=0.918668 ! Fit after self-cal, rms=0.050930Jy sigma=0.918655 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050930Jy sigma=0.918655 ! Fit after self-cal, rms=0.051088Jy sigma=0.918596 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.272 mas, bmaj=2.488 mas, bpa=-52.93 degrees ! Estimated noise=0.490047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000145919 Jy ! Component: 100 - total flux cleaned = 0.000191536 Jy ! Component: 150 - total flux cleaned = 0.000235384 Jy ! Component: 200 - total flux cleaned = 0.000268091 Jy ! Total flux subtracted in 200 components = 0.000268091 Jy ! Clean residual min=-0.001154 max=0.001316 Jy/beam ! Clean residual mean=0.000002 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0452865 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 38 components and 0.0452865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051088Jy sigma=0.918548 ! Fit after self-cal, rms=0.051084Jy sigma=0.918507 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.75576e-05 Jy ! Component: 100 - total flux cleaned = 3.27638e-05 Jy ! Component: 150 - total flux cleaned = 5.04714e-05 Jy ! Component: 200 - total flux cleaned = 6.02831e-05 Jy ! Total flux subtracted in 200 components = 6.02831e-05 Jy ! Clean residual min=-0.001163 max=0.001311 Jy/beam ! Clean residual mean=0.000002 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0453468 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 38 components and 0.0453468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051085Jy sigma=0.918496 ! Fit after self-cal, rms=0.051083Jy sigma=0.918472 ! 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=1.21 mas, bmaj=1.417 mas, bpa=-39.2 degrees ! Estimated noise=0.427439 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.21 x 1.417 at -39.2 degrees (North through East) ! Clean map min=-0.0014671 max=0.039281 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=0.8778 mas, bmaj=1.116 mas, bpa=-38.01 degrees ! Estimated noise=0.813923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0305932 Jy ! Component: 100 - total flux cleaned = 0.0385771 Jy ! Component: 150 - total flux cleaned = 0.0414919 Jy ! Component: 200 - total flux cleaned = 0.0422882 Jy ! Total flux subtracted in 200 components = 0.0422882 Jy ! Clean residual min=-0.003351 max=0.003209 Jy/beam ! Clean residual mean=0.000001 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.0422882 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0422882 Jy ! Inverting map and beam ! Estimated beam: bmin=1.21 mas, bmaj=1.417 mas, bpa=-39.2 degrees ! Estimated noise=0.427439 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.00194537 Jy ! Component: 100 - total flux cleaned = 0.00251712 Jy ! Component: 150 - total flux cleaned = 0.0026986 Jy ! Component: 200 - total flux cleaned = 0.00280907 Jy ! Total flux subtracted in 200 components = 0.00280907 Jy ! Clean residual min=-0.001570 max=0.001401 Jy/beam ! Clean residual mean=0.000001 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0450972 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.0450972 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.272 mas, bmaj=2.488 mas, bpa=-52.93 degrees ! Estimated noise=0.490047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.0502e-05 Jy ! Component: 100 - total flux cleaned = 8.00142e-05 Jy ! Component: 150 - total flux cleaned = 0.000122777 Jy ! Component: 200 - total flux cleaned = 0.000165241 Jy ! Total flux subtracted in 200 components = 0.000165241 Jy ! Clean residual min=-0.001179 max=0.001307 Jy/beam ! Clean residual mean=0.000002 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0452625 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 = 2.74263e-05 Jy ! Component: 100 - total flux cleaned = 5.02766e-05 Jy ! Component: 150 - total flux cleaned = 6.94745e-05 Jy ! Component: 200 - total flux cleaned = 8.20317e-05 Jy ! Total flux subtracted in 200 components = 8.20317e-05 Jy ! Clean residual min=-0.001175 max=0.001311 Jy/beam ! Clean residual mean=0.000002 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0453445 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 28 components and 0.0453445 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.21 mas, bmaj=1.417 mas, bpa=-39.2 degrees ! Estimated noise=0.427439 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.88218e-05 Jy ! Component: 100 - total flux cleaned = -3.83945e-05 Jy ! Component: 150 - total flux cleaned = -3.76319e-05 Jy ! Component: 200 - total flux cleaned = -3.75474e-05 Jy ! Total flux subtracted in 200 components = -3.75474e-05 Jy ! Clean residual min=-0.001554 max=0.001379 Jy/beam ! Clean residual mean=0.000001 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0453069 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.0453069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051087Jy sigma=0.918511 ! Fit after self-cal, rms=0.051076Jy sigma=0.918449 wmodel J0801+4736_X_map.mod ! Writing 31 model components to file: J0801+4736_X_map.mod wobs J0801+4736_X_uvs.fits ! Writing UV FITS file: J0801+4736_X_uvs.fits wwins J0801+4736_X_map.win ! wwins: Wrote 1 windows to J0801+4736_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000456571 Jy ! Component: 100 - total flux cleaned = -0.000482924 Jy ! Component: 150 - total flux cleaned = -0.000581385 Jy ! Component: 200 - total flux cleaned = -0.000628759 Jy ! Component: 250 - total flux cleaned = -0.000674281 Jy ! Component: 300 - total flux cleaned = -0.000629371 Jy ! Component: 350 - total flux cleaned = -0.000585492 Jy ! Component: 400 - total flux cleaned = -0.000585271 Jy ! Component: 450 - total flux cleaned = -0.000585192 Jy ! Component: 500 - total flux cleaned = -0.000584936 Jy ! Component: 550 - total flux cleaned = -0.000543888 Jy ! Component: 600 - total flux cleaned = -0.000402592 Jy ! Component: 650 - total flux cleaned = -0.000402874 Jy ! Component: 700 - total flux cleaned = -0.00036381 Jy ! Component: 750 - total flux cleaned = -0.000344314 Jy ! Component: 800 - total flux cleaned = -0.0003442 Jy ! Component: 850 - total flux cleaned = -0.000249376 Jy ! Component: 900 - total flux cleaned = -0.000230817 Jy ! Component: 950 - total flux cleaned = -0.000175158 Jy ! Component: 1000 - total flux cleaned = -0.000120211 Jy ! Component: 1050 - total flux cleaned = -0.000102074 Jy ! Component: 1100 - total flux cleaned = 5.37697e-06 Jy ! Component: 1150 - total flux cleaned = 5.25807e-06 Jy ! Component: 1200 - total flux cleaned = 2.29049e-05 Jy ! Component: 1250 - total flux cleaned = 0.000110065 Jy ! Component: 1300 - total flux cleaned = 0.000127209 Jy ! Component: 1350 - total flux cleaned = 0.000212548 Jy ! Component: 1400 - total flux cleaned = 0.000263135 Jy ! Component: 1450 - total flux cleaned = 0.000330079 Jy ! Component: 1500 - total flux cleaned = 0.000363322 Jy ! Component: 1550 - total flux cleaned = 0.000429488 Jy ! Component: 1600 - total flux cleaned = 0.000478559 Jy ! Component: 1650 - total flux cleaned = 0.00057586 Jy ! Component: 1700 - total flux cleaned = 0.000591937 Jy ! Component: 1750 - total flux cleaned = 0.000655923 Jy ! Component: 1800 - total flux cleaned = 0.000687786 Jy ! Component: 1850 - total flux cleaned = 0.000735036 Jy ! Component: 1900 - total flux cleaned = 0.000813029 Jy ! Component: 1950 - total flux cleaned = 0.000874991 Jy ! Component: 2000 - total flux cleaned = 0.000936521 Jy ! Component: 2050 - total flux cleaned = 0.000982287 Jy ! Component: 2100 - total flux cleaned = 0.00105819 Jy ! Component: 2150 - total flux cleaned = 0.00110349 Jy ! Component: 2200 - total flux cleaned = 0.00122336 Jy ! Component: 2250 - total flux cleaned = 0.00128312 Jy ! Component: 2300 - total flux cleaned = 0.00132776 Jy ! Component: 2350 - total flux cleaned = 0.00147515 Jy ! Component: 2400 - total flux cleaned = 0.00150444 Jy ! Component: 2450 - total flux cleaned = 0.00163559 Jy ! Component: 2500 - total flux cleaned = 0.00170799 Jy ! Component: 2550 - total flux cleaned = 0.00182348 Jy ! Component: 2600 - total flux cleaned = 0.00189534 Jy ! Component: 2650 - total flux cleaned = 0.00202385 Jy ! Component: 2700 - total flux cleaned = 0.00210923 Jy ! Component: 2750 - total flux cleaned = 0.00220824 Jy ! Component: 2800 - total flux cleaned = 0.00229258 Jy ! Component: 2850 - total flux cleaned = 0.00241852 Jy ! Component: 2900 - total flux cleaned = 0.00254383 Jy ! Component: 2950 - total flux cleaned = 0.00262696 Jy ! Component: 3000 - total flux cleaned = 0.00269602 Jy ! Component: 3050 - total flux cleaned = 0.0028058 Jy ! Component: 3100 - total flux cleaned = 0.00286046 Jy ! Component: 3150 - total flux cleaned = 0.00294207 Jy ! Component: 3200 - total flux cleaned = 0.00300972 Jy ! Component: 3250 - total flux cleaned = 0.00311754 Jy ! Component: 3300 - total flux cleaned = 0.00314432 Jy ! Component: 3350 - total flux cleaned = 0.00326452 Jy ! Component: 3400 - total flux cleaned = 0.00331775 Jy ! Component: 3450 - total flux cleaned = 0.00339724 Jy ! Component: 3500 - total flux cleaned = 0.00345008 Jy ! Component: 3550 - total flux cleaned = 0.00350277 Jy ! Component: 3600 - total flux cleaned = 0.00362075 Jy ! Component: 3650 - total flux cleaned = 0.00371206 Jy ! Component: 3700 - total flux cleaned = 0.00380306 Jy ! Component: 3750 - total flux cleaned = 0.00382895 Jy ! Component: 3800 - total flux cleaned = 0.00391921 Jy ! Component: 3850 - total flux cleaned = 0.0039706 Jy ! Component: 3900 - total flux cleaned = 0.0040473 Jy ! Component: 3950 - total flux cleaned = 0.00413653 Jy ! Component: 4000 - total flux cleaned = 0.00421267 Jy ! Component: 4050 - total flux cleaned = 0.00430125 Jy ! Total flux subtracted in 4096 components = 0.00431384 Jy ! Clean residual min=-0.000708 max=0.000774 Jy/beam ! Clean residual mean=0.000001 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.0496208 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 317 components and 0.0496208 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv120_uvs/J0801+4736_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.21 x 1.417 at -39.2 degrees (North through East) ! Clean map min=-0.0012284 max=0.039232 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv120_uvs/J0801+4736_X_map.fits wmodel /scr/pima/rv120_uvs/J0801+4736_X_map.mod ! Writing 317 model components to file: /scr/pima/rv120_uvs/J0801+4736_X_map.mod wobs /scr/pima/rv120_uvs/J0801+4736_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv120_uvs/J0801+4736_X_uvs.fits wwins /scr/pima/rv120_uvs/J0801+4736_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rv120_uvs/J0801+4736_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.039232 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020746 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.58641 1.58641 3.17282 6.34564 12.6913 25.3826 50.7651 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.039 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 189.106 quit ! Quitting program ! Log file /scr/pima/rv120_uvs/J0801+4736_X_dfm.log closed on Fri Dec 22 22:40:36 2017