IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38550


Ignore:
Timestamp:
Jun 25, 2015, 9:59:27 PM (11 years ago)
Author:
eugene
Message:

deactivate programs not yet updated to replace Stars with Catalog

Location:
branches/eam_branches/ipp-20150616/Ohana/src/addstar
Files:
2 edited

Legend:

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

    r38544 r38550  
    3737mkcmf        : $(BIN)/mkcmf.$(ARCH)
    3838
    39 old: addstar_client
    40 all: addstar sedstar load2mass loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell
    41 
    42 INSTALL = addstar sedstar load2mass loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell
     39# programs in 'OTHERS' have not been updated since moving from Stars to Catalog as an internal carrier
     40# programs in 'SERVER' use the client-server concept and are out of date
     41
     42INSTALL = addstar sedstar loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf dumpskycells findskycell
     43OTHERS  = load2mass loadwise loadtycho loadsupercos
     44SERVER  = addstar_client addstarc addstard addstart
     45
     46old: $(OTHERS)
     47all: $(INSTALL)
    4348
    4449# I need to fix the client/server version of addstar now that I have dropped Stars
    4550# as an autocode type and have converted to carrying average and measure
    46 # all: addstar addstarc addstard addstart sedstar load2mass skycells
     51# all: addstar sedstar load2mass skycells
    4752
    4853# $(SRC)/find_matches.$(ARCH).o \
     
    369374$(SRC)/find_matches_closest_refstars.$(ARCH).o \
    370375$(SRC)/build_links.$(ARCH).o \
    371 $(SRC)/replace_match.$(ARCH).o \
    372376$(SRC)/SetSignals.$(ARCH).o \
    373377$(SRC)/update_coords.$(ARCH).o \
  • branches/eam_branches/ipp-20150616/Ohana/src/addstar/src/loadgalphot_readstars.c

    r38549 r38550  
    271271}
    272272
     273// for some reason, gcc does not (always?) pick up a declaration of this function
    273274long lrint (double value);
    274275
Note: See TracChangeset for help on using the changeset viewer.