Commit 628942ec authored by Kristin Berry's avatar Kristin Berry
Browse files

mvic2isis: added units to the TdiRate keyword in the Instrument group

parent 87e99a64
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -108,6 +108,10 @@ void translateLabels(Pvl &fitsLabel, Cube *ocube) {
    inst.addKeyword(PvlKeyword("TargetName", "Sky"), PvlGroup::Replace);
  }

  if (inst.hasKeyword("TdiRate")) {
    inst.findKeyword("TdiRate").setUnits("hz");
  }

  //  Create StartTime (UTC) from the SpacecraftClockStartCount.  Need to load the leapsecond
  //  and spacecraft clock kernels to calculate time.
  NaifStatus::CheckErrors();