bugGNU Astronomy Utilities - Bugs: bug #64148, Crash when using the options...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #64148: Crash when using the options '--std' and/or 'sigclip-mean-sb-delta'

Submitter:  Raul Infante-Sainz <infantesainz>
Submitted:  Thu 04 May 2023 03:23:46 PM UTC
   
 
Category:  MakeCatalog Severity:  3 - Normal
Item Group:  Crash Status:  Fixed
Privacy:  Public Assigned to:  makhlaghi
Open/Closed:  Closed

Thu 04 May 2023 04:24:46 PM UTC, comment #1: 

Nice catch! It has been fixed in Commit c238a9d82b.

We had forgot to activate these two measurements for clumps catalogs in different parts of the code!

Mohammad Akhlaghi <makhlaghi>
Group administrator
Thu 04 May 2023 03:23:46 PM UTC, original submission:  

I found a couple of bugs. Since I guess they are related, I am posting them together.

To reproduce the problem I created a very simple mock image to run MakeCatalog on it. It is so simple that I avoid commenting it:

echo "1 251 251 1 10 2.5 0 1 10 5" \
     | astmkprof --mergedsize=501,501 --oversample=1 \
                 --zeropoint=24.0 --output=mock.fits

astarithmetic mock.fits --output noised.fits \
              22 24.0 mag-to-counts mknoise-poisson

astnoisechisel noised.fits --output det.fits

astsegment det.fits --output seg.fits

astmkcatalog seg.fits --clumpscat --output cat.fits \
             $(cat measurements.txt)


Then I tried the options '--std' and 'sigclip-mean-sb-delta' with the following errors:

$ astmkcatalog seg.fits --clumpscat --output catalog.fits --std

astmkcatalog: ui_necessary_inputs: a bug! Please contact us at bug-gnuastro@gnu.org to fix the problem. The code 5 is not a recognized intermediate CLUMP column



$ astmkcatalog seg.fits --clumpscat --output catalog.fits --sigclip-mean-sb-delta

astmkcatalog: columns_fill: a bug! Please contact us at bug-gnuastro@gnu.org to solve the problem. The output column code 1098 not recognized (for clumps).



Raul Infante-Sainz <infantesainz>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by makhlaghi (Posted a comment)
  • -email is unavailable- added by infantesainz (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-05-04 makhlaghi StatusNone Fixed
        Assigned toNone makhlaghi
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code