Skip to content

Releases: avikhagol/scoobi

0.0.1.8

12 Aug 09:52

Choose a tag to compare

usage: scoobi [-h] [-f FITS_FOLDER] [-t TIFF_FOLDER] [-r RAW_FOLDER] [-o OUTPUT_FILE] [-c CONFIG_FILE] [-hdr HEADER] [-hf HEADER_FILE]
              [-hfo HEADER_FILE_OUTPUT] [-mm MONTH] [-dd DAYS] [--no-datedfolder] [-rt] [-ct] [-rc] [-cc] [-do] [-th]

                        | |   (_)   
     ___  ___ ___   ___ | |__  _ 
    / __|/ __/ _ \ / _ \| '_ \| |  
    \__ \ (_| (_) | (_) | |_) | |   
    |___/\___\___/ \___/|_.__/|_|   

    Solar Conventionality-based Organizing Observation data ( SCOOBI )
    

optional arguments:
  -h, --help            show this help message and exit
  -f FITS_FOLDER, --fits_folder FITS_FOLDER
                        source
  -t TIFF_FOLDER, --tiff_folder TIFF_FOLDER
                        RAW TIFF folder path
  -r RAW_FOLDER, --raw_folder RAW_FOLDER
                        RAW FITS folder path
  -o OUTPUT_FILE, --output_file OUTPUT_FILE
                        complete path for output csv or log file.
  -c CONFIG_FILE, --config_file CONFIG_FILE
                        complete path for config file with inputs
  -mm MONTH, --month MONTH
                        comma separated month names
  -dd DAYS, --days DAYS
                        comma separated month names for range(a,b) Ex --days='1,32'
  --no-datedfolder      if not needed to create dated folder
  -rt, --read-time      reads time from a tiff file
  -ct, --compare-time   compares time from a fits file to a tiff file
  -rc, --read-config    read config, bool
  -cc, --create-config  create config, if called with rc would modify from and to the CONFIG_FILE path
  -do, --do-conversion  create fits from tiff/fits raw file and take care of the folder structure. Requires tiff_folder or raw_folder path
  -th, --thumbnail      True/False for creating thumbnails; The fits folder path is required but should be more specific e.g atleaset including the
                        /processed; should not be used with -do

header:
  Parameters for injecting and printing headers.
  [[Work in Progress]]

  -hdr HEADER, --header HEADER
                        Comma separated input headers to inject to the raw file.
  -hf HEADER_FILE, --header-file HEADER_FILE
                        Input header from path to inject to the raw file.
  -hfo HEADER_FILE_OUTPUT, --header-file-output HEADER_FILE_OUTPUT
                        Header output with the correct padding.

0.0.1.7

03 Jul 09:44

Choose a tag to compare

The config module is able to create a local file .config where all the variables are stored and can be edited to use with -rc

# create config file
scoobi -cc
# read/update config file
scoobi -rc

0.0.1.6

02 Jul 22:05

Choose a tag to compare

fixed thumbnail generation
added default configuration file

0.0.1.5

07 May 20:35

Choose a tag to compare

  • improvement in bug for thumbnail generator
  • added code for fits_to_fits
    • input fits file is taken by flag -r in either '.fts' or '.fits' accepted from raw folder path of either data dimension of 2D or 3D, e.g (1,1024,1024) or (1024,1024) both kind of files are handled properly.
    • output file is '.fits' file in fits_folder option using flag -f (same as before)

0.0.1.4

03 May 18:08
7953d4d

Choose a tag to compare

Merge pull request #3 from DIBYA31051996/main

cli.py

0.0.1.3

03 May 15:26

Choose a tag to compare

v0.0.1.3

0.0.1.3

0.0.1.2

03 May 12:00

Choose a tag to compare

  1. Thumbnail generate;
  2. Corrupt tiff file are now saved in the source folder inside corrupt/ folder or via a log message in failed.scoobi

0.0.1.1

25 Apr 15:53

Choose a tag to compare

v0.0.1.1

0.0.1.1

0.0.1

25 Apr 15:41

Choose a tag to compare

uploading to PyPi
install using following:

pip install scoobi