1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a ReflectionProfile base class to define powder pattern reflection profiles in a general way. Currently defined sub-classes are ReflectionProfilePseudoVoigt, for a standard pseudo-Voigt profile( inlcuding asymmetry description), and a ReflectionProfileDoubleExponentialPseudoVoigt profile, for neutron TOF data (profile description from Mark Pitt). More... almost 20 years ago
Use std::set and std::map to store lists of objects/menus in WXCrystObjBasicList and WXCrystMenuBar. More... almost 20 years ago
Added an access to the name of saved set of parameters. More... about 20 years ago
Allow to automatically add the cost to the output filename when running Fox in non-gui mode. More... about 20 years ago
TagNewBestConfig marked non-const More... about 20 years ago
Added a gamma law for the temperature & mutation amplitude schedules. More... about 20 years ago
Correct Temperature and Mutation Amplitude schedules. More... about 20 years ago
Increase rotation amplitude for Molecules without any free torsion angle. More... about 20 years ago
Correct numbering of atoms when adding a new one. More... about 20 years ago
Smart numbering of new atoms (reusing the number at the end of the previous atom). Also, re-use previous bond length/bond angle/dihderal angle value for a new restraint. More... about 20 years ago
Normalize quaternion when doing internal optimization of a Molecule. Also, allow to print the status of all restraints in wxMolecule. More... about 20 years ago
Correct layout update when adding an atom. More... about 20 years ago
Correct the Event Handling macro. This allows the background to be correctly updated for wxMSW, and fixes the problem with the end of the scrolled window being below the scrollbar. More... about 20 years ago
Use events to call WXCrystObj::Enable() in multi-threaded context. Also, had mutexes to lock data that is shared between (notably) CrystUpdate() and UpdateUI() in the WX* classes. More... about 20 years ago
Lower debug messages level in X2Pixel. More... about 20 years ago
Use "nifty counters" to initialize static global objects (RefParType). More... about 20 years ago
Remove pointer comparison (not supported by the c++ standard). More... about 20 years ago
Correct layout of windows. More... about 20 years ago
Make sure no floating-point exception occurs. More... about 20 years ago
Added the option to compile Fox under Linux without a GUI (i.e. without wxGTK), using "make Fox-nogui" More... about 20 years ago
Commented out "friend" declaration to fix compilation using gcc 3.4.x. More... about 20 years ago
Small fixes to recent changes for TOF support (mostly due to handling of x (2theta,tof) array). More... about 20 years ago
Added support for neutron Time Of Flight data. More... about 20 years ago
Added support for non-constant step powder patterns, to prepare for neutron TOF data. Also begun to remove assumption that patterns and reflections are recorded as a function of 2theta. More... over 20 years ago
Add linked frameworks for OpenGL & OSX 10.3, and correct linking order for libs. More... over 20 years ago
Fix clean target for MacOS X More... over 20 years ago
Also optimize overall occupancy of the Molecule if asked by the user. More... over 20 years ago
Inform the user during the Bayesian optimization of the background More... over 20 years ago
Fix compilation latest changes (powder pattern background bayesian minimization) for vc++. More... over 20 years ago
Added an algorithm object for minimizing the background of a powder pattern using the David & Sivia approach. Also added a Simplex algorithm class, as well as modified the way splines are computed. More... over 20 years ago