Size: 1202
Comment:
|
← Revision 12 as of 2017-07-05 18:15:03 ⇥
Size: 1611
Comment: Added some missing lines in the sample and a warning about shifting more than once.
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
Compiled by EP | ||Category B||Version 3.0|| |
Line 6: | Line 6: |
This program adjusts an entire shape file by a deltaX, deltaY and deltaZ. '''shift''' is typically used to adjust the center of figure to center of mass. | |
Line 7: | Line 8: |
Shift will adjust a entire shape file into by a deltaX, deltaY and deltaZ. It is typically used to adjust the center of figure to center of mass. | '''shift''' can also deal with the fact that sometimes a shape model's center of figure can drift off the 0,0,0 coordinate center, i.e. the middle of the asteroid is no longer at the origin of the system. In such cases, you can run [[shape_info]] and use its Center of Figure offsets as the input for '''shift'''. |
Line 9: | Line 10: |
It can also deal with the fact that sometimes a shape model's center of figure can drift off of the 0,0,0 coordinate center, i.e. the middle of the asteroid is no longer at the origin of the system. The typical way to do this is to run [[shape_info]] and use its Center of Figure offsets as the input for shift. | === Required Files === |
Line 11: | Line 12: |
'''For adjusting shape file''' * <shapefile>.TXT - |
|
Line 12: | Line 15: |
'''For adjusting landmarks''' * [[MAPFILES]] - * [[LMRKLIST.TXT]] - * [[LMKFILES]] - |
|
Line 13: | Line 20: |
=== Output Files === * standard out - * <shapefile>.TXT - * [[LMKFILES]] - * [[MAPFILES]] - |
|
Line 14: | Line 26: |
---------- | |
Line 15: | Line 28: |
== Input Files == * <shapefile>.TXT * [[MAPFILES]] * [[LMRKLIST.TXT]] |
== Using shift == |
Line 20: | Line 30: |
/!\ When you shift a shape file, only input the root name. Do not put in the fullpath or .TXT extension. | |
Line 21: | Line 32: |
== Output Files == * [[LMKFILES]] * [[MAPFILES]] * <shapefile>.TXT |
/!\ shift will continue to ask you "Shape shift?" until you enter 'n'. Do not enter 'y' more than once unless you want to shift more than once. |
Line 26: | Line 34: |
Here is a sample set of inputs for '''shift''': | |
Line 27: | Line 36: |
When shifting a shape file, you give it only the root name. You do not put in the fullpath or .TXT == Exported File Information == |
|
Line 32: | Line 38: |
0.66624D-03 -0.24253D-03 -0.13943D-02 | 0.66624D-03 -0.24253D-03 -0.13943D-02 |
Line 34: | Line 40: |
y Input shape name (eg SHAPE2) |
|
Line 35: | Line 43: |
Shape shift? (y/n) n |
|
Line 46: | Line 56: |
The last 5 lines are designed to copy and paste to update the rest of the system (updated the [[SCOBJ]] and [[C_vector]]. You need to do this if you update the MAPLET positions. | The final 5 lines copy and paste to update the rest of the system (updating [[SCOBJ]] and [[C_vector]]). |
Line 48: | Line 58: |
{{{ GEOMETRY 20 1 n n }}} |
/!\ You must do this if you update the MAPLET positions. ---------- ''(Compiled by EP)'' CategoryPrograms |
shift
Category B |
Version 3.0 |
Description
This program adjusts an entire shape file by a deltaX, deltaY and deltaZ. shift is typically used to adjust the center of figure to center of mass.
shift can also deal with the fact that sometimes a shape model's center of figure can drift off the 0,0,0 coordinate center, i.e. the middle of the asteroid is no longer at the origin of the system. In such cases, you can run shape_info and use its Center of Figure offsets as the input for shift.
Required Files
For adjusting shape file
<shapefile>.TXT -
For adjusting landmarks
Output Files
Using shift
When you shift a shape file, only input the root name. Do not put in the fullpath or .TXT extension.
shift will continue to ask you "Shape shift?" until you enter 'n'. Do not enter 'y' more than once unless you want to shift more than once.
Here is a sample set of inputs for shift:
Enter C0(i), i=1,3 0.66624D-03 -0.24253D-03 -0.13943D-02 Shape shift? (y/n) y Input shape name (eg SHAPE2) TESTSHAPE Shape shift? (y/n) n Shift maplets? (y/n) y GEOMETRY 20 1 n n
The final 5 lines copy and paste to update the rest of the system (updating SCOBJ and C_vector).
You must do this if you update the MAPLET positions.
(Compiled by EP)