lsst.pipe.tasks g540474b770+e939cf0e26
Loading...
Searching...
No Matches
lsst.pipe.tasks.rgb2hips._properties Namespace Reference

Classes

class  HipsPropertiesConfig
 
class  HipsPropertiesSpectralTerm
 

Functions

 _write_property (fh, name, value)
 

Function Documentation

◆ _write_property()

lsst.pipe.tasks.rgb2hips._properties._write_property ( fh,
name,
value )
protected
Write a property name/value to a file handle.

Parameters
----------
fh : file handle (blah)
    Open for writing.
name : `str`
    Name of property
value : `str`
    Value of property

Definition at line 140 of file _properties.py.