! Started logfile: /scr/pima/bg219e_uvs/J1147-3812_S_dfm.log on Thu May 19 18:36:56 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/J1147-3812_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1147-3812_S_uva.fits ! AN table 1: 14 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.738095 visibilities/baseline/integration-bin. ! Found source: J1147-3812 ! ! 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 1488 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 J1147-3812_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 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.669438Jy sigma=17.731515 ! Fit after self-cal, rms=0.425460Jy sigma=4.381610 ! 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.523 mas, bmaj=8.282 mas, bpa=-3.499 degrees ! Estimated noise=3.41071 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.916584 Jy ! Component: 100 - total flux cleaned = 1.14157 Jy ! Total flux subtracted in 100 components = 1.14157 Jy ! Clean residual min=-0.074892 max=0.147060 Jy/beam ! Clean residual mean=0.000803 rms=0.021200 Jy/beam ! Combined flux in latest and established models = 1.14157 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 1.14157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.362027Jy sigma=3.553361 ! Fit after self-cal, rms=0.361968Jy sigma=3.553283 ! Inverting map ! Added new window around map position (-4.5, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.13774 Jy ! Component: 100 - total flux cleaned = 0.212526 Jy ! Total flux subtracted in 100 components = 0.212526 Jy ! Clean residual min=-0.072319 max=0.128729 Jy/beam ! Clean residual mean=0.000392 rms=0.016449 Jy/beam ! Combined flux in latest and established models = 1.3541 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 16 components and 1.3541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.283316Jy sigma=2.580594 ! Fit after self-cal, rms=0.277379Jy sigma=2.490952 ! 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.04 mas, bmaj=9.905 mas, bpa=-3.277 degrees ! Estimated noise=2.75068 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 (5, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.124528 Jy ! Component: 100 - total flux cleaned = 0.19183 Jy ! Component: 150 - total flux cleaned = 0.230586 Jy ! Component: 200 - total flux cleaned = 0.236107 Jy ! Total flux subtracted in 200 components = 0.236107 Jy ! Clean residual min=-0.051520 max=0.040841 Jy/beam ! Clean residual mean=-0.000101 rms=0.011745 Jy/beam ! Combined flux in latest and established models = 1.5902 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 51 components and 1.5902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210864Jy sigma=1.773976 ! Fit after self-cal, rms=0.209845Jy sigma=1.766762 ! 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.04 x 9.905 at -3.277 degrees (North through East) ! Clean map min=-0.050669 max=1.0475 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* ! MK 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* ! MK 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* ! MK 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* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.209845Jy sigma=1.766762 ! Fit after self-cal, rms=0.211372Jy sigma=1.777122 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=9.814 mas, bpa=-3.267 degrees ! Estimated noise=2.77863 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.0102075 Jy ! Component: 100 - total flux cleaned = 0.0111288 Jy ! Component: 150 - total flux cleaned = 0.0128076 Jy ! Component: 200 - total flux cleaned = 0.0144116 Jy ! Total flux subtracted in 200 components = 0.0144116 Jy ! Clean residual min=-0.048960 max=0.039269 Jy/beam ! Clean residual mean=-0.000131 rms=0.011301 Jy/beam ! Combined flux in latest and established models = 1.60461 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 64 components and 1.60461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201707Jy sigma=1.719373 ! Fit after self-cal, rms=0.201153Jy sigma=1.716132 ! 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.201153Jy sigma=1.716132 ! Fit after self-cal, rms=0.194159Jy sigma=1.579515 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=9.73 mas, bpa=-2.725 degrees ! Estimated noise=2.84318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0319852 Jy ! Component: 100 - total flux cleaned = 0.0339106 Jy ! Component: 150 - total flux cleaned = 0.0346288 Jy ! Component: 200 - total flux cleaned = 0.0346742 Jy ! Total flux subtracted in 200 components = 0.0346742 Jy ! Clean residual min=-0.034432 max=0.036473 Jy/beam ! Clean residual mean=-0.000393 rms=0.008984 Jy/beam ! Combined flux in latest and established models = 1.63929 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 94 components and 1.63929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185703Jy sigma=1.464541 ! Fit after self-cal, rms=0.185571Jy sigma=1.462895 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.000210919 Jy ! Component: 100 - total flux cleaned = 0.000785841 Jy ! Component: 150 - total flux cleaned = 0.00124348 Jy ! Component: 200 - total flux cleaned = 0.00167366 Jy ! Total flux subtracted in 200 components = 0.00167366 Jy ! Clean residual min=-0.034179 max=0.034297 Jy/beam ! Clean residual mean=-0.000403 rms=0.008782 Jy/beam ! Combined flux in latest and established models = 1.64096 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 109 components and 1.64096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182922Jy sigma=1.440447 ! Fit after self-cal, rms=0.182731Jy sigma=1.439683 ! 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.182731Jy sigma=1.439683 ! Fit after self-cal, rms=0.181851Jy sigma=1.417820 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=9.698 mas, bpa=-2.64 degrees ! Estimated noise=2.8663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0185744 Jy ! Component: 100 - total flux cleaned = 0.0191212 Jy ! Component: 150 - total flux cleaned = 0.0191135 Jy ! Component: 200 - total flux cleaned = 0.0195591 Jy ! Total flux subtracted in 200 components = 0.0195591 Jy ! Clean residual min=-0.030944 max=0.028927 Jy/beam ! Clean residual mean=-0.000297 rms=0.008214 Jy/beam ! Combined flux in latest and established models = 1.66052 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 135 components and 1.66052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177655Jy sigma=1.386476 ! Fit after self-cal, rms=0.177512Jy sigma=1.385965 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.00047073 Jy ! Component: 100 - total flux cleaned = 0.00085781 Jy ! Component: 150 - total flux cleaned = 0.000859077 Jy ! Component: 200 - total flux cleaned = 0.000861534 Jy ! Total flux subtracted in 200 components = 0.000861534 Jy ! Clean residual min=-0.030904 max=0.028592 Jy/beam ! Clean residual mean=-0.000297 rms=0.008089 Jy/beam ! Combined flux in latest and established models = 1.66138 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 145 components and 1.66138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175558Jy sigma=1.373551 ! Fit after self-cal, rms=0.175438Jy sigma=1.373089 ! 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.175438Jy sigma=1.373089 ! Fit after self-cal, rms=0.175034Jy sigma=1.362429 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.014 mas, bmaj=23.22 mas, bpa=-1.553 degrees ! Estimated noise=3.82132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00836837 Jy ! Component: 100 - total flux cleaned = 0.0083815 Jy ! Component: 150 - total flux cleaned = 0.00839477 Jy ! Component: 200 - total flux cleaned = 0.00803221 Jy ! Total flux subtracted in 200 components = 0.00803221 Jy ! Clean residual min=-0.038353 max=0.035129 Jy/beam ! Clean residual mean=-0.000495 rms=0.010821 Jy/beam ! Combined flux in latest and established models = 1.66941 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 150 components and 1.66941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173284Jy sigma=1.348364 ! Fit after self-cal, rms=0.173040Jy sigma=1.345143 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.000355378 Jy ! Component: 100 - total flux cleaned = 4.91685e-05 Jy ! Component: 150 - total flux cleaned = 6.73873e-05 Jy ! Component: 200 - total flux cleaned = 8.37152e-05 Jy ! Total flux subtracted in 200 components = 8.37152e-05 Jy ! Clean residual min=-0.038038 max=0.034218 Jy/beam ! Clean residual mean=-0.000490 rms=0.010746 Jy/beam ! Combined flux in latest and established models = 1.6695 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 154 components and 1.6695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172107Jy sigma=1.341569 ! Fit after self-cal, rms=0.171934Jy sigma=1.339441 ! 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=2.949 mas, bmaj=9.683 mas, bpa=-2.575 degrees ! Estimated noise=2.87753 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.949 x 9.683 at -2.575 degrees (North through East) ! Clean map min=-0.039569 max=1.0428 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171934Jy sigma=1.339441 ! Fit after self-cal, rms=0.168205Jy sigma=1.294000 ! Inverting map and beam ! Estimated beam: bmin=2.945 mas, bmaj=9.68 mas, bpa=-2.553 degrees ! Estimated noise=2.88575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00578909 Jy ! Component: 100 - total flux cleaned = 0.00579025 Jy ! Component: 150 - total flux cleaned = 0.00615736 Jy ! Component: 200 - total flux cleaned = 0.00649167 Jy ! Total flux subtracted in 200 components = 0.00649167 Jy ! Clean residual min=-0.027379 max=0.026615 Jy/beam ! Clean residual mean=-0.000235 rms=0.007342 Jy/beam ! Combined flux in latest and established models = 1.67599 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 166 components and 1.67599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166085Jy sigma=1.278142 ! Fit after self-cal, rms=0.166008Jy sigma=1.277928 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000323028 Jy ! Component: 100 - total flux cleaned = 0.000598373 Jy ! Component: 150 - total flux cleaned = 0.000596157 Jy ! Component: 200 - total flux cleaned = 0.000850073 Jy ! Total flux subtracted in 200 components = 0.000850073 Jy ! Clean residual min=-0.027425 max=0.026115 Jy/beam ! Clean residual mean=-0.000235 rms=0.007283 Jy/beam ! Combined flux in latest and established models = 1.67684 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 179 components and 1.67684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164792Jy sigma=1.271734 ! Fit after self-cal, rms=0.164714Jy sigma=1.271507 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164714Jy sigma=1.271507 ! Fit after self-cal, rms=0.164299Jy sigma=1.266982 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.473 mas, bmaj=8.178 mas, bpa=-2.638 degrees ! Estimated noise=3.54382 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.950768 Jy ! Component: 100 - total flux cleaned = 1.19398 Jy ! Component: 150 - total flux cleaned = 1.31713 Jy ! Component: 200 - total flux cleaned = 1.39738 Jy ! Total flux subtracted in 200 components = 1.39738 Jy ! Clean residual min=-0.046617 max=0.063966 Jy/beam ! Clean residual mean=0.000427 rms=0.010947 Jy/beam ! Combined flux in latest and established models = 1.39738 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 1.39738 Jy ! Inverting map and beam ! Estimated beam: bmin=2.941 mas, bmaj=9.676 mas, bpa=-2.505 degrees ! Estimated noise=2.8881 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, 21.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104906 Jy ! Component: 100 - total flux cleaned = 0.16823 Jy ! Component: 150 - total flux cleaned = 0.208875 Jy ! Component: 200 - total flux cleaned = 0.23285 Jy ! Total flux subtracted in 200 components = 0.23285 Jy ! Clean residual min=-0.032215 max=0.026530 Jy/beam ! Clean residual mean=-0.000096 rms=0.007841 Jy/beam ! Combined flux in latest and established models = 1.63023 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 83 components and 1.63023 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.015 mas, bmaj=23.26 mas, bpa=-1.403 degrees ! Estimated noise=3.85051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0213955 Jy ! Component: 100 - total flux cleaned = 0.0255672 Jy ! Component: 150 - total flux cleaned = 0.0288986 Jy ! Component: 200 - total flux cleaned = 0.0305849 Jy ! Total flux subtracted in 200 components = 0.0305849 Jy ! Clean residual min=-0.035142 max=0.029037 Jy/beam ! Clean residual mean=-0.000374 rms=0.010161 Jy/beam ! Combined flux in latest and established models = 1.66082 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.14452e-05 Jy ! Component: 100 - total flux cleaned = -2.59356e-05 Jy ! Component: 150 - total flux cleaned = -0.000476463 Jy ! Component: 200 - total flux cleaned = -0.000458457 Jy ! Total flux subtracted in 200 components = -0.000458457 Jy ! Clean residual min=-0.034821 max=0.027744 Jy/beam ! Clean residual mean=-0.000403 rms=0.009769 Jy/beam ! Combined flux in latest and established models = 1.66036 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 115 components and 1.66036 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.941 mas, bmaj=9.676 mas, bpa=-2.505 degrees ! Estimated noise=2.8881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260974 Jy ! Component: 100 - total flux cleaned = 0.00261346 Jy ! Component: 150 - total flux cleaned = 0.00209573 Jy ! Component: 200 - total flux cleaned = 0.00117187 Jy ! Total flux subtracted in 200 components = 0.00117187 Jy ! Clean residual min=-0.030577 max=0.022397 Jy/beam ! Clean residual mean=-0.000198 rms=0.006707 Jy/beam ! Combined flux in latest and established models = 1.66153 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 137 components and 1.66153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158949Jy sigma=1.225805 ! Fit after self-cal, rms=0.158776Jy sigma=1.220610 wmodel /J1147-3812_S_map.mod ! wmodel: Unable to open new model file: /J1147-3812_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J1147-3812_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.941 x 9.676 at -2.505 degrees (North through East) ! Clean map min=-0.043997 max=1.0718 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1147-3812_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 1.07184 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00668189 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.87021 1.87021 3.74041 7.48082 14.9616 29.9233 59.8466 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.02 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.071 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 160.41 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1147-3812_S_dfm.log closed on Thu May 19 18:36:58 2016