Getting started
S-Cubes is a python package designed to make galaxy cubes (X, Y, Lambda) with S-PLUS data. The S-Cubes repository includes the scubes python package which allows the users to create their own codes. It also includes the data files to calibrate stamps with iDR4 zero-points correction and SExtractor to identify stars along the stamp (optionally).
Requirements
Python 3.8
SExtractor installed either locally or system-wide
An user account at S-PLUS Cloud in order to access the necessary data.
Installation
Clone the project:
git clone https://github.com/splus-collab/s-cubes.git
(optional) Create and activate a virtual enviroment for the package instalation and usage:
python3 -m venv .venv
source .venv/bin/activate
Install S-Cubes:
pip install .
Entry-points
This package includes various entry-point command-line scripts for
different tasks. They are: scubes
, scubesml
, get_lupton_RGB
,
sex_mask_stars
, sex_mask_stars_cube
, mltoheader
and scubes_filters
.
In order to obtain a detailed description and the script usage run them
with –help argument. See How to create a cube and Entry-point console scripts.
License
This code is distributed under the GNU GENERAL PUBLIC LICENSE
v3.0. Please refer to the LICENSE.txt
file in the
repository for more details.