Changeset 12048
- Timestamp:
- Feb 25, 2007, 4:26:09 PM (19 years ago)
- Location:
- branches/dvo-mods-2007-02/Ohana/src/relastro/src
- Files:
-
- 23 edited
-
ConfigInit.c (modified) (1 diff)
-
GridOps.v1.c (modified) (1 diff)
-
GridOps.v2.c (modified) (1 diff)
-
ImageOps.c (modified) (1 diff)
-
MosaicOps.c (modified) (1 diff)
-
SetSignals.c (modified) (1 diff)
-
Shutdown.c (modified) (1 diff)
-
StarOps.c (modified) (1 diff)
-
args.c (modified) (1 diff)
-
bcatalog.c (modified) (1 diff)
-
global_stats.c (modified) (1 diff)
-
initialize.c (modified) (1 diff)
-
liststats.c (modified) (1 diff)
-
load_catalogs.c (modified) (1 diff)
-
load_images.c (modified) (1 diff)
-
plot_scatter.c (modified) (1 diff)
-
plotstuff.c (modified) (1 diff)
-
reload_catalogs.c (modified) (1 diff)
-
select_images.c (modified) (1 diff)
-
setExclusions.c (modified) (1 diff)
-
setMrelFinal.c (modified) (1 diff)
-
sort.c (modified) (1 diff)
-
write_coords.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/relastro/src/ConfigInit.c
r12031 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 void ConfigInit (int *argc, char **argv) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/GridOps.v1.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 static int Ngrid; -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/GridOps.v2.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 static int Ngrid; -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/ImageOps.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 static unsigned int *start; -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/MosaicOps.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 Image *getimages (int *N); -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/SetSignals.c
r6808 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 static int Protect = FALSE; -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/Shutdown.c
r7080 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 static FITS_DB *db; -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/StarOps.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 static int Nmax; -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/args.c
r11742 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 void usage (void); 3 3 -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/bcatalog.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 int bcatalog (Catalog *subcatalog, Catalog *catalog) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/global_stats.c
r6808 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 void global_stats (Catalog *catalog, int Ncatalog) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/initialize.c
r12031 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 void initialize (int argc, char **argv) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/liststats.c
r6808 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 enum {M_MEAN, M_MEDIAN, M_WT_MEAN, M_INNER_MEAN, -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/load_catalogs.c
r8390 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 Catalog *load_catalogs (SkyList *skylist, int *Ncatalog) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/load_images.c
r8390 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 SkyList *load_images (FITS_DB *db, char *regionName, SkyRegion *region, int RegionSelect) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/plot_scatter.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 void plot_scatter (Catalog *catalog, int Ncatalog) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/plotstuff.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 # include <signal.h> 3 3 -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/reload_catalogs.c
r8390 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 void reload_catalogs (SkyList *skylist) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/select_images.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 /* this function returns a list of all images which overlap the given SkyList (set of -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/setExclusions.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 int setExclusions (Catalog *catalog, int Ncatalog) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/setMrelFinal.c
r12008 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 void setMrelFinal (Catalog *catalog) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/sort.c
r8390 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 void sortA (double *X, int N) { -
branches/dvo-mods-2007-02/Ohana/src/relastro/src/write_coords.c
r7080 r12048 1 # include "rel phot.h"1 # include "relastro.h" 2 2 3 3 # define CD_COORDS 1
Note:
See TracChangeset
for help on using the changeset viewer.
