Skip to content

Releases: KeplerGO/k2mosaic

K2mosaic v3.0.2

03 Feb 19:46
Compare
Choose a tag to compare

v3.0.2 fixes a number of minor bugs: #22, #23, #24, #25.

K2mosaic v3.0.1

07 Nov 00:50
Compare
Choose a tag to compare

v3.0.1 fixes a critical bug that was introduced in v3.0.0 [#21]

K2mosaic v3.0.0

02 Nov 23:01
Compare
Choose a tag to compare

K2mosaic v3.0.0 changes the output fits files created by k2mosaic mosaic to be more similar to the format used by TESS FFIs. [#20]

v2.0.0

17 Nov 18:15
Compare
Choose a tag to compare

K2mosaic v2.0 is a major revision which changes the interface and adds the ability to list target pixel files and create videos. The k2mosaic command-line tool is now composed of three sub-commands: tpflist, mosaic, and video:

  • k2mosaic tpflist {{CAMPAIGN}} {{CHANNEL}} lists all the Target Pixel Files (TPFs) for a given campaign and channel.
  • k2mosaic mosaic {{TPF_LIST}} takes a list of TPF paths/urls and turns them into a mosaicked image (one FITS file per cadence and channel).
  • k2mosaic video {{MOSAIC_LIST}} takes a list of mosaics produced in the previous step and collates them into an MPEG-4 movie or animated gif.

This is also the first version to be accompanied by sphinx-powered documentation, hosted at http://k2mosaic.geert.io.

v1.0

20 May 23:27
Compare
Choose a tag to compare

k2mosaic v1.0 is the first attempt to create a generic tool to mosaic Target Pixel Files (TPFs) obtained by NASA's Kepler/K2 mission. The usage is as follows:

$ k2mosaic --help
usage: k2mosaic [-h] [-d PATH] campaign channel cadence

Creates a mosaic of all K2 target pixel files in a given channel during a
single cadence.

positional arguments:
  campaign              Campaign number.
  channel               Channel number (1-84).
  cadence               Cadence number.

optional arguments:
  -h, --help            show this help message and exit
  -d PATH, --data_store PATH
                        Path to the directory that contains a mirror of the
                        target pixel files directory in the K2 data archive,
                        i.e. a directory that contains a mirror of http://arch
                        ive.stsci.edu/missions/k2/target_pixel_files/.

This tool will look for data in the directory specified by the --data_store
parameter. If that fails, it will look inside the directory specified by the
$K2DATA environment variable. If this fails as well, then the data will be
downloaded from the archive on the fly.