<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/splitfits.git, branch circleci</title>
<subtitle>Split FITS files
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/'/>
<entry>
<title>Add circleci config</title>
<updated>2020-07-02T14:54:36+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-07-02T14:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=4a92f5789ec94465967a8acf669a50bd585d3d6a'/>
<id>4a92f5789ec94465967a8acf669a50bd585d3d6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic test framework and a few tests</title>
<updated>2020-07-02T14:53:55+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-07-02T14:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=5803dc0fdb911a67ad9ca1ef9600edc58331d55a'/>
<id>5803dc0fdb911a67ad9ca1ef9600edc58331d55a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed up a few problems:</title>
<updated>2020-07-02T14:50:16+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-07-02T14:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=8e0934853a374eb340ee0dd96fd21a3d7c74183d'/>
<id>8e0934853a374eb340ee0dd96fd21a3d7c74183d</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Update LICENSE.txt</title>
<updated>2020-06-17T00:22:51+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2020-06-16T21:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=2df3b35bebdb81c8e45c08d5a7af46e8fa32e07b'/>
<id>2df3b35bebdb81c8e45c08d5a7af46e8fa32e07b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2020-06-17T00:22:51+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-16T21:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=a73c8d1ab27572c014f84a5228fedb01020d50ec'/>
<id>a73c8d1ab27572c014f84a5228fedb01020d50ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add installation target</title>
<updated>2020-06-17T00:22:50+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-16T21:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=9fcbb994b5326d36008dd7e12305d654d5b479e7'/>
<id>9fcbb994b5326d36008dd7e12305d654d5b479e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements:</title>
<updated>2020-06-17T00:22:50+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-16T21:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=2cd9fbd4171ac7331f6d7d58beca0788a49bc04a'/>
<id>2cd9fbd4171ac7331f6d7d58beca0788a49bc04a</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Comments</title>
<updated>2020-06-15T21:54:19+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-15T21:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=cd49c72d1dd9a0c6afff573ffd2ffaac73c2f0a0'/>
<id>cd49c72d1dd9a0c6afff573ffd2ffaac73c2f0a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor HeaderBlock -&gt; DataFrame:</title>
<updated>2020-06-15T16:48:15+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-15T16:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=b783486d00d3b04330e401889cdd3b08864c4ae5'/>
<id>b783486d00d3b04330e401889cdd3b08864c4ae5</id>
<content type='text'>
* map file only records the basename of the file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* map file only records the basename of the file
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrote POC</title>
<updated>2020-06-15T16:34:07+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-15T16:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/splitfits.git/commit/?id=4a133b10d1e2870b789d18607f976a2a473726a1'/>
<id>4a133b10d1e2870b789d18607f976a2a473726a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
