Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output catalogues with .crtf format #209

Open
PaulHancock opened this issue Jan 31, 2024 · 1 comment
Open

output catalogues with .crtf format #209

PaulHancock opened this issue Jan 31, 2024 · 1 comment
Assignees
Labels
enhancement fixed in dev Issue has been fixed in the development (dev) branch.

Comments

@PaulHancock
Copy link
Owner

PaulHancock commented Jan 31, 2024

Aegean can output catalogues in the following formats:

Extension |     Description       | Supported?
ann        Kvis annotation          False
csv        Comma separated values   True
db         Sqlite3 database         True
fits       FITS Binary Table        True
html       HTML table               True
reg        DS9 regions file         True
sqlite     Sqlite3 database         True
tab        tabe separated values    True
tex        LaTeX table format       True
vot        VO-Table                 True
xml        VO-Table                 True

It would be nice to also support CASA Region Text Format with extension .crtf, (docs).

@PaulHancock PaulHancock self-assigned this Jan 31, 2024
@PaulHancock PaulHancock changed the title output catalogues with .ctrf format output catalogues with .crtf format Dec 19, 2024
@PaulHancock
Copy link
Owner Author

crtf format doesn't seem to support pixel coordinates which means that I cannot (easily) write pixel boundaries like is done with ds9.

@PaulHancock PaulHancock added the fixed in dev Issue has been fixed in the development (dev) branch. label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement fixed in dev Issue has been fixed in the development (dev) branch.
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant