IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2009, 5:32:23 PM (17 years ago)
Author:
beaumont
Message:

Cleaned up some memory allocation bugs in pmAstrometryVisual.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20090113/psModules/src/extras/pmVisual.h

    r21208 r21421  
    7777
    7878
    79 /** Given a set of matched raw and reference stars, plot the astrometric errors in a number of coordinate systems
    80  * @param rawStars set or raw stars
    81  * @param refStars set of reference stars
    82  * @param match the match between raw and ref stars
    83  * @param recipe the psastro recipe being used
    84  * @param title of the plot
    85  * @param kapa the index of the first kapa window
    86  * @param kapa2 the index of the second kapa window
    87  * @returns true for successful completion
    88  */
    89 bool pmVisualResidPlot (psArray *rawstars, psArray *refstars, psArray *match,
    90                         psMetadata *recipe, char *title, int *kapa, int *kapa2);
    91 
    92 
    9379/** Use x and y data to determine appropriate values for a Graphdata structure.
    9480 * This procedure sets the max and min keywords of a Graphdata structure to encompass
Note: See TracChangeset for help on using the changeset viewer.