IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2012, 11:27:08 AM (14 years ago)
Author:
bills
Message:

add program dumpskycells which lists the celestial and galactic coordinates of the center
of each skycell in degrees

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/Makefile

    r33653 r33719  
    2929mkcmf       : $(BIN)/mkcmf.$(ARCH)
    3030
    31 all: addstar sedstar load2mass skycells mkcmf loadwise loadsupercos
    32 
    33 INSTALL = addstar sedstar load2mass skycells mkcmf loadwise loadsupercos
     31all: addstar sedstar load2mass skycells mkcmf loadwise loadsupercos dumpskycells
     32
     33INSTALL = addstar sedstar load2mass skycells mkcmf loadwise loadsupercos dumpskycells
    3434
    3535# I need to fix the client/server version of addstar now that I have dropped Stars
     
    275275$(SRC)/sky_tessalation.$(ARCH).o
    276276
     277DUMPSKYCELLS = \
     278$(SRC)/dumpskycells.$(ARCH).o \
     279$(SRC)/skycells_to_mdc.$(ARCH).o \
     280$(SRC)/ConfigInit_skycells.$(ARCH).o \
     281$(SRC)/Shutdown.$(ARCH).o \
     282$(SRC)/SetSignals.$(ARCH).o \
     283
    277284$(ADDSTARC)   : $(INC)/addstar.h
    278285$(ADDSTARD)   : $(INC)/addstar.h
     
    280287$(ADDSTAR)    : $(INC)/addstar.h
    281288$(SKYCELLS)   : $(INC)/addstar.h
     289$(DUMPSKYCELLS): $(INC)/addstar.h
    282290$(LOAD-2MASS) : $(INC)/addstar.h $(INC)/2mass.h
    283291$(LOAD-WISE)  : $(INC)/addstar.h $(INC)/WISE.h
     
    294302$(BIN)/loadsupercos.$(ARCH): $(LOAD-SUPERCOS)
    295303$(BIN)/skycells.$(ARCH)    : $(SKYCELLS)
     304$(BIN)/dumpskycells.$(ARCH) : $(DUMPSKYCELLS)
    296305$(BIN)/mkcmf.$(ARCH)       : $(MKCMF)
    297306
Note: See TracChangeset for help on using the changeset viewer.