asc-csa / Alouette_ISIS_extract

🛰️ Ce code sert à extraire les données et les métadonnées des ionogrammes numérisés des satellites Alouette et ISIS | 🛰️ This code is an effort to extract data and metadata from the scanned ionogram images from the Alouette and ISIS satellites.
Other
6 stars 6 forks source link

To improve the processing algorithm #10

Open emilinecsa opened 1 year ago

emilinecsa commented 1 year ago

As described, the data extraction method occurs in two stages:

  1. To run the old data extraction algorithm
  2. To apply the new text recognition stage to read NUM2 metadata.

The algorithm should be refactored such that the metadata type can be detected initially, and then read according to its type. This refactoring and rebuilding of the code base could resolve certain long-standing issues and may improve yield. Furthermore, it can enable the algorithm to be more adaptable to be able to read Alouette-2, ISIS-1 and ISIS-2 ionograms.

emilinecsa commented 1 year ago

I recommend to modify the algorithm. This would be a significant improvement. In addition, this will make the code easier to read and to understand.