Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ISCE (Interferometric Synthetic Aperture Radar Scientific Computing Environment) je dizajniran za obradu podataka Interferometrijskog sintetičkog radara (InSAR). ISCE podržava podatke s brojnih satelita. Trenutno podržani senzori su: ALOS, ALOS2, COSMO_SKYMED, ENVISAT, ERS, KOMPSAT5, LUTAN1, RADARSAT1, RADARSAT2, RISAT1, Sentinel1, TERRASARX, UAVSAR i SAOCOM1A.

Verzije

VerzijaModulPodrškaSupekPadobran

2.6.3

scientific/isce2/v2.6.3CPU(error) check mark button 


Službena dokumentacija

https://github.com/isce-framework/isce2

Primjer

Code Block
languagebash
titlepokretanje_posla.pbs
linenumberstrue
#!/bin/bash
#PBS -q cpu
#PBS -l select=1:ncpus=10:mem=10GB

cd ${PBS_O_WORKDIR}

module load scientific/isce2/v2.6.3

# Pokretanje primjera
isce2-run python3 /isce2/examples/applications/greeter1/greeter.py