Search found 9 matches

by yuanzeluo
Thu Dec 15, 2022 4:31 pm
Forum: Data analysis
Topic: How to derive the energy conversion factor (ECF) of an extended source ?
Replies: 2
Views: 8460

Re: How to derive the energy conversion factor (ECF) of an extended source ?

Following up on this question, what ARF/RMF file should we use if we want a "general" ECF for some assumptions but not for specific sources? Like the values given in Table D.1 of Brunner+2022? It looks like eSASS can only extract those files for a specific region? Thank you very much! Best...
by yuanzeluo
Thu Dec 15, 2022 4:23 pm
Forum: erbackmap
Topic: erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found
Replies: 7
Views: 1928

Re: erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found

I tried

Code: Select all

-v my_local_folder:/tmp
and

Code: Select all

-v my_local_folder:/var/tmp
but they didn't work...did it work when you tested it? I'm using my mac and I'm not sure if this brings any other complications...
by yuanzeluo
Fri Dec 09, 2022 3:04 pm
Forum: erbackmap
Topic: erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found
Replies: 7
Views: 1928

Re: erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found

I tried the same process on only one event file rather than the merged four, and it worked without this issue. So I guess the file size could be the problem. My final event file with image after merging the four event files is more than 1 GB. As I mentioned above I tried to increase the storage allo...
by yuanzeluo
Thu Dec 01, 2022 3:45 pm
Forum: erbackmap
Topic: erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found
Replies: 7
Views: 1928

Re: erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found

I checked my docker setting and I've been using 7.9 GB of memory for it. I tried to increase it to 12 GB but the same issue happened...all the files before the erbackmap step were generated following the cookbook example so I don't think there would be issues with them. Any other ideas? Thank you fo...
by yuanzeluo
Thu Dec 01, 2022 2:58 pm
Forum: erbackmap
Topic: erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found
Replies: 7
Views: 1928

Re: erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found

Thank you for your replies! I'm running docker from my own laptop and I simply started it from the terminal using docker run -v my/folder:/home/idies/result_folder -it --rm erosita/esass:latest /bin/bash And the full output is erbackmap: eSASS4EDR Sep 02 09:43:31 2021 erbackmap/FGET_BOXLIST: **ERROR...
by yuanzeluo
Mon Nov 28, 2022 8:10 pm
Forum: erbackmap
Topic: erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found
Replies: 7
Views: 1928

erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found

Hi, I'm trying to detect sources in my combined image following the step-by-step example at the top of the eSASS cookbook. At the step erbackmap, I got the error erbackmap/FGET_BOXLIST: **ERROR2** column EXT not found and the program was then killed without writing any outputs. I checked the documen...
by yuanzeluo
Thu Oct 06, 2022 3:16 pm
Forum: docker_issues
Topic: file does not exist error when using docker
Replies: 2
Views: 7942

Re: file does not exist error when using docker

Dear Alain,

That's exactly the issue! Thank you so much for spotting that! I stared at it quite a long time yesterday but couldn't see that the quotes are problematic...now I know that I should type the command in a proper editor before pasting it into the terminal!

Thanks again!
Yuanze^_^
by yuanzeluo
Wed Oct 05, 2022 5:29 pm
Forum: docker_issues
Topic: file does not exist error when using docker
Replies: 2
Views: 7942

file does not exist error when using docker

Hi, I'm using the docker client on a Mac and everything looks fine when I installed the eSASS image. When running eSASS, I started the container and mounted some my local directories to it docker run -v /Users/yl/Downloads/eFEDS:/home/idies/event_folder -v /Users/yl/Documents/PSB_multiwave/erosita_p...
by yuanzeluo
Fri Sep 30, 2022 3:43 pm
Forum: apetool
Topic: apetool versus photutils?
Replies: 0
Views: 4248

apetool versus photutils?

Hi all, I wish to perform stacking using the eROSITA data, but apart from obtaining individual flux using apetool and stack, we also want to try to stack the X-ray images and measure the flux in the stack from the image. For other image data that I analyzed photutils is the typical tool to use when ...