IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7084


Ignore:
Timestamp:
May 5, 2006, 5:47:47 PM (20 years ago)
Author:
eugene
Message:

update to new psStringSplit API

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroParseCamera.c

    r7014 r7084  
    2828    // Chip selection: turn on only the chips specified
    2929    char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS");
    30     psArray *chips = psStringSplitArray (chipLine, ",");
     30    psArray *chips = psStringSplitArray (chipLine, ",", false);
    3131    if (chips->n > 0) {
    3232        pmFPASelectChip (input->fpa, -1, true); // deselect all chips
  • trunk/psphot/src/psphotParseCamera.c

    r6964 r7084  
    6464    // Chip selection: turn on only the chips specified
    6565    char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS");
    66     psArray *chips = psStringSplitArray (chipLine, ",");
     66    psArray *chips = psStringSplitArray (chipLine, ",", false);
    6767    if (chips->n > 0) {
    6868        pmFPASelectChip (input->fpa, -1, true); // deselect all chips
Note: See TracChangeset for help on using the changeset viewer.