Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2015-05-06 11:15:24
Size: 604
Editor: localhost
Comment: converted to 1.6 markup
Revision 4 as of 2016-01-14 10:21:44
Size: 1704
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]]. This text file, make_sumfiles.in, is an input for the make_sumfiles executable and an output (created by) from [[process_img]]. The text file contains 5 columns which are the image name loaded into [[process_img]], epoch time of each image, and UTC time of each image. Essentially, make_sumfiles.in is a list of the images files needed for [[make_sumfiles]] to create [[SUMFILES]] and [[NOMINALS]]. 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.
Line 5: Line 5:
It is created by [[process_img]]. The user should be aware that the example about to be shown is in the format necessary for the OSIRIS-ORex mission. UTC time may not be needed for other missions and epoch time might be in another format.
Line 7: Line 7:
== Example From OSIRIS_Rex ==

{{{
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_
}}}

== Example From Other Mission ==
Line 14: Line 24:

{{attachment:make_sumfiles.in.jpg||width=600}}

make_sumfiles.in

This text file, make_sumfiles.in, is an input for the make_sumfiles executable and an output (created by) from process_img. The text file contains 5 columns which are the image name loaded into process_img, epoch time of each image, and UTC time of each image. Essentially, make_sumfiles.in is a list of the images files needed for make_sumfiles to create SUMFILES and NOMINALS. 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 user should be aware that the example about to be shown is in the format necessary for the OSIRIS-ORex mission. UTC time may not be needed for other missions and epoch time might be in another format.

Example From OSIRIS_Rex

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_

Example From Other 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   
...                                                      

make_sumfiles.in.jpg

make_sumfiles.in (last edited 2017-12-26 13:56:21 by EricPalmer)