Skip to content

Commit

Permalink
Merge pull request #18 from lrocdev/dev-lrowaccal-unitsfix
Browse files Browse the repository at this point in the history
Add radiance units label in lrowaccal output cube
  • Loading branch information
victoronline authored Apr 12, 2022
2 parents 5b23dce + 80aa14b commit 35151be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isis/src/lro/apps/lrowaccal/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ void IsisMain () {
vals.addValue(toString(g_iofResponsivity[i]));
}
else {
calgrp += PvlKeyword("RadiometricType", "AbsoluteRadiance");
calgrp += PvlKeyword("RadiometricType", "AbsoluteRadiance", "W/m2/sr/um");
for (unsigned int i=0; i< g_radianceResponsivity.size(); i++)
vals.addValue(toString(g_radianceResponsivity[i]));
}
Expand Down

0 comments on commit 35151be

Please sign in to comment.