IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2005, 8:47:45 PM (21 years ago)
Author:
eugene
Message:

fixes for SkyRegion implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/doc/notes.txt

    r5439 r5445  
     1
     22005.10.24
     3
     4  I have changed addstar to use the new, more flexible, SkyRegion
     5  concept to define the sky layout rather than just the GSCRegion
     6  files.  This includes the ability to subdivide the existing
     7  GSCRegion concept, and to have a more flexible sky table
     8  arrangement. 
     9
     10  Names of catalog files are a bit tricky.  The SkyRegion functions
     11  return base names without fullpath or extensions (ie, n0000/0012).
     12  There are a few places in addstar which need the fullname:
     13
     14  SkyListExitingSubset () requires the path and adds .cpt
     15
     16  load_pt_catalog () takes the path and adds .cpt.  it also allocates
     17  a filename entry for catalog, which is freed later in the loop in
     18  addstars
     19
     20  mkcatalog uses the name in the catalog structure and replaces .cpt
     21  with .cpm, .cpn, .cps as needed.
     22
     23 
    124
    225todo:
Note: See TracChangeset for help on using the changeset viewer.