remove comments about update from codes
parent
b9894e40e7
commit
6a43886a72
|
@ -25,10 +25,6 @@
|
||||||
// Author: Giangi Sacco
|
// Author: Giangi Sacco
|
||||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
|
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "alosmodule.h"
|
#include "alosmodule.h"
|
||||||
|
|
|
@ -25,10 +25,6 @@
|
||||||
// Author: Giangi Sacco
|
// Author: Giangi Sacco
|
||||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef alosmodule_h
|
#ifndef alosmodule_h
|
||||||
#define alosmodue_h
|
#define alosmodue_h
|
||||||
|
|
||||||
|
|
|
@ -17,13 +17,6 @@
|
||||||
* added write_roi
|
* added write_roi
|
||||||
* *****************************************************************************/
|
* *****************************************************************************/
|
||||||
|
|
||||||
/********************************************************************************
|
|
||||||
This program has been upgraded to handle the ALOS-1 PRF change issue.
|
|
||||||
|
|
||||||
Cunren Liang, 12-December-2019
|
|
||||||
California Institute of Technology, Pasadena, CA
|
|
||||||
*********************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
#include "alosglobals.h"
|
#include "alosglobals.h"
|
||||||
#include"image_sio.h"
|
#include"image_sio.h"
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
* Date: *
|
* Date: *
|
||||||
* *****************************************************************************/
|
* *****************************************************************************/
|
||||||
|
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
#include "image_sio.h"
|
#include "image_sio.h"
|
||||||
#include "lib_functions.h"
|
#include "lib_functions.h"
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
*/
|
*/
|
||||||
/*--------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------*/
|
||||||
|
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
#include "image_sio.h"
|
#include "image_sio.h"
|
||||||
#include "lib_functions.h"
|
#include "lib_functions.h"
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
/* taken from soi.h */
|
/* taken from soi.h */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
/* include files to define sarleader structure */
|
/* include files to define sarleader structure */
|
||||||
#include "data_ALOS.h"
|
#include "data_ALOS.h"
|
||||||
#include "data_ALOSE.h"
|
#include "data_ALOSE.h"
|
||||||
|
|
|
@ -6,9 +6,6 @@
|
||||||
* Modification history: * Date: *
|
* Modification history: * Date: *
|
||||||
* *****************************************************************************/
|
* *****************************************************************************/
|
||||||
|
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
#include "image_sio.h"
|
#include "image_sio.h"
|
||||||
#include "lib_functions.h"
|
#include "lib_functions.h"
|
||||||
|
|
||||||
|
|
|
@ -25,9 +25,6 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
This program has been upgraded to handle the ALOS-1 PRF change issue.
|
This program has been upgraded to handle the ALOS-1 PRF change issue.
|
||||||
BUT HAS NOT BEEN TESTED YET!!!
|
BUT HAS NOT BEEN TESTED YET!!!
|
||||||
|
|
||||||
Cunren Liang, 12-December-2019
|
|
||||||
California Institute of Technology, Pasadena, CA
|
|
||||||
*********************************************************************************/
|
*********************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -33,13 +33,6 @@
|
||||||
* 07/17/08 reformatted; added functions RJM *
|
* 07/17/08 reformatted; added functions RJM *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
/********************************************************************************
|
|
||||||
This program has been upgraded to handle the ALOS-1 PRF change issue.
|
|
||||||
|
|
||||||
Cunren Liang, 12-December-2019
|
|
||||||
California Institute of Technology, Pasadena, CA
|
|
||||||
*********************************************************************************/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
the data header information is read into the structure dfd
|
the data header information is read into the structure dfd
|
||||||
the line prefix information is read into sdr
|
the line prefix information is read into sdr
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
#include "image_sio.h"
|
#include "image_sio.h"
|
||||||
#include "siocomplex.h"
|
#include "siocomplex.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
#ifndef _COMPLEX_H
|
#ifndef _COMPLEX_H
|
||||||
#define _COMPLEX_H
|
#define _COMPLEX_H
|
||||||
|
|
||||||
|
|
|
@ -25,10 +25,6 @@
|
||||||
// Author: Giangi Sacco
|
// Author: Giangi Sacco
|
||||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
|
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
#include "image_sio.h"
|
#include "image_sio.h"
|
||||||
#include "siocomplex.h"
|
#include "siocomplex.h"
|
||||||
|
|
|
@ -25,10 +25,6 @@
|
||||||
// Author: Giangi Sacco
|
// Author: Giangi Sacco
|
||||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
//program updated to handle PRF change issue of ALOS-1
|
|
||||||
//Cunren Liang, December 2019
|
|
||||||
|
|
||||||
|
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
#include "image_sio.h"
|
#include "image_sio.h"
|
||||||
#include "siocomplex.h"
|
#include "siocomplex.h"
|
||||||
|
|
Loading…
Reference in New Issue