IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9053


Ignore:
Timestamp:
Sep 28, 2006, 5:12:43 PM (20 years ago)
Author:
Paul Price
Message:

ppNormApply is probably ppImage, suitably altered. Various other small fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ipptools/dettool.txt

    r9050 r9053  
    166166
    167167In practise, the above three commands ("dettool -processed -unmask",
    168 "ppNorm" and "dettool -addnormstat") will be performed by a Perl
     168"ppNormCalc" and "dettool -addnormstat") will be performed by a Perl
    169169script, "detrend_norm_calc.pl".
    170170
     
    193193and statistics:
    194194
    195         ppNormApply -file <in_uri> <out_uri> -norm <normalisation> -stat <statictics_file>
     195        ppImage -file <in_uri> <out_uri> -norm <normalisation> -stat <statictics_file>
    196196
    197197The normalised imfile is then inserted into detNormalizedImfile:
     
    199199        dettool -addnormalizedimfile -det_id <det_id> -iter <iter> -class_id <class_id> -uri <out_uri> -b1_uri <b1_uri> -b2_uri <b2_uri> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat>
    200200
    201 In practise, the above two commands ("ppArith" and "dettool
     201In practise, the above two commands ("ppImage" and "dettool
    202202-addnormalizedimfile") will be performed by a Perl script,
    203203"detrend_norm_apply.pl".
     
    273273For these, we create the mosaic jpeg images:
    274274
    275         ppImage -file <b1_fits> <something> -recipe PPIMAGE <some_jpeg_recipe>
    276 
    277 *** To do: Mode for ppImage (or new program) just to generate a mosaic
    278            jpeg.
     275        ppImage -file <b1_fits> <something> -recipe PPIMAGE PPIMAGE_J
     276        ppImage -file <b2_fits> <something> -recipe PPIMAGE PPIMAGE_J
    279277
    280278We also use the statistics from each of the components to decide if
Note: See TracChangeset for help on using the changeset viewer.