! Started logfile: .//J0722-3526_C_dfm.log on Mon Jan 20 17:40:28 2020 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs .//J0722-3526_C_uva.fits ! Reading UV FITS file: .//J0722-3526_C_uva.fits ! AN table 1: 15 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0722-3526 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 76 lines of history. ! ! Reading 1200 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 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_01.dfm J0722-3526_C] 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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.300x0.300 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.002891Jy sigma=13.798240 ! Fit after self-cal, rms=0.938597Jy sigma=12.856408 ! 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.725 mas, bmaj=42.41 mas, bpa=-17.76 degrees ! Estimated noise=1.97509 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0469765 Jy ! Component: 100 - total flux cleaned = 0.0611105 Jy ! Total flux subtracted in 100 components = 0.0611105 Jy ! Clean residual min=-0.007285 max=0.007433 Jy/beam ! Clean residual mean=-0.000070 rms=0.002910 Jy/beam ! Combined flux in latest and established models = 0.0611105 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0611105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.059560Jy sigma=0.735087 ! Fit after self-cal, rms=0.058718Jy sigma=0.720768 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.369 mas, bmaj=41.21 mas, bpa=-17.22 degrees ! Estimated noise=1.52848 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.00782596 Jy ! Component: 100 - total flux cleaned = 0.0119129 Jy ! Component: 150 - total flux cleaned = 0.0137268 Jy ! Component: 200 - total flux cleaned = 0.0157249 Jy ! Total flux subtracted in 200 components = 0.0157249 Jy ! Clean residual min=-0.002274 max=0.002293 Jy/beam ! Clean residual mean=0.000014 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.0768354 Jy ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 107 components and 0.0768355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.056209Jy sigma=0.673200 ! Fit after self-cal, rms=0.056021Jy sigma=0.670741 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.369 x 41.21 at -17.22 degrees (North through East) ! Clean map min=-0.0062857 max=0.050093 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 0.87 NL 1.18 OV 1.21 ! PT 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 KP 0.88 NL 0.93 OV 1.17 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 KP 1.10 NL 0.93 OV 0.92 ! PT 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.09 NL 0.90 OV 0.98 ! PT 0.82 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.16 KP 1.04 NL 0.95 OV 0.94 ! PT 0.97 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 1.16 KP 0.89 NL 1.00 OV 0.94 ! PT 0.97 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.90 NL 1.17 OV 1.07 ! PT 0.95 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 1.01 NL 1.18 OV 0.99 ! PT 0.94 ! ! ! Fit before self-cal, rms=0.056021Jy sigma=0.670741 ! Fit after self-cal, rms=0.056529Jy sigma=0.660254 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.418 mas, bmaj=41.54 mas, bpa=-17.22 degrees ! Estimated noise=1.49035 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.0032866 Jy ! Component: 100 - total flux cleaned = 0.00377196 Jy ! Component: 150 - total flux cleaned = 0.0041871 Jy ! Component: 200 - total flux cleaned = 0.00455765 Jy ! Total flux subtracted in 200 components = 0.00455765 Jy ! Clean residual min=-0.000991 max=0.000986 Jy/beam ! Clean residual mean=0.000006 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0813931 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 156 components and 0.0813931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.056158Jy sigma=0.655970 ! Fit after self-cal, rms=0.056182Jy sigma=0.654777 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.056182Jy sigma=0.654777 ! Fit after self-cal, rms=0.055967Jy sigma=0.654599 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.415 mas, bmaj=41.56 mas, bpa=-17.23 degrees ! Estimated noise=1.47861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018163 Jy ! Component: 100 - total flux cleaned = 0.0025182 Jy ! Component: 150 - total flux cleaned = 0.0031308 Jy ! Component: 200 - total flux cleaned = 0.00381884 Jy ! Total flux subtracted in 200 components = 0.00381884 Jy ! Clean residual min=-0.000729 max=0.000732 Jy/beam ! Clean residual mean=0.000004 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.085212 Jy selfcal ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 227 components and 0.085212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.055829Jy sigma=0.653160 ! Fit after self-cal, rms=0.055775Jy sigma=0.652953 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.00138478 Jy ! Component: 100 - total flux cleaned = 0.00221489 Jy ! Component: 150 - total flux cleaned = 0.00271147 Jy ! Component: 200 - total flux cleaned = 0.00305828 Jy ! Total flux subtracted in 200 components = 0.00305828 Jy ! Clean residual min=-0.000615 max=0.000619 Jy/beam ! Clean residual mean=0.000002 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.0882702 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 277 components and 0.0882702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.055689Jy sigma=0.652166 ! Fit after self-cal, rms=0.055648Jy sigma=0.652066 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.055648Jy sigma=0.652066 ! Fit after self-cal, rms=0.055376Jy sigma=0.652017 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.414 mas, bmaj=41.53 mas, bpa=-17.23 degrees ! Estimated noise=1.47183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114313 Jy ! Component: 100 - total flux cleaned = 0.00209728 Jy ! Component: 150 - total flux cleaned = 0.0026823 Jy ! Component: 200 - total flux cleaned = 0.00309319 Jy ! Total flux subtracted in 200 components = 0.00309319 Jy ! Clean residual min=-0.000511 max=0.000513 Jy/beam ! Clean residual mean=0.000001 rms=0.000201 Jy/beam ! Combined flux in latest and established models = 0.0913634 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 307 components and 0.0913634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.055316Jy sigma=0.651494 ! Fit after self-cal, rms=0.055278Jy sigma=0.651414 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.00086521 Jy ! Component: 100 - total flux cleaned = 0.00146694 Jy ! Component: 150 - total flux cleaned = 0.00178419 Jy ! Component: 200 - total flux cleaned = 0.00200237 Jy ! Total flux subtracted in 200 components = 0.00200237 Jy ! Clean residual min=-0.000444 max=0.000440 Jy/beam ! Clean residual mean=0.000001 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.0933657 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 336 components and 0.0933657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.055232Jy sigma=0.651064 ! Fit after self-cal, rms=0.055207Jy sigma=0.651016 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.055207Jy sigma=0.651016 ! Fit after self-cal, rms=0.055107Jy sigma=0.650992 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.153 mas, bmaj=40.92 mas, bpa=-16.63 degrees ! Estimated noise=1.44535 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000443304 Jy ! Component: 100 - total flux cleaned = 0.000768252 Jy ! Component: 150 - total flux cleaned = 0.0010404 Jy ! Component: 200 - total flux cleaned = 0.00135284 Jy ! Total flux subtracted in 200 components = 0.00135284 Jy ! Clean residual min=-0.000313 max=0.000316 Jy/beam ! Clean residual mean=0.000001 rms=0.000120 Jy/beam ! Combined flux in latest and established models = 0.0947186 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 373 components and 0.0947186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.055080Jy sigma=0.650763 ! Fit after self-cal, rms=0.055056Jy sigma=0.650727 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.000550083 Jy ! Component: 100 - total flux cleaned = 0.000907393 Jy ! Component: 150 - total flux cleaned = 0.00120032 Jy ! Component: 200 - total flux cleaned = 0.00142707 Jy ! Total flux subtracted in 200 components = 0.00142707 Jy ! Clean residual min=-0.000285 max=0.000284 Jy/beam ! Clean residual mean=0.000001 rms=0.000109 Jy/beam ! Combined flux in latest and established models = 0.0961456 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 406 components and 0.0961456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.055033Jy sigma=0.650557 ! Fit after self-cal, rms=0.055014Jy sigma=0.650532 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=4.418 mas, bmaj=41.52 mas, bpa=-17.21 degrees ! Estimated noise=1.46939 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.418 x 41.52 at -17.21 degrees (North through East) ! Clean map min=-0.0029724 max=0.048737 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.741 mas, bmaj=42.88 mas, bpa=-17.74 degrees ! Estimated noise=1.90113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0448536 Jy ! Component: 100 - total flux cleaned = 0.0599794 Jy ! Component: 150 - total flux cleaned = 0.0688479 Jy ! Component: 200 - total flux cleaned = 0.0738761 Jy ! Total flux subtracted in 200 components = 0.0738761 Jy ! Clean residual min=-0.004032 max=0.004101 Jy/beam ! Clean residual mean=-0.000021 rms=0.001761 Jy/beam ! Combined flux in latest and established models = 0.0738761 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 76 model components to the UV plane model. ! The established model now contains 76 components and 0.0738761 Jy ! Inverting map and beam ! Estimated beam: bmin=4.418 mas, bmaj=41.52 mas, bpa=-17.21 degrees ! Estimated noise=1.46939 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.00378176 Jy ! Component: 100 - total flux cleaned = 0.00668127 Jy ! Component: 150 - total flux cleaned = 0.00760706 Jy ! Component: 200 - total flux cleaned = 0.00830788 Jy ! Total flux subtracted in 200 components = 0.00830788 Jy ! Clean residual min=-0.001553 max=0.001556 Jy/beam ! Clean residual mean=0.000005 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.082184 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 162 components and 0.082184 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.153 mas, bmaj=40.92 mas, bpa=-16.63 degrees ! Estimated noise=1.44535 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.69188e-05 Jy ! Component: 100 - total flux cleaned = 0.00052784 Jy ! Component: 150 - total flux cleaned = 0.00118927 Jy ! Component: 200 - total flux cleaned = 0.0018613 Jy ! Total flux subtracted in 200 components = 0.0018613 Jy ! Clean residual min=-0.000886 max=0.000890 Jy/beam ! Clean residual mean=0.000000 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.0840453 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.000523124 Jy ! Component: 100 - total flux cleaned = 0.00110433 Jy ! Component: 150 - total flux cleaned = 0.00156633 Jy ! Component: 200 - total flux cleaned = 0.00191649 Jy ! Total flux subtracted in 200 components = 0.00191649 Jy ! Clean residual min=-0.000718 max=0.000719 Jy/beam ! Clean residual mean=0.000003 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0859618 Jy ! Adding 114 model components to the UV plane model. ! The established model now contains 276 components and 0.0859618 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.418 mas, bmaj=41.52 mas, bpa=-17.21 degrees ! Estimated noise=1.46939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000377855 Jy ! Component: 100 - total flux cleaned = -0.000347765 Jy ! Component: 150 - total flux cleaned = -0.000112932 Jy ! Component: 200 - total flux cleaned = 0.000138291 Jy ! Total flux subtracted in 200 components = 0.000138291 Jy ! Clean residual min=-0.000582 max=0.000576 Jy/beam ! Clean residual mean=0.000003 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.0861001 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 328 components and 0.0861001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.055099Jy sigma=0.651324 ! Fit after self-cal, rms=0.055093Jy sigma=0.651202 wmodel J0722-3526_C_map.mod ! Writing 328 model components to file: J0722-3526_C_map.mod wobs J0722-3526_C_uvs.fits ! Writing UV FITS file: J0722-3526_C_uvs.fits wwins J0722-3526_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0722-3526_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.418 x 41.52 at -17.21 degrees (North through East) ! Clean map min=-0.0022095 max=0.047199 Jy/beam ! Writing clean map to FITS file: .//J0722-3526_C_map.fits wmodel .//J0722-3526_C_map.mod ! Writing 328 model components to file: .//J0722-3526_C_map.mod wobs .//J0722-3526_C_uvs.fits ! Writing UV FITS file: .//J0722-3526_C_uvs.fits wwins .//J0722-3526_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0471986 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00024135 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.53405 1.53405 3.06809 6.13619 12.2724 24.5447 49.0895 98.179 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.047 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 195.561 quit ! Quitting program ! Log file .//J0722-3526_C_dfm.log closed on Mon Jan 20 17:40:31 2020