Changeset 19819 for trunk/Mars


Ignore:
Timestamp:
10/27/19 20:33:38 (5 years ago)
Author:
tbretz
Message:
usemap can always be turned on, it is turned off bythe MC flag
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/callisto.C

    r19776 r19819  
    4949    //        but the value-vs-index plot is in software/spiral indices
    5050    // false: Display pixels in hardware/linear indices,
    51     //        but the order is the camera display is distorted
    52     bool usemap = false;//drstime ? true : false;
     51    //        but the order is the camera display is distorted.
     52    //        false is assumed automatically for files with the ISMC flag set.
     53    bool usemap = true;
    5354
    5455    // mapping file (found in Mars/hawc)
Note: See TracChangeset for help on using the changeset viewer.