Differences between revisions 21 and 22
Revision 21 as of 2016-02-09 10:16:37
Size: 2737
Editor: BMittan
Comment:
Revision 22 as of 2016-02-09 10:19:25
Size: 2739
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
''make_sumfiles'' takes in the name and camera position of the images from [[make_sumfiles.in]]. The program then '''make_sumfiles''' takes in the name and camera position of the images from [[make_sumfiles.in]]. The program then

make_sumfiles

Description

In general, this program ingests images into SPC, building the sumfiles and nominals.

make_sumfiles takes in the name and camera position of the images from make_sumfiles.in. The program then

User Warnings

  • /!\ All the vectors in the sumfiles and nominals are in a body fixed frame with the origin at the center of the target body. The origin might be off a little bit, which means you may have to use shift eventually.

    /!\ The ck and spk kernel names in make_sumfiles.txt must cover the time span of all the images being ingested. Otherwise, make_sumfiles will not work.

    /!\ This program is non-standard. It frequently requires different versions for different missions to get the data in a form usable by SPC. Although the goal is to make a single version that does it all, each mission has a different image format.

Input Files

Output Files


Using make_sumfiles

The following sample shows the standard inputs and the list of options for make_sumfiles:

 ~/bin/e.make_sumfiles
 Use B-Frame? (y/n)
n
 0.  Create SUMFILES & NOMINALS and ..
 1.  Update old NOMINALS and ..
 2.  Update old SUMFILES
0
  • (./) Do we need something about what "Use B-Frame" means and why to choose 'n'?

Enter the appropriate option:

  • 0 Create SUMFILES & NOMINALS and .. - Completes both operations and ends.

  • 1 Update old NOMINALS and .. - Completes NOMINALS operation and ends.

  • 2 Update old SUMFILES - Issues the following prompts:

    Update UTC? (y/n)
    Update image thresholds? (y/n)
    Update camera parameters? (y/n)
    Reset geometry? (y/n)
    Reset sigmas? (y/n)

    (./) Do we need descriptions (default or suggested choices?) for each of these and what happens?

Additional Reference

Alternative Description

Combines the converted image file with the image number, spacecraft state, spacecraft position & velocity and pointing information along with the associated calculated errors (Sigmas).


(Compiled by KD)

CategoryPrograms

make_sumfiles (last edited 2018-05-05 19:07:31 by BMittan)