Unverified Commit e2070806 authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Pb Focal length per filter (#4578)

* Focal length per filter implemented

* Added comments.

* Updated iak with filter information. Removed try/catch and default setFocalLength.

* Resolve test cube merge conflicts
parent 0c3f7461
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -44,10 +44,14 @@ namespace Isis {

     NaifStatus::CheckErrors();

     SetFocalLength();
     Pvl &lab = *cube.label();

     PvlGroup &bandBin = lab.findGroup("BandBin", Pvl::Traverse);
     QString key = "INS" + toString(naifIkCode()) + "_" + bandBin["FilterName"][0] + "_FOCAL_LENGTH";
     SetFocalLength(Spice::getDouble(key));

     SetPixelPitch();

     Pvl &lab = *cube.label();
     PvlGroup &inst = lab.findGroup("Instrument", Pvl::Traverse);
     QString startTime = inst["StartTime"];
     iTime etStart(startTime);
+970 B (4.03 MiB)

File changed.

Preview size limit exceeded, changes collapsed.

+970 B (8.11 MiB)

File changed.

Preview size limit exceeded, changes collapsed.