IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2014, 6:08:39 PM (12 years ago)
Author:
watersc1
Message:

ppBackgroundStack compiles. I know it's not useful yet, because I haven't implemented the 'apply' and 'save the outputs' parts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundStackData.c

    r36579 r36580  
    3636    data->smfs = psArrayAlloc(0);
    3737
    38     data->OTA_solutions = psMetadataAlloc(0);
    39     data->fitOTAs = false;
     38    data->OTA_solutions = psMetadataAlloc();
     39    data->fit_OTAS = false;
    4040    data->OTApath = NULL;
    4141
     
    4949    data->outRoot = NULL;
    5050    data->config = NULL;
    51 
    52     data->
    5351
    5452    return data;
Note: See TracChangeset for help on using the changeset viewer.