astro.fits
Class IcatJoin.Post
java.lang.Object
astro.fits.IcatJoin.Post
- Enclosing class:
- IcatJoin
public static class IcatJoin.Post
- extends Object
Takes a list of unique-ID's, try to locate the four-quadrant file
_f.fitz, uncompresses these, joins them together and writes them to
the main ICAT directory. Also updates ICAT input files.
After successfull application, the astronomical
part of the ICAT pipeline can be run (WCS & sextractor) by issuing
something like /space/home/stella/icat/icat.pl. After that, the
final data products can be saved using IcatFinalize.
|
Method Summary |
static void |
main(String[] arg)
First command line are the properties for icat-join, second is the
list of unique ID's. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IcatJoin.Post
public IcatJoin.Post()
main
public static void main(String[] arg)
throws Exception
- First command line are the properties for icat-join, second is the
list of unique ID's.
- Throws:
Exception