metadata boilerplane, first milestone reached

This commit is contained in:
tth
2022-03-19 01:21:58 +01:00
parent 7ea77cc882
commit 039d4cb77b
20 changed files with 105 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -7,6 +7,7 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -9,6 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <sys/time.h>
#include <fitsio.h>

View File

@@ -8,6 +8,7 @@
#include <stdio.h>
#include <math.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -6,6 +6,7 @@
#include <stdio.h>
#include <math.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -7,6 +7,7 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -6,6 +6,7 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -7,6 +7,7 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -6,6 +6,7 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -10,6 +10,7 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"

View File

@@ -9,6 +9,7 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <sys/time.h>
#include "../floatimg.h"