IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 6:46:20 PM (19 years ago)
Author:
Paul Price
Message:

detselect needs the database connection information on the command-line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDetrendDB.h

    r11253 r11421  
    99 * @author EAM, IfA
    1010 *
    11  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    12  * @date $Date: 2007-01-24 02:54:15 $
     11 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     12 * @date $Date: 2007-01-30 04:46:20 $
    1313 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    1414 */
     
    2020/// @{
    2121
     22#include "pmConfig.h"
    2223#include "pmFPALevel.h"
    2324
     
    6364pmDetrendSelectOptions *pmDetrendSelectOptionsAlloc(const char *camera, psTime time, pmDetrendType type);
    6465pmDetrendSelectResults *pmDetrendSelectResultsAlloc();
    65 pmDetrendSelectResults *pmDetrendSelect (const pmDetrendSelectOptions *options);
     66pmDetrendSelectResults *pmDetrendSelect (const pmDetrendSelectOptions *options, const pmConfig *config);
    6667char *pmDetrendFile (const char *detID, const char *classID);
    6768
Note: See TracChangeset for help on using the changeset viewer.