scipion-em-xmipp 23.7.0.0__py3-none-any.whl → 23.11.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. {scipion_em_xmipp-23.7.0.0.dist-info → scipion_em_xmipp-23.11.0.0.dist-info}/METADATA +4 -4
  2. {scipion_em_xmipp-23.7.0.0.dist-info → scipion_em_xmipp-23.11.0.0.dist-info}/RECORD +50 -61
  3. {scipion_em_xmipp-23.7.0.0.dist-info → scipion_em_xmipp-23.11.0.0.dist-info}/WHEEL +1 -1
  4. xmipp3/__init__.py +10 -7
  5. xmipp3/bibtex.py +38 -0
  6. xmipp3/convert/io_coordinates.py +2 -1
  7. xmipp3/protocols/__init__.py +2 -7
  8. xmipp3/protocols/protocol_align_volume.py +1 -1
  9. xmipp3/protocols/protocol_analyze_local_ctf.py +2 -0
  10. xmipp3/protocols/protocol_consensus_classes.py +0 -13
  11. xmipp3/protocols/protocol_consensus_local_ctf.py +2 -1
  12. xmipp3/protocols/protocol_convert_pdb.py +20 -12
  13. xmipp3/protocols/protocol_create_gallery.py +1 -1
  14. xmipp3/protocols/protocol_ctf_consensus.py +3 -4
  15. xmipp3/protocols/protocol_deep_center_assignment.py +261 -0
  16. xmipp3/protocols/protocol_deep_micrograph_screen.py +1 -2
  17. xmipp3/protocols/protocol_extract_particles.py +78 -15
  18. xmipp3/protocols/protocol_extract_particles_movies.py +3 -7
  19. xmipp3/protocols/protocol_flexalign.py +2 -2
  20. xmipp3/protocols/protocol_local_ctf.py +2 -0
  21. xmipp3/protocols/protocol_movie_dose_analysis.py +1 -1
  22. xmipp3/protocols/protocol_movie_gain.py +2 -22
  23. xmipp3/protocols/protocol_particle_pick_automatic.py +53 -39
  24. xmipp3/protocols/protocol_particle_pick_consensus.py +1 -6
  25. xmipp3/protocols/protocol_preprocess/protocol_crop_resize.py +1 -1
  26. xmipp3/protocols/protocol_preprocess/protocol_filter.py +4 -4
  27. xmipp3/protocols/protocol_preprocess/protocol_movie_resize.py +7 -5
  28. xmipp3/protocols/protocol_preprocess/protocol_preprocess.py +3 -2
  29. xmipp3/protocols/protocol_preprocess_micrographs.py +30 -29
  30. xmipp3/protocols/protocol_resolution_deepres.py +1 -1
  31. xmipp3/protocols/protocol_resolution_directional.py +1 -1
  32. xmipp3/protocols/protocol_resolution_monogenic_signal.py +1 -1
  33. xmipp3/protocols/protocol_screen_deepConsensus.py +4 -3
  34. xmipp3/protocols/protocol_subtract_projection.py +3 -2
  35. xmipp3/protocols/protocol_tilt_analysis.py +3 -19
  36. xmipp3/protocols/protocol_trigger_data.py +5 -21
  37. xmipp3/protocols/protocol_validate_fscq.py +1 -1
  38. xmipp3/protocols/protocol_volume_consensus.py +1 -0
  39. xmipp3/protocols/protocol_volume_local_adjust.py +119 -0
  40. xmipp3/protocols/protocol_volume_local_sharpening.py +1 -1
  41. xmipp3/protocols.conf +1 -3
  42. xmipp3/tests/test_protocol_deep_center_assignment.py +132 -0
  43. xmipp3/tests/test_protocols_mixed_movies.py +0 -21
  44. xmipp3/tests/test_protocols_xmipp_3d.py +60 -0
  45. xmipp3/tests/test_protocols_xmipp_mics.py +12 -12
  46. xmipp3/viewers/viewer.py +2 -2
  47. xmipp3/viewers/viewer_resolution_directional.py +3 -3
  48. xmipp3/protocols/protocol_classification_gpuCorr.py +0 -821
  49. xmipp3/protocols/protocol_classification_gpuCorr_full.py +0 -1014
  50. xmipp3/protocols/protocol_classification_gpuCorr_semi.py +0 -462
  51. xmipp3/protocols/protocol_deep_center.py +0 -174
  52. xmipp3/protocols/protocol_deep_center_predict.py +0 -158
  53. xmipp3/protocols/protocol_deep_global_assignment.py +0 -176
  54. xmipp3/protocols/protocol_deep_global_assignment_predict.py +0 -152
  55. xmipp3/tests/test_protocol_deep_center.py +0 -109
  56. xmipp3/tests/test_protocol_deep_center_predict.py +0 -95
  57. xmipp3/tests/test_protocol_deep_global_assignment.py +0 -109
  58. xmipp3/tests/test_protocol_deep_global_assignment_predict.py +0 -94
  59. xmipp3/tests/test_protocols_gpuCorr_classifier.py +0 -141
  60. xmipp3/tests/test_protocols_gpuCorr_fullStreaming.py +0 -172
  61. xmipp3/tests/test_protocols_gpuCorr_semiStreaming.py +0 -68
  62. {scipion_em_xmipp-23.7.0.0.dist-info → scipion_em_xmipp-23.11.0.0.dist-info}/LICENSE +0 -0
  63. {scipion_em_xmipp-23.7.0.0.dist-info → scipion_em_xmipp-23.11.0.0.dist-info}/entry_points.txt +0 -0
  64. {scipion_em_xmipp-23.7.0.0.dist-info → scipion_em_xmipp-23.11.0.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scipion-em-xmipp
3
- Version: 23.7.0.0
3
+ Version: 23.11.0.0
4
4
  Summary: Plugin to use Xmipp programs within the Scipion framework (see https://scipion-em.github.io/docs/).
5
5
  Home-page: https://github.com/i2pc/scipion-em-xmipp
6
6
  Author: I2PC
@@ -8,10 +8,10 @@ Author-email: scipion@cnb.csic.es
8
8
  License: UNKNOWN
9
9
  Keywords: scipion cryoem imageprocessing scipion-3.0
10
10
  Platform: UNKNOWN
11
- Requires-Dist: scipion-pyworkflow (>=3.0.31)
12
- Requires-Dist: scikit-learn (==0.22)
11
+ Requires-Dist: scipion-pyworkflow >=3.0.31
12
+ Requires-Dist: scikit-learn ==0.22
13
13
  Requires-Dist: scipion-em
14
- Requires-Dist: scipy (<=1.10.0)
14
+ Requires-Dist: scipy <=1.10.0
15
15
  Requires-Dist: joblib
16
16
  Requires-Dist: peppercorn
17
17
  Requires-Dist: plotter
@@ -1,20 +1,20 @@
1
- xmipp3/__init__.py,sha256=uRFVuqU3j5VIpsSkyNx13GTTFLfngD8-3echpzsXjLI,13059
1
+ xmipp3/__init__.py,sha256=QuKgvzbrckW-olA05xkWEbz5L9rMOvBFbTj3Nmt2hcg,13311
2
2
  xmipp3/base.py,sha256=pFu7FZjm4WeqWbLZJwbmGH3-2YixAIpKyWMFvVrsBYc,21220
3
- xmipp3/bibtex.py,sha256=vl6W2EnjcRT4Iobc0YlMOpLE3SkjQLv_VcQnaHrLz50,26889
3
+ xmipp3/bibtex.py,sha256=YZjuuB_9RC4QOOy5r86cRX3ze2EWz43iGzIDQvtu5HQ,28310
4
4
  xmipp3/constants.py,sha256=ND8PUJyUIP3IS3kbq0tZqk77Yq0c4WotRUj_r2gEDxo,3833
5
5
  xmipp3/programs.py,sha256=yrMD0EHEq5j_ODCeINbaCp4CEqSgkmioan1O1mAgPY0,11968
6
- xmipp3/protocols.conf,sha256=-OO3A25O4g0_0igPnhaITlZZ0HZfvsr1fiFSqjqgFeM,12540
6
+ xmipp3/protocols.conf,sha256=oyp24nsLnr5TqjLVgPIfJjEwD9QlQ1MCzwuUAj_mlJ0,12386
7
7
  xmipp3/utils.py,sha256=JKuEdR40rn6pdm0puwsgzItbNnrFL4sa7pBymVtRzLM,9125
8
8
  xmipp3/wizards.py,sha256=kS2ctLuy46m-8XPWrd2705V9Gxbhf4UBa4vKJ8eqius,20343
9
9
  xmipp3/xmipp_logo.png,sha256=ggrFNUy5UEBjvKfNvu0T14Kzolnhc-ij9AQ734R27MY,84496
10
10
  xmipp3/convert/__init__.py,sha256=y231wRpfDySMgyjLi6xYuO3hTG1NZBNnMRT7dNnYqu8,1211
11
11
  xmipp3/convert/convert.py,sha256=89Kay47zY8dguxUrxfrSUkCb__9-qe96h_tQZdzctWc,62027
12
12
  xmipp3/convert/dataimport.py,sha256=ssmMLKU1qXDuqjStNJv-zfYNJAJ-0k7EzNyF4jf91IU,13292
13
- xmipp3/convert/io_coordinates.py,sha256=q8_3KHg_2mC3z8OYBHt8V-2711uFFsbV2NCRKeTSQ9c,1885
14
- xmipp3/protocols/__init__.py,sha256=R32KOUqU9uVlXy7qc9LCZGHoRyn0Nz85LXwBEBkDcZ0,8896
15
- xmipp3/protocols/protocol_align_volume.py,sha256=prrzzFJUiyuRJmIIHtIRgcG5A3-c9PwJnKxKjN5ZHkU,19073
13
+ xmipp3/convert/io_coordinates.py,sha256=ZUKEbL7DjJ0jDVJzs2Nnc-sX7QYuAyGSponhP6WYMDI,1963
14
+ xmipp3/protocols/__init__.py,sha256=0O75OJ2F3-ud9FUkMEFnO2M4B8D1F3TVFVO0fXbTwYQ,8554
15
+ xmipp3/protocols/protocol_align_volume.py,sha256=uxFtsb9cB0tz9QkyXvR3pK5457x9sq9F-qyeuOeA2go,19070
16
16
  xmipp3/protocols/protocol_align_volume_and_particles.py,sha256=g5dpZfq_iggeTFt2-3iGvc8zFQY_5EaiBg0gycEKPLw,10735
17
- xmipp3/protocols/protocol_analyze_local_ctf.py,sha256=IfiHD8TGOQT4mogtqJqpVXzcrcfv0Svw-oIJkCEVXh4,7414
17
+ xmipp3/protocols/protocol_analyze_local_ctf.py,sha256=O1_xWXuKDRGvhhd-BQ1DRMKti_KDqNN_kALzUhvN3DQ,7446
18
18
  xmipp3/protocols/protocol_angular_graph_consistency.py,sha256=CjRg1dkOUC8R9EaKKUyypjPSTmPetCkAUQE1Q184gS0,30302
19
19
  xmipp3/protocols/protocol_angular_resolution_alignment.py,sha256=EsKm1PfGkkpnzoKuhZqM-e1_99_XVtIBOIGhlgg45qM,8521
20
20
  xmipp3/protocols/protocol_apply_alignment.py,sha256=TL89xGiYtPN5mlEhU4R-6yLEzjxIyx2TStiTyXdkvKw,5958
@@ -26,44 +26,38 @@ xmipp3/protocols/protocol_center_particles.py,sha256=2ug42YlvD7PidOLC1EL6U4b-WFm
26
26
  xmipp3/protocols/protocol_cl2d.py,sha256=Ksik8xTx2m0DHKDiemOz2q_lhNFOrar6OXMxVrY6a08,27226
27
27
  xmipp3/protocols/protocol_cl2d_align.py,sha256=RF_WVqNMnLGXALW5LyIQ43JmoysSyYcrV5vOsnef0oY,8279
28
28
  xmipp3/protocols/protocol_classes_2d_mapping.py,sha256=oq6me8X4v4qFJt-GtJ4S1y64qkPCmUVWHkfMgK8XCcA,18032
29
- xmipp3/protocols/protocol_classification_gpuCorr.py,sha256=oiyTNfVp5GNgQD8hJsUl93N_jiEEvTdWAPhIYWBNKhE,37013
30
- xmipp3/protocols/protocol_classification_gpuCorr_full.py,sha256=cnRykHISyHmUXLKWLZLBr6rXP5RZQ01loj7PsdWKp0A,40366
31
- xmipp3/protocols/protocol_classification_gpuCorr_semi.py,sha256=7_i1GX6Ty5upG_deW_C2CgD0MOd_3ZdLxgOC8oxXRuA,18244
32
29
  xmipp3/protocols/protocol_compare_angles.py,sha256=NIoQjym4aH3BsMJ7RaMmyswEl9gHkxMnnkQQJdAQaCw,8034
33
30
  xmipp3/protocols/protocol_compare_reprojections.py,sha256=nRDA9tvF9wATuNZW7PoQ6H5N9CKDiKnwPeYyxgsG4ug,15333
34
- xmipp3/protocols/protocol_consensus_classes.py,sha256=v6Q1pC7NIOeXB-Oeg69j1yebqxIBi58GGbBYqq7Ew2w,25092
35
- xmipp3/protocols/protocol_consensus_local_ctf.py,sha256=X2xOP9i2E8SMU8JR6huARsi6qss6QJg0Kslbw0iF_IE,9925
36
- xmipp3/protocols/protocol_convert_pdb.py,sha256=PCukDhaE2ExhJOqcV7TxBJ-nJh3K-QuExnl7PitcLAU,14775
31
+ xmipp3/protocols/protocol_consensus_classes.py,sha256=En9qEsEpkRqXE0BUOHvJI8b6VTrsZfpgd2x2GTj32eU,24604
32
+ xmipp3/protocols/protocol_consensus_local_ctf.py,sha256=qJrZ1GVJgaNmX60_GvbUDg-qg3FqXnfoLXWhfoXiJss,9953
33
+ xmipp3/protocols/protocol_convert_pdb.py,sha256=S75hJDC43FlODBlCJDzpFS6goKDXeD5Gsl0C7hhm5DM,15268
37
34
  xmipp3/protocols/protocol_core_analysis.py,sha256=OHswPqGCEdm8WwvV4tD4aUwa6MxKAGtx3w0CcTGX0ak,9964
38
- xmipp3/protocols/protocol_create_gallery.py,sha256=KHp1FrseHGMvfy1KRWi6KicYCMYbR4goZAxTcEV-jws,5973
39
- xmipp3/protocols/protocol_ctf_consensus.py,sha256=W8037NXcdlodnQmBY3vvWKJswXGjF1c5JYLZ5JiLOeE,42614
35
+ xmipp3/protocols/protocol_create_gallery.py,sha256=GwuJxJLkPlxZxUSt-J8oDgPN7wWmFBd4iPENcve_JIY,5970
36
+ xmipp3/protocols/protocol_ctf_consensus.py,sha256=_ug1EQG9COSWK-VHIsMXXDthK4tbRPgt7QUqJyyYrFQ,42582
40
37
  xmipp3/protocols/protocol_ctf_correct_wiener2d.py,sha256=thDaon-jYBeXbGM_UiEwfLCeURPwD_7ycgzUzNc3T5g,5819
41
38
  xmipp3/protocols/protocol_ctf_defocus_group.py,sha256=c_it4w5tJAxC9HpMzcYp58cZLRXSNS4hjgeJ_L6iKkI,8304
42
39
  xmipp3/protocols/protocol_ctf_micrographs.py,sha256=urc8Fk8cA0z6r4FEkzuD2yvQYyGoBv7VZjTlmNBr-A0,28698
43
- xmipp3/protocols/protocol_deep_center.py,sha256=dF_4q0nsVhDKeQS822aPT2Le1PVLPySbpl6breExThY,8167
44
- xmipp3/protocols/protocol_deep_center_predict.py,sha256=efCN34VnKbjsD2p1-uVhCnyspbl9k7WckKTCtZ3JwCw,6916
40
+ xmipp3/protocols/protocol_deep_center_assignment.py,sha256=87rh6bdYfbOViEn0atEzahwD0ON5Yp4PPBSg-dyCbzk,12691
45
41
  xmipp3/protocols/protocol_deep_denoising.py,sha256=z7lkqP8AylC1NMbHkGORUKLAiS9DAffInaZUpbYAAVo,21324
46
- xmipp3/protocols/protocol_deep_global_assignment.py,sha256=h6n7kZ7mfVtUHHZmX0iG8_feIb8XUTqBARtFnPn4tcg,8218
47
- xmipp3/protocols/protocol_deep_global_assignment_predict.py,sha256=rXWrZoB7VjOVEtbalS8LfBUtSaeE97lFYct4fwAhp30,6690
48
42
  xmipp3/protocols/protocol_deep_hand.py,sha256=KeKV6DHqpua1GoL3dWojYhwAHEiUxXy5Mdkr0at77ag,7185
49
- xmipp3/protocols/protocol_deep_micrograph_screen.py,sha256=yY5-Yvnro_LEvFwoWd2Pnsr4dQVEAr2bFu4h3hntnQM,22168
43
+ xmipp3/protocols/protocol_deep_micrograph_screen.py,sha256=AL9c6dqsdSOA1MCEOzYcWd5mtoCfyJyioIXALmJ4Scw,22068
50
44
  xmipp3/protocols/protocol_denoise_particles.py,sha256=h6q5xTWfC6UQZE89MqseqNCpf0ufrh3gQeG83gTlemM,7759
51
45
  xmipp3/protocols/protocol_eliminate_empty_images.py,sha256=Xil4A_zuprSZ_LjZc79CEKib2-MrUZzxyN5bDLaYaSo,22399
52
46
  xmipp3/protocols/protocol_enrich.py,sha256=pymPJpNAHUNtECe89-pdzcVmkdNbVN7kp1PGz9NgwYg,25080
53
47
  xmipp3/protocols/protocol_extract_asymmetric_unit.py,sha256=1XOA2waEA0EY8z7iB-2ivJXbiNDegzIyYmkOxTpXseM,8356
54
- xmipp3/protocols/protocol_extract_particles.py,sha256=iL9JjHZPDknG5GW1sxvdWf1BxQky34WQsWsefw-Epng,23503
55
- xmipp3/protocols/protocol_extract_particles_movies.py,sha256=xr-1EDWY1-5xM5Gs8Mg5G9VrQPzob5l9tZnEjXCphBo,23258
48
+ xmipp3/protocols/protocol_extract_particles.py,sha256=g-xgiTqibAFozObncZ5ICFmWuivtVpFf-ipVCK7FKUo,26362
49
+ xmipp3/protocols/protocol_extract_particles_movies.py,sha256=DYHNx0RRvcvnEXD6rnEYnp7gbv-hNjtjhKvK47MwpHw,23165
56
50
  xmipp3/protocols/protocol_extract_particles_pairs.py,sha256=Cg0I_hptAErRXSrtDZnSrUDMx_P2NFgrFV34pUcQFoM,29349
57
- xmipp3/protocols/protocol_flexalign.py,sha256=sVObw67jj9Nhm3HBbB5T8FQ6aZawNEzS2-td_6Y95l4,18472
51
+ xmipp3/protocols/protocol_flexalign.py,sha256=FCGlCLc0Rk1HomaFYj9l_DiYPrx1K-7f5DmlzSBhjzI,18498
58
52
  xmipp3/protocols/protocol_generate_reprojections.py,sha256=UMVB2e4UnwA44XdiXM9iXjaFIajsD-DHebLt2xfb8-4,9471
59
53
  xmipp3/protocols/protocol_helical_parameters.py,sha256=aExrXYis9jmRx4GOagy1TRdTaUeK1nkX3akHSS41aoQ,9841
60
54
  xmipp3/protocols/protocol_kerdensom.py,sha256=dwJB8Gs1lynymNjBRVvDbGJpz9p2dRsoTgkT-1B08Fs,12393
61
- xmipp3/protocols/protocol_local_ctf.py,sha256=83Yl_S_AD8_wFzGhvdA36TsIMzraWm0KpuOUFqkEdWA,8078
55
+ xmipp3/protocols/protocol_local_ctf.py,sha256=Kv9vKC6KCt_fgiF5a-4ivKeetFQGMq05jH3vHMTLLFw,8110
62
56
  xmipp3/protocols/protocol_metaprotocol_create_subset.py,sha256=Z1dg0H88x00b2W47Ta7qASbDND-zXyDKQnZ2dN2UPw4,3915
63
57
  xmipp3/protocols/protocol_metaprotocol_golden_highres.py,sha256=CY0Ny_rURd48Mysxaz4nh6lHNiCnpYFb-UBWk3VFmg4,32782
64
58
  xmipp3/protocols/protocol_ml2d.py,sha256=fOkDGOADXgMxT_GeDEf2b7F8W2GdNP8ZFCTM7DEKUxk,17214
65
- xmipp3/protocols/protocol_movie_dose_analysis.py,sha256=53tKhS2CkG7CRGuGTLxc9VCgm0sNifqzejqhzqjuzt8,17826
66
- xmipp3/protocols/protocol_movie_gain.py,sha256=Q97hS6zNf9Jg-XV--HZlIHehcKLd5j9o8_WV1IA4tqs,25732
59
+ xmipp3/protocols/protocol_movie_dose_analysis.py,sha256=PU_I4yDliM-dPytjZ4BaJt1PF956hVvX7uYDpTv99Nc,17827
60
+ xmipp3/protocols/protocol_movie_gain.py,sha256=tc1GU3-VbV1fkxXzPY0nCGMMKO0lEdtt6HCWKR_azKs,24802
67
61
  xmipp3/protocols/protocol_movie_max_shift.py,sha256=zrzZAh-mBWNfVJ-2w12EmbaJ7IYBuQOsdqxRzJkebqE,17726
68
62
  xmipp3/protocols/protocol_movie_opticalflow.py,sha256=bxZ3Lh8S7_eqXffxZGPjwdRCIy0_4KSyWUazisu2L7o,18030
69
63
  xmipp3/protocols/protocol_movie_split_frames.py,sha256=yx4DryyQDyyqLwp0ckyHjy-_aDBMjdvIIBCZ80Xe4OI,7175
@@ -71,14 +65,14 @@ xmipp3/protocols/protocol_multiple_fscs.py,sha256=Q-F-gZIIk8V8jtMB1DW1R2RbDvXloS
71
65
  xmipp3/protocols/protocol_multireference_alignability.py,sha256=vAcqz_TEpze65PZC8lu3BgQPiudlICwcLObutTD-3ks,27778
72
66
  xmipp3/protocols/protocol_normalize_strain.py,sha256=FrhVITNa_9EkZ_BC53uEVjsOKWcpp0EkFlXvBZJSmgQ,3448
73
67
  xmipp3/protocols/protocol_particle_pick.py,sha256=Kk75_SEv12796oOaRL1u80hsNzV1nzFfiOcryAxaT3Y,9784
74
- xmipp3/protocols/protocol_particle_pick_automatic.py,sha256=D8B-UBifaBBuv4b4NpRHRoo3ziI5IHnvjSWInzGd2t4,10864
75
- xmipp3/protocols/protocol_particle_pick_consensus.py,sha256=5X60sFnE9ipZs8P4q0TBuZYYmVHL74wBSDwI4PoH6BU,16901
68
+ xmipp3/protocols/protocol_particle_pick_automatic.py,sha256=aIPxwNQ_--uBR00xASG_aijGAY6rIxwLcIpEfFelAL0,11958
69
+ xmipp3/protocols/protocol_particle_pick_consensus.py,sha256=IUf6ya9ixSIdsJl7_wn9RU9tdyUffZjDnvKT70vp55Y,16538
76
70
  xmipp3/protocols/protocol_particle_pick_pairs.py,sha256=uAYek--3U5tpFT2d2sTQqj763Zt4CMkt9tuzk3gTMbU,8426
77
71
  xmipp3/protocols/protocol_particle_pick_remove_duplicates.py,sha256=MIEnRIHSs_vtbYIouCtBMjsN6N1s1-lqoem18j06jQk,4938
78
72
  xmipp3/protocols/protocol_phantom_create.py,sha256=XkZYJODYa1OZFM8WjThMhSAkIm373RFhDc9BK86jHlM,3525
79
73
  xmipp3/protocols/protocol_pick_noise.py,sha256=hsZyE9jqdHa5i7VxHHcy04C_uPk29jr1sfI6amtAHXQ,7340
80
74
  xmipp3/protocols/protocol_postProcessing_deepPostProcessing.py,sha256=RqcwXuj22BUxJcTprkYqKd7bdyyZUEQUw1J36KslgXA,15158
81
- xmipp3/protocols/protocol_preprocess_micrographs.py,sha256=TFNSu11VX9sC1lx8MLXuGzNb26Ybk4IYv1nn9WUt4Tk,24220
75
+ xmipp3/protocols/protocol_preprocess_micrographs.py,sha256=eKu-Hdtd8lsxuT1J7JW_N3AJSESkZxL2-HF-iU5E3SM,23961
82
76
  xmipp3/protocols/protocol_random_conical_tilt.py,sha256=R5PrC9JGPWylpBrZ70_VPpN5zySPXI6YM6Mdlbpib3Y,17030
83
77
  xmipp3/protocols/protocol_ransac.py,sha256=-Ih7qjWcjzKgyUEphVk7bpd9S1fMFaO2AfYalzd2fGk,28957
84
78
  xmipp3/protocols/protocol_reconstruct_fourier.py,sha256=bpgjTKv6aphfNmh-VTigXOE49q-eTI_tOtgpw-ZR_dM,10469
@@ -87,13 +81,13 @@ xmipp3/protocols/protocol_reconstruct_significant.py,sha256=VMHCDpc-XKe43jjyPusw
87
81
  xmipp3/protocols/protocol_reconstruct_swarm.py,sha256=z_g7HJ6Ix_Ov3zCzLnqkJuPb3vKq82UYCpB87Cles_E,30163
88
82
  xmipp3/protocols/protocol_resolution3d.py,sha256=L9e46RaZosxZlfFOi_GCuwNGqxY13LTxrqrwejWiPFE,10241
89
83
  xmipp3/protocols/protocol_resolution_bfactor.py,sha256=QKmJO34yfquyDGS5GL_itiwvfelq40eikMujdCaQEfM,7598
90
- xmipp3/protocols/protocol_resolution_deepres.py,sha256=QHaVgKuCZoPJf2mcOh-22tLXoHhCm67IcCNuaHRoZC4,16477
91
- xmipp3/protocols/protocol_resolution_directional.py,sha256=sEkqgOtnG6_t-Rovuhi-rF1huDvzoZMdv9huhTg36jM,12893
84
+ xmipp3/protocols/protocol_resolution_deepres.py,sha256=-gbSyzyPRe9HuuVTOZmw5SE0QuqI3dEijnoom61Nn6s,16478
85
+ xmipp3/protocols/protocol_resolution_directional.py,sha256=WcCGzkoiAkwqsnE_538Zoc2mopdjQpFVtFGNy8nLzqU,12894
92
86
  xmipp3/protocols/protocol_resolution_fso.py,sha256=bGMw_Y5tFSfPipvV2UfnZOXFpQrfA6qR7CljTXp1XT0,8935
93
- xmipp3/protocols/protocol_resolution_monogenic_signal.py,sha256=bRJFK10etEP3ztCK8XWssaeECJvbVWYrm2ct3S4sRK4,17148
87
+ xmipp3/protocols/protocol_resolution_monogenic_signal.py,sha256=xHOkSmyIKFwS6-PsvhcNpt7qB-P5jQz9iRw3wEkASps,17149
94
88
  xmipp3/protocols/protocol_rotate_volume.py,sha256=aL6LM-KByo86g0ByWAp2RqdBRyBBpKvW7mIGtJOSjYo,4337
95
89
  xmipp3/protocols/protocol_rotational_symmetry.py,sha256=hpBuxzj54aGa283Zr3J18mMGrM1cj-3Wu3ihyh1CsVU,8326
96
- xmipp3/protocols/protocol_screen_deepConsensus.py,sha256=j3XT-prHRlreXaRUp6nlZiNNwDyZG6SkfwvbRz0Y7yA,88133
90
+ xmipp3/protocols/protocol_screen_deepConsensus.py,sha256=WxE0KfQ87ns1r7V--ILnFzdtWieg_9-1M4lP_a4TMFE,88187
97
91
  xmipp3/protocols/protocol_screen_deeplearning.py,sha256=nrhfzoTWPWULTrDDnUD1ELCC_cCrS5-3yaxTBSBsOAY,17530
98
92
  xmipp3/protocols/protocol_screen_particles.py,sha256=zg5njvG18d_NCzX3AjRJUXY8FdZmy9K8oqcvmkz2lMg,21002
99
93
  xmipp3/protocols/protocol_shift_particles.py,sha256=S4U1W6E73YaneIIibAaD_-1-2tRbDgZgDJQYdpjklyw,8893
@@ -103,16 +97,17 @@ xmipp3/protocols/protocol_solid_angles.py,sha256=taET1k3d0v-mUi2fq4cUn8AvWygg7Iq
103
97
  xmipp3/protocols/protocol_split_volume.py,sha256=4yfrx8BKzMszgZijqJ3iEAHD66DWlVNm4rwWwwsvhTE,5928
104
98
  xmipp3/protocols/protocol_structure_map.py,sha256=Nf6H_imnkgJTs64-I8FFFtD1CKFmaZ8Sb6ZTD_j33m8,8331
105
99
  xmipp3/protocols/protocol_structure_map_zernike3d.py,sha256=EY7rV6vSfyxYXH3ed0FTzNsYu87Ph9klYGqlwuc0eyU,22110
106
- xmipp3/protocols/protocol_subtract_projection.py,sha256=XdAC7VOOZGyrK4ING6IW2Puo_BN-FnW1mOzMMwtuXkc,12820
107
- xmipp3/protocols/protocol_tilt_analysis.py,sha256=ZTLnDn8ZVcFhRSpPYx--9KdmtIMZsJzNXmZEgRUVrXo,27993
108
- xmipp3/protocols/protocol_trigger_data.py,sha256=TrGfibUdoPEU7jj6wNKPOKgfxQ5mO35RGGUk8hX0KRg,16359
109
- xmipp3/protocols/protocol_validate_fscq.py,sha256=XXrkFBPoYBUEbQlgMXLhWOEeIiGVBPKQn8ZuecaSzsE,23655
100
+ xmipp3/protocols/protocol_subtract_projection.py,sha256=v1svDU_qGWBu58oGrTVSIB8cJj3INE3Dl97E2DoaXuU,12850
101
+ xmipp3/protocols/protocol_tilt_analysis.py,sha256=q3jaJjflDIvsC13UfERAYQkMokC-eboxvjiTQOVjlT8,27300
102
+ xmipp3/protocols/protocol_trigger_data.py,sha256=8eJiHieg7wHX0Gd7ytyfLHnnyzYMpayVda1v6vFHWvs,15711
103
+ xmipp3/protocols/protocol_validate_fscq.py,sha256=WeRpRgOvalLgRXpGO36Td3YvCJCAkqLGbE739BfIlHQ,23656
110
104
  xmipp3/protocols/protocol_validate_nontilt.py,sha256=1XIqu4Inco-Mv-TA6gwas21g1owwagngao05OZLnu54,16415
111
105
  xmipp3/protocols/protocol_validate_overfitting.py,sha256=QYKu8Hi6QwbbEsY5V6Riu7K7PWUpj8oS__ZjobjFe80,25116
112
106
  xmipp3/protocols/protocol_volume_adjust_sub.py,sha256=HESmNsxutaxtiO0NO7Wgcj7yncGm_o97bgIB6fkblX8,17626
113
- xmipp3/protocols/protocol_volume_consensus.py,sha256=guIaAMGwj7ge7Q_9D7r3uV-eXTPbIwkGwS2M58oUL14,5595
107
+ xmipp3/protocols/protocol_volume_consensus.py,sha256=miaQo_ldhwAcFefBjIk32iKFpK0SBvaPaVPviD1eoL8,5626
114
108
  xmipp3/protocols/protocol_volume_deform_zernike3d.py,sha256=fpZlYE6TRkDkgD4Ozo4RWNCX-ba89bGvqBSn-6Ki8qA,10165
115
- xmipp3/protocols/protocol_volume_local_sharpening.py,sha256=Gnv0Rw324TUcp96jAv4lEVWH-ae5Y54C3FixzEahPJg,12478
109
+ xmipp3/protocols/protocol_volume_local_adjust.py,sha256=bhCJbMYiSXxDbfE2e-GBr19HUYHYnfKCuAej8ANoG64,5980
110
+ xmipp3/protocols/protocol_volume_local_sharpening.py,sha256=iFjA4DKEIVKVE1ekNfbCrMWeTRBQwIjXJIQu7DwbP24,12479
116
111
  xmipp3/protocols/protocol_volume_strain.py,sha256=OQU0mLlHBK0add_gP9hWwDc19FxGAYY4XmjRkKfcB3M,6777
117
112
  xmipp3/protocols/protocol_write_testC.py,sha256=LfUhtQeT_lsZjw7yHDa0B-m33V-UmfJYMn_fFyruPnc,3288
118
113
  xmipp3/protocols/protocol_write_testP.py,sha256=2CaljDnQFTCIq7Jg6OdQjJmWHOOGpLPgdvyaN2E6cbs,4485
@@ -121,12 +116,12 @@ xmipp3/protocols/protocol_preprocess/geometrical_mask.py,sha256=8ZFzffgXlSsth83X
121
116
  xmipp3/protocols/protocol_preprocess/protocol_add_noise.py,sha256=3gufSX9E5jsL1NgonGuVQH_DJa4-o9pynD6vbr0uuw4,12166
122
117
  xmipp3/protocols/protocol_preprocess/protocol_create_mask2d.py,sha256=EHPUzM-iDX7ETUxAE4VSrc2Rq9Isl6dgl7teZQva4CY,4237
123
118
  xmipp3/protocols/protocol_preprocess/protocol_create_mask3d.py,sha256=EkEzJJZTBwmMRa5j5jYy22gbIvOESyjGSkxPHgk7Atc,18818
124
- xmipp3/protocols/protocol_preprocess/protocol_crop_resize.py,sha256=8-BuZx6MZpnI6YsnWRVQjjgcN2EmfMH-fE93Jenm70c,25599
125
- xmipp3/protocols/protocol_preprocess/protocol_filter.py,sha256=obIGVFbp71l38ftAFFRBMGT0swTtttyOBjvnm0dSwME,22928
119
+ xmipp3/protocols/protocol_preprocess/protocol_crop_resize.py,sha256=3_T2DPQgbx5VK-zF4mpeBA1TbpY-CiE3fkLEyhUWX0g,25596
120
+ xmipp3/protocols/protocol_preprocess/protocol_filter.py,sha256=NNeZ7A_co3h03jh0LdEPmpdMXozfESF_AdJuDJ2rWNI,23056
126
121
  xmipp3/protocols/protocol_preprocess/protocol_image_operate.py,sha256=xKizCA9cxas0dWOd_DQEVMKNGyRC5Rzr7B2ml-Uufo0,16881
127
122
  xmipp3/protocols/protocol_preprocess/protocol_mask.py,sha256=5O_wN4ifd1vY1on25J6H5Xj6L0eyV4fcr-u1rBqw4Ys,11716
128
- xmipp3/protocols/protocol_preprocess/protocol_movie_resize.py,sha256=oGHODoNOtNl1uvKDJfNMQwDfrjqz-NSnOVGB32pPMPA,10822
129
- xmipp3/protocols/protocol_preprocess/protocol_preprocess.py,sha256=Wm9PjJ9zWnFScmYPIt615THUFSBHZsbetc_Fc3-HRls,39852
123
+ xmipp3/protocols/protocol_preprocess/protocol_movie_resize.py,sha256=WfaQljG1c9UZXd-gaWRdQXeZEplLYZGWxYiuGopaqto,10942
124
+ xmipp3/protocols/protocol_preprocess/protocol_preprocess.py,sha256=ZJjSeR2Lei4_WUMN94vN7d4RmoXjhSSFLjSZMSG4euU,39938
130
125
  xmipp3/protocols/protocol_preprocess/protocol_process.py,sha256=NpwdL7FGamwqcfGG6UbG0OqvBhjruRx5Pd4L_bnJ3yc,8025
131
126
  xmipp3/protocols/protocol_projmatch/__init__.py,sha256=fDxNicNXSbBa3WsuFouhk3INxsdQ7mlBhEYNaypFZXw,1278
132
127
  xmipp3/protocols/protocol_projmatch/projmatch_form.py,sha256=T6qmARWQoYUbKBiw-pCTOYnoHIOpuf-qyfXVHoBzx9o,36535
@@ -140,11 +135,8 @@ xmipp3/tests/test_protocol_apply_transformation_matrix.py,sha256=oviulcS710BpL1_
140
135
  xmipp3/tests/test_protocol_compare_angles.py,sha256=wBldiS1_LJVHfdg4g8LMDfWORR4l5adZsZkj661SgNg,5361
141
136
  xmipp3/tests/test_protocol_consensus_classes3D.py,sha256=HLz1X9LuZDRTwhjDI6gqk72qm4Yguxc76BZL_wnxgKw,11006
142
137
  xmipp3/tests/test_protocol_ctf_consensus.py,sha256=EtYxHmrHLY1illmjFMNPQJzVhGNgzcbcksr6-NaHA04,9120
143
- xmipp3/tests/test_protocol_deep_center.py,sha256=fK06BVkRT2Sccokp9GR4fv3M9ZBzYITHHPF5n2KGIi8,4403
144
- xmipp3/tests/test_protocol_deep_center_predict.py,sha256=Ed1hWMwjh4UFfZVnA856Nq60he1TK_b3NEGczM_N-64,3800
138
+ xmipp3/tests/test_protocol_deep_center_assignment.py,sha256=DxzLeyBejdzInV-TsyX2VCkRIVfF1u-80TnvITe3750,5607
145
139
  xmipp3/tests/test_protocol_deep_denoising.py,sha256=kgqmGy-kBhkskCkjk-FMFTPf0hCrzKDdS8JKKIiGlyE,2815
146
- xmipp3/tests/test_protocol_deep_global_assignment.py,sha256=wdgQkR64NomT20V7wtmZQDsGG_N33MK0VIwQBsZCS4A,4414
147
- xmipp3/tests/test_protocol_deep_global_assignment_predict.py,sha256=NPNfC5sB-dRDC8R5q8LsrUFFdePY77p4tgYAbuuV_CE,3819
148
140
  xmipp3/tests/test_protocol_extract_asymmetric_unit.py,sha256=Ya8zy3wuKi10r-_LVwpavYgzVrGy-5M3Gy05MHNmr7M,23298
149
141
  xmipp3/tests/test_protocol_monodir.py,sha256=nt-5KEzbVAtsNeQ9OOifYSp1kN2N7tZwxtwS1ipbljY,3741
150
142
  xmipp3/tests/test_protocol_multiple_fsc.py,sha256=E7rhBJI9qJXAnbuxARK9auwnMxmYtIxS8PVi3TT2yj4,4012
@@ -160,26 +152,23 @@ xmipp3/tests/test_protocols_continuousflex.py,sha256=y_WeCm-XiZ5rJS1lx4i0TsGoWNf
160
152
  xmipp3/tests/test_protocols_deepVolPostprocessing.py,sha256=ZUSkLaR2sRlvZoaWPYwIUmDBC0X5DRy7peRd8EieseY,7143
161
153
  xmipp3/tests/test_protocols_deepres.py,sha256=rXc-kAWZ8gGGS7L8e27P-ZPsFo5BPyqZKFl25V7dWII,3635
162
154
  xmipp3/tests/test_protocols_fso.py,sha256=CrVAVoBD9UbLVKT21TB0Q-tVnZ7qEsm4zcELzDnN3CU,4274
163
- xmipp3/tests/test_protocols_gpuCorr_classifier.py,sha256=Pkwri9EnsB9EVf07cVB-eq3KZOSAP_MxiugFbBsYQwI,6328
164
- xmipp3/tests/test_protocols_gpuCorr_fullStreaming.py,sha256=_-yfg9T3mTV8zwJyaskHhZHGhnGS9-rBq8c5U7yT4zI,6709
165
- xmipp3/tests/test_protocols_gpuCorr_semiStreaming.py,sha256=4yW9l1o6VwOFk4wO6dOJjAUytFka5YdGhnhJv6Qrldk,2836
166
155
  xmipp3/tests/test_protocols_highres.py,sha256=cDvRxn6JUI1WQhXjT-83u32hOETBDxt-F5F_ZFx0wJI,4411
167
156
  xmipp3/tests/test_protocols_local_defocus.py,sha256=XGXZTas0pqhHkKfZEky7a8sqLC14rB8KqoOPD27pzZE,9067
168
157
  xmipp3/tests/test_protocols_localdeblur.py,sha256=iKf-CFwts-0yePzuztB8czbQLSYvpxHv2gT89I0RHXc,7300
169
158
  xmipp3/tests/test_protocols_metaprotocol_golden_highres.py,sha256=T5H6NuzvFIBFTj7y3Pq5OfkNMrrTmqK5KxSoHLyEJIY,4034
170
- xmipp3/tests/test_protocols_mixed_movies.py,sha256=hv5aiKxb6-E9xPE4DT7vMcTWRCr88vNWHIXw8WQTrsg,7293
159
+ xmipp3/tests/test_protocols_mixed_movies.py,sha256=kAAqNx33TMoOH0v6TaTyfUvdSAQ-vEtUalf6ecgepsM,6151
171
160
  xmipp3/tests/test_protocols_monores.py,sha256=FlLhcGUIGrErRh7KKCHo48dB-zrE0i9btLQxTOb-g3U,5023
172
161
  xmipp3/tests/test_protocols_realignment_classes.py,sha256=SrMOjTRr46iN69Prhpvyh9kU7VjnxhSCn3FAdBFni9U,6399
173
162
  xmipp3/tests/test_protocols_solid_angles.py,sha256=vJ5hrZqRYfPrp9bP9SYLDqzVO__kL6AjAOBJOeajJR0,6985
174
163
  xmipp3/tests/test_protocols_xmipp_2d.py,sha256=rl9QrVth3-VnXfxAYq-nYdYdgLcP_hy8Kmv5iLz_jcw,75260
175
- xmipp3/tests/test_protocols_xmipp_3d.py,sha256=DD2GK_RZEmj7-13thRwD9IisIGx0ctirHBD2uQRxwO0,166280
176
- xmipp3/tests/test_protocols_xmipp_mics.py,sha256=gorFkFxsbgPmf8_P3To5hWB4B9WFnO7l9Qp1GiHEQCs,59829
164
+ xmipp3/tests/test_protocols_xmipp_3d.py,sha256=dyKNJr0H9_6TSUwSpz699PLcvN6vZV5NHsENSFv6Qrw,169580
165
+ xmipp3/tests/test_protocols_xmipp_mics.py,sha256=NV0ffSbX0W5f_6fL9ueOPUL1mVEA1caJYeB8KUKX-gQ,59879
177
166
  xmipp3/tests/test_protocols_xmipp_movie_resize.py,sha256=XR1gYYZeDhNOkDkZhimPDbqcYwss5z-zbhJ73ZM0a5g,6494
178
167
  xmipp3/tests/test_protocols_xmipp_movies.py,sha256=SFn8sZyFl3ROatSWCl4CmhKA1nAkygJDNQFgFe0r2sY,38274
179
168
  xmipp3/tests/test_protocols_zernike3d.py,sha256=bTXCK4wBKSJZK1KCZXec3j8y1mVLoBxE5bF3AGbOsNs,18132
180
169
  xmipp3/viewers/__init__.py,sha256=gHkUPN2FOp-vvoLRcZzoHjatMNdmBTWp6607pnjaQsI,3618
181
170
  xmipp3/viewers/plotter.py,sha256=YHDqAs7_rbv8cXMmwmg42YeeBnesdX44awrppX3VJw0,3875
182
- xmipp3/viewers/viewer.py,sha256=K_f553ewBHse8aBfjN3AZwAnZNCfl3dhil-7_P-P_CU,19690
171
+ xmipp3/viewers/viewer.py,sha256=D_elkqLkG5a0M82RfuoJj2Zn1TuDN9Uyaf0PcV64GY0,19688
183
172
  xmipp3/viewers/viewer_analyze_local_ctf.py,sha256=-Oa7flu05KxP8M6AlZRaWKCRqZljRz23Z6Ncz1qDHhw,4866
184
173
  xmipp3/viewers/viewer_angular_resolution_alignment.py,sha256=9DCZ94TAedHltvlKf99BEFtgFuoMisKipMwubPn82lU,5155
185
174
  xmipp3/viewers/viewer_cl2d.py,sha256=7uBU6zYOkhYqjMNWFUPFbMOPsqWja9DaTssp_ju6AXw,8764
@@ -203,7 +192,7 @@ xmipp3/viewers/viewer_reconstruct_highres.py,sha256=bDcxUyGU4wlRFdBnfbhMiCLRB8b_
203
192
  xmipp3/viewers/viewer_resolution3d.py,sha256=AfKbCxLzuJG3pJQLPxNgK86WRSWXrgRSEDNjzbM5Y6E,14152
204
193
  xmipp3/viewers/viewer_resolution_bfactor.py,sha256=iknAViynFLy3Sx4fs2DvR9zpLUcxTKCyS9VkhMHb1Vw,4933
205
194
  xmipp3/viewers/viewer_resolution_deepres.py,sha256=M1X9wW7V4yU0BaMxezFNSHhfd4Rpj34ruc-tAnO1T5k,8632
206
- xmipp3/viewers/viewer_resolution_directional.py,sha256=EuMHZqe-Jz5LKkxt5cRe4Gd4WR8-IoUFbQjFBIUnWFA,20319
195
+ xmipp3/viewers/viewer_resolution_directional.py,sha256=SOnybW40HuMglekNnD-YGF2ZPMXLZuGf-AwmvRUNg98,20322
207
196
  xmipp3/viewers/viewer_resolution_fso.py,sha256=WIbsYmTKnuJ-wVLAgMoXHmrMMkrb6ukfboyz2NHDUtc,15874
208
197
  xmipp3/viewers/viewer_resolution_monogenic_signal.py,sha256=GCrWKLb9IFVcGY8zKzCNnXWy15T_jPPhM2uZjJ0un8c,11088
209
198
  xmipp3/viewers/viewer_solid_angles.py,sha256=S2QANz-8VdoK_8kKTYtkhI6SkPQyRuiPkMaz2bQJCIY,3970
@@ -218,9 +207,9 @@ xmipp3/viewers/viewer_volume_consensus.py,sha256=S7YViiZ9w5xAGhfyj1RnDypVWsQ7PKh
218
207
  xmipp3/viewers/viewer_volume_deform_zernike3d.py,sha256=BOeI7go5w2RRwGjV9kPm2U76tVJRaHww1Pl0zUCXQRw,8903
219
208
  xmipp3/viewers/viewer_volume_strain.py,sha256=4LQUrceVMB6OaAfTpFXdn3vGv-sXQzUIPDEPELYfasY,2378
220
209
  xmipp3/viewers/viewer_volume_subtraction.py,sha256=3RbwJQIaCcdzldrFODLgWlFbCips1450RDVzngLRRoU,5121
221
- scipion_em_xmipp-23.7.0.0.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
222
- scipion_em_xmipp-23.7.0.0.dist-info/METADATA,sha256=W8Li8Db_LIjeBwdspnfM1jM4qKQOQCBDjoI1lphxdWQ,1627
223
- scipion_em_xmipp-23.7.0.0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
224
- scipion_em_xmipp-23.7.0.0.dist-info/entry_points.txt,sha256=uAfbaIdLcZ7JWL0tWzQVwsVEyyOZb1WcBX4YZMqRrIk,37
225
- scipion_em_xmipp-23.7.0.0.dist-info/top_level.txt,sha256=qnLFoZzwKticb33xgeSAJv3P7nD2nHMTFKYzxAorOOQ,7
226
- scipion_em_xmipp-23.7.0.0.dist-info/RECORD,,
210
+ scipion_em_xmipp-23.11.0.0.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
211
+ scipion_em_xmipp-23.11.0.0.dist-info/METADATA,sha256=IULZhDq6q8pFJVatS-j-3hu2eKIPhGyOhB1B4jk7PSg,1622
212
+ scipion_em_xmipp-23.11.0.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
213
+ scipion_em_xmipp-23.11.0.0.dist-info/entry_points.txt,sha256=uAfbaIdLcZ7JWL0tWzQVwsVEyyOZb1WcBX4YZMqRrIk,37
214
+ scipion_em_xmipp-23.11.0.0.dist-info/top_level.txt,sha256=qnLFoZzwKticb33xgeSAJv3P7nD2nHMTFKYzxAorOOQ,7
215
+ scipion_em_xmipp-23.11.0.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
xmipp3/__init__.py CHANGED
@@ -37,12 +37,15 @@ import pyworkflow.utils as pwutils
37
37
  from .base import *
38
38
  from .constants import XMIPP_HOME, XMIPP_URL, XMIPP_DLTK_NAME
39
39
 
40
- _logo = "xmipp_logo.png"
40
+ type_of_version = 'release' #'devel'
41
+ _logo = "xmipp_logo" + ("" if type_of_version == 'release' else '_devel') + '.png'
42
+
41
43
  _references = ['delaRosaTrevin2013', 'Sorzano2013', 'Strelak2021']
42
- _currentBinVersion = '3.23.07.0'
44
+ _currentBinVersion = '3.23.11.0'
43
45
  __version__ = _currentBinVersion[2:] + ".0" # Set this to ".0" on each xmipp binary release, otherwise increase it --> ".1", ".2", ...
44
46
 
45
-
47
+ # Requirement version variables
48
+ NVIDIA_DRIVERS_MINIMUM_VERSION = 450
46
49
 
47
50
  class Plugin(pwem.Plugin):
48
51
  _homeVar = XMIPP_HOME
@@ -209,12 +212,12 @@ def installDeepLearningToolkit(plugin, env):
209
212
  env=plugin.getEnviron(),
210
213
  stdout=subprocess.PIPE
211
214
  ).stdout.read().decode('utf-8').split(".")[0]
212
- if int(nvidiaDriverVer) < 390:
215
+ if int(nvidiaDriverVer) < NVIDIA_DRIVERS_MINIMUM_VERSION:
213
216
  preMsgs.append("Incompatible driver %s" % nvidiaDriverVer)
214
- cudaMsgs.append("Your NVIDIA drivers are too old (<390). "
217
+ cudaMsgs.append(f"Your NVIDIA drivers are too old (<{NVIDIA_DRIVERS_MINIMUM_VERSION}). "
215
218
  "Tensorflow was installed without GPU support. "
216
219
  "Just CPU computations enabled (slow computations)."
217
- "To enable CUDA (drivers>390 needed), "
220
+ f"To enable CUDA (drivers>{NVIDIA_DRIVERS_MINIMUM_VERSION} needed), "
218
221
  "set CUDA=True in 'scipion.conf' file")
219
222
  nvidiaDriverVer = None
220
223
  except (ValueError, TypeError):
@@ -239,7 +242,7 @@ def installDeepLearningToolkit(plugin, env):
239
242
  cmdsInstall = list(CondaEnvManager.yieldInstallAllCmds(useGpu=useGpu))
240
243
 
241
244
  now = datetime.now()
242
- installDLvars = {'modelsUrl': "http://scipion.cnb.csic.es/downloads/scipion/software/em",
245
+ installDLvars = {'modelsUrl': "https://scipion.cnb.csic.es/downloads/scipion/software/em",
243
246
  'syncBin': plugin.getHome('bin/xmipp_sync_data'),
244
247
  'modelsDir': plugin.getHome('models'),
245
248
  'modelsPrefix': "models_UPDATED_on",
xmipp3/bibtex.py CHANGED
@@ -620,5 +620,43 @@ DOI = {https://doi.org/10.3390/molecules26206224}
620
620
  }
621
621
 
622
622
 
623
+ @article{Fernandez-Gimenez2023a,
624
+ title = {A new algorithm for particle weighted subtraction to eliminate signals from unwanted components in Single Particle Analysis},
625
+ journal = {Journal of Structural Biology},
626
+ volume = {215},
627
+ number = {4},
628
+ year = {2023},
629
+ issn = {1047-8477},
630
+ doi = {https://doi.org/10.1016/j.jsb.2023.108024},
631
+ url = {https://www.sciencedirect.com/science/article/pii/S1047847723000874},
632
+ author = {E. Fernández-Giménez, M. Martínez, R. Marabini, D. Strelak, R. Sánchez-García, J.M. Carazo and C.O.S. Sorzano},
633
+ }
634
+
635
+ @article{Fernandez-Gimenez2023b,
636
+ title = {Local defocus estimation in Single Particle Analysis in Cryo-Electron Microscopy},
637
+ journal = {Journal of Structural Biology},
638
+ volume = {215},
639
+ number = {4},
640
+ year = {2023},
641
+ issn = {1047-8477},
642
+ doi = {https://doi.org/10.1016/j.jsb.2023.108030},
643
+ url = {https://www.sciencedirect.com/science/article/pii/S104784772300093X},
644
+ author = {E. Fernández-Giménez, J.M. Carazo and C.O.S. Sorzano},
645
+
646
+
647
+ @Article{Strelak2023performance,
648
+ AUTHOR = {Střelák, David and Marchán, Daniel and Carazo, José María and S. Sorzano, Carlos O.},
649
+ TITLE = {Performance and Quality Comparison of Movie Alignment Software for Cryogenic Electron Microscopy},
650
+ JOURNAL = {Micromachines},
651
+ VOLUME = {14},
652
+ YEAR = {2023},
653
+ NUMBER = {10},
654
+ ARTICLE-NUMBER = {1835},
655
+ URL = {https://www.mdpi.com/2072-666X/14/10/1835},
656
+ ISSN = {2072-666X},
657
+ DOI = {https://doi.org/10.3390/mi14101835}
658
+
659
+ }
660
+
623
661
  """
624
662
 
@@ -17,9 +17,10 @@ def readSetOfCoordsFromPosFnames(posDir, setOfInputCoords, sqliteOutName,
17
17
  """
18
18
 
19
19
  inputMics = setOfInputCoords.getMicrographs()
20
+ inputMicsPointer = setOfInputCoords.getMicrographs(asPointer=True)
20
21
  cleanPath(sqliteOutName)
21
22
  setOfOutputCoordinates= SetOfCoordinates(filename= sqliteOutName)
22
- setOfOutputCoordinates.setMicrographs(inputMics)
23
+ setOfOutputCoordinates.setMicrographs(inputMicsPointer)
23
24
  setOfOutputCoordinates.setBoxSize(setOfInputCoords.getBoxSize())
24
25
  readSetOfCoordinates(posDir, micSet=inputMics,
25
26
  coordSet=setOfOutputCoordinates,
@@ -40,9 +40,6 @@ from .protocol_break_symmetry import XmippProtAngBreakSymmetry
40
40
  from .protocol_cl2d_align import XmippProtCL2DAlign
41
41
  from .protocol_cl2d import XmippProtCL2D
42
42
  #from .protocol_classify_kmeans2d import XmippProtKmeansClassif2D
43
- from .protocol_classification_gpuCorr import XmippProtGpuCrrCL2D
44
- from .protocol_classification_gpuCorr_semi import XmippProtStrGpuCrrSimple
45
- from .protocol_classification_gpuCorr_full import XmippProtStrGpuCrrCL2D
46
43
  from .protocol_ctf_defocus_group import XmippProtCTFDefocusGroup
47
44
  from .protocol_compare_reprojections import XmippProtCompareReprojections
48
45
  from .protocol_compare_angles import XmippProtCompareAngles
@@ -136,9 +133,7 @@ from .protocol_structure_map import XmippProtStructureMap
136
133
  from .protocol_apply_zernike3d import XmippApplyZernike3D
137
134
  from .protocol_volume_adjust_sub import XmippProtVolAdjust, XmippProtVolSubtraction
138
135
  from .protocol_volume_consensus import XmippProtVolConsensus
136
+ from .protocol_volume_local_adjust import XmippProtLocalVolAdj
139
137
  from .protocol_classes_2d_mapping import XmippProtCL2DMap
140
138
  from .protocol_deep_hand import XmippProtDeepHand
141
- from .protocol_deep_center import XmippProtDeepCenter
142
- from .protocol_deep_center_predict import XmippProtDeepCenterPredict
143
- from .protocol_deep_global_assignment import XmippProtDeepGlobalAssignment
144
- from .protocol_deep_global_assignment_predict import XmippProtDeepGlobalAssignmentPredict
139
+ from .protocol_deep_center_assignment import XmippProtDeepCenter, XmippProtDeepGlobalAssignment
@@ -52,7 +52,7 @@ class XmippProtAlignVolume(ProtAlignVolume):
52
52
  """
53
53
  _label = 'align volume'
54
54
  nVols = 0
55
- _devStatus = UPDATED
55
+ _devStatus = PROD
56
56
 
57
57
 
58
58
  def __init__(self, **args):
@@ -34,6 +34,8 @@ from pwem.protocols import ProtAnalysis3D
34
34
  import pwem.emlib.metadata as md
35
35
  from xmipp3.convert import readSetOfMicrographs, writeSetOfMicrographs
36
36
 
37
+ CITE ='Fernandez-Gimenez2023b'
38
+
37
39
 
38
40
  class XmippProtAnalyzeLocalCTF(ProtAnalysis3D):
39
41
  """Assigns to each micrograph a coefficient (R2) which evaluates the result of the
@@ -164,18 +164,6 @@ class XmippProtConsensusClasses(ProtClassify3D):
164
164
  self._writeElbows(elbows)
165
165
 
166
166
  # --------------------------- INFO functions -------------------------------
167
- """
168
- def _validate(self):
169
- errors = []
170
-
171
- # Ensure that all classifications are made of the same images
172
- items = self._getInputImages(0)
173
- for i in range(1, len(self.inputClassifications)):
174
- if self._getInputImages(i) != items:
175
- errors.append(f'Classification {i} has been done with different images')
176
-
177
- return errors
178
- """
179
167
 
180
168
  # --------------------------- UTILS functions ------------------------------
181
169
  def _getInputClassificationCount(self) -> int:
@@ -479,7 +467,6 @@ class XmippProtConsensusClasses(ProtClassify3D):
479
467
  mu2 = np.mean(d2)
480
468
  sigma1 = np.std(d1, ddof=1)
481
469
  sigma2 = np.std(d2, ddof=1)
482
- #sigma = (len(d1)*sigma1 + len(d2)*sigma2) / (len(d1) + len(d2)) # Weighted average
483
470
 
484
471
  # Compute the log likelihood
485
472
  logLikelihoods1 = scipy.stats.norm.logpdf(d1, mu1, sigma1)
@@ -40,11 +40,12 @@ from xmipp3.convert import setXmippAttribute
40
40
  from pyworkflow import BETA, UPDATED, NEW, PROD
41
41
 
42
42
  OUTPUTNAME = "outputParticles"
43
+ CITE ='Fernandez-Gimenez2023b'
43
44
 
44
45
  class XmippProtConsensusLocalCTF(ProtAnalysis3D):
45
46
  """This protocol compares the estimations of local defocus computed by different protocols for a set of particles"""
46
47
  _label = 'consensus local defocus'
47
- _devStatus = UPDATED
48
+ _devStatus = PROD
48
49
 
49
50
  _lastUpdateVersion = VERSION_2_0
50
51
  _possibleOutputs = {OUTPUTNAME:SetOfParticles}
@@ -28,6 +28,9 @@
28
28
  # *
29
29
  # **************************************************************************
30
30
 
31
+ # General imports
32
+ import os
33
+
31
34
  # Scipion em imports
32
35
  from pwem.convert.headers import setMRCSamplingRate
33
36
  from pwem.emlib.image import ImageHandler
@@ -37,7 +40,7 @@ from pwem.protocols import ProtInitialVolume
37
40
  import pyworkflow.protocol.params as params
38
41
  import pyworkflow.protocol.constants as const
39
42
  from pyworkflow.utils import replaceBaseExt, removeExt, getExt, createLink, replaceExt, removeBaseExt
40
- from pyworkflow import BETA, UPDATED, NEW, PROD
43
+ from pyworkflow import UPDATED
41
44
 
42
45
  class XmippProtConvertPdb(ProtInitialVolume):
43
46
  """ Convert atomic structure(s) into volume(s) """
@@ -70,7 +73,7 @@ class XmippProtConvertPdb(ProtInitialVolume):
70
73
  coordsCondition = 'setSize and not vol'
71
74
 
72
75
  # Defining parallel arguments
73
- form.addParallelSection(threads=4)
76
+ form.addParallelSection(threads=4, mpi=1)
74
77
 
75
78
  # Generating form
76
79
  form.addSection(label='Input')
@@ -102,12 +105,16 @@ class XmippProtConvertPdb(ProtInitialVolume):
102
105
  form.addParam('centerPdb', params.BooleanParam, default=True,
103
106
  expertLevel=const.LEVEL_ADVANCED,
104
107
  label="Center PDB",
105
- help='Center PDB with the center of mass')
108
+ help='Center PDB with the center of mass.')
106
109
  form.addParam('outPdb', params.BooleanParam, default=False,
107
110
  expertLevel=const.LEVEL_ADVANCED,
108
111
  label="Store centered PDB",
109
112
  help='Set to \'Yes\' if you want to save centered PDB. '
110
- 'It will be stored in the output directory of this protocol')
113
+ 'It will be stored in the output directory of this protocol.')
114
+ form.addParam('convertCif', params.BooleanParam, default=True,
115
+ expertLevel=const.LEVEL_ADVANCED,
116
+ label="Convert CIF to PDB",
117
+ help='If set to true and input atom struct file is a CIF, it will get converted to PDB.')
111
118
  form.addParam('clean', params.BooleanParam, default=True,
112
119
  expertLevel=const.LEVEL_ADVANCED,
113
120
  label="Clean tmp files",
@@ -138,8 +145,8 @@ class XmippProtConvertPdb(ProtInitialVolume):
138
145
  # --------------------------- STEPS functions --------------------------------------------
139
146
  def processConversion(self, pdb, samplingR, isSet):
140
147
  """ This step runs the pdb conversion. """
141
- # Converting all input atomic structures to .pdb
142
- pdb = self._convertToPdb(pdb)
148
+ # Conditionally converting all input atomic structures to .pdb
149
+ pdb = self._convertAtomStruct(pdb)
143
150
 
144
151
  # Generating output file for each input
145
152
  outFile = removeExt(pdb)
@@ -260,13 +267,14 @@ class XmippProtConvertPdb(ProtInitialVolume):
260
267
  # If it is a SetOfAtom Structs, get all of the elements iterating the set
261
268
  return [i.getFileName() for i in pbdObj]
262
269
 
263
- def _convertToPdb(self, pdbRaw):
264
- """ This function receives an atomic struct file, and converts it to .pdb if it is in .cif format. """
265
- # Get output path for pdb file
266
- convertedPdb = self._getExtraPath(replaceBaseExt(pdbRaw, 'pdb')).replace(" ", "_")
270
+ def _convertAtomStruct(self, pdbRaw):
271
+ """ This function receives an atomic struct file, and conditionally converts it to .pdb if it is in .cif format. """
272
+ # Get output path for atomic struct file
273
+ baseExt = replaceBaseExt(pdbRaw, 'pdb') if self.convertCif.get() else os.path.basename(pdbRaw)
274
+ convertedPdb = self._getExtraPath(baseExt).replace(" ", "_")
267
275
 
268
- # If file extension is .cif, convert to .pdb, or else we link it as is
269
- if getExt(pdbRaw) == ".cif":
276
+ # If file extension is .cif and conversion is required, convert to .pdb, or else we link it as is
277
+ if getExt(pdbRaw) == ".cif" and self.convertCif.get():
270
278
  cifToPdb(pdbRaw, convertedPdb)
271
279
  else:
272
280
  createLink(pdbRaw, convertedPdb)
@@ -51,7 +51,7 @@ class XmippProtCreateGallery(ProtAnalysis3D):
51
51
  form.addParam('symmetryGroup', StringParam, default="c1",
52
52
  label='Symmetry group',
53
53
  help='See'
54
- 'http://xmipp.cnb.uam.es/twiki/bin/view/Xmipp/Symmetry '
54
+ 'https://github.com/I2PC/xmipp-portal/wiki/Symmetry '
55
55
  'for a description of the symmetry groups format. '
56
56
  'If no symmetry is present, give c1')
57
57
 
@@ -59,7 +59,7 @@ class XmippProtCTFConsensus(ProtCTFMicrographs):
59
59
  the agreement with a secondary CTF for the same set of micrographs.
60
60
  """
61
61
  _label = 'ctf consensus'
62
- _devStatus = UPDATED
62
+ _devStatus = PROD
63
63
  _lastUpdateVersion = VERSION_3_0
64
64
 
65
65
  def __init__(self, **args):
@@ -200,12 +200,11 @@ class XmippProtCTFConsensus(ProtCTFMicrographs):
200
200
  self.ctfFn2 = self.inputCTF2.get().getFileName()
201
201
  self.allCtf2 = {}
202
202
 
203
- ctfSteps = self._checkNewInput()
204
203
  self._insertFunctionStep('createOutputStep',
205
- prerequisites=ctfSteps, wait=True)
204
+ prerequisites=[], wait=True)
206
205
 
207
206
  def createOutputStep(self):
208
- pass
207
+ self._closeOutputSet()
209
208
 
210
209
  def initializeParams(self):
211
210
  self.finished = False