-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selection steep #2
base: master
Are you sure you want to change the base?
Conversation
…into debug240320
@@ -5,8 +5,8 @@ INPUT_PATH=$2 | |||
OUTPUT_PATH=$3 | |||
METHOD=$4 | |||
|
|||
make clean | |||
make | |||
#make clean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Por que removeu o make?
double *target_values = (double *)malloc(sizeof(double) * SIZE); | ||
|
||
if (target_values == NULL) | ||
exit(15); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
O exit 15 ta especificado no README?
filter_valid_values(target_line, target_values, width_band, &pos); | ||
} | ||
|
||
sort(target_values, target_values + pos); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As imagens cabem em memória para poder carregar tudo e ordenar aqui?
pos = int(floor(candidatesGroupII.size() * 0.5)); | ||
Candidate hotPixel = candidatesGroupII[pos]; | ||
|
||
free(ndviQuartile); | ||
free(tsQuartile); | ||
free(albedoQuartile); | ||
|
||
hotPixel.toString(); | ||
//hotPixel.toString(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remover comentário
//Calculating the partial products for each line | ||
|
||
//DEBUG - OLHAR ESSES CARAS AQUI!! | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remover comentário
// landsat.process_partial_products(bands_resampled, mtl, station, sensor); | ||
// end = chrono::steady_clock::now(); | ||
// time_span_us = chrono::duration_cast< chrono::duration<double, micro> >(end - begin); | ||
// printf("PHASE 1 - DURATION, %.5f\n", time_span_us); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remover comentários acima
// choosen.toString(); | ||
|
||
|
||
// choosen.toString(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remover comentário
No description provided.