forked from NickSwainston/mwa_search
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workflow readability and data storage paths (#8)
* Change data path workflow to match vcstools (#3) * changed base data directories to be USER based, not in shared /astro/mwavcs/vcs * replaced hard-coded paths with those from config, replaced rm with munlink command * removed Galaxy config * removed duplicate parameter assignment, config overrides anyway * updated data path in docs * moved default mwa_search and vcstools versions to config file * updated default software versions for OzStar too * fix fitsdir in search flow * fixed remaining /group reference * remove explicit assignment of global config params * added software version defaults for Shanghai server * Added a link to the ReadTheDocs documentation to the README * Added first pass workflow diagrams to docs folder * Added links to docs README * Attempt to add image to sphinx documentation * Update README.md * Update README.md * Cleanup Nextflow scripts to implement best practices (#7) * Moved all of the params definitions into the nextflow.config and commented them * Rearranged config to load things in the right order * Replaced file inputs with path * Rewrote the beamforming so it is simplier and easier to understand * Made the config more readable and fixed a few bugs * Replaced basedir with vcsdir * Cleaned up the pulsar search module * Got the classifier working but I did install LOTAAS_wrapper.py installed in PulsarFeatureLab * Fixed up the mwa_seach_pipeline and calculated time and memory using channels correctly * Fixed the ipfb mode * Updated the --help to be more accurate * Fixed up the single pulse only search * Started making some very simple testing documentation (may be replaced with unit tests later) * Made the ddplan scripts also calculate and approximate work function * Made the pipeline split the dispersion plan into groups of equal work function size * GroupTuple the search puts by the number of dms so there are not stopping points * Made same changes to single pulse * Updated software layout to prevent instal scriptlation bugs * Started creating better documentation of our dependancies * Began updating the data_processing_pipeline.nf INCOMPLETE * Made some of the config calcs a function and made the presto version a param * Collates the prepfold jobs so they run more efficiently on HPC * Made a few more options to give you more options to add pulsars of different colours and shapes (#10) * Find cand. position bug fix (#9) * Moved all of the params definitions into the nextflow.config and commented them * Rearranged config to load things in the right order * Replaced file inputs with path * Rewrote the beamforming so it is simplier and easier to understand * Made the config more readable and fixed a few bugs * Replaced basedir with vcsdir * Cleaned up the pulsar search module * Got the classifier working but I did install LOTAAS_wrapper.py installed in PulsarFeatureLab * Fixed up the mwa_seach_pipeline and calculated time and memory using channels correctly * Fixed the ipfb mode * Updated the --help to be more accurate * Fixed up the single pulse only search * Started making some very simple testing documentation (may be replaced with unit tests later) * Made the ddplan scripts also calculate and approximate work function * Made the pipeline split the dispersion plan into groups of equal work function size * GroupTuple the search puts by the number of dms so there are not stopping points * Made same changes to single pulse * Updated software layout to prevent instal scriptlation bugs * Started creating better documentation of our dependancies * Began updating the data_processing_pipeline.nf INCOMPLETE * Made some of the config calcs a function and made the presto version a param * Collates the prepfold jobs so they run more efficiently on HPC * Fixed a bug in the splice formatting for single beams * Updated find_candidate_position.nf so that it works with the new format --------- Co-authored-by: Sam McSweeney <sammy.mcsweeney@gmail.com> Co-authored-by: Sam McSweeney <robotopia@users.noreply.github.com> Co-authored-by: Nick Swainston <nickaswainston@gmail.com>
- Loading branch information
1 parent
b3274cf
commit 9c86924
Showing
61 changed files
with
1,436 additions
and
1,367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Documentation | ||
|
||
Full documentation for `mwa_search` is hosted at [this ReadTheDocs link](https://mwa-search-cira.readthedocs.io/en/latest/). | ||
|
||
## First pass workflow diagram | ||
|
||
Workflow diagram for the first pass survey. | ||
This figure exists as `workflow.png` in the [Overleaf document for the SMART survey description paper](https://www.overleaf.com/5344792699hjhfpkddstxg). | ||
It is available here in both PNG and PPTX formats ([first_pass_workflow.png](first_pass_workflow.png), [first_pass_workflow.pptx](first_pass_workflow.pptx)). | ||
|
||
![first_pass_workflow.png](first_pass_workflow.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
.. _smart_processing: | ||
|
||
Test Commands | ||
============= | ||
|
||
A bunch of command to run for testing using the first 600 seconds of 1301674968 | ||
|
||
|
||
beamform.nf | ||
----------- | ||
|
||
normal:: | ||
|
||
beamform.nf --obsid 1301674968 --calid 1301739904 --begin 1301674969 --end 1301675568 --pointings 13:11:52.64_-12:28:01.63,14:18:50.28_-39:21:18.51 -w test_work --out_dir test_cands --vcstools_version devel --publish_fits | ||
|
||
summed:: | ||
|
||
beamform.nf --obsid 1301674968 --calid 1301739904 --begin 1301674969 --end 1301675568 --pointings 13:11:52.64_-12:28:01.63,14:18:50.28_-39:21:18.51 -w test_work --out_dir test_cands --vcstools_version devel --publish_fits --summed | ||
|
||
ipfb:: | ||
|
||
beamform.nf --obsid 1301674968 --calid 1301739904 --begin 1301674969 --end 1301675568 --pointings 13:11:52.64_-12:28:01.63,14:18:50.28_-39:21:18.51 -w test_work --out_dir test_cands --vcstools_version devel --publish_fits --ipfb | ||
|
||
|
||
pulsar_search.nf | ||
---------------- | ||
Run with outputs of beamform.nf | ||
|
||
simple periodic:: | ||
|
||
pulsar_search.nf --obsid 1301674968 --calid 1301739904 --fits_file /fred/oz125/vcs/1301674968/pointings/13:11:52.64_-12:28:01.63/*fits -w test_work --out_dir test_cands --vcstools_version devel --dm_min 36 --dm_max 37 | ||
|
||
Just single pulse search:: | ||
|
||
pulsar_search.nf --obsid 1301674968 --calid 1301739904 --fits_file /fred/oz125/vcs/1301674968/pointings/13:11:52.64_-12:28:01.63/*fits -w test_work --out_dir test_cands --vcstools_version devel --dm_min 36 --dm_max 37 --sp |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.