[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #66286] In MakeCatalog the output column 1128 not recognized
From: |
Sepideh Eskandarlou |
Subject: |
[bug #66286] In MakeCatalog the output column 1128 not recognized |
Date: |
Thu, 3 Oct 2024 11:26:59 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?66286>
Summary: In MakeCatalog the output column 1128 not recognized
Group: GNU Astronomy Utilities
Submitter: sepideh
Submitted: Thu 03 Oct 2024 03:26:56 PM UTC
Category: MakeCatalog
Severity: 3 - Normal
Item Group: Crash
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 03 Oct 2024 03:26:56 PM UTC By: Sepideh Eskandarlou <sepideh>
The main purpose of this work was to create a catalog based on the MaNGA 3D
cube.
First the data has downloaded based on this command:
$ wget
https://data.sdss.org/sas/dr17/manga/spectro/redux/v3_1_1/8555/stack/manga-8555-3701-LINCUBE.fits.gz
A labeled image is needed to create the catalog, but since I wanted both the
clumps and objects, two labeled image for each one is created based on the
following commands:
$ astarithmetic manga-8555-3701-LINCUBE.fits.gz \
0 ne --output=label-obj.fits
$ astarithmetic manga-8555-3701-LINCUBE.fits.gz 0 ne set-i \
i 2 erode 2 erode set-e \
i int8 i e ne -1 where \
--output=label-clumps.fits
Finally for creating the catalog of MaNGA the following command is run.
astmkcatalog label-obj.fits \
--ids --ra --dec --w3 --sum \
--clumpscat --clumpshdu=1 -h1 \
--area-in-slice --sum-in-slice \
--sum-proj-in-slice --valueshdu=1 \
--valuesfile=manga-8555-3701-LINCUBE.fits.gz \
--clumpsfile=label-clumps.fits --output=cat.fits \
--clumps-w1 --clumps-w2 --clumps-w3 --clumps-sum
But I faced with this error:
astmkcatalog: columns_fill: a bug! Please contact us at bug-gnuastro@gnu.org
to solve the problem. The output column code 1128 not recognized (for clumps).
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66286>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [bug #66286] In MakeCatalog the output column 1128 not recognized,
Sepideh Eskandarlou <=