source: trunk/GSASIIimgGUI.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3869   6 years toby more clear working of Cancel on relocate image
(edit) @3848   6 years vondreele since id is a python routine which could be useful in debugging, …
(edit) @3843   6 years vondreele change image integration block size to 256 from 1024 - 3x faster …
(edit) @3842   6 years vondreele force number of integration bins to be divisible by 4 - solves crash …
(edit) @3841   6 years vondreele fix problem if image calibrant isn't in local calibration files fix …
(edit) @3815   6 years toby Add recalibrate & more image load/set routines
(edit) @3814   6 years toby refactor to move some IO-only routines; add initial image support to …
(edit) @3779   6 years vondreele fix problems with image sum fix problem with samplechangerpos
(edit) @3767   6 years vondreele add sample changer position as an image parameter & have it show up in …
(edit) @3759   6 years vondreele add fullIntegrate = True to configuration stuff add input control for …
(edit) @3737   7 years vondreele reorder descriptions in front of G2ctrlGUI to alpha order - now easier …
(edit) @3563   7 years vondreele add 'color' to the save/load image control set.
(edit) @3521   7 years vondreele fix In neutron scattering length info add MAXMAGN.py minor changes to …
(edit) @3478   7 years vondreele set start for azimuth scan to be 1/2 way between azimuth limits
(edit) @3463   7 years toby process all masks in autointegrate
(edit) @3454   7 years toby note that OnLoadMultiControls? looks for twoth, not in images; warn not …
(edit) @3438   7 years vondreele g2strIO fix magnetic hkl extinctions in reflection generation remove …
(edit) @3358   7 years vondreele implement new feature for image plotting - linescan; produces 1D plot …
(edit) @3333   7 years vondreele add new Parm menu item Load Multi Contols for load image controls for …
(edit) @3326   7 years vondreele fix missing setdist error in Copy selected for image controls set …
(edit) @3267   7 years vondreele switch RB & LB on frame/polygon help text to match action
(edit) @3193   7 years toby better error msg w/o calibrant; search comments when Sample Parameters …
(edit) @3186   7 years vondreele revisions to integrate images so that masks are reused if not changed …
(edit) @3184   7 years toby improve spacing of AutoInt? output formats
(edit) @3183   7 years toby Fix Jun-Sang's bug with . in file name
(edit) @3181   8 years toby fix warning mdg
(edit) @3180   8 years toby autointegration updates
(edit) @3177   8 years vondreele fix bug involving load image controls - update of min/max slider values
(edit) @3174   8 years vondreele force remake of x,y-->2th,azm map if table mode used for auto integration
(edit) @3173   8 years vondreele ensure limits on multiple powder patterns from integration are …
(edit) @3172   8 years vondreele change from wx.DefaultSize? to our defaults if window size is 'None' A …
(edit) @3170   8 years vondreele implement saving of data & plot window sizes (along with positions) …
(edit) @3161   8 years vondreele convert isinstance(val,int) --> 'int' in striphist(type(val)), etc. in …
(edit) @3158   8 years vondreele add image correction via a gain map
(edit) @3154   8 years vondreele new & imporved spot mask routines: manual spot mask now fits position …
(edit) @3142   8 years vondreele fix AutoIntegrate? for 2.7 & 3.6 - wx.MULTIPLE --> wx.FD_MULTIPLE …
(edit) @3141   8 years vondreele fix bug in AutoIntegrate? (for py 2.7) remove a debug print in tif …
(edit) @3136   8 years vondreele make GSAS-II python 3.6 compliant & preserve python 2.7 use;changes: …
(edit) @3124   8 years vondreele fixes for AutoIntegrate? from imgctrl table
(edit) @3122   8 years vondreele fix problem viewing seq. results if 1st histogram is skipped
(edit) @3039   8 years vondreele fixes to 2D strain fitting & remove no longer used code
(edit) @3038   8 years vondreele fix sequential 2D stress/strain fitting
(edit) @3000   8 years toby make the two frame version the trunk as we hit version 3000
(edit) @2863   8 years vondreele extend contour color selection to include reversed ones (doubles the …
(edit) @2835   8 years vondreele add self.scriptable=False to ImportBaseClass? set it True in various …
(edit) @2828   8 years vondreele make delt-d column to hydrostatic mustrain in seq 2D strain fit table
(edit) @2827   8 years vondreele add delt-d to 2D strain seq. results table
(edit) @2826   8 years vondreele add covariances to sequential strain ring fit results
(edit) @2824   8 years vondreele fix 2D strain d-zero calc set Refine dlg=None default for easier …
(edit) @2823   8 years vondreele implement hold flag for dzero adjustment in 2D strain fitting
(edit) @2820   8 years vondreele PWDR import now scriptable for single bank patterns
(edit) @2798   8 years vondreele avoid crash if DefaultAutoScaleNames? isn't in config.py
(edit) @2789   8 years vondreele fix GetImageZ to correctly treat background/dark images.
(edit) @2788   8 years vondreele make I/Ib floats in ImageCalibrants?.py fix issue for SASD seq. …
(edit) @2782   8 years vondreele add autoscaling to autointegration impose check on rescale limits - …
(edit) @2775   8 years toby make autoint polltime adjustable
(edit) @2759   8 years vondreele fix problem viewing LS parameters with constraints fix problem …
(edit) @2742   8 years toby Key on autointegration on setdist
(edit) @2731   8 years vondreele add save of stress/strain ring intensities as MRD in txt file …
(edit) @2727   8 years vondreele fix issue with formula volume in PDF creation block Lebail selection …
(edit) @2723   8 years vondreele add patch for missing PolaVal? in old image gpx files Stress/strain …
(edit) @2719   8 years vondreele clean up code formatting fix delete tree entry problem with names add …
(edit) @2700   8 years vondreele fix issues withh single/multiscan Bruker raw files recover Temperature …
(edit) @2697   8 years vondreele put colList for seqTable in G2frame it has persistence when plot is …
(edit) @2696   8 years vondreele use F d 3 m for Si space group in ImageCalibrants? - should eliminate …
(edit) @2695   8 years vondreele use min(intensity) as default for PDF Flat Bkg - gives better start …
(edit) @2694   8 years vondreele after a repeat of a sequential fit, clear away old plot. Removes …
(edit) @2692   8 years toby don't allow duplicate PDF entries; PWDR and PDF names must match.
(edit) @2690   8 years vondreele one more tweak of penetration correction
(edit) @2688   8 years vondreele sequential PDF peak fitting now implemented
(edit) @2687   8 years vondreele problem if ESD=0 in EvalPSvarDeriv; just return 0. add 'setdist' to …
(edit) @2686   8 years vondreele for image calibration constants, redefine DetDepth? to be old …
(edit) @2685   8 years vondreele save image recalibrate all in sequential results table allow global …
(edit) @2684   8 years toby Image Parameters: split menus, more xfer angles options
(edit) @2682   8 years toby fix EditTable? bug
(edit) @2681   8 years vondreele fix missing 'Oblique' problem in G2imgGUI fix inner 2-theta limit …
(edit) @2677   8 years toby show formula, etc. from .pdfprm file
(edit) @2676   8 years vondreele refactor UpdatePDFGrid to break up into blocks of sizers
(edit) @2675   8 years toby Make new PDF names unique; plot G(r); minor fixes
(edit) @2674   8 years vondreele prevent delete if PWDR if corresponding PDF exists use PickElements?
(edit) @2673   8 years vondreele moved GetFileList? to top of G2pwdGUI - needed in two places. The one …
(edit) @2671   8 years toby Set calib d-min as option for xfer angles; fix trig error
(edit) @2670   8 years toby Add PDF computation to autointegrate
(edit) @2630   8 years vondreele change '(Running)' to Pause' in auto integrate dialog remove remaining …
(edit) @2627   8 years vondreele remove progress bar stuff from image Integrate put progress bar around …
(edit) @2626   8 years vondreele fix dialog issues (again) in image integration
(edit) @2625   8 years vondreele fix problem with using dark/background images - GetCheckImageFile?
(edit) @2622   8 years vondreele avoid undefined G2frame.dataFrame bug comment out two save size prints …
(edit) @2618   8 years vondreele implement spot mask delete from image command (also fix spot move & …
(edit) @2616   8 years vondreele add Durbin-Watson statistic to refinement results for PWDR data some …
(edit) @2611   8 years toby Change PDF defaults; option for multiple element addition (added to …
(edit) @2610   8 years toby fix bug on change in PDF files; save location when images are moved
(edit) @2604   8 years vondreele a working auto spot mask finder - works if diffraction rings are smooth
(edit) @2602   8 years toby redo drawing and editing of masks, document; add transfer angles to …
(edit) @2599   8 years toby add keystroke to set calibration dmin; animate dragging of integration …
(edit) @2592   8 years toby redo scaling for color map sliders
(edit) @2590   8 years toby Redo color scaling after discussion w/RBVD
(edit) @2585   8 years toby Remove reset of range from GetImageZ; Add slider to masks; add …
(edit) @2584   8 years vondreele bug in G2imageGUI
(edit) @2580   8 years toby Speed slider on Image Controls
Note: See TracRevisionLog for help on using the revision log.