Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2015-05-21 10:40:54
Size: 524
Comment:
Revision 10 as of 2018-08-23 07:57:53
Size: 1105
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
=== Example === == Description ==
This input file allows you to specify different uncertainty values in different coordinate frames for different segments of a mission. The program [[dynamics]] reads this file and assigned these values for images contained therein.

The file looks just like the [[PICTLIST.TXT]] file in that there is a space in the first column before the picture name.

Here is a sample of excerpts from a '''DYNAMICS.TXT''' file for DAWN at Vesta:
Line 6: Line 11:
 ETLM= 1800, 1.D-6      APPROACH
 VSIG= 0.200, 0.200, 0.200
 PSIG= 0.0001, 0.0001, 0.0001
 FC11A0001225
 FC11A0001241
FRAME='BOD_FRAME' APPROACH
ETLM= 1800, 1.D-6
VSIG= 0.200, 0.200, 0.200
PSIG= 0.0001, 0.0001, 0.0001
 F11A0001225
 F11A0001241
Line 12: Line 18:
 FC21A0003895
 FC21A0003910
 ETLM= 1800, 1.D-6      SURVEY
 VSIG= 0.100, 0.100, 0.040
 PSIG= 0.0001, 0.0001, 0.0001
 FC21A0003931
 FC21A0003932
 F21A0003895
 F21A0003910
FRAME='dxR_FRAME' SURVEY
ETLM= 1800, 1.D-6
VSIG= 0.100, 0.100, 0.040
PSIG= 0.0001, 0.0001, 0.0001
 F21A0003931
 F21A0003932
Line 20: Line 27:
 FC21A0006731
 FC21A0006732
 ETLM= 1800, 1.D-6 SURVEY TO HAMO
 VSIG= 0.200, 0.200, 0.200
 PSIG= 0.0001, 0.0001, 0.0001
 FC21A0006742
 FC21A0006743
 ...
 FC21A0006781
 END
 F21A0032347
 F21A0032348
END
Line 31: Line 31:

There were a number of parameter changes as the mission progressed
from Approach to Survey to HAMO to LAMO to HAMO2 to Departure, with
transitions between phases requiring parameters of their own.
----------
''(Compiled by TC)''

CategoryInputFiles CategoryInputFiles

DYNAMICS.TXT

Description

This input file allows you to specify different uncertainty values in different coordinate frames for different segments of a mission. The program dynamics reads this file and assigned these values for images contained therein.

The file looks just like the PICTLIST.TXT file in that there is a space in the first column before the picture name.

Here is a sample of excerpts from a DYNAMICS.TXT file for DAWN at Vesta:

FRAME='BOD_FRAME' APPROACH
ETLM=  1800, 1.D-6
VSIG= 0.200, 0.200, 0.200
PSIG= 0.0001, 0.0001, 0.0001
 F11A0001225
 F11A0001241
 ...
 F21A0003895
 F21A0003910
FRAME='dxR_FRAME' SURVEY
ETLM=  1800, 1.D-6
VSIG= 0.100, 0.100, 0.040
PSIG= 0.0001, 0.0001, 0.0001
 F21A0003931
 F21A0003932
 ...
 F21A0032347
 F21A0032348
END

There were a number of parameter changes as the mission progressed from Approach to Survey to HAMO to LAMO to HAMO2 to Departure, with transitions between phases requiring parameters of their own.


(Compiled by TC)

CategoryInputFiles CategoryInputFiles

DYNAMICS.TXT (last edited 2018-08-23 07:57:53 by EricPalmer)