There are two ways to get properly mosaicked data:
- Use the ORAC-DR pipeline and process from raw;
- Use the PICARD recipe MOSAIC_JCMT_IMAGES on processed data.
PICARD comes for free with ORAC-DR (which comes for free with Starlink). It's basically a tool for processing and analyzing reduced data which takes advantage of the same infrastructure used by the pipeline.
At the command line type:
picard -log s MOSAIC_JCMT_IMAGES myfiles*.sdf
It'll tell you what it's doing and exit. This will create a file called "mylastfile_mos.sdf" which has the correct EXP_TIME extension (where "mylastfile" is the name of the last file in the list given to MOSAIC_JCMT_IMAGES). Try it and see.
Note that all the files must be of the same source.
At the moment, it only supports wcsmosaic as the mosaicking task but will support makemos in the future. Keep rsync'ing and one day it'll just be there...
[This post was updated on 20100510 to reflect the change in the recipe name and the file-naming behaviour]
No comments:
Post a Comment