IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34205


Ignore:
Timestamp:
Jul 24, 2012, 8:54:10 PM (14 years ago)
Author:
eugene
Message:

adding a new program, findskycell, to select the primary skycell (actually projection cell) for ra,dec values given a tessallation

Location:
branches/eam_branches/ipp-20120627/Ohana/src/addstar
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/Ohana/src/addstar/Makefile

    r34088 r34205  
    1717FULL_LDFLAGS  = -lkapa -ldvo -lFITS -lohana $(BASE_LDFLAGS)
    1818
    19 addstar     : $(BIN)/addstar.$(ARCH)
    20 addstard    : $(BIN)/addstard.$(ARCH)
    21 addstart    : $(BIN)/addstart.$(ARCH)
    22 addstarc    : $(BIN)/addstarc.$(ARCH)
    23 mkacc-2mass : $(BIN)/mkacc-2mass.$(ARCH)
    24 sedstar     : $(BIN)/sedstar.$(ARCH)
    25 load2mass   : $(BIN)/load2mass.$(ARCH)
    26 loadwise    : $(BIN)/loadwise.$(ARCH)
    27 loadsupercos: $(BIN)/loadsupercos.$(ARCH)
    28 gztest      : $(BIN)/gztest.$(ARCH)
    29 mkcmf       : $(BIN)/mkcmf.$(ARCH)
    30 
    31 all: addstar addstar_client sedstar load2mass skycells mkcmf loadwise loadsupercos dumpskycells
    32 
    33 INSTALL = addstar addstar_client sedstar load2mass skycells mkcmf loadwise loadsupercos dumpskycells
     19addstar      : $(BIN)/addstar.$(ARCH)
     20addstard     : $(BIN)/addstard.$(ARCH)
     21addstart     : $(BIN)/addstart.$(ARCH)
     22addstarc     : $(BIN)/addstarc.$(ARCH)
     23mkacc-2mass  : $(BIN)/mkacc-2mass.$(ARCH)
     24sedstar      : $(BIN)/sedstar.$(ARCH)
     25load2mass    : $(BIN)/load2mass.$(ARCH)
     26loadwise     : $(BIN)/loadwise.$(ARCH)
     27dumpskycells : $(BIN)/dumpskycells.$(ARCH)
     28findskycell  : $(BIN)/findskycell.$(ARCH)
     29loadsupercos : $(BIN)/loadsupercos.$(ARCH)
     30gztest       : $(BIN)/gztest.$(ARCH)
     31mkcmf        : $(BIN)/mkcmf.$(ARCH)
     32
     33all: addstar addstar_client sedstar load2mass skycells mkcmf loadwise loadsupercos dumpskycells findskycell
     34
     35INSTALL = addstar addstar_client sedstar load2mass skycells mkcmf loadwise loadsupercos dumpskycells findskycell
    3436
    3537# I need to fix the client/server version of addstar now that I have dropped Stars
     
    299301$(SRC)/SetSignals.$(ARCH).o \
    300302
     303FINDSKYCELL = \
     304$(SRC)/findskycell.$(ARCH).o \
     305$(SRC)/Shutdown.$(ARCH).o
     306
    301307$(ADDSTARC)       : $(INC)/addstar.h
    302308$(ADDSTARD)       : $(INC)/addstar.h
     
    306312$(SKYCELLS)       : $(INC)/addstar.h
    307313$(DUMPSKYCELLS)   : $(INC)/addstar.h
     314$(FINDSKYCELL)    : $(INC)/addstar.h
    308315$(LOAD-2MASS)     : $(INC)/addstar.h $(INC)/2mass.h
    309316$(LOAD-WISE)      : $(INC)/addstar.h $(INC)/WISE.h
     
    322329$(BIN)/skycells.$(ARCH)       : $(SKYCELLS)
    323330$(BIN)/dumpskycells.$(ARCH)   : $(DUMPSKYCELLS)
     331$(BIN)/findskycell.$(ARCH)    : $(FINDSKYCELL)
    324332$(BIN)/mkcmf.$(ARCH)          : $(MKCMF)
    325333
Note: See TracChangeset for help on using the changeset viewer.