use existing function
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
@ -180,7 +180,8 @@ void SensorProcessing::processSus(
|
||||
const AcsParameters::SunModelParameters *sunModelParameters,
|
||||
acsctrl::SusDataProcessed *susDataProcessed) {
|
||||
/* -------- Sun Model Direction (IJK frame) ------- */
|
||||
double JD2000 = TimeSystems::convertUnixToJD2000(timeAbsolute);
|
||||
double JD2000 = 0;
|
||||
Clock::convertTimevalToJD2000(timeAbsolute, &JD2000);
|
||||
|
||||
// Julean Centuries
|
||||
double sunIjkModel[3] = {0.0, 0.0, 0.0};
|
||||
|
Reference in New Issue
Block a user