Matlab天文资源整理汇集

matlabcentral为全球matlab用户共享资源的地方,在那里你可以找到各个学科的很多你需要的东西,当然你也可以把自己的程序发布到那里同全球的用户共享交流:http://www.mathworks.com/matlabcentral/

关于天文方面的matlab资源,自己在网上搜罗了下面这些东西,欢迎大家补充

General Websites:

Personal/Educational Websites:

  • Caltech一教授的个人matlab astro库,提供了相当全面的程序以及大量资源链接 
    http://www.astro.caltech.edu/~eran/matlab.html 
    http://www.astro.caltech.edu/~eran/MATLAB/matlinks.html 
  • TAS开发的图形界面天文包 
    http://www.ill.fr/tas/matlab/doc/
    (包含fits文件的输入输出GUI,不过这个包用起来好像有些问题)
  • 某学校的matlab包: 
    http://www.astro.uni-bonn.de/~dhudson/Software/MATLAB/astro.html 
  •  包含如下内容
  •  Astronomy Specific 
     Observatories/             Specific to x-ray telescope missions. 
     Photometry/                 Quick and dirty photometry tools. 
     Regions/                       DS9-style regions manipulation. 
     SBIG/                            Input of SBIG-format CCD files (not FITS). 
     SpectralModels/         Create artificial x-ray spectra. 
     drag/                             Tools for analysing drag in numerical simulations. 
     dss/                               Deep Sky Survey input and maipulation. 
     filaments/                    Tools for analysing colmological structures. 
     misc/                            Unclassified functions. 
     spectra/                        Tools for analysing spectra.  

一些标准程序库: 

  • FITS:

      MFITSIO:

      http://public.lanl.gov/eads/mfitsio/

      MFITSIO is a MATLAB interface to the cfitsio library. MFITSIO is
   used to read images and headers stored in the Flexible Image
   Transport System (FITS) file format. This format is most commonly
   used by astrophysics to record astronomical data and observations.
 【注】:

  •      CFITSIO:

          http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html

          CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format. CFITSIO also provides many advanced features for manipulating and filtering the information in FITS files.