Skip to content
This repository has been archived by the owner on Apr 26, 2018. It is now read-only.

racoles/general_image_processing_functions

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

general_image_processing_functions

This project exists as a record of all of the day to day image processing functions that I create and use.

imageToArray.py

This module holds a series of functions that I use to convert images to arrays.

Modules:

nonFitsImageToArray

This function converts a non-FITs type image to an array.

fileHandling.py

This module holds a series of functions that I use to handle various file creation/manipulation/etc.

Modules:

openFile

This function creates an open file dialogue box and returns the name of the user selected file.

getFileNameFromPath

Extract filenames from paths, no matter what the operating system or path format is from.

pythonListToFile

Save a python list to a file.

About

This project exists as a record of all of the day to day image processing functions that I create and use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages