aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-21Peak integrals are per boxThomas White
2013-06-21Update ChangeLogThomas White
2013-06-21Convert angle to degrees for GrainSpotterThomas White
2013-06-20show_peak_box() and show_reference_profile(): refresh() before getch()Thomas White
2013-06-20compare_hkl: Fix quoted number of rejected reflectionsThomas White
2013-06-10indexamajig: Fix default integration methodThomas White
2013-06-10Add commentThomas White
2013-06-06Update docsThomas White
2013-06-06Set default integration method to "rings-nocen"Thomas White
Applying the Principle of Least Surprise before merging to master. Previously, it was rings-cen.
2013-06-02Fix RG delta output, and write only if actually calibratedThomas White
2013-06-02Refine rigid group positions and orientationsThomas White
2013-06-02hdfsee: Fix crash when clicking a found peak with numbers window openThomas White
2013-06-02Fix const for MOSFLM space groupThomas White
2013-06-02Rigid group stuffThomas White
2013-06-01Fix multiple small memory leaksThomas White
2013-06-01Fix lying commentThomas White
2013-06-01Fix memory leak (properly)Thomas White
2013-06-01Extreme fussinessThomas White
2013-06-01Update docsThomas White
2013-06-01Fix memory leaksThomas White
2013-06-01scripts/check-peak-detection: FixThomas White
2013-06-01Calculate reference profile for all pixels in peak boxThomas White
This makes no difference to the actual profile fitting, which only uses the peak region. It just makes it easier to see if the reference profile is sensible or not.
2013-06-01More space in reference profile displayThomas White
2013-06-01prof2d: Use the same mask as ringsThomas White
2013-06-01Don't update integrated location from centroid after integrationThomas White
2013-06-01hdfsee: Show panel number in numbers windowThomas White
2013-06-01Complain if an HDF5 field doesn't existThomas White
2013-06-01Set mosaicity to zeroThomas White
Later on, we'll make it refined
2013-06-01Fix rounding of pixel coordinatesThomas White
2013-05-31Remove duplicate (and incorrect) box boundary checkThomas White
2013-05-31Clear screen before showing new peak box or reference profileThomas White
2013-05-31Initialise reference_den to zeroThomas White
2013-05-31Initialise box offsets to zeroThomas White
2013-05-31Write final coordinates to the right placeThomas White
2013-05-31Fix a silly mistakeThomas White
2013-05-30Include initial centering offset in streamThomas White
2013-05-30Update peak coordinates after integrationThomas White
2013-05-30Fix previous commitThomas White
2013-05-30Remove unused parameterThomas White
2013-05-30Fix uninitialised saturation flagThomas White
2013-05-30Update docsThomas White
2013-05-30Fussiness (extreme)Thomas White
2013-05-30indexamajig: Get rid of --use-saturated, because it's now the defaultThomas White
2013-05-30Update docsThomas White
2013-05-30process_hkl: Add --min-snrThomas White
2013-05-30Fix dummy ReAx prototype (again)Thomas White
2013-05-30indexamajig: Get rid of --min-integration-snrThomas White
This functionality belongs in process_hkl.
2013-05-30Validate peaks using peak search SNR, not integration SNRThomas White
2013-05-30Tidy upThomas White
2013-05-28Add "blackhole" regions to peak integrationThomas White
Blackhole regions should be completely ignored, i.e. don't even call boxi() on such a pixel. This is distinct from pixels which can be used (e.g. for initial centroiding), but which happen not to be selected for background or peak integration.