IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2008, 11:12:12 AM (18 years ago)
Author:
eugene
Message:

moved dettool major modes into separate dettool_MODE.c files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/dettool_normalizedimfile.c

    r18628 r18641  
    1 
    2 static bool tonormalizeMode(pxConfig *config)
     1/*
     2 * dettool_normalizedimfile.c
     3 *
     4 * Copyright (C) 2006  Joshua Hoblitt & EAM; IfA
     5 *
     6 * This program is free software; you can redistribute it and/or modify it
     7 * under the terms of the GNU General Public License as published by the Free
     8 * Software Foundation; version 2 of the License.
     9 *
     10 * This program is distributed in the hope that it will be useful, but WITHOUT
     11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
     13 * more details.
     14 *
     15 * You should have received a copy of the GNU General Public License along with
     16 * program; see the file COPYING. If not, write to the Free Software
     17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     18 */
     19
     20#include "dettool.h"
     21
     22// XXX this one is inconsistent - rename 'tonormalizedimfile' and change ipp_serial_detrend.pl and detrend.norm.pro
     23bool tonormalizeMode(pxConfig *config)
    324{
    425    PS_ASSERT_PTR_NON_NULL(config, false);
     
    5071}
    5172
    52 static bool addnormalizedimfileMode(pxConfig *config)
     73bool addnormalizedimfileMode(pxConfig *config)
    5374{
    5475    PS_ASSERT_PTR_NON_NULL(config, false);
     
    98119}
    99120
    100 static bool normalizedimfileMode(pxConfig *config)
     121bool normalizedimfileMode(pxConfig *config)
    101122{
    102123    PS_ASSERT_PTR_NON_NULL(config, false);
     
    170191}
    171192
    172 static bool revertnormalizedimfileMode(pxConfig *config)
     193bool revertnormalizedimfileMode(pxConfig *config)
    173194{
    174195    PS_ASSERT_PTR_NON_NULL(config, false);
Note: See TracChangeset for help on using the changeset viewer.