IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1269


Ignore:
Timestamp:
Jul 22, 2004, 10:55:44 AM (22 years ago)
Author:
desonia
Message:

Extracted image operations into own folder.

Location:
trunk/psLib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/psLib.kdevses

    r1240 r1269  
    22<!DOCTYPE KDevPrjSession>
    33<KDevPrjSession>
    4  <DocsAndViews NumberOfDocuments="5" >
    5   <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/src/astronomy/psCCD.h" >
    6    <View0 line="37" Type="???" >
    7     <AdditionalSettings Top="2" Width="1058" Attach="1" Height="629" Left="2" MinMaxMode="0" />
     4 <DocsAndViews NumberOfDocuments="1" >
     5  <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/src/collections/psImage.c" >
     6   <View0 line="295" Type="???" >
     7    <AdditionalSettings Top="2" Width="1286" Attach="1" Height="964" Left="2" MinMaxMode="0" />
    88   </View0>
    99  </Doc0>
    10   <Doc1 NumberOfViews="1" URL="file:/home/desonia/psLib/src/collections/psImage.h" >
    11    <View0 line="61" Type="???" >
    12     <AdditionalSettings Top="2" Width="1058" Attach="1" Height="629" Left="2" MinMaxMode="0" />
    13    </View0>
    14   </Doc1>
    15   <Doc2 NumberOfViews="1" URL="file:/home/desonia/psLib/src/astronomy/psCCD.c" >
    16    <View0 line="43" Type="???" >
    17     <AdditionalSettings Top="2" Width="1058" Attach="1" Height="629" Left="2" MinMaxMode="0" />
    18    </View0>
    19   </Doc2>
    20   <Doc3 NumberOfViews="1" URL="file:/home/desonia/psLib/src/astronomy/Makefile" >
    21    <View0 line="15" Type="???" >
    22     <AdditionalSettings Top="2" Width="1058" Attach="1" Height="629" Left="2" MinMaxMode="0" />
    23    </View0>
    24   </Doc3>
    25   <Doc4 NumberOfViews="1" URL="file:/home/desonia/psLib/src/collections/Makefile" >
    26    <View0 line="0" Type="???" >
    27     <AdditionalSettings Top="2" Width="1058" Attach="1" Height="629" Left="2" MinMaxMode="0" />
    28    </View0>
    29   </Doc4>
    3010 </DocsAndViews>
    3111 <pluginList>
     
    3313   <bookmarks>
    3414    <bookmark url="/home/desonia/psLib/test/dataManip/tst_psImageManip.c" >
    35      <mark line="578" />
    36      <mark line="598" />
    37      <mark line="632" />
     15     <mark line="615" />
     16     <mark line="652" />
     17     <mark line="593" />
    3818    </bookmark>
    3919   </bookmarks>
  • trunk/psLib/src/Doxyfile

    r1224 r1269  
    365365                         mainpage.dox \
    366366                         sysUtils \
     367                         image \
    367368                         dataManip \
    368369                         collections \
  • trunk/psLib/src/mainpage.dox

    r1224 r1269  
    1313also reflected in the file system directory structure:
    1414 - System Utilities
     15 - Image Operations
    1516 - Data Collections
    1617 - Data Manipulation
Note: See TracChangeset for help on using the changeset viewer.