Skip to content

Commit

Permalink
Merge pull request #355 from pixlise/feature/em-import
Browse files Browse the repository at this point in the history
Housekeeping for PIXL EM doesn't have header rows but we assumed 1 so…
  • Loading branch information
pnemere authored Nov 11, 2024
2 parents 14b3dab + 53902eb commit 78abcbe
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 78abcbe

Please sign in to comment.