Removed main body of the package
This commit is contained in:
parent
e1c02d5f9c
commit
872faacfe8
@ -439,8 +439,3 @@ def process_folder(input_folder=None, start_new_file=None, fits_folder=None, thr
|
||||
csv_file = read_csv(f'{fits_folder}\\test.csv', index_col=0, dtype={'obs_id': str})
|
||||
Table.from_pandas(csv_file).write(f'{fits_folder}\\test.fits', overwrite=True)
|
||||
print(f'Finished writing: {perf_counter()-start}')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
process_folder(r'E:\Archive','y','D:\Programms\Jupyter\Science\Source_mask\Archive\Github_v3',(5,3))
|
||||
# %%
|
||||
|
Loading…
x
Reference in New Issue
Block a user