seems like it works good; need tests on real star

This commit is contained in:
2025-03-14 16:42:52 +03:00
parent 6ee58edc7d
commit 7a0acd14f5
15 changed files with 678 additions and 236 deletions

View File

@@ -25,6 +25,7 @@
// tolerance of deviations by X and Y axis (if sigmaX or sigmaY greater, values considered to be wrong)
#define XY_TOLERANCE (5.)
#define ROI_SIZE (200)
extern volatile atomic_bool stopwork;
extern volatile atomic_ullong ImNumber;
@@ -35,6 +36,7 @@ void process_file(Image *I);
int process_input(InputType tp, char *name);
void openXYlog(const char *name);
void closeXYlog();
int XYcomment(char *cmnt);
double getFramesPerS();
void getcenter(float *x, float *y);