IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2006, 6:40:37 PM (20 years ago)
Author:
Paul Price
Message:

Compiled, but concept ingest not yet working, so can't read FPA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/config/pmConfig.c

    r6569 r6580  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.7.4.4 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-10 02:05:06 $
     5 *  @version $Revision: 1.7.4.5 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-14 04:40:37 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    477477    PS_ASSERT_PTR_NON_NULL(config->camera, false);
    478478
     479    if (!config->recipes) {
     480        config->recipes = psMetadataAlloc();
     481    }
     482
    479483    bool mdok = true;                   // Status of MD lookup
    480484    psMetadata *recipes = psMetadataLookupMD(&mdok, config->camera, "RECIPES"); // The list of recipes
Note: See TracChangeset for help on using the changeset viewer.