nicks
New Member
Posts: 1
|
Post by nicks on Sept 11, 2020 15:46:47 GMT 8
Hi ProFiters,
I have profit and profound installed. I am trying to work out how to create a basic catalogue outside of R. For example, I have run
> out_profound=profoundProFound(image, magzero=30, verbose=TRUE, plot=TRUE, boundstats=TRUE)
on an image I have loaded, but how do I get the contents into a file outside of R (not fussed on format at this stage).
Cheers,
Nick
|
|
asgr
Junior Member

Posts: 56
|
Post by asgr on Sept 25, 2020 12:29:23 GMT 8
Hi Nick,
Easiest way is probably to save the tables (e.g. profound$segstats) as csv (write.csv) and images (e.g. profound$segim) as FITS (FITSio package and writeFITSim function).
Cheers,
A
|
|