« Result files » : différence entre les versions

De Opera
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
 
(5 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
After each run when using <font color=#FF8C00 title="Graphical User Interface">GUI</font> or, for the batch mode, using the '''"-o"''' option or, for the <font color=#FF8C00>Java</font> <font color=#FF8C00 title="Application Programming Interface">API</font> using specific methods, both '''xlsx''' and '''csv''' files will be created with a lot of interesting information.
Since '''V7.2.2''', after each run when using <font color=#FF8C00 title="Graphical User Interface">GUI</font> or, for the batch mode, using the '''"-o"''' option or, for the <font color=#FF8C00>Java</font> <font color=#FF8C00 title="Application Programming Interface">API</font> using specific methods, both '''xlsx''' and '''csv''' files will be created with a lot of interesting information.
 
When using the <font color=#FF8C00 title="Graphical User Interface">GUI</font> or the batch mode, the name of the files will include the creation date (an internal mechanism exists to be sure not to write on the same file in case of parallel batch computation). With the <font color=#FF8C00 title="Graphical User Interface">GUI</font> mode, it will be possible to save these files later using the "Save Results" button.


The content of a '''csv''' file is the same as for the '''xlsx''' file. The advantage of a '''csv''' format is the fact that it is sometimes easier to use. The '''xlsx''' format allows to see in a more ergonomic way (cells formats) the results.
The content of a '''csv''' file is the same as for the '''xlsx''' file. The advantage of a '''csv''' format is the fact that it is sometimes easier to use. The '''xlsx''' format allows to see in a more ergonomic way (cells formats) the results.
Ligne 27 : Ligne 29 :




An xlsx file looks like this …
An '''xlsx''' file looks like this (note that the real values are with a "," symbol as the Excel version is a french one !)


Country "Perigee altitude
[[File:XlsxFile.png]]
km" "Apogee altitude
km" "Inclination
deg" Computation date Shortest reentry date Reentry date Longest reentry date "Reentry date
error
(days)" "SmDragApriori
(m2/kg)" "SmDragRefined
(m2/kg)" "SmDragAfterOD
(m2/kg)" "SmSRPRefined
(m2/kg)" "Amount
of SMA
maneuvers" "Date(s)
of SMA
maneuvers" "Amount
of INC
maneuvers" "Date(s)
of INC
maneuvers" Comments
US 234,020191 261,370299 29,0708 2011-11-24T00:00:00.000 2011-11-20T01:12:55 2011-11-30T15:36:55 2011-12-11T06:00:55 10,6 0,059161 0,054579 0,050351 0 0 3 "2011-09-17T22:44:14.728
2011-09-19T19:59:07.541
2011-09-30T16:14:45.478" Computation OK
CIS 168,462746 177,482313 81,1592 2011-11-24T00:00:00.000 2011-10-24T17:43:27 2011-11-01T10:31:27 2011-11-09T03:19:27 7,7 0,004989 0,006434 0,008299 0 0 0 Computation OK
FR 159,87085 259,709561 6,7829 2011-11-24T00:00:00.000 2011-10-16T03:36:17 2011-10-22T20:24:18 2011-10-29T13:12:18 6,700006 0,033289 0,032106 0,030965 0 1 2011-09-16T01:58:31.320 3 "2011-08-26T14:32:19.484
2011-09-12T00:21:19.079
2011-09-14T05:22:30.763" Computation OK
US 0 0 0 2011-11-24T00:00:00.000 0 0 0 0 0 0 0 No TLEs was found in the requested time window. The last available date is 166,22 days too old.
PRC 0 0 0 2011-11-24T00:00:00.000 0 0 0 0 0 0 0 No TLEs was found in the requested time window. The first available date is 7,69 days too recent.
US 306,869143 344,85534 99,3248 2011-11-24T00:00:00.000 2011-11-17T23:13:57 2011-11-22T01:37:57 2011-11-26T04:01:58 4,100006 0,591236 0,22698 0,08714 0 0 0 Maximum number of iterations in the OD process has been reached

Dernière version du 3 avril 2020 à 15:33

Since V7.2.2, after each run when using GUI or, for the batch mode, using the "-o" option or, for the Java API using specific methods, both xlsx and csv files will be created with a lot of interesting information.

When using the GUI or the batch mode, the name of the files will include the creation date (an internal mechanism exists to be sure not to write on the same file in case of parallel batch computation). With the GUI mode, it will be possible to save these files later using the "Save Results" button.

The content of a csv file is the same as for the xlsx file. The advantage of a csv format is the fact that it is sometimes easier to use. The xlsx format allows to see in a more ergonomic way (cells formats) the results.

Anyway, the content of such files is for any object studied:

  • Norad Id
  • Name
  • Country
  • Perigee altitude of the last TLE (km)
  • Apogee altitude of the last TLE (km)
  • Inclination of the last TLE (deg)
  • Computation date (calendar format) : corresponds to the End of history date
  • Shortest reentry date (calendar format)
  • Reentry date (calendar format)
  • Longest reentry date (calendar format)
  • Reentry date error (days)
  • Drag a priori S/m (m2/kg)
  • Drag refined S/m (m2/kg)
  • Drag S/m after orbit determination (m2/kg)
  • SRP Refined S/m (m2/kg)
  • Amount of semi-major axis maneuvers
  • Date(s) of the semi-major axis maneuvers
  • Amount of inclination maneuvers
  • Date(s) of inclination maneuvers
  • Comments about the calculation : OK or error message


An xlsx file looks like this (note that the real values are with a "," symbol as the Excel version is a french one !) …

XlsxFile.png