Support Center Email Support Knowledge Base Videos
Geoscience > Main Launcher > Fault Menu > Export > Sample Export Files > Photon ASCII

Sample Photon ASCII Fault File

# SeisWare Fault Export Photon ASCII Compatible

struct Fault {
    FaultName
    Color
    Assigned
}

struct Seg {
    LineName
    FaultName
    CoordIsUTM
    Vertex[n] {
        X Y Z
    }
}

Fault "Green" "Dark Green" True

Seg "97t-2397" "Green" True {
599973.04 5923376.71 221.83
600017.84 5923431.39 407.98
}
Seg "97t-2397" "Green" True {
600063.44 5923488.00 141.16
600139.56 5923582.58 359.89
}

Fault "Pink" "Magenta" True

Seg "97t-2397" "Pink" True {
599889.41 5923289.71 310.25
599999.76 5923408.71 665.48
}

Fault "Red" "Red" True

Seg "97t-2397" "Red" True {
600031.94 5923448.89 235.79
600070.80 5923497.29 421.94
}
Seg "97t-2397" "Red" True {
600127.05 5923567.29 128.75
600190.73 5923646.36 412.63
}

MORE INFORMATION