remove comments about update from codes

LT1AB
CunrenLiang 2020-11-23 20:34:57 -08:00
parent b9894e40e7
commit 6a43886a72
14 changed files with 0 additions and 52 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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
*********************************************************************************/ *********************************************************************************/
/* /*

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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"

View File

@ -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"