IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2010, 2:18:52 PM (16 years ago)
Author:
Paul Price
Message:

Add ability to get inputs from text file. Don't use PSF residuals ever, since they seem to cause bad results whenever they're used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz/src/ppVizPSF/ppVizPSFData.c

    r26405 r27667  
    1616    psFree(data->sourcesName);
    1717    psFree(data->outRoot);
     18    psFree(data->input);
    1819    psFree(data->config);
    1920    return;
     
    3637    data->x = NAN;
    3738    data->y = NAN;
     39    data->input = NULL;
    3840
    3941    return data;
Note: See TracChangeset for help on using the changeset viewer.