IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14389


Ignore:
Timestamp:
Jul 25, 2007, 5:17:00 PM (19 years ago)
Author:
Paul Price
Message:

Adding pswarpOptions

Location:
trunk/pswarp/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarp.h

    r13661 r14389  
    3333
    3434pmConfig *pswarpArguments (int argc, char **argv);
     35bool pswarpOptions(pmConfig *config);
    3536bool pswarpParseCamera (pmConfig *config);
    3637bool pswarpDefine (pmConfig *config);
  • trunk/pswarp/src/pswarpArguments.c

    r13750 r14389  
    6868    psFree (array);
    6969
     70    psTrace("pswarp", 1, "Done with pswarpArguments...\n");
     71    return (config);
     72}
    7073
    7174    // Parse the recipe and format into the arguments
    72     {
    73 
     75bool pswarpOptions(pmConfig *config)
     76{
    7477        // Select the appropriate recipe
    7578        psMetadata *recipe  = psMetadataLookupPtr (NULL, config->recipes, PSWARP_RECIPE);
     
    146149        psMetadataAddF32(config->arguments, PS_LIST_TAIL, "POOR.FRAC", 0,
    147150                         "Fraction of bad flux for a pixel to be marked as poor", poorFrac);
    148     }
    149 
    150151    psTrace("pswarp", 1, "Done with pswarpArguments...\n");
    151152    return (config);
Note: See TracChangeset for help on using the changeset viewer.