-
Notifications
You must be signed in to change notification settings - Fork 0
/
astro_help.sh
52 lines (50 loc) · 2.38 KB
/
astro_help.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#!/bin/bash
# DSS TOOLS
# This script presents the help information for the toolkit commands
echo "Oztronomy - Deep Sky Stacker and ASIAIR data toolkit"
echo "----------------------------------------------------"
echo
echo "The toolkit is currently most useful when paired with Deep Sky Stacker and ASIAIR"
echo
echo "Use '. go_astro.sh' to move to the image storage directory, and initialise required environment variables"
echo
echo "Quick start, run the following commands in the folder that you copied your ASIAIR data to:"
echo
echo "astro_clean.sh Cleanup unwanted files"
echo "astro_prep.sh Organise images into directories for each channel"
echo "astro_dss_prep.sh Bin1 180.0s Create the DSS stacking files, and include calibration frames to suit the binning and exposure time used"
echo "astro_dss_stack.sh Automatically stack all channels with available data"
echo
echo "FULLY AUTOMATED PROCESS"
echo "~.~.~.~.~.~.~.~.~.~.~.~"
echo
echo "Run: astro_auto.sh"
echo "This command cleans redundant files, organises the data, registers the images with DSS and then stacks the data for each channel."
echo
echo
echo "--------------------------------------------------------------------------------------------------------------------------------------"
echo
echo "Command reference:"
echo
echo "astro_prep.sh Move all fit files into their own channel directory (LRGBHOS"
echo
echo "astro_reset_batch.sh Move all fit files into their own channel directory (LRGBHOS"
echo
echo "astro_clean.sh Remove temporary files used in grading image quality and stacking"
echo "astro_dss_stack.sh Automatically stack all channels with available data"
echo "astro_get_stacked.sh Move stacked files from channel directories to the stacked_channels directory"
echo
echo
echo "The astro_batch.sh command is used by astro_prep.sh"
echo "astro_batch.sh [channel label] Organise 'fit' files into a directory for a specified channel"
echo
echo "Example:"
echo "astro_batch.sh R"
echo
echo
echo "astro_dss_prep.sh Bin Exposure Automatically create the file lists for DSS, score the files, select reference image and prepare for stacking"
echo
echo "Arguments:"
echo " Bin: Bin1, Bin2, etc. Must match the part of the file name that specifies binning."
echo "Exposure: 60s or 180s, etc. This is the exposure time."
echo