remove comments about update from codes
parent
b9894e40e7
commit
6a43886a72
|
@ -25,10 +25,6 @@
|
|||
// Author: Giangi Sacco
|
||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
//program updated to handle PRF change issue of ALOS-1
|
||||
//Cunren Liang, December 2019
|
||||
|
||||
|
||||
#include <Python.h>
|
||||
#include <iostream>
|
||||
#include "alosmodule.h"
|
||||
|
|
|
@ -25,10 +25,6 @@
|
|||
// Author: Giangi Sacco
|
||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
//program updated to handle PRF change issue of ALOS-1
|
||||
//Cunren Liang, December 2019
|
||||
|
||||
|
||||
#ifndef alosmodule_h
|
||||
#define alosmodue_h
|
||||
|
||||
|
|
|
@ -17,13 +17,6 @@
|
|||
* 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"image_sio.h"
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
* Date: *
|
||||
* *****************************************************************************/
|
||||
|
||||
//program updated to handle PRF change issue of ALOS-1
|
||||
//Cunren Liang, December 2019
|
||||
|
||||
#include "image_sio.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 "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 */
|
||||
#include <stdio.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 "data_ALOS.h"
|
||||
#include "data_ALOSE.h"
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
* Modification history: * Date: *
|
||||
* *****************************************************************************/
|
||||
|
||||
//program updated to handle PRF change issue of ALOS-1
|
||||
//Cunren Liang, December 2019
|
||||
|
||||
#include "image_sio.h"
|
||||
#include "lib_functions.h"
|
||||
|
||||
|
|
|
@ -25,9 +25,6 @@
|
|||
/********************************************************************************
|
||||
This program has been upgraded to handle the ALOS-1 PRF change issue.
|
||||
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 *
|
||||
***************************************************************************/
|
||||
|
||||
/********************************************************************************
|
||||
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 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 "siocomplex.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
|
||||
#define _COMPLEX_H
|
||||
|
||||
|
|
|
@ -25,10 +25,6 @@
|
|||
// Author: Giangi Sacco
|
||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
//program updated to handle PRF change issue of ALOS-1
|
||||
//Cunren Liang, December 2019
|
||||
|
||||
|
||||
#include <Python.h>
|
||||
#include "image_sio.h"
|
||||
#include "siocomplex.h"
|
||||
|
|
|
@ -25,10 +25,6 @@
|
|||
// Author: Giangi Sacco
|
||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
//program updated to handle PRF change issue of ALOS-1
|
||||
//Cunren Liang, December 2019
|
||||
|
||||
|
||||
#include <Python.h>
|
||||
#include "image_sio.h"
|
||||
#include "siocomplex.h"
|
||||
|
|
Loading…
Reference in New Issue