Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2016-02-05 09:57:41
Size: 668
Editor: EricPalmer
Comment:
Revision 4 as of 2016-02-05 10:41:57
Size: 1222
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= regres = = shift =
Line 15: Line 15:
== Input Files ==
 * shapefile
== REQUIRED Files ==
 * <shapefile>.TXT
 * [[MAPFILES]]
 * [[LMRKLIST.TXT]]
 * [[LMKFILES]]
Line 19: Line 23:
 * <newfile>  * <shapefile>.TXT
 * [[LMKFILES]]
 * [[MAPFILES]]
Line 21: Line 27:

When shifting a shape file, you give it only the root name. You do not put in the fullpath or .TXT
Line 24: Line 32:
            END FILE  Enter C0(i), i=1,3
 0.66624D-03 -0.24253D-03 -0.13943D-02
 Shape shift? (y/n)
TESTSHAPE
 Shift maplets? (y/n)
y

 GEOMETRY
20
1
n
n
Line 26: Line 45:


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.

{{{
 GEOMETRY
20
1
n
n
}}}

shift

Compiled by EP

Description

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.

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

Output Files

When shifting a shape file, you give it only the root name. You do not put in the fullpath or .TXT

Exported File Information

 Enter C0(i), i=1,3
 0.66624D-03   -0.24253D-03   -0.13943D-02
 Shape shift? (y/n)
TESTSHAPE
 Shift maplets? (y/n)
y

 GEOMETRY
20
1
n
n

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.

 GEOMETRY
20
1
n
n

shift (last edited 2017-07-05 18:15:03 by LeilahMcCarthy)