IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 743


Ignore:
Timestamp:
May 19, 2004, 2:17:00 PM (22 years ago)
Author:
Paul Price
Message:

Added GPL.

Location:
trunk/stac/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/scripts/fakeimage.c

    r741 r743  
    11/*
    2 ** $Id: fakeimage.c,v 1.2 2004-05-19 23:52:19 price Exp $
     2** $Id: fakeimage.c,v 1.3 2004-05-20 00:17:00 price Exp $
    33** Program to make some fake images.
    44**
     
    66** 2003 September 3
    77** INDNJC.
     8**
     9** Copyright (C) 2003 Paul A. Price
     10**
     11** This program is free software; you can redistribute it and/or modify
     12** it under the terms of the GNU General Public License as published by
     13** the Free Software Foundation; either version 2 of the License, or
     14** (at your option) any later version.
     15**                                                                             
     16** This program is distributed in the hope that it will be useful,
     17** but WITHOUT ANY WARRANTY; without even the implied warranty of
     18** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19** GNU General Public License for more details.
     20**                                                                             
     21** You should have received a copy of the GNU General Public License
     22** along with this program; if not, write to the Free Software
     23** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    824**
    925*/
  • trunk/stac/scripts/mkfakeimages.pl

    r742 r743  
    77#
    88#
    9 # Paul A. Price
     9# Copyright (C) 2003 Paul A. Price
    1010#
    11 # CVS: $Id: mkfakeimages.pl,v 1.1 2004-05-20 00:06:21 price Exp $
     11# This program is free software; you can redistribute it and/or modify
     12# it under the terms of the GNU General Public License as published by
     13# the Free Software Foundation; either version 2 of the License, or
     14# (at your option) any later version.
     15#                                                                             
     16# This program is distributed in the hope that it will be useful,
     17# but WITHOUT ANY WARRANTY; without even the implied warranty of
     18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19# GNU General Public License for more details.
     20#                                                                             
     21# You should have received a copy of the GNU General Public License
     22# along with this program; if not, write to the Free Software
     23# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     24#
     25#
     26# CVS: $Id: mkfakeimages.pl,v 1.2 2004-05-20 00:15:57 price Exp $
    1227#
    1328# History:
    1429# Added orderly star placement.  Fixed so that the star positions are
    1530# accurate once mapped.  --- PAP, 20/10/03.
    16 # Added FITS headers to the created images so that the combination
    17 # program uses the correct statistics.  --- PAP 22/10/03.
     31# Allow different seeing between different images --- PAP 19/5/04.
    1832#
    1933
Note: See TracChangeset for help on using the changeset viewer.