Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2][_commonspeckle] what about functions for SMI? #42

Open
ambarb opened this issue Oct 8, 2020 · 0 comments
Open

[v2][_commonspeckle] what about functions for SMI? #42

ambarb opened this issue Oct 8, 2020 · 0 comments
Labels
_commonspeckle part of V2, but strictly related to a common repo (speckle + maybe scattering) Q-space question V2 required to move towards share XPCS/speckle analysis for CHX/CSX

Comments

@ambarb
Copy link
Collaborator

ambarb commented Oct 8, 2020

Do we need to keep, incorporate into CHX function, or create a generic scattering

There is WAXS stuff too, but treated basically the same as SAXS?

[abarbour@box64-2 ~/Repos/pyCHX/pyCHX/v2/_commonspeckle ✗ ] $ grep -n SMI *
DataGonio.py:567:        For SMI, because only rotate along y-axis, (det_theta_g=0.), only care about 
Stitching.py:10:              '''YG Sep 26, 2017 @SMI
Stitching.py:40:          For SMI, overlap_width = 85  #for calibration data--Kevin gives one, 4  degree 
Stitching.py:42:    For SMI:
Stitching.py:152:    phis: for SMI, the rotation angle around z-aixs
Stitching.py:153:    For SMI
Stitching.py:227:    '''YG. Sep 27@SMI
Stitching.py:253:    '''YG Sep 27@SMI
Stitching.py:254:    Get q_range, [ qx_start, qx_end, qz_start, qz_end ] for SMI WAXS qmap 
Stitching.py:305:    Get q_range, [ qx_start, qx_end, qz_start, qz_end ] for SMI WAXS qmap 
Stitching.py:352:    phis: for SMI, the rotation angle around z-aixs
Stitching.py:353:    For SMI
XPCS_GiSAXS.py:515:    ''' Nov 19, 2018@SMI to get alphaf and thetaf for gi scattering 

Probably matching function definitions:

DataGonio.py:551:     def set_angles(self, det_phi_g=0., det_theta_g=0., 
Stitching.py:9:       def get_base_all_filenames( inDir, base_filename_cut_length = -7  ):
Stitching.py:38:      def check_stitch_two_imgs( img1, img2, overlap_width, badpixel_width =10 ):
Stitching.py:147:     def stitch_WAXS_in_Qspace( dataM, phis, calibration, 
Stitching.py:226:     def plot_qmap_in_folder( inDir ): #TODO is this made for SMI as per docstring?
Stitching.py:252:     def get_qmap_range( calibration, phi_min, phi_max ):
Stitching.py:300:     def get_qmap_qxyz_range( calibration, det_theta_g_lim, det_phi_g_lim, 
Stitching.py:344:     def stitch_WAXS_in_Qspace_CHX( data, angle_dict, calibration, vary_angle='phi',
XPCS_GiSAXS.py:512:   def get_alphaf_thetaf( inc_x0, inc_y0, inc_ang, inc_phi = 0, 
@ambarb ambarb added question V2 required to move towards share XPCS/speckle analysis for CHX/CSX _commonspeckle part of V2, but strictly related to a common repo (speckle + maybe scattering) Q-space labels Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
_commonspeckle part of V2, but strictly related to a common repo (speckle + maybe scattering) Q-space question V2 required to move towards share XPCS/speckle analysis for CHX/CSX
Projects
None yet
Development

No branches or pull requests

1 participant