findgen¶
- tayph.findgen(n, integer=False)[source] [edit on github]¶
This is basically IDL’s findgen function. a = findgen(5) will return an array with 5 elements from 0 to 4: [0,1,2,3,4]
This is basically IDL’s findgen function. a = findgen(5) will return an array with 5 elements from 0 to 4: [0,1,2,3,4]