Quick Start¶
This guide walks you through importing and processing your first dataset with NILS.
Overview¶
A typical NILS workflow consists of:
- Import - Load DICOM data into the system
- Classify - Automatically identify sequence types
- Sort - Organize files into a structured hierarchy
- Anonymize - De-identify patient information
- Export - Convert to BIDS format (optional)
Step 1: Access the Dashboard¶
After starting NILS, navigate to http://localhost:5173. You'll see the main dashboard:

Step 2: Import DICOM Data¶
- Click Import in the sidebar
- Specify the path to your DICOM folder
- Click Start Import
NILS will scan the folder and extract metadata from all DICOM files.
Supported Formats
NILS supports standard DICOM files (.dcm) and files without extensions.
Step 3: Review Classification¶
After import, NILS automatically classifies each series:
- Navigate to Database to view all imported series
- Each series shows its detected sequence type (T1w, T2w, FLAIR, etc.)
- Review and correct any misclassifications if needed
Step 4: Create a Cohort¶
Cohorts help organize subjects for processing:
- Go to Cohorts → New Cohort
- Enter a name and description
- Add subjects from the database
- Save the cohort
Step 5: Run Sorting Pipeline¶
- Select your cohort
- Click Sort in the pipeline steps
- Configure output directory
- Start the sorting job
Monitor progress in the Jobs tab.
Step 6: Anonymization (Optional)¶
To de-identify data:
- Select sorted data
- Click Anonymize
- Review the anonymization profile
- Run the anonymization job
Step 7: BIDS Export (Optional)¶
Export to BIDS format:
- Select anonymized data
- Click BIDS Export
- Configure BIDS metadata
- Export
Next Steps¶
- Learn about Classification
- Configure Anonymization
- Explore the Sorting Workflow