diff --git a/components/isceobj/Sensor/bindings/alosmodule.cpp b/components/isceobj/Sensor/bindings/alosmodule.cpp index 0bcaf0a..7cdcc42 100644 --- a/components/isceobj/Sensor/bindings/alosmodule.cpp +++ b/components/isceobj/Sensor/bindings/alosmodule.cpp @@ -25,10 +25,6 @@ // Author: Giangi Sacco //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -//program updated to handle PRF change issue of ALOS-1 -//Cunren Liang, December 2019 - - #include #include #include "alosmodule.h" diff --git a/components/isceobj/Sensor/include/alosmodule.h b/components/isceobj/Sensor/include/alosmodule.h index 0e6840a..b91adab 100644 --- a/components/isceobj/Sensor/include/alosmodule.h +++ b/components/isceobj/Sensor/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 diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/ALOS_pre_process.c b/components/isceobj/Sensor/src/ALOS_pre_process/ALOS_pre_process.c index 790a95b..e7f40a9 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/ALOS_pre_process.c +++ b/components/isceobj/Sensor/src/ALOS_pre_process/ALOS_pre_process.c @@ -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" diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/calc_dop.c b/components/isceobj/Sensor/src/ALOS_pre_process/calc_dop.c index 039d097..89f12ac 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/calc_dop.c +++ b/components/isceobj/Sensor/src/ALOS_pre_process/calc_dop.c @@ -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" diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/get_sio_struct.c b/components/isceobj/Sensor/src/ALOS_pre_process/get_sio_struct.c index 88afe26..7351fde 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/get_sio_struct.c +++ b/components/isceobj/Sensor/src/ALOS_pre_process/get_sio_struct.c @@ -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" diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/image_sio.h b/components/isceobj/Sensor/src/ALOS_pre_process/image_sio.h index c562d69..c44f827 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/image_sio.h +++ b/components/isceobj/Sensor/src/ALOS_pre_process/image_sio.h @@ -1,6 +1,3 @@ -//program updated to handle PRF change issue of ALOS-1 -//Cunren Liang, December 2019 - /* taken from soi.h */ #include #include diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/lib_functions.h b/components/isceobj/Sensor/src/ALOS_pre_process/lib_functions.h index 3f11874..a9f8f97 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/lib_functions.h +++ b/components/isceobj/Sensor/src/ALOS_pre_process/lib_functions.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" diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/put_sio_struct.c b/components/isceobj/Sensor/src/ALOS_pre_process/put_sio_struct.c index 26c2e24..e9d510a 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/put_sio_struct.c +++ b/components/isceobj/Sensor/src/ALOS_pre_process/put_sio_struct.c @@ -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" diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/read_ALOSE_data.c b/components/isceobj/Sensor/src/ALOS_pre_process/read_ALOSE_data.c index 78d2d1e..4dab28a 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/read_ALOSE_data.c +++ b/components/isceobj/Sensor/src/ALOS_pre_process/read_ALOSE_data.c @@ -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 *********************************************************************************/ /* diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/read_ALOS_data.c b/components/isceobj/Sensor/src/ALOS_pre_process/read_ALOS_data.c index f3f049a..7071510 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/read_ALOS_data.c +++ b/components/isceobj/Sensor/src/ALOS_pre_process/read_ALOS_data.c @@ -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 diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/siocomplex.c b/components/isceobj/Sensor/src/ALOS_pre_process/siocomplex.c index 8bffd80..8cd70b1 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/siocomplex.c +++ b/components/isceobj/Sensor/src/ALOS_pre_process/siocomplex.c @@ -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 diff --git a/components/isceobj/Sensor/src/ALOS_pre_process/siocomplex.h b/components/isceobj/Sensor/src/ALOS_pre_process/siocomplex.h index 8600c3b..2309e96 100644 --- a/components/isceobj/Sensor/src/ALOS_pre_process/siocomplex.h +++ b/components/isceobj/Sensor/src/ALOS_pre_process/siocomplex.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 diff --git a/components/stdproc/alosreformat/ALOS_fbd2fbs/bindings/ALOS_fbd2fbsmodule.c b/components/stdproc/alosreformat/ALOS_fbd2fbs/bindings/ALOS_fbd2fbsmodule.c index 58fc7e2..31268e2 100644 --- a/components/stdproc/alosreformat/ALOS_fbd2fbs/bindings/ALOS_fbd2fbsmodule.c +++ b/components/stdproc/alosreformat/ALOS_fbd2fbs/bindings/ALOS_fbd2fbsmodule.c @@ -25,10 +25,6 @@ // Author: Giangi Sacco //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -//program updated to handle PRF change issue of ALOS-1 -//Cunren Liang, December 2019 - - #include #include "image_sio.h" #include "siocomplex.h" diff --git a/components/stdproc/alosreformat/ALOS_fbs2fbd/bindings/ALOS_fbs2fbdmodule.c b/components/stdproc/alosreformat/ALOS_fbs2fbd/bindings/ALOS_fbs2fbdmodule.c index a6fd4fa..6f97d2c 100644 --- a/components/stdproc/alosreformat/ALOS_fbs2fbd/bindings/ALOS_fbs2fbdmodule.c +++ b/components/stdproc/alosreformat/ALOS_fbs2fbd/bindings/ALOS_fbs2fbdmodule.c @@ -25,10 +25,6 @@ // Author: Giangi Sacco //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -//program updated to handle PRF change issue of ALOS-1 -//Cunren Liang, December 2019 - - #include #include "image_sio.h" #include "siocomplex.h"