Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlink/starextract
Starlink patched subset of SExtractor
https://github.com/starlink/starextract
Last synced: 3 days ago
JSON representation
Starlink patched subset of SExtractor
- Host: GitHub
- URL: https://github.com/starlink/starextract
- Owner: Starlink
- Created: 2012-07-24T04:21:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T12:58:29.000Z (over 9 years ago)
- Last Synced: 2023-04-21T08:51:00.195Z (over 1 year ago)
- Language: C
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.userradii
Awesome Lists containing this project
README
Adding the "userradii" facility changes the following files:
analyse.c -- changed to call the "userradii" function
catout.c -- changed to initialise obj.rad FLAGs
userradii.c -- the code for doing the calculations
define.h -- changed to define number of radii (NRAD)
userradii.h -- defines prototype for userradii call
param.h -- added RAD0 through RAD15 catalogue parameters
types.h -- added rad member to objstruct and rad_type,
nrad_type, rad and nrad to prefstruct.prefs.h -- added RAD_THRESH and RAD_TYPE parameters
Note: could make analysis more efficient by pre-calculating the
thresholds somewhere just once, rather for each object.Adding NDF origin parameter X_PIXEL and Y_PIXEL makes modifications
in:readimage.c -- get the NDF origins
analyse.c -- set the X_PIXEL and Y_PIXEL valuesparam.h -- added X_PIXEL and Y_PIXEL
types.h -- added ndfposx, ndfposy and origin[2].