Explorar el Código

set default satellite to NOAA-19

tags/v1.8.0
Thierry Leconte hace 15 años
padre
commit
602c5c5623
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. +3
    -3
      README
  2. +1
    -1
      main.c

+ 3
- 3
README Ver fichero

@@ -1,5 +1,5 @@

ATPDEC README (Thierry Leconte F4DWV (c) 2004-2005)
ATPDEC README (Thierry Leconte F4DWV (c) 2004-2009)

DESCRIPTION

@@ -53,9 +53,9 @@ OPTIONS
Default : soundfile directory.

-s n
Satellite number 15 to 18
Satellite number 15 to 19
Used for Temperature compensation.
Default : NOAA15
Default : NOAA-19

-c conf_file
Use configuration file for false color generation.


+ 1
- 1
main.c Ver fichero

@@ -279,7 +279,7 @@ extern int Ngvi(float **prow, int nrow);
extern void readfconf(char *file);
extern int optind, opterr;
extern char *optarg;
int satnum = 1;
int satnum = 4;

static void usage(void)
{


Cargando…
Cancelar
Guardar