IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2006, 11:43:59 AM (20 years ago)
Author:
magnier
Message:

added JPEG and PSF I/O methods to pmFPAfile, added pmSourcePixelWeights

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/pslib/psAdditionals.h

    r6848 r6859  
    3030                     );
    3131
     32// Split string on given characters
     33psArray *psStringSplitArray(const char *string, // String to split
     34                            const char *splitters // Characters on which to split
     35                           );
     36
    3237// strip whitespace from head and tail of string
    3338int psStringStrip (char *string);
Note: See TracChangeset for help on using the changeset viewer.