Versions Compared

Key

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

...

Accessing your data from Australian Synchrotron FTP

SFTP settings for accessing your data can be found here.

Troubleshooting:

  1. Check that your username and password are correct by logging into the portal page.

  2. Try sftp-01.synchrotron.org.au, sftp-02.synchrotron.org.au, and 114.30.65.33 for host/server

  3. Contact beamline staff

File Structure

Upon logging into the FTP, you will find the following directory structure.

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
│       │   │   │   │    │   ├── /XDS.INP       # XDS input file
│       │   │   │   │    │   └── /XDS_ASCII.HKL # XDS processed data
│       │   │   │   │    ├── /ASP0179_02      	# Another autoprocessed folder
│       └── /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
│           │   │   │   ├── /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