hashmapinc / hashmapinc/Drillflow
DEV:LOG:Log Curve Info for 1311 does not report column index correctly
- Dominant language
- Java
- Stars
- 21
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Currently the log curve info just puts in 0 for column index, when it should reflect the index of the value in the csv portion of logdata.
Further Discussion from "# sclumberger" HI channel:
*DoT will not return columnIndex since it does not exist in 1411.
*The order [of the channels] is defined by mnemList.
*1311 does not have that & columnIndex is defined by the order of the columns in "logData"
*converter needs to change because it needs to infer the order from this knowledgei
Pseudo Code within converter (which is now passed list):
where (mnem in List.get(i) == mnem in String[i].mnem)
set List.get(i).columnIndex = i
classIndex is not columnIndex (not the same)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.