Read the gap and the vpr0, and if vpr0 is not found, look it up among the archived VPRs. Definizione alla linea 389 del file assets.cpp. Referenzia read_archived_vpr(), read_profile_gap(), e read_vpr0(). 391 /*------calcolo la distanza temporale che separa l'ultimo profilo calcolato dall'istante attuale--*/
392 /* (dentro il file LAST_VPR c'è una data che contiene la data cui si riferisce il vpr in n0 di secondi dall'istante di riferimento)*/
415 //-----devo andare a ricercare tra i profili 'buoni' in archivio quello con cui combinare il dato----
416 //---- trattandosi di profili con data nel nome del file, costruisco il nome a partire dall'istante corrente ciclando su un numero di quarti d'ora
bool read_vpr0(radarelab::algo::VPR &vpr0) Read in $VPR0_FILE the last vpr available. Definition: assets.cpp:329 long int read_profile_gap() const Read the gap between the time in $LAST_VPR and the current acquisition time. Definition: assets.cpp:229 bool read_archived_vpr(const radarelab::algo::DBZ &dbz, time_t time, radarelab::algo::VPR &vpr) Try to read the archived VPR at time time. Definition: assets.cpp:345 |