Getting Started with Science Scheduler¶
Document Version: 2.0 | Last Updated: February 2026
This guide helps you get from installation to your first observation in under 15 minutes.
What You Need¶
Before you begin, make sure you have:
| If you are a... | You need... |
|---|---|
| Web User (creating observations) | Account credentials from your administrator |
| Observatory Operator (running NINA) | NINA installed, plugin files, server URL |
Choose Your Path¶
Path A: Web User (Creating Observations)¶
If you're submitting observation requests through the web interface:
- Log in to your organization's Science Scheduler URL
- Navigate to Dashboard to see system status
- Create a project to organize your observations (see Projects Guide)
- Click New Observation to submit your first request
- Fill in target coordinates, exposure settings, and constraints
- Submit and monitor progress in My Observations
- (Optional) Set up Notifications to receive alerts when observations change state
Next step: See Creating Observations for detailed instructions, and Observation Lifecycle to understand what each status means.
Path B: Observatory Operator (Running NINA Plugin)¶
If you're operating a telescope with the NINA plugin:
Quick Start Checklist¶
- [ ] NINA 3.0+ installed on Windows
- [ ] .NET 8.0 Runtime installed
- [ ] Plugin files copied to NINA plugins folder
- [ ] Server URL from your administrator
- [ ] API Key (if already registered) or registration details
First-Time Setup (10 minutes)¶
- Install the Plugin
- Copy plugin files to:
%LOCALAPPDATA%\NINA\Plugins\ScienceScheduler\ -
Restart NINA
-
Configure Plugin Settings (in NINA Options > Plugins > Science Scheduler)
- Enter Server URL (e.g.,
ws://scheduler.yourorganization.edu:8080) - Enter API Key if you have one, or leave blank for new registration
- Fill in Observatory Information:
- ID/Code: Short identifier (3-20 characters, letters/numbers/dashes only)
- Name: Full observatory name
- Contact Email: Required for registration
-
Coordinates are automatically detected from NINA settings
-
Enable the Plugin
- Check Enable Plugin to start connection
-
Check Enable Operations to receive observations
-
Add to Sequence
- Open NINA's Advanced Sequencer
- Drag Science Scheduler container from the palette
- Run your sequence to start receiving observations
Next step: See Plugin Setup for complete installation guide.
What Happens Next?¶
Once connected, the Science Scheduler will:
- Assign observations to your observatory based on priority and visibility
- Execute exposures automatically through NINA
- Upload FITS files to the central server
- Report status back to users who submitted observations
You can monitor everything in: - NINA Plugin Status: Shows connection and current observation - Web Dashboard: Shows your observations and their status - Admin Panel: (Administrators) Shows all system activity
Getting Help¶
- Connection problems? See Troubleshooting
- Registration not working? Contact your administrator
- Questions about scheduling? See Scheduler Features
Quick Reference¶
| Task | Where |
|---|---|
| Submit observation | Web GUI > New Observation |
| Check my observations | Web GUI > My Observations |
| View queue status | Web GUI > Dashboard |
| Configure plugin | NINA > Options > Plugins > Science Scheduler |
| Monitor execution | NINA > Advanced Sequencer |
| View system status | Admin Panel (administrators only) |