Skip to content

cgreen259/array-cropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

array-cropper

Functions for cropping numpy arrays

Functions that crop numpy arrays of surrounding 0's or np.nan's (i.e. the reverse of np.pad)

Available functions

  • crop:- removes surrounding zeros of 1D to 5D array
  • ncrop:- removes surrounding zeros of N dimensional array
  • nancrop:- removes surrounding nan's from 1D to 5D array

About

Functions for cropping numpy arrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages