IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42191


Ignore:
Timestamp:
May 10, 2022, 6:28:41 AM (4 years ago)
Author:
eugene
Message:

more info on tvcolors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/Ohana/src/opihi/cmd.data/tvcolors.c

    r41341 r42191  
    4141    gprint (GP_ERR, "   f: 0 - 1 defines the scale value for the transition\n");
    4242    gprint (GP_ERR, "   R,G,B: 0 - 1 define the value of the color at the transition point\n");
     43
     44    gprint (GP_ERR, "   There are 5 colormap file format options:\n");
     45    gprint (GP_ERR, "   * file:filename : index Red Green Blue\n");
     46    gprint (GP_ERR, "   * lgcy:filename : index Red Blue Green\n");
     47    gprint (GP_ERR, "   * csvf:filename : index,Red,Green,Blue\n");
     48    gprint (GP_ERR, "   * cetf:filename : fRed,fGreen,fBlue \n");
     49    gprint (GP_ERR, "   * cetr:filename : fRed,fGreen,fBlue \n\n");
     50    gprint (GP_ERR, "   The index value goes from 0.0 to 1.0 and sets transitions (must be monotonic).\n");
     51    gprint (GP_ERR, "   In the CET cases, the index is implicit, with 256 entries expected.\n");
     52    gprint (GP_ERR, "   For cetr: the index is reversed.\n");
     53
    4354    return (FALSE);
    4455  }
Note: See TracChangeset for help on using the changeset viewer.