Skip to content

Commit

Permalink
Housekeeping for PIXL EM doesn't have header rows but we assumed 1 so…
Browse files Browse the repository at this point in the history
… failed to read it
  • Loading branch information
Peter Nemere committed Nov 11, 2024
1 parent 9870ae4 commit 53902eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dataimport/internal/converters/pixlem/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func importEMData(rtt string, beamLocPath string, hkPath string, imagePathList [
return nil, err
}

hkData, err := importerutils.ReadHousekeepingFile(hkPath, 1, logger)
hkData, err := importerutils.ReadHousekeepingFile(hkPath, 0, logger)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 53902eb

Please sign in to comment.