! Started logfile: /scr/pima/rv118_uvs/J2359-3133_S_dfm.log on Sun Dec 10 00:12:35 2017 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv118_uvs/J2359-3133_S_uva.fits ! Reading UV FITS file: /scr/pima/rv118_uvs/J2359-3133_S_uva.fits ! AN table 1: 7 integrations on 28 of 28 possible baselines. ! AN table 2: 15 integrations on 1 of 1 possible baselines. ! AN table 3: 36 integrations on 28 of 28 possible baselines. ! AN table 4: 11 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.617073 visibilities/baseline/integration-bin. ! Found source: J2359-3133 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 3036 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 J2359-3133_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 12 telescope corrections were flagged in sub-array 1. ! A total of 30 telescope corrections were flagged in sub-array 2. ! A total of 126 telescope corrections were flagged in sub-array 3. ! A total of 22 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! A total of 30 telescope corrections were flagged in sub-array 2. ! A total of 126 telescope corrections were flagged in sub-array 3. ! A total of 22 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! A total of 30 telescope corrections were flagged in sub-array 2. ! A total of 126 telescope corrections were flagged in sub-array 3. ! A total of 22 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! A total of 30 telescope corrections were flagged in sub-array 2. ! A total of 126 telescope corrections were flagged in sub-array 3. ! A total of 22 telescope corrections were flagged in sub-array 4. ! ! Fit before self-cal, rms=1.206255Jy sigma=15.759718 ! Fit after self-cal, rms=0.432058Jy sigma=5.645053 ! 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.072 mas, bmaj=12.77 mas, bpa=-5.72 degrees ! Estimated noise=1.88352 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.471405 Jy ! Component: 100 - total flux cleaned = 0.57631 Jy ! Total flux subtracted in 100 components = 0.57631 Jy ! Clean residual min=-0.027442 max=0.042046 Jy/beam ! Clean residual mean=-0.000029 rms=0.007520 Jy/beam ! Combined flux in latest and established models = 0.57631 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.57631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206629Jy sigma=2.424501 ! Fit after self-cal, rms=0.206619Jy sigma=2.424406 ! 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.761 mas, bmaj=15.53 mas, bpa=-7.933 degrees ! Estimated noise=1.07977 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.0385672 Jy ! Component: 100 - total flux cleaned = 0.0537268 Jy ! Component: 150 - total flux cleaned = 0.0616462 Jy ! Component: 200 - total flux cleaned = 0.0649608 Jy ! Total flux subtracted in 200 components = 0.0649608 Jy ! Clean residual min=-0.031065 max=0.023142 Jy/beam ! Clean residual mean=-0.000108 rms=0.006588 Jy/beam ! Combined flux in latest and established models = 0.64127 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 31 components and 0.64127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199653Jy sigma=2.336242 ! Fit after self-cal, rms=0.199652Jy sigma=2.336204 ! 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.761 x 15.53 at -7.933 degrees (North through East) ! Clean map min=-0.030501 max=0.60064 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 HN 1.22 KP 0.98 LA 0.98 ! NL 1.04 OV 1.01 PT 1.03 SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* HN 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! BR 0.99 FD 1.14 KK 0.96 KP 0.98 ! LA 0.98 NL 1.19 OV 0.98 PT 1.05 ! ! Telescope amplitude corrections in sub-array 4: ! KK 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 HN 1.22 KP 0.99 LA 0.97 ! NL 1.07 OV 0.99 PT 1.01 SC 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* HN 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! BR 1.01 FD 1.16 KK 0.97 KP 0.99 ! LA 0.99 NL 1.19 OV 0.98 PT 1.05 ! ! Telescope amplitude corrections in sub-array 4: ! KK 0.00* SC 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.16 HN 1.32 KP 0.54 LA 1.03 ! NL 0.69 OV 1.01 PT 1.07 SC 0.51 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* HN 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! BR 1.00 FD 1.18 KK 0.99 KP 0.53 ! LA 1.02 NL 0.95 OV 0.99 PT 1.06 ! ! Telescope amplitude corrections in sub-array 4: ! KK 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 HN 1.32 KP 1.03 LA 1.00 ! NL 1.10 OV 1.02 PT 1.04 SC 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* HN 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! BR 1.02 FD 1.12 KK 1.05 KP 1.02 ! LA 1.01 NL 1.22 OV 0.99 PT 1.05 ! ! Telescope amplitude corrections in sub-array 4: ! KK 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.199652Jy sigma=2.336204 ! Fit after self-cal, rms=0.088154Jy sigma=1.043355 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.735 mas, bmaj=15.31 mas, bpa=-7.581 degrees ! Estimated noise=1.08037 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.00399811 Jy ! Component: 100 - total flux cleaned = 0.00469349 Jy ! Component: 150 - total flux cleaned = 0.00486395 Jy ! Component: 200 - total flux cleaned = 0.00500371 Jy ! Total flux subtracted in 200 components = 0.00500371 Jy ! Clean residual min=-0.010078 max=0.007822 Jy/beam ! Clean residual mean=-0.000033 rms=0.002559 Jy/beam ! Combined flux in latest and established models = 0.646274 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.646274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087854Jy sigma=1.039618 ! Fit after self-cal, rms=0.088265Jy sigma=1.037149 ! 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.088265Jy sigma=1.037149 ! Fit after self-cal, rms=0.083083Jy sigma=0.949143 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=15.32 mas, bpa=-7.562 degrees ! Estimated noise=1.07912 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0025644 Jy ! Component: 100 - total flux cleaned = -0.00270506 Jy ! Component: 150 - total flux cleaned = -0.00270853 Jy ! Component: 200 - total flux cleaned = -0.00275807 Jy ! Total flux subtracted in 200 components = -0.00275807 Jy ! Clean residual min=-0.005313 max=0.005431 Jy/beam ! Clean residual mean=-0.000030 rms=0.001298 Jy/beam ! Combined flux in latest and established models = 0.643516 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.643516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082955Jy sigma=0.947408 ! Fit after self-cal, rms=0.082988Jy sigma=0.947294 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 = -9.15009e-05 Jy ! Component: 100 - total flux cleaned = -7.09498e-06 Jy ! Component: 150 - total flux cleaned = -1.09815e-05 Jy ! Component: 200 - total flux cleaned = -1.12014e-05 Jy ! Total flux subtracted in 200 components = -1.12014e-05 Jy ! Clean residual min=-0.005369 max=0.005429 Jy/beam ! Clean residual mean=-0.000030 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 0.643505 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.643505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082943Jy sigma=0.946868 ! Fit after self-cal, rms=0.082946Jy sigma=0.946815 ! 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.082946Jy sigma=0.946815 ! Fit after self-cal, rms=0.081348Jy sigma=0.921331 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.738 mas, bmaj=15.33 mas, bpa=-7.58 degrees ! Estimated noise=1.07973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000559905 Jy ! Component: 100 - total flux cleaned = -0.000678422 Jy ! Component: 150 - total flux cleaned = -0.000781882 Jy ! Component: 200 - total flux cleaned = -0.000923741 Jy ! Total flux subtracted in 200 components = -0.000923741 Jy ! Clean residual min=-0.004435 max=0.003881 Jy/beam ! Clean residual mean=-0.000020 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.642581 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.642581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081257Jy sigma=0.920372 ! Fit after self-cal, rms=0.081285Jy sigma=0.920318 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.000169711 Jy ! Component: 100 - total flux cleaned = -0.000213092 Jy ! Component: 150 - total flux cleaned = -0.000290638 Jy ! Component: 200 - total flux cleaned = -0.000394893 Jy ! Total flux subtracted in 200 components = -0.000394893 Jy ! Clean residual min=-0.004179 max=0.003857 Jy/beam ! Clean residual mean=-0.000019 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.642186 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.642186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081241Jy sigma=0.919877 ! Fit after self-cal, rms=0.081244Jy sigma=0.919845 ! 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.081244Jy sigma=0.919845 ! Fit after self-cal, rms=0.081209Jy sigma=0.919415 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.117 mas, bmaj=23.74 mas, bpa=8.213 degrees ! Estimated noise=1.25488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00065239 Jy ! Component: 100 - total flux cleaned = -0.000775949 Jy ! Component: 150 - total flux cleaned = -0.000882053 Jy ! Component: 200 - total flux cleaned = -0.000971356 Jy ! Total flux subtracted in 200 components = -0.000971356 Jy ! Clean residual min=-0.003471 max=0.004117 Jy/beam ! Clean residual mean=-0.000033 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.641215 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 80 components and 0.641215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081185Jy sigma=0.918983 ! Fit after self-cal, rms=0.081176Jy sigma=0.918845 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 = -2.62853e-05 Jy ! Component: 100 - total flux cleaned = -5.52103e-05 Jy ! Component: 150 - total flux cleaned = -5.42309e-05 Jy ! Component: 200 - total flux cleaned = -7.80204e-05 Jy ! Total flux subtracted in 200 components = -7.80204e-05 Jy ! Clean residual min=-0.003422 max=0.004127 Jy/beam ! Clean residual mean=-0.000033 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.641137 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 80 components and 0.641137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081159Jy sigma=0.918790 ! Fit after self-cal, rms=0.081153Jy sigma=0.918722 ! 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.734 mas, bmaj=15.33 mas, bpa=-7.591 degrees ! Estimated noise=1.07941 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.734 x 15.33 at -7.591 degrees (North through East) ! Clean map min=-0.0038886 max=0.60256 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.081153Jy sigma=0.918722 ! Fit after self-cal, rms=0.073166Jy sigma=0.807659 ! Inverting map and beam ! Estimated beam: bmin=3.73 mas, bmaj=15.34 mas, bpa=-7.609 degrees ! Estimated noise=1.07902 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000517229 Jy ! Component: 100 - total flux cleaned = -0.000568024 Jy ! Component: 150 - total flux cleaned = -0.000613782 Jy ! Component: 200 - total flux cleaned = -0.000655203 Jy ! Total flux subtracted in 200 components = -0.000655203 Jy ! Clean residual min=-0.003922 max=0.003658 Jy/beam ! Clean residual mean=-0.000020 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.640482 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 81 components and 0.640482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073094Jy sigma=0.806935 ! Fit after self-cal, rms=0.073100Jy sigma=0.806914 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000147255 Jy ! Component: 100 - total flux cleaned = -0.000146976 Jy ! Component: 150 - total flux cleaned = -0.000179251 Jy ! Component: 200 - total flux cleaned = -0.000208896 Jy ! Total flux subtracted in 200 components = -0.000208896 Jy ! Clean residual min=-0.003782 max=0.003699 Jy/beam ! Clean residual mean=-0.000020 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.640273 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 81 components and 0.640273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073062Jy sigma=0.806607 ! Fit after self-cal, rms=0.073069Jy sigma=0.806579 ! 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.073069Jy sigma=0.806579 ! Fit after self-cal, rms=0.073096Jy sigma=0.806261 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.028 mas, bmaj=12.47 mas, bpa=-4.587 degrees ! Estimated noise=1.88721 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.469559 Jy ! Component: 100 - total flux cleaned = 0.572019 Jy ! Component: 150 - total flux cleaned = 0.596718 Jy ! Component: 200 - total flux cleaned = 0.609125 Jy ! Total flux subtracted in 200 components = 0.609125 Jy ! Clean residual min=-0.006754 max=0.006787 Jy/beam ! Clean residual mean=-0.000014 rms=0.001658 Jy/beam ! Combined flux in latest and established models = 0.609125 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.609125 Jy ! Inverting map and beam ! Estimated beam: bmin=3.727 mas, bmaj=15.34 mas, bpa=-7.616 degrees ! Estimated noise=1.07871 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.0139509 Jy ! Component: 100 - total flux cleaned = 0.0209058 Jy ! Component: 150 - total flux cleaned = 0.0247995 Jy ! Component: 200 - total flux cleaned = 0.0270017 Jy ! Total flux subtracted in 200 components = 0.0270017 Jy ! Clean residual min=-0.003373 max=0.004060 Jy/beam ! Clean residual mean=-0.000017 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.636127 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 65 components and 0.636127 Jy ! Inverting map ! Added new window around map position (27, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160124 Jy ! Component: 100 - total flux cleaned = 0.00115238 Jy ! Component: 150 - total flux cleaned = 0.00107137 Jy ! Component: 200 - total flux cleaned = 0.00107039 Jy ! Total flux subtracted in 200 components = 0.00107039 Jy ! Clean residual min=-0.003339 max=0.003157 Jy/beam ! Clean residual mean=-0.000018 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.637197 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.637197 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=9.122 mas, bmaj=23.79 mas, bpa=8.18 degrees ! Estimated noise=1.25515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173268 Jy ! Component: 100 - total flux cleaned = 0.00172989 Jy ! Component: 150 - total flux cleaned = 0.00168918 Jy ! Component: 200 - total flux cleaned = 0.001613 Jy ! Total flux subtracted in 200 components = 0.001613 Jy ! Clean residual min=-0.002584 max=0.003555 Jy/beam ! Clean residual mean=-0.000032 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.63881 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 = -7.09662e-05 Jy ! Component: 100 - total flux cleaned = -0.000138153 Jy ! Component: 150 - total flux cleaned = -0.00013713 Jy ! Component: 200 - total flux cleaned = -0.000137422 Jy ! Total flux subtracted in 200 components = -0.000137422 Jy ! Clean residual min=-0.002588 max=0.003569 Jy/beam ! Clean residual mean=-0.000032 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.638673 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 101 components and 0.638673 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.727 mas, bmaj=15.34 mas, bpa=-7.616 degrees ! Estimated noise=1.07871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00028229 Jy ! Component: 100 - total flux cleaned = -0.000385693 Jy ! Component: 150 - total flux cleaned = -0.000385274 Jy ! Component: 200 - total flux cleaned = -0.000387241 Jy ! Total flux subtracted in 200 components = -0.000387241 Jy ! Clean residual min=-0.003169 max=0.003175 Jy/beam ! Clean residual mean=-0.000018 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.638286 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 113 components and 0.638286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072605Jy sigma=0.801405 ! Fit after self-cal, rms=0.072563Jy sigma=0.800911 wmodel J2359-3133_S_map.mod ! Writing 113 model components to file: J2359-3133_S_map.mod wobs J2359-3133_S_uvs.fits ! Writing UV FITS file: J2359-3133_S_uvs.fits wwins J2359-3133_S_map.win ! wwins: Wrote 2 windows to J2359-3133_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 = 8.40879e-06 Jy ! Component: 100 - total flux cleaned = -0.000196269 Jy ! Component: 150 - total flux cleaned = -0.000583596 Jy ! Component: 200 - total flux cleaned = -0.000769552 Jy ! Component: 250 - total flux cleaned = -0.000857389 Jy ! Component: 300 - total flux cleaned = -0.000900007 Jy ! Component: 350 - total flux cleaned = -0.000984874 Jy ! Component: 400 - total flux cleaned = -0.00119193 Jy ! Component: 450 - total flux cleaned = -0.00131438 Jy ! Component: 500 - total flux cleaned = -0.00147423 Jy ! Component: 550 - total flux cleaned = -0.00151417 Jy ! Component: 600 - total flux cleaned = -0.00178352 Jy ! Component: 650 - total flux cleaned = -0.00182079 Jy ! Component: 700 - total flux cleaned = -0.00189527 Jy ! Component: 750 - total flux cleaned = -0.00182163 Jy ! Component: 800 - total flux cleaned = -0.00178519 Jy ! Component: 850 - total flux cleaned = -0.00171439 Jy ! Component: 900 - total flux cleaned = -0.0017142 Jy ! Component: 950 - total flux cleaned = -0.00174881 Jy ! Component: 1000 - total flux cleaned = -0.00171443 Jy ! Component: 1050 - total flux cleaned = -0.0017483 Jy ! Component: 1100 - total flux cleaned = -0.00168219 Jy ! Component: 1150 - total flux cleaned = -0.00168203 Jy ! Component: 1200 - total flux cleaned = -0.00164934 Jy ! Component: 1250 - total flux cleaned = -0.0016497 Jy ! Component: 1300 - total flux cleaned = -0.00161813 Jy ! Component: 1350 - total flux cleaned = -0.001587 Jy ! Component: 1400 - total flux cleaned = -0.00164972 Jy ! Component: 1450 - total flux cleaned = -0.00171134 Jy ! Component: 1500 - total flux cleaned = -0.00168082 Jy ! Component: 1550 - total flux cleaned = -0.00174124 Jy ! Component: 1600 - total flux cleaned = -0.00177139 Jy ! Component: 1650 - total flux cleaned = -0.00180089 Jy ! Component: 1700 - total flux cleaned = -0.00183009 Jy ! Component: 1750 - total flux cleaned = -0.00188844 Jy ! Component: 1800 - total flux cleaned = -0.00185951 Jy ! Component: 1850 - total flux cleaned = -0.00188831 Jy ! Component: 1900 - total flux cleaned = -0.00208773 Jy ! Component: 1950 - total flux cleaned = -0.00203148 Jy ! Component: 2000 - total flux cleaned = -0.00217153 Jy ! Component: 2050 - total flux cleaned = -0.00225489 Jy ! Component: 2100 - total flux cleaned = -0.00231001 Jy ! Component: 2150 - total flux cleaned = -0.00230992 Jy ! Component: 2200 - total flux cleaned = -0.00239114 Jy ! Component: 2250 - total flux cleaned = -0.00233704 Jy ! Component: 2300 - total flux cleaned = -0.00239063 Jy ! Component: 2350 - total flux cleaned = -0.00241712 Jy ! Component: 2400 - total flux cleaned = -0.00252231 Jy ! Component: 2450 - total flux cleaned = -0.0026006 Jy ! Component: 2500 - total flux cleaned = -0.00252272 Jy ! Component: 2550 - total flux cleaned = -0.00262567 Jy ! Component: 2600 - total flux cleaned = -0.00252273 Jy ! Component: 2650 - total flux cleaned = -0.0026243 Jy ! Component: 2700 - total flux cleaned = -0.00257384 Jy ! Component: 2750 - total flux cleaned = -0.00252352 Jy ! Component: 2800 - total flux cleaned = -0.00264791 Jy ! Component: 2850 - total flux cleaned = -0.00262303 Jy ! Component: 2900 - total flux cleaned = -0.00259866 Jy ! Component: 2950 - total flux cleaned = -0.00269641 Jy ! Component: 3000 - total flux cleaned = -0.00269636 Jy ! Component: 3050 - total flux cleaned = -0.00267227 Jy ! Component: 3100 - total flux cleaned = -0.00279202 Jy ! Component: 3150 - total flux cleaned = -0.00283957 Jy ! Component: 3200 - total flux cleaned = -0.00279215 Jy ! Component: 3250 - total flux cleaned = -0.00276891 Jy ! Component: 3300 - total flux cleaned = -0.00290896 Jy ! Component: 3350 - total flux cleaned = -0.00281608 Jy ! Component: 3400 - total flux cleaned = -0.00288516 Jy ! Component: 3450 - total flux cleaned = -0.00279327 Jy ! Component: 3500 - total flux cleaned = -0.00288452 Jy ! Component: 3550 - total flux cleaned = -0.00279398 Jy ! Component: 3600 - total flux cleaned = -0.00281677 Jy ! Component: 3650 - total flux cleaned = -0.00283938 Jy ! Component: 3700 - total flux cleaned = -0.00286163 Jy ! Component: 3750 - total flux cleaned = -0.00288375 Jy ! Component: 3800 - total flux cleaned = -0.00288365 Jy ! Component: 3850 - total flux cleaned = -0.00288353 Jy ! Component: 3900 - total flux cleaned = -0.0028832 Jy ! Component: 3950 - total flux cleaned = -0.00279643 Jy ! Component: 4000 - total flux cleaned = -0.00277477 Jy ! Component: 4050 - total flux cleaned = -0.00275315 Jy ! Total flux subtracted in 4096 components = -0.00277454 Jy ! Clean residual min=-0.001272 max=0.001239 Jy/beam ! Clean residual mean=0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.635511 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 426 components and 0.635511 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv118_uvs/J2359-3133_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.727 x 15.34 at -7.616 degrees (North through East) ! Clean map min=-0.0026353 max=0.60491 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv118_uvs/J2359-3133_S_map.fits wmodel /scr/pima/rv118_uvs/J2359-3133_S_map.mod ! Writing 426 model components to file: /scr/pima/rv118_uvs/J2359-3133_S_map.mod wobs /scr/pima/rv118_uvs/J2359-3133_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv118_uvs/J2359-3133_S_uvs.fits wwins /scr/pima/rv118_uvs/J2359-3133_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rv118_uvs/J2359-3133_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.604912 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000427671 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.212099 0.212099 0.424198 0.848397 1.69679 3.39359 6.78717 13.5743 27.1487 54.2974 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.604 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1414.43 quit ! Quitting program ! Log file /scr/pima/rv118_uvs/J2359-3133_S_dfm.log closed on Sun Dec 10 00:12:39 2017