A framework for galaxy morphology and non-parametric decomposition.
Project description
AsTrovello
AsTrovello is a Python-based astronomical data analysis framework designed to process and align multi-wavelength galaxy data. It focuses on integrating high-resolution photometry from PHANGS (HST) with mid-infrared data from S4G (Spitzer/IRAC).
The pipeline performs image reprojection, PSF (Point Spread Function) homogenization through convolution, unit conversion to Jansky, and final 3D hypercube creation.
The respective data cubes can be found downloaded in: S4G: https://irsa.ipac.caltech.edu/data/SPITZER/S4G/
├── File: <target>.phot.1.fits and <target>.phot.2.fits
PHANGS (HST images): https://archive.stsci.edu/hlsp/phangs
├── File: File: HST science images (drz) -> hlsp_phangs-hst_hst_wfc3-uvis_<target>_<filter>_v1_exp-drc-sci.fits
Main Features
- Image Alignment: Reprojects S4G images onto the HST pixel grid (conserving surface brightness).
- PSF Homogenization: Calculates FWHM and generates convolution kernels via PyPHER to match the resolution of different filters to a common "Master" PSF.
- Unit Standardization: Automatically converts
ELECTRONS/S(HST) andMJy/sr(Spitzer) toJy/pixel. - Hypercube Creation: Builds a 3D FITS hypercube (RA, Dec, Filter) with automated sky masking and spatial cropping (Bounding Box).
Installation & Requirements
The pipeline runs on Ubuntu Linux and is optimized for use within a Conda environment.
-
Clone the repository:
git clone https://github.com/your-username/AsTrovello.git cd AsTrovello
-
Setup the environment: We recommend using the provided
environment.ymlconda env create -f environment.yml -n new_env_name
or creating a dedicated environment with:
conda create -n capivara python=3.10 conda activate capivara pip install astropy reproject scipy tqdm photutils pypher pandas
How to Run
The main execution script is AsTrovello_run.py, located in the Codes/ directory.
Basic Syntax
python Codes/AsTrovello_run.py --galaxy [GALAXY_NAME] --mode [MODE] [FLAGS]
Execution Modes
The pipeline can be executed in different stages depending on your needs. Use the --mode argument to select one of the following:
| Mode | Description |
|---|---|
full |
Complete Pipeline: Executes alignment, PSF homogenization, convolution, and hypercube creation in a single run. |
alignment_only |
Spatial Alignment: Only reprojects S4G images to the PHANGS pixel grid. Use this to check coordinate consistency. |
conv_only |
Resolution Matching: Performs PSF cleaning, kernel generation via PyPHER, and image convolution. |
cube_only |
Data Integration: Skips processing and builds the final 3D hypercube using existing convolved files. |
Note: When using
conv_onlyorfull, remember to include the--create_kernelflag if you need to generate new homogenization kernels for the current galaxy.
Usage Examples
Here are the most common ways to run the AsTrovello pipeline:
1. Full Processing (Standard)
Runs everything from alignment to the final hypercube. Ideal for a first-time run on a new galaxy.
python Codes/AsTrovello_run.py --galaxy ngc1566 --mode full --create_kernel --apply_mask --sigma 1.5
Project Structure
The repository is organized to separate source code, documentation, and data surveys. Below is the standard directory tree:
AsTrovello/
├── Codes/
│ ├── AsTrovello_run.py # Main execution script (Master)
│ ├── AsTrovello_lib.py # Core functions library
│ └── galaxy_loop.py # Automation for multiple galaxies
├── Input/
│ ├── PHANGS/ # HST images and PSF models
│ | ├── galaxies/
| | | ├── galaxies/
| | | ├── phangs_hst/
| | | ├── ngc.../
| | ├── PSF/
│ └── S4G/ # Spitzer/IRAC images and PSFs
│ ├── galaxies/
| | ├── galaxies/
| | ├── ngc.../
| ├── PSF/
└── Output/ # Processed FITS and Hypercubes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file astrovello-0.1.0.tar.gz.
File metadata
- Download URL: astrovello-0.1.0.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c34ed1a2e72fb4f509623f53373e8dc0e3063527c5cad2992162abe06dada8a3
|
|
| MD5 |
dd649a2d343eed081eea62b831dc2c6f
|
|
| BLAKE2b-256 |
9d32b74975e902e453570d58c0bf8c78a2a012f4e954d39c2abd5e21926424fe
|
File details
Details for the file astrovello-0.1.0-py3-none-any.whl.
File metadata
- Download URL: astrovello-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0d319487e78bcf0da60a18e0f8b3d965d4022fed3cb7c9a311831a51c1e32ec
|
|
| MD5 |
29440140bc0a84ee935bb865c4b8dc22
|
|
| BLAKE2b-256 |
f65079425148f84975d4ab11349023379c30051a5a700687dbfb4c8b73c25b5d
|