Commit graph

25 commits

Author SHA1 Message Date
GuySten
a11021cd07
Consistent XML parsing using functions from _xml module (#3517)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-08-08 17:47:55 +00:00
Paul Romano
dab8af5672
Support flux collapse method in get_microxs_and_flux (#3466)
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
2025-07-01 12:43:28 +02:00
Gavin Ridley
02c0a09281
fix expansion filter merging (#2882)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2024-02-29 00:11:52 +00:00
Paul Romano
85c963e223
Move 'import lxml' to third-party block of imports (#2803) 2023-12-13 14:11:32 +00:00
Patrick Myers
1cb22075ef
Changed xml to lxml (#2489) 2023-05-09 10:41:04 -05:00
Paul Romano
6bd33602cc Implement Tallies.from_xml classmethod 2022-01-20 22:28:01 -06:00
Jonathan Shimwell
192f4436a0 replaced .format with f string 2021-07-29 18:25:37 +01:00
Paul Romano
e34a71b448 Remove unused imports across entire Python API 2020-03-31 18:11:31 -05:00
liangjg
ea71b9e377 replace all dataset.value with dataset[()] (or occasionally dataset[...]) 2019-03-27 11:45:48 -04:00
Zhuoran Han
be075618d9 Fix code style 2018-08-23 11:50:12 -05:00
Zhuoran Han
041e3e7cbb Check hash value for equality 2018-08-23 11:01:37 -05:00
Zhuoran Han
7f015db343 Change the description of ZernikeRadialFilter 2018-08-09 12:41:30 -05:00
Zhuoran Han
0b45dc66c4 Change the ZernikeRadial filter on the Python API side as a
subclass of Zernike filter.
2018-08-07 11:34:29 -05:00
Zhuoran Han
d65b7a11bd Some travial modfication to meet the coding standard. 2018-08-07 10:19:29 -05:00
Zhuoran Han
aa28f4a145 Add new python class for radial zernike filter 2018-08-03 16:46:00 -05:00
Paul Romano
a4a87ee97d Two doc fixes 2018-06-27 07:26:12 -05:00
Paul Romano
6fa9b02b4d
Merge pull request #1003 from lindsayad/consistent-norms
Use consistent normalization for Zernikes
2018-05-09 06:34:05 -05:00
Alex Lindsay
72d84bc286 Use consistent normalization for Zernikes. 2018-05-08 15:36:02 -06:00
Adam G Nelson
1d2ebb71f8 Implemented Expansion filters in to the MGXS classes and removed the old score-based expansions 2018-04-27 19:45:38 -04:00
Paul Romano
e0e1dc6bd5 Clarify normalization of Zernike polynomials 2018-04-05 12:15:28 -05:00
Paul Romano
78b993eda5 Change normalization of Zernike filter values 2018-04-04 22:59:15 -05:00
Paul Romano
b0a8e81010 Respond to comments on #990. Add FE example notebook. 2018-04-03 16:54:34 -05:00
Paul Romano
f5137f7316 Add first moment test for expansion filters 2018-03-30 09:29:17 -05:00
Paul Romano
31ef72f2cd Introduce ExpansionFilter class and start adding filter tests 2018-03-29 14:08:06 -05:00
Paul Romano
772c27ecb1 Combine expansion filters into single Python module 2018-03-29 10:20:48 -05:00