Size: 604
Comment: converted to 1.6 markup
|
Size: 2273
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== make_sumfiles.in == | = make_sumfiles.in = |
Line 3: | Line 3: |
A list of the images files needed. It is used by [[make_sumfiles]] to create [[SUMFILES]] and [[NOMINALS]]. | ||Category ?||Version 3.0|| |
Line 5: | Line 5: |
It is created by [[process_img]]. | == Description == This text file is a list of the image files needed by [[make_sumfiles]] to create [[SUMFILES]] and [[NOMINALS]]. It is created by [[process_fits]] an becomes an input for [[make_sumfiles]]. '''make_sumfiles.in''' contains these 5 columns: * image name loaded into [[process_fits]] * spacecraft time of each image * camera number that took the image * spacecraft number for mission * bin (./) clarify: (not sure what this means) * UTC time of each image (./) says 5 columns but lists 6. The last seems to be optional (only used on OR???). How to show that here??? The vectors in the [[sumfiles]] and [[nominals]] are calculated directly from the kernels in [[make_sumfiles.txt]] by using the time for each image obtained from '''make_sumfiles.in'''. The following sample '''make_sumfiles.inn''' is from OSIRIS_Rex. /!\ This sample is in the format necessary for the OSIRIS-ORex mission. UTC time may not be needed for other missions and the spacecraft time might be in another format. (!) Spacecraft time is needed to use CK kernels while epoch time is needed for spk kernels. Spacecraft, UTC, and epoch time can be transformed into one another pretty easily using spice, which SPC uses. It is unclear why two types of time are included in the OSIRIS-REx '''make_sumfiles.in'''. However, the legendary Bob Gaskell probably knows why. |
Line 8: | Line 29: |
FC21A0014662 377642737:125 2 1 1 FC21A0014663 377642812:125 2 1 1 FC21A0014664 377642887:126 2 1 1 FC21A0016638 379008279:125 2 1 1 ... |
P595650043F2 1/0595649979.53969 3 1 1 2018-11-16T14:19:35.816_ P595650073F2 1/0595650009.53969 3 1 1 2018-11-16T14:20:05.816_ P595650103F2 1/0595650039.53969 3 1 1 2018-11-16T14:20:35.816_ P595650136F2 1/0595650072.53969 3 1 1 2018-11-16T14:21:08.816_ ... |
Line 14: | Line 35: |
Here is another sample '''make_sumfiles.in''' file from another mission: {{{ FC21A0014662 377642737:125 2 1 1 FC21A0014663 377642812:125 2 1 1 FC21A0014664 377642887:126 2 1 1 FC21A0016638 379008279:125 2 1 1 ... }}} The following sample includes column headings for easy reference: {{attachment:make_sumfiles.in.jpg||width=600}} ---------- ''(Compiled by KD)'' CategoryFiles CategoryInputFiles |
make_sumfiles.in
Category ? |
Version 3.0 |
Description
This text file is a list of the image files needed by make_sumfiles to create SUMFILES and NOMINALS. It is created by process_fits an becomes an input for make_sumfiles.
make_sumfiles.in contains these 5 columns:
image name loaded into process_fits
- spacecraft time of each image
- camera number that took the image
- spacecraft number for mission
bin
clarify: (not sure what this means)
- UTC time of each image
says 5 columns but lists 6. The last seems to be optional (only used on OR???). How to show that here???
The vectors in the sumfiles and nominals are calculated directly from the kernels in make_sumfiles.txt by using the time for each image obtained from make_sumfiles.in.
The following sample make_sumfiles.inn is from OSIRIS_Rex.
This sample is in the format necessary for the OSIRIS-ORex mission. UTC time may not be needed for other missions and the spacecraft time might be in another format.
Spacecraft time is needed to use CK kernels while epoch time is needed for spk kernels. Spacecraft, UTC, and epoch time can be transformed into one another pretty easily using spice, which SPC uses. It is unclear why two types of time are included in the OSIRIS-REx make_sumfiles.in. However, the legendary Bob Gaskell probably knows why.
P595650043F2 1/0595649979.53969 3 1 1 2018-11-16T14:19:35.816_ P595650073F2 1/0595650009.53969 3 1 1 2018-11-16T14:20:05.816_ P595650103F2 1/0595650039.53969 3 1 1 2018-11-16T14:20:35.816_ P595650136F2 1/0595650072.53969 3 1 1 2018-11-16T14:21:08.816_ ...
Here is another sample make_sumfiles.in file from another mission:
FC21A0014662 377642737:125 2 1 1 FC21A0014663 377642812:125 2 1 1 FC21A0014664 377642887:126 2 1 1 FC21A0016638 379008279:125 2 1 1 ...
The following sample includes column headings for easy reference:
(Compiled by KD)