IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8480 for trunk/pois/src/pois.c


Ignore:
Timestamp:
Aug 22, 2006, 2:48:04 PM (20 years ago)
Author:
Paul Price
Message:

Adding GPL stuff, for distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/pois.c

    r8077 r8480  
    1 /*
    2  * POIS: Pan-STARRS (or Pricey's) Optimal Image Subtraction
    3  *
    4  * Attempts to fit for a general convolution kernel that will match the PSFs between two images.
    5  *
    6  */
     1// POIS: Pan-STARRS (or Pricey's) Optimal Image Subtraction
     2//
     3// Attempts to fit for a general convolution kernel that will match the PSFs between two images.
     4//
     5// Copyright (C) 2006  Paul A. Price (price@ifa.hawaii.edu)
     6//
     7// This program is free software; you can redistribute it and/or modify
     8// it under the terms of the GNU General Public License as published by
     9// the Free Software Foundation; either version 2 of the License, or
     10// (at your option) any later version.
     11//
     12// This program is distributed in the hope that it will be useful,
     13// but WITHOUT ANY WARRANTY; without even the implied warranty of
     14// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15// GNU General Public License for more details.
     16//
     17// You should have received a copy of the GNU General Public License
     18// along with this program; if not, write to the Free Software
     19// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    720
    821#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.