You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

pokretanje_posla.pbs
#!/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


  • No labels