# Navigate to the main working directory
%cd /home/idies/workspace/sciserver_cookbooks/
# Create a new folder for your SoLEXS project (if not already created)
!mkdir -p SoLEXS
# Move into the newly created folder
%cd SoLEXS
# Create subdirectories for organization
!mkdir -p Data Software Codes
.zip file, e.g., AL1_SLX_L1_20240930_v1.1.zip.Data folder you just created.# Navigate to the Data directory
%cd /home/idies/workspace/sciserver_cookbooks/SoLEXS/Data/
# List the contents to verify the zip file is uploaded
!ls
# Unzip the file (replace with the correct filename if different)
!unzip AL1_SLX_L1_20240930_v1.1.zip
After unzipping, a directory named AL1_SLX_L1_20240930_v1.1/ (or similar) will appear, containing your SoLEXS Level 1 data files.