Changeset 1399 for trunk/GSASII.py


Ignore:
Timestamp:
Jun 30, 2014 10:40:05 AM (9 years ago)
Author:
vondreele
Message:

allow D (&T) for hydrogen atom types
allow ge* for image extensions (as found at APS 1ID!)
switch e11 & e22 definitions to match coordinate system (x horizontal, y vertical)
add subtraction of dark image for image display & strain fitting
skip images with no strain entries in fitallstrsta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r1397 r1399  
    20412041        dlg = wx.FileDialog(
    20422042            self, 'Choose image files', '.', '',
    2043             'Any supported image file (*.edf;*.tif;*.tiff;*.mar*;*.avg;*.sum;*.img;*.G2img;*.png)|'
    2044             '*.edf;*.tif;*.tiff;*.mar*;*.avg;*.sum;*.img;*.G2img;*.png;*.zip|'
     2043            'Any supported image file (*.edf;*.tif;*.tiff;*.mar*;*.ge*;*.avg;*.sum;*.img;*.G2img;*.png)|'
     2044            '*.edf;*.tif;*.tiff;*.mar*;*.ge*;*.avg;*.sum;*.img;*.G2img;*.png;*.zip|'
    20452045            'European detector file (*.edf)|*.edf|'
    20462046            'Any detector tif (*.tif;*.tiff)|*.tif;*.tiff|'
    20472047            'MAR file (*.mar*)|*.mar*|'
    2048             'GE Image (*.avg;*.sum)|*.avg;*.sum|'
     2048            'GE Image (*.ge*;*.avg;*.sum)|*.ge*;*.avg;*.sum|'
    20492049            'ADSC Image (*.img)|*.img|'
    20502050            'GSAS-II Image (*.G2img)|*.G2img|'
Note: See TracChangeset for help on using the changeset viewer.