Commit e880687c authored by Bryce Hepner's avatar Bryce Hepner
Browse files

DocstringChange

parent 75e1b500
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -368,6 +368,7 @@ def encoder(error, list_dic, diff, bins):
    Input:
    Input:
    error     (512, 640): a matrix with all the errors
    error     (512, 640): a matrix with all the errors
    list_dic  (num_dic + 1,): a list of huffman coding table 
    list_dic  (num_dic + 1,): a list of huffman coding table 
    diff     (510, 638): a matrix with all the differences
    bins       (num_bins - 1,): a list of threshold to cut the bins
    bins       (num_bins - 1,): a list of threshold to cut the bins
    
    
    Return:
    Return: