aboutsummaryrefslogtreecommitdiff
path: root/splitfits.c
Commit message (Collapse)AuthorAgeFilesLines
* Add version informationJoseph Hunkeler2020-07-021-0/+6
|
* Fixed up a few problems:Joseph Hunkeler2020-07-021-5/+52
| | | | | | | * Add mkdirs() * Create the output directory if it does not exist * Use the basename of the input path(s) to create the output path(s) * Verify the program received enough input files to proceed
* Improvements:Joseph Hunkeler2020-06-161-40/+78
| | | | | | | | | | * Remove redundant argument parsing code for "-c" * Add usage function * Add --help argument * Consolidate splitting and combining into a single loop * Add allocation error checking * Move "Writing:" to the bottom of the output * Add "Map:" to the output
* CommentsJoseph Hunkeler2020-06-151-40/+99
|
* Refactor HeaderBlock -> DataFrame:Joseph Hunkeler2020-06-151-34/+61
| | | | * map file only records the basename of the file
* Rewrote POCJoseph Hunkeler2020-06-151-178/+287
|
* Improve argument handlingJoseph Hunkeler2020-06-101-36/+59
| | | | * Fix block reads
* Initial commit0.0.1Joseph Hunkeler2020-06-101-0/+280