IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2021, 12:34:19 PM (5 years ago)
Author:
eugene
Message:

add forced photometry function and trail fitting function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r41379 r41666  
    2727int fixcols                 PROTO((int, char **));
    2828int fixrows                 PROTO((int, char **));
     29int forcedphot              PROTO((int, char **));
    2930int gauss                   PROTO((int, char **));
    3031int gaussfit                PROTO((int, char **));
     
    100101  {1, "fixcols",     fixcols,      "fix bad columns by comparing with others"},
    101102  {1, "fixrows",     fixrows,      "fix bad rows by comparing with others"},
     103  {1, "forcedphot",  forcedphot,   "forced photometry on a star or set of stars, assuming gaussian profile"},
    102104  {1, "gauss",       gauss,        "get statistics on a star, assuming gaussian profile"},
    103105  {1, "getvel",      getvel,       "rotcurve to velocities"},
Note: See TracChangeset for help on using the changeset viewer.