Step 1: Set up your working directory structure

# 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

Step 2: Download the SoLEXS data from Pradhaan Portal

  1. Visit https://pradhaan.aries.res.in.
  2. Navigate to Solar Instruments → SoLEXS → Level 1.
  3. Download the desired .zip file, e.g., AL1_SLX_L1_20240930_v1.1.zip.
  4. Upload this file into the Data folder you just created.

Step 3: Unzip the downloaded data

# 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.