source: trunk/GSASIIimgGUI.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   9 years toby add keystroke to set calibration dmin; animate dragging of integration …
(edit) @2592   9 years toby redo scaling for color map sliders
(edit) @2590   9 years toby Redo color scaling after discussion w/RBVD
(edit) @2585   9 years toby Remove reset of range from GetImageZ; Add slider to masks; add …
(edit) @2584   9 years vondreele bug in G2imageGUI
(edit) @2580   9 years toby Speed slider on Image Controls
(edit) @2573   9 years vondreele finish TextCtrl? --> ValidatedTextCtrl? for G2imgGUI
(edit) @2570   9 years vondreele more TextCtrl? --> ValidatedTextCtrl?
(edit) @2569   9 years vondreele add 'f' or 'g' to maxdigits in FormatValue? in G2py3 - should be …
(edit) @2566   9 years toby AutoInt? win-only problem; update for IPython 5 debug
(edit) @2563   9 years vondreele Speed up image integration on Mac by reducing ProgressBar? calls from …
(edit) @2555   9 years vondreele fix problems with missing image files; if user doesn't find them no …
(edit) @2551   9 years vondreele clean up G2imageGUI Add start on autoSpot mask - not complete some …
(edit) @2477   9 years vondreele fix bug in integration limits set better default plot offsets for …
(edit) @2436   9 years vondreele implement decimal azimuth ranges (from integer)
(edit) @2431   9 years vondreele fix problem with wxPython 3.x with changing text entry focus. Needed a …
(edit) @2426   9 years vondreele apply reverse to seq. results if done in reverse to restore to …
(edit) @2421   9 years vondreele name sequential results by type of sequence (peak fit, SASD, etc.) so …
(edit) @2415   9 years vondreele fix Cancel bugs in image integrate all
(edit) @2411   9 years vondreele fix image plot rescaling problem add ring graininess determination - …
(edit) @2348   9 years vondreele fix progress bar issues in image integration
(edit) @2346   9 years vondreele fix GUI issues in Image Controls
(edit) @2340   9 years toby write multiple control files
(edit) @2339   9 years toby fixup autoint bugs; change labels on autoint window during integrations
(edit) @2338   9 years toby restore missing help files, fix import of new .imgctrl to table
(edit) @2322   9 years vondreele (partially) fixed Cancel/Pause? behavior in AutoIntegrate?. Will crash …
(edit) @2312   9 years vondreele fix issues with save, load copy & selected copy of image controls
(edit) @2310   9 years vondreele Add two new image control menu items: 1) Recalibrate all - does a …
(edit) @2304   9 years vondreele add Cancel to image integration ProgressDialog? - will do a Pause in …
(edit) @2303   9 years vondreele change ProgressDialog? expected count so AUTO_HIDE works - now no …
(edit) @2302   9 years vondreele fresh binaries for binwin2.7/fellipse.pyd explicit del for various …
(edit) @2301   9 years vondreele add FindAllNeighbors? to G2math for finding all symm equiv neighbors …
(edit) @2300   9 years toby change title on auto-int table build file selector
(edit) @2295   9 years vondreele add merohedral twins tutorial fix problem in GetImageZ
(edit) @2290   9 years vondreele complex problem - fix summing of GE images; needed new item in Image …
(edit) @2288   9 years vondreele fix problem with incompatible arrays in dark correction
(edit) @2284   9 years vondreele update binwin64 (probably no different from previous one) add Stacking …
(edit) @2227   9 years vondreele avoid divide by zero effect if a zero image refactor LoadImage2Tree …
(edit) @2226   9 years vondreele now try sumImg -= int(data.get('Flat Bkg',0)) in GetImageZ
(edit) @2225   9 years vondreele now make it float(data.get('Flat Bkg',0)) in GetImageZ
(edit) @2224   9 years vondreele Use 0 instead of 0. for Flat Bkg - gave error in later numpy version
(edit) @2223   9 years vondreele make min Threshold = 0 for images on import; anything else is too …
(edit) @2222   9 years vondreele fix min image default threshold at zero rather than min(image) - …
(edit) @2221   9 years vondreele change text of "Use as default ..." to "use for all new .." on Image …
(edit) @2213   9 years vondreele force delete of images after they are no longer needed during integration
(edit) @2212   9 years vondreele Implement 'abc*' as one of the 'Common' cell transformations. …
(edit) @2192   9 years vondreele fix bug in absorption correction in image integration
(edit) @2184   9 years vondreele fix problems in adding atoms, etc for 'faulted' phases in the regular …
(edit) @2183   9 years vondreele fix General - atomic wt. now updated on isotope change add new …
(edit) @2179   9 years vondreele fixes for IntegrateAll? & AutoIntegrate? - now properly steps to next …
(edit) @2178   9 years vondreele new GetImageZ in G2imgGui to read images & correct for dark, …
(edit) @2174   9 years vondreele fix image integrate and integrate all with dark & background images …
(edit) @2149   9 years toby copy thresholds with auto-int table lookup only when changed.
(edit) @2143   9 years vondreele fix cif UIJ order of keys - values OK work on hkl merge all but 321 & …
(edit) @2142   9 years ayakovenko fixes with thresholds and mask plot updates
(edit) @2126   9 years vondreele add laueUnique to G2lattice for reindexing hkls to just unique Laue …
(edit) @2125   9 years vondreele a bit of simplification to G2sfact for HKLF5 data Add sample shape …
(edit) @2109   9 years toby Andrey's enhancement: keep track of last GPX, import & export …
(edit) @2108   9 years toby Bug fix for Andrey: 5. Allow recalibrate after load controls on new …
(edit) @2107   10 years toby Bug fix: 6. After changing mask input plot is redrawn reseting limits …
(edit) @2106   10 years toby more for Andrey: 3. no update on contour plot (change so y-axis is …
(edit) @2105   10 years toby Andrey's request: edit/view distance look-up table
(edit) @2104   10 years toby fix integration table bugs; start on int table edit
(edit) @2103   10 years toby start on Andrey's bug list: 2.Trying to out put multiple CHI-files …
(edit) @2093   10 years toby autoint: show IMGs to be integrated; replace PWDR when auto-integrated
(edit) @2092   10 years toby reorg. integration GUI
(edit) @2086   10 years toby 17-BM autoint fixes and improvements; remove atmdata.dat (not used)
(edit) @2084   10 years vondreele fix bug in TOF iparm reading remove extraneous code in G2imgGUI …
(edit) @2083   10 years toby Export multiple masks/controls
(edit) @2082   10 years toby provide autoint interpolation table; merge into std GSAS-II version
(edit) @2065   10 years toby Allow reading of multiple images from single file
(edit) @2060   10 years vondreele revise 64bit fortran libraries for linux
(edit) @2051   10 years toby address crash on selecting Q steps (now capitalized): change all …
(edit) @2026   10 years toby autoint minimal, but ready for testing; fixes to Exports
Note: See TracRevisionLog for help on using the revision log.