Size: 680
Comment:
|
Size: 2286
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Updates the landmark center location (VLM), and map frame (UX, UY, and UZ) in the .LMK files. Update the .MAP files. Updates the spacecraft position (SCOBJ), camera unit vectors (CX, CY, and CZ), and Sun unit vector (SZ) in the SUMFILES and NOMINALS. | |
Line 10: | Line 10: |
* [[DATA/]] - Directory containing SPICE kernels. | * [[DATA]]/ - Directory containing SPICE kernels. * [[LMRKLIST.TXT]] - list of landmarks. * [[PICTLIST.TXT]] - list of pictures. * [[SUMFILES]]/ - Directory containing picture .SUM files. |
Line 12: | Line 15: |
'''''' /!\ unlike [[pole]], new_pole does not require POLE.TXT. Instead the user inputs the RA, Dec, PM, OEMGA, via standard input. | '''''' /!\ [[INIT_LITHOS.TXT]], [[DATA]]/, and [[LMRKLIST.TXT]] must be in the working directory. '''''' /!\ unlike [[pole]], new_pole does not require POLE.TXT. Instead the user inputs the pole RA, Dec, PM, OEMGA, via standard input. |
Line 17: | Line 22: |
1. Input the old right ascension, declination, PM, and rate of rotation. | 1. Input the old right ascension (deg), declination (deg), prime meridian (deg), and rate of rotation (deg/day). |
Line 21: | Line 26: |
86 -65 89.00000000 2010.48945 | |
Line 23: | Line 29: |
1.#2 Input the new right ascension (deg), declination (deg), prime meridian (deg), and rate of rotation (deg/day). | |
Line 24: | Line 31: |
{{{ enter new RA, DEC, PM, OMEGA |
|
Line 25: | Line 34: |
}}} 1.#2 Input a time in UTC. . /!\ Make sure the time is within the span supported by the kernels. {{{ Input epoch UTC0 2018 NOV 16 13:09:54.824 }}} new_pole: * Updates the landmark center location (VLM), and map frame (UX, UY, and UZ) in the LMK files; * Updates the .MAP files; * Updates the spacecraft position (SCOBJ), camera unit vectors (CX, CY, and CZ), and Sun unit vector (SZ) in the SUMFILES; * Updates the spacecraft position (SCOBJ), camera unit vectors (CX, CY, and CZ), and Sun unit vector (SZ) in the NOMINALS. * Outputs the commands required to run [[GEOMETRY]]. Here is a sample output [[GEOMTERY]] commands: {{{ GEOMETRY 10 1 n n }}} new_pole generates a POLE.TXT file in which it records the new RA, DEC, PM, and OMEGA. Here is a sample POLE.TXT: {{{ 86.60062 -65.00002 90.42707 2009.99979311 }}} |
new_pole
Description
Updates the landmark center location (VLM), and map frame (UX, UY, and UZ) in the .LMK files. Update the .MAP files. Updates the spacecraft position (SCOBJ), camera unit vectors (CX, CY, and CZ), and Sun unit vector (SZ) in the SUMFILES and NOMINALS.
Input Files
INIT_LITHOS.TXT - Initialization file which contains the parameter PCK, which defines the planetary constants for a variety of objects (such as Bennu or the Sun). This is required for SPICE function calls.
DATA/ - Directory containing SPICE kernels.
LMRKLIST.TXT - list of landmarks.
PICTLIST.TXT - list of pictures.
SUMFILES/ - Directory containing picture .SUM files.
INIT_LITHOS.TXT, DATA/, and LMRKLIST.TXT must be in the working directory.
unlike pole, new_pole does not require POLE.TXT. Instead the user inputs the pole RA, Dec, PM, OEMGA, via standard input.
Using new_pole
- Input the old right ascension (deg), declination (deg), prime meridian (deg), and rate of rotation (deg/day).
enter old RA, DEC, PM, OMEGA 86 -65 89.00000000 2010.48945
- Input the new right ascension (deg), declination (deg), prime meridian (deg), and rate of rotation (deg/day).
enter new RA, DEC, PM, OMEGA
- Input a time in UTC.
Make sure the time is within the span supported by the kernels.
Input epoch UTC0 2018 NOV 16 13:09:54.824
new_pole:
- Updates the landmark center location (VLM), and map frame (UX, UY, and UZ) in the LMK files;
- Updates the .MAP files;
- Updates the spacecraft position (SCOBJ), camera unit vectors (CX, CY, and CZ), and Sun unit vector (SZ) in the SUMFILES;
- Updates the spacecraft position (SCOBJ), camera unit vectors (CX, CY, and CZ), and Sun unit vector (SZ) in the NOMINALS.
Outputs the commands required to run GEOMETRY.
Here is a sample output GEOMTERY commands:
GEOMETRY 10 1 n n
new_pole generates a POLE.TXT file in which it records the new RA, DEC, PM, and OMEGA.
Here is a sample POLE.TXT:
86.60062 -65.00002 90.42707 2009.99979311
(Compiled by DL)