IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2007, 12:14:15 PM (19 years ago)
Author:
magnier
Message:

adding pmFPAfileBindFromArgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.h

    r10966 r11182  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2007-01-08 22:30:21 $
     9*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2007-01-19 22:14:15 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    3535// reference count is held by the config->files metadata.
    3636pmFPAfile *pmFPAfileDefineFromArgs (bool *found, pmConfig *config, const char *filename, const char *argname);
     37
     38// look for the given argname on the argument list; bind the associated files to the specified
     39// fpa.  these are, eg, mask or weight images.
     40// Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only
     41// reference count is held by the config->files metadata.
     42pmFPAfile *pmFPAfileBindFromArgs (bool *found, pmFPAfile *input, pmConfig *config, const char *filename, const char *argname);
    3743
    3844// look for the given argname on the argument list.  find the give filename from the file rules
Note: See TracChangeset for help on using the changeset viewer.