Desi+2+xprime+20231423+min+install -
# Try reading a minimal exposure desi_proc --help # to verify install
desi_targets -i 20231423 --minimal
If the dataset 20231423 is local, point to it: desi+2+xprime+20231423+min+install
export DESI_SPECTRO_REDUX=/path/to/redux
export DESI_SPECTRO_CALIB=/path/to/calib
# Create a clean environment python3 -m venv desi_min source desi_min/bin/activateCreate a clean directory for the minimal installation:
mkdir ~/desi2-xprime-min tar -xzf desi2-xprime-20231423-min-installer.tar.gz -C ~/desi2-xprime-min cd ~/desi2-xprime-minInside you should see:
pip install desiastrometry
The search term references a specific iteration of the DESI-2 firmware ecosystem tailored for xPrime satellite receiver hardware. In the community of Enigma2 (Linux-based satellite receivers), "DESI" builds are known for providing customized interfaces and enhanced functionality over stock manufacturer firmware.
The keyword "min install" indicates the user is looking for a stripped-down, lightweight version of the firmware, often referred to as a "bare metal" or "rescue" image. # Try reading a minimal exposure desi_proc --help