项目作者: Starlink

项目描述 :
ORAC-DR天文数据减少管道
高级语言: Perl
项目地址: git://github.com/Starlink/ORAC-DR.git
创建时间: 2012-07-23T14:18:58Z
项目社区:https://github.com/Starlink/ORAC-DR

开源协议:

下载


DOI

This is the ORAC Data Reduction pipeline software (ORAC-DR)

You can use it to reduce astronomical data from the James Clerk Maxwell Telescope, the United Kingdom Infrared Telescope, the Anglo-Australian Telescope and the Las Cumbres Observatory.

The directories are laid out as follows:

  1. src/ Source code tree
  2. bin Executables
  3. etc Initialisation scripts
  4. lib Infrastructure code
  5. recipes Per-instrument data reduction high level recipes
  6. primitives Per-instrument data reduction low level control code
  7. admin Pre-processing support scripts
  8. cgi Web interfaces
  9. docs Documentation
  10. gui GUI definition files
  11. images Support images
  12. t Infrastructure tests
  13. uml Class layouts (currently out of date)
  14. cal/ Calibration support files per instrument

The check out repository can be used directly so long as the following
environment variables are set

  • ORAC_DIR Set to the src directory
  • ORAC_PERL5LIB Set to the src/lib/perl5 directory
  • ORAC_PERLBIN Set to a suitable perl binary
  • ORAC_CAL_ROOT Set to the cal directory

and then source the src/etc/login and src/etc/cshrc (or profile) scripts.