IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9571


Ignore:
Timestamp:
Oct 13, 2006, 3:06:54 PM (20 years ago)
Author:
Paul Price
Message:

Not camera configuration file, but camera format file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsRead.h

    r9570 r9571  
    55#include "pmFPA.h"
    66
    7 /// Read concepts from the camera configuration file's CELLS.
     7/// Read concepts from the camera format file's CELLS.
    88///
    9 /// Examines the CELLS metadata in the camera configuration file
     9/// Examines the CELLS metadata in the camera format file
    1010/// for the current type of cell, and sucks in the concepts defined there.
    1111/// This is a useful way of defining concepts that vary depending on the
     
    1616                              );
    1717
    18 /// Read concepts from the DEFAULTS in the camera configuration file.
     18/// Read concepts from the DEFAULTS in the camera format file.
    1919///
    20 /// Examines the DEFAULTS metadata in the camera configuration file
     20/// Examines the DEFAULTS metadata in the camera format file
    2121/// for concepts in the specs, and imports them into the target.
    2222bool p_pmConceptsReadFromDefaults(psMetadata *target, // Place into which to read the concepts
     
    2727                                 );
    2828
    29 /// Read concepts from the header TRANSLATION in the camera configuration file.
     29/// Read concepts from the header TRANSLATION in the camera format file.
    3030///
    31 /// Examines the TRANSLATION metadata in the camera configuration file
     31/// Examines the TRANSLATION metadata in the camera format file
    3232/// for concepts in the specs, and imports them into the target.
    3333bool p_pmConceptsReadFromHeader(psMetadata *target, // Place into which to read the concepts
     
    3838                               );
    3939
    40 /// Read concepts from the header DATABASE in the camera configuration file.
     40/// Read concepts from the header DATABASE in the camera format file.
    4141///
    42 /// Examines the DATABASE metadata in the camera configuration file
     42/// Examines the DATABASE metadata in the camera format file
    4343/// for concepts in the specs, and imports them into the target.
    4444/// WARNING: This function has not been tested; use at your own risk!
Note: See TracChangeset for help on using the changeset viewer.