Source
681
681
</method>
682
682
683
683
<!-- ===================================== -->
684
684
685
685
<method type="function" name="getweightdensity">
686
686
<shortdescription>Save natural gridded wt to disk.</shortdescription>
687
687
688
688
<description>
689
689
</description>
690
690
<input/>
691
-
<returns type="bool"/>
691
+
<returns type="string"/>
692
692
</method>
693
693
694
694
<!-- ===================================== -->
695
695
696
696
<method type="function" name="setweightdensity">
697
-
<shortdescription>Read in natural gridded wt from disk.</shortdescription>
697
+
<shortdescription>Load the gridded weight density into image weighting generation </shortdescription>
698
698
699
-
<description>
700
-
</description>
701
-
<input/>
699
+
<description>
700
+
Load the gridded weight density into image weighting; useful in parallel when weight density is combined into one image and loaded in each process. if no imagename is passed the imagename.weight is loaded
701
+
</description>
702
+
<input>
703
+
<param type="string" name="type">
704
+
<description>name of image holding combined weight density</description>
705
+
<value></value>
706
+
</param>
707
+
</input>
702
708
<returns type="bool"/>
703
709
</method>
704
710
705
711
<!-- ===================================== -->
706
712
707
713
<method type="function" name="done">
708
714
<shortdescription>Close the tool</shortdescription>
709
715
710
716
<description>
711
717
</description>