Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2016-02-08 12:42:00
Size: 1284
Editor: JohnWeirich
Comment:
Revision 8 as of 2016-02-09 11:12:03
Size: 1561
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Compiled by EP == 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.
Line 5: Line 6:
== Description == '''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 7: Line 8:
Shift will adjust an entire shape file into by a deltaX, deltaY and deltaZ. It is typically used to adjust the center of figure to center of mass. === Required Files ===
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. '''For adjusting shape file'''
 * <shapefile>.TXT -
Line 11: Line 13:
'''For adjusting landmarks'''
 * [[MAPFILES]] -
 * [[LMRKLIST.TXT]] -
 * [[LMKFILES]] -
Line 12: Line 18:
=== Output Files ===
 * standard out -
 * <shapefile>.TXT -
 * [[LMKFILES]] -
 * [[MAPFILES]] -
Line 13: Line 24:
----------
Line 14: Line 26:
== Using shift ==
Line 15: Line 28:
== Requires -- Adjusting shape file ==
 * <shapefile>.TXT
 /!\ When you shift a shape file, only input the root name. Do not put in the fullpath or .TXT extension.
Line 18: Line 30:
== Requires -- Adjusting landmarks ==
 * [[MAPFILES]]
 * [[LMRKLIST.TXT]]
 * [[LMKFILES]]
Here is a sample set of inputs for '''shift''':
Line 23: Line 32:

== Output ==
 * standard out
 * <shapefile>.TXT
 * [[LMKFILES]]
 * [[MAPFILES]]


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

== Example input/output ==
Line 49: Line 47:
(./) do we need to annotate the code to explain these or do a writeup here about them?
Line 50: Line 49:
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.  '''Enter C0(i), i=1,3''' -
 
 '''Shape shift? (y/n)''' -
Line 52: Line 53:
{{{
 GEOMETRY
20
1
n
n
}}}
 '''Shift maplets? (y/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)''

CategoryPrograms

shift

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.

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)
TESTSHAPE
 Shift maplets? (y/n)
y

 GEOMETRY
20
1
n
n

(./) do we need to annotate the code to explain these or do a writeup here about them?

  • Enter C0(i), i=1,3 -

    Shape shift? (y/n) -

    Shift maplets? (y/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)

CategoryPrograms

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