Elaboradar
0.1
|
◆ find_vpr0()
Read the gap and the vpr0, and if vpr0 is not found, look it up among the archived VPRs. Definizione alla linea 391 del file assets.cpp. 393 /*------calcolo la distanza temporale che separa l'ultimo profilo calcolato dall'istante attuale--*/
394 /* (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)*/
417 //-----devo andare a ricercare tra i profili 'buoni' in archivio quello con cui combinare il dato----
418 //---- 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_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:347 bool read_vpr0(radarelab::algo::VPR &vpr0) Read in $VPR0_FILE the last vpr available. Definition: assets.cpp:331 long int read_profile_gap() const Read the gap between the time in $LAST_VPR and the current acquisition time. Definition: assets.cpp:231 Referenzia read_archived_vpr(), read_profile_gap(), e read_vpr0(). |