Skip to content

SSantosLab/Post-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac98826 · Jul 22, 2024
Jun 29, 2018
Jul 18, 2018
Jul 18, 2018
Jun 29, 2018
Jun 29, 2018
Jun 5, 2018
Jun 29, 2018
Aug 21, 2019
Feb 27, 2020
Jun 29, 2018
Oct 14, 2021
May 24, 2019
Oct 13, 2021
Jun 29, 2018
Nov 1, 2018
Jul 25, 2018
Sep 23, 2021
Jul 22, 2024
Jun 29, 2018
Jul 5, 2018
Nov 1, 2018
Jul 31, 2018
Feb 7, 2019
Jul 31, 2018
Feb 7, 2019
Aug 8, 2018
Jul 18, 2018
Feb 7, 2019
Jun 5, 2018
Jun 29, 2018
Oct 14, 2021
Jun 17, 2019
Nov 1, 2018
Feb 7, 2019
Jul 30, 2018
Jun 29, 2018
Mar 27, 2024
Oct 14, 2021
Jun 29, 2018
Jun 5, 2018
Jun 5, 2018
Aug 18, 2019
Oct 14, 2021
Jun 5, 2018
Nov 1, 2018
Jul 31, 2018
Jul 18, 2018
Jul 18, 2018
Aug 6, 2018
Dec 10, 2018
Jul 30, 2018
Dec 13, 2018
Jun 11, 2019
Aug 21, 2019

Repository files navigation

############ Usage: example: python run_postproc.py --expnums 787202 789559 787204 789561 --outputdir ./icecube_try2/ --season 901 &> runpostproc_iandr_try2.out

Flags:

--expnums: List of Exposures

--outputdir: Location of output files

–season: Season number

--triggerid: LIGO trigger ID (GW######)

--ligoid: LIGO event ID (G######)

--mjdtrigger: MJD of LIGO trigger

--ups: ups mode: True/False

--checkonly: only do the processing check

--schema: Schema used

Outputs:

If an output dir is provided, it will be saved there (with the exception of the forcephoto dir, which will always be saved in the cwd)

Within the saved directory there will be various other directories:

checkoutputs log files with the success of each step goodchecked.list hostmatch masterlist blacklist.txt - black listed exposures MasterExposureList.fits MasterExposureList_prelim.fits plots lightcurves stamps

truthtable{SEASON NUMBER} fakes_truth.tab truthplus.tab - list of SNFAKE_ID EXPNUM CCDNUM RA DEC MAG MAGERR FLUXCNT TRUEMAG TRUEFLUXCNT SNR REJECT ML_SCORE BAND NITE SEASON

How to make Post Processing work form a fresh GitHub pull (23.05.2019)

(1) Copy into the Post-Processing directory an exposures list. (2) Modify the postproc.ini file: == Create an additional postproc.ini such as postproc_SEASON.ini ==== cp postproc.ini postproc_SEASON.ini == Remove other .ini files with a similar naming convention, if unnecessary == Under [general], change ==== season to the desired season ==== propid to the desired propped ==== (include an exposures list file, following ====== exposures_listfile = full190510.list as an example) ==== bands to the desired bands ===== Band list should have NO WHITESPACE!!!!

###############################################################################################
######                                   WARNING!                                        ###### 
###### Contains elements (`startSeasonCycler.sh`, `seasonCycler`, among possible others) ######
###### which make post processing run on multiple seasons simultaneously. Such scripts   ######
###### will require unknown amounts of modifications before this can happen for this     ######
###### iteration of Post Processing. Similarly, the hostmatching process has             ######
###### encountered unforseen issues that will need remedy. She or he who undertakes      ###### 
###### these modifications, may the odds be ever in your favor.                          ######
###############################################################################################