search for: wcslib

Displaying 1 result from an estimated 1 matches for "wcslib".

Did you mean: dcslib
2009 Oct 25
0
Using WCSLIB in R
...ho uses R is an astronomer, and so apologies in advance to those people for the nature of this email. I need to convert right-ascension and declination (RA & DEC) coordinates for an object on the sky into physical pixel positions in a FITS image in R. There is a C library that does this, WCSLIB by Mark Calabretta (http://www.atnf.csiro.au/people/mcalabre/WCS/), however I am unsure how to use it in R. I do not program in C, which adds to the problem. I have created the libwcs.so file and moved it to /usr/local/lib already, and am able to load the library in R using: > dyn.load(&...