Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Upon logging into the FTP, you will find the following directory structure .and files (PX)

Code Block
/data
├── /mx                           		              # Main directory for the MX (EPN) data
│   ├── /20772a                    		              # EPN Number folder (Project/Experiment ID)
│   ├── /20772b                    		
│   └── /20772c                    		
│       ├── /home                  		              # Contains auto-processed datasets
│       │   ├── /user              		              # User-specific processed data
│       │   │   ├── /auto          		              # Auto-processed datasets
│       │   │   │   ├── /dataset   		              # Folder for datasets
│       │   │   │   │    ├── /ASP0179_01_107          # Autoprocessed Folder
│       │   │   │   │    │   ├── /aimless.mtz         # Auto-processed MTZ file
│       │   │   │   │    │   ├── /aimless.log         # Log file for auto-processing
│       │   │   │   │    │   ├── /pointless.mtz       # pointless file
│       │   │   │   │    │   ├── /XDS.INP             # XDS input file
│       │   │   │   │    │   └── /XDS_ASCII.HKL       # XDS processed data
│       │   │   │   │    ├── /ASP0179_02      	      # Another autoprocessed folder
│       │   ├── /datasets_summary.xlsx                # Spreadsheet with data collection stats
│       └── /frames                 		          # Contains raw diffraction images
│           ├── /user               		          # Raw diffraction images organized by data type
│           │   ├── /s              		          # Raw images from screening
│           │   │   ├── /ASP0179_01
│           │   │   │   ├── /01   		              # Screening images for ASP0179
│           │   │   │   │   ├── /ASP0179_01_master.h5 # Raw images
│           │   │   │   ├── /02   		              # Screening images for ASP0179
│           │   │   ├── /ASP0180
│           │   ├── /d              		          # Raw images from datasets
│           │   │   ├── /ASP0179
│           │   ├── /r              		          # Raw images from rastering
│           │   ├── /testcrystal    		          # Raw images from setup
│           │   └── /calibration     		          # Raw images from beamline calibration
│           ├── /20772c.xlsx               		      # Spreadsheet with data collection stats

...