IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 10:46:32 AM (20 years ago)
Author:
eugene
Message:

adding proper motion and parallax to addstar, dropping _PS from RA and DEC in average

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r6643 r6683  
    66# define DVO_H
    77
    8 # define ELIXIR 1
    9 # define PANSTARRS 0
    10 # define LONEOS 0
     8/*
     9  # define ELIXIR 1
     10  # define PANSTARRS 0
     11  # define LONEOS 0
     12*/
    1113
    1214/*** named data values (convert all to enums?) ***/
     
    1618
    1719/* DVO table formats */
    18 enum {DVO_FORMAT_UNDEF, DVO_FORMAT_INTERNAL, DVO_FORMAT_ELIXIR, DVO_FORMAT_LONEOS, DVO_FORMAT_PANSTARRS} DVOTableFormat;
     20enum {DVO_FORMAT_UNDEF, DVO_FORMAT_INTERNAL, DVO_FORMAT_ELIXIR, DVO_FORMAT_LONEOS, DVO_FORMAT_PANSTARRS, DVO_FORMAT_PMTEST} DVOTableFormat;
    1921
    2022/* image data modes in RegImage */
     
    6365/* some subtle distinctions between the blend flags:
    6466   BLEND_IMAGE: the star on an image is matched with more
    65       than one star in the catalog (image has worse seeing than catalog)
     67   than one star in the catalog (image has worse seeing than catalog)
    6668   BLEND_CATALOG: the star in the catalog is matched with more
    67       than one star on the image (image has better seeing than catalog)
     69   than one star on the image (image has better seeing than catalog)
    6870   CALIBRATED: relative photometry has been performed on this measurement
    6971   BLEND_IMAGE_NEIGHBOR: the star on an image is matched with more
    70       than one star in the catalog, but not in the same catalog file.
     72   than one star in the catalog, but not in the same catalog file.
    7173*/
    7274
     
    285287Average *AverageElixirToInternal (AverageElixir *in, int Nvalues);
    286288Average *AveragePanstarrsToInternal (AveragePanstarrs *in, int Nvalues);
     289Average *AveragePMtestToInternal (AveragePMtest *in, int Nvalues);
    287290AverageLoneos *AverageInternalToLoneos (Average *in, int Nvalues);
    288291AverageElixir *AverageInternalToElixir (Average *in, int Nvalues);
    289292AveragePanstarrs *AverageInternalToPanstarrs (Average *in, int Nvalues);
     293AveragePMtest *AverageInternalToPMtest (Average *in, int Nvalues);
    290294
    291295Measure *FtableToMeasure (FTable *ftable, int *Nmeasure, int *format);
Note: See TracChangeset for help on using the changeset viewer.