transformFromString¶
- lsst.afw.geom.transformFromString(data)¶
- Read a Transform from a string that was saved using - Transform.writeString- Unlike - Transform.readString, you need not know the- Transformclass in advance- Parameters:
- datastr
- A string in the format produced by - Transform.writeString.
 
- data
- Returns:
- transforma Transformclass
- An object of the same type used to create - data.
 
- transforma